@font-face {
  font-family: 'LFT Etica Book';
  src: url("fonts/LFTEticaBk.woff2") format("woff2"), url("fonts/LFTEticaBk.eot#iefix") format("embedded-opentype"), url("fonts/LFTEticaBk.woff") format("woff"), url("fonts/LFTEticaBk.ttf") format("truetype"), url("fonts/LFTEticaBk.svg#svgLFTEticaBk") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'LFT Etica SemiBold';
  src: url("fonts/LFTEticaSb.woff2") format("woff2"), url("fonts/LFTEticaSb.eot#iefix") format("embedded-opentype"), url("fonts/LFTEticaSb.woff") format("woff"), url("fonts/LFTEticaSb.ttf") format("truetype"), url("fonts/LFTEticaSb.svg#svgLFTEtica-Bold") format("svg");
  font-weight: 500;
  font-style: normal;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:after, *:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html, body {
  height: 100%;
}

body {
  margin: 0;
  background-color: #f2f2f2;
  font-family: 'Merriweather', serif;
  font-size: 100%;
  line-height: 1.8;
  color: #2E2E2E;
  -webkit-font-variant-ligatures: no-common-ligatures;
  -webkit-font-feature-settings: "liga" 0;
  font-feature-settings: "liga" 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 60em) {
  body {
    font-size: 112.5%;
  }
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5 {
  line-height: 1.4;
  margin: 2rem 0 0 0;
  color: inherit;
}

h1, .h1 {
  font-family: 'LFT Etica Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0 0 1.5rem 0;
  font-size: 2em;
  font-weight: 200;
  line-height: 1.2;
}

@media (min-width: 48em) {
  h1, .h1 {
    font-size: 3em;
  }
}

h2,
h3 {
  font-family: 'LFT Etica SemiBold', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500;
  letter-spacing: -0.025em;
}

h2, .h2 {
  font-size: 1.25em;
}

@media (min-width: 48em) {
  h2, .h2 {
    font-size: 1.5em;
  }
}

ul {
  margin-bottom: 2em;
}

a {
  text-decoration: none;
  border-bottom: 1px solid #c8c8c8;
  color: #0059b3;
  -webkit-transition: border 800ms ease;
  transition: border 800ms ease;
}

a:hover, a:focus {
  color: #0059b3;
  border-bottom-color: #FF8800;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

figure {
  margin: 0 0 2rem 0;
  display: inline-block;
  position: relative;
}

figcaption {
  display: block;
  font-family: 'LFT Etica Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.4;
  font-size: 80%;
  padding: 0.46875rem 0;
}

blockquote {
  font-family: 'LFT Etica Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: white;
  border-left: 5px solid #FF8800;
  margin-left: 5px;
  padding: 0 1.25rem;
  line-height: 1.8;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  letter-spacing: 0;
}

@media (min-width: 60em) {
  blockquote {
    margin-right: -1.25rem;
    width: calc(100% + (1.875rem * 2));
  }
}

blockquote p {
  margin: 0;
}

blockquote p + p {
  margin-top: 1.6rem;
}

blockquote cite {
  text-align: right;
  font-size: 14px;
  display: block;
}

h2 + *,
h3 + * {
  margin-top: 0.4rem;
}

p + * {
  margin-top: 2rem;
}

p + h1 {
  margin-top: 0;
}

p + iframe,
p + .facts {
  margin-bottom: 2rem !important;
}

hr {
  border: 0;
  height: 1px;
  background-color: #f2f2f2;
}

@media (min-width: 60em) {
  hr {
    margin: 1.875rem 0;
  }
}

.moveout {
  background-color: #444;
  text-align: center;
  padding: 0 12px;
}

@media (min-width: 60em) {
  .moveout {
    padding-left: 16px;
  }
}

.moveout a {
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 0;
  font: 600 0.875rem 'Helvetica Neue', Arial, sans-serif;
}

.nrkno-goto {
  font-family: 'LFT Etica SemiBold', 'Helvetica Neue', Arial, sans-serif;
  background: #26292A;
  padding: 4px 10px;
}

.nrkno-goto a {
  font-size: 8px;
  font-weight: 600;
  color: #fff;
  opacity: 0.8;
  border: 0;
}

.nrkno-goto a svg {
  stroke-width: 2;
  margin-bottom: -1px;
}

.nrkno-goto a span {
  font-size: 14px;
}

.nrkno-goto a:hover, .nrkno-goto a:focus {
  opacity: 1;
}

.container {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
  max-width: 80em;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

@media (min-width: 60em) {
  .container {
    margin-top: -100px;
  }
}

.container--front {
  max-width: 70em;
}

.header {
  background: #FF8800;
  position: relative;
  padding: 0.5rem 10px 0.5rem 10px;
  color: white;
}

@media (min-width: 60em) {
  .header {
    padding: 24px 16px 120px 16px;
  }
}

.header:after {
  content: '';
  display: block;
  height: 12px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(45deg, #FF8800 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, #FF8800 75%, #FF8800), linear-gradient(135deg, #FF8800 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 75%, #FF8800 75%, #FF8800);
  background-position: 50% -6px;
  background-size: 12px 12px;
  position: absolute;
  top: calc(100% - 6px);
  z-index: 1;
  left: 0;
}

.header .navigation {
  position: relative;
  max-width: 72rem;
  margin: auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}

.header .navigation:after {
  content: "";
  display: table;
  clear: both;
}

.header .navigation a {
  font-family: 'LFT Etica SemiBold', 'Helvetica Neue', Arial, sans-serif;
  color: #2E2E2E;
  display: block;
  border-bottom: 0;
  padding: 5px 0;
}

@media (min-width: 60em) {
  .header .navigation a {
    display: inline-block;
    color: #FFFFFF;
  }
}

@media (max-width: 60em) {
  .menu {
    padding: 10px;
    display: none;
  }
}

@media (min-width: 60em) {
  .menu {
    float: right;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: end;
    -webkit-box-pack: end;
            justify-content: flex-end;
    margin-bottom: -6px;
  }
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e67a00;
}

@media (min-width: 60em) {
  .menu ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    background-color: transparent;
    position: relative;
    border-bottom: 0;
  }
}

.menu li {
  border-top: 1px solid #e67a00;
}

@media (min-width: 60em) {
  .menu li {
    border-top: 0;
    float: left;
    margin-right: 20px;
  }
}

.menu a {
  line-height: 2;
  opacity: 0.8;
}

.menu a:hover {
  opacity: 1;
}

@media (min-width: 60em) {
  .menu a:hover {
    background-color: transparent;
  }
}

@-webkit-keyframes menu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes menu {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.toggle-menu {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  background: #FF8800;
  border: 0;
  padding: 6px 10px;
  border-radius: 3px;
  color: currentColor;
  font-family: 'LFT Etica SemiBold', 'Helvetica Neue', Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

@media (min-width: 60em) {
  .toggle-menu {
    display: none !important;
  }
}

@media (max-width: 60em) {
  .toggle-menu[aria-expanded="true"] + .menu {
    display: block;
    margin: 0 -10px 0 -10px;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    right: 0;
    background: #FF8800;
    z-index: 2;
  }
}

@media (min-width: 60em) {
  .toggle-menu[aria-expanded="true"] + .menu {
    -webkit-animation: menu 150ms ease-in-out forwards;
    animation: menu 150ms ease-in-out forwards;
  }
}

@-webkit-keyframes searchform {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes searchform {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.searchform {
  padding-top: 20px;
  width: 100%;
  float: right;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
          order: -1;
}

@media (min-width: 60em) {
  .searchform {
    background: #FF8800;
    position: absolute;
    bottom: 100%;
    right: 60px;
    left: 200px;
    width: auto;
  }
}

.searchform input {
  font-family: 'LFT Etica Book', 'Helvetica Neue', Arial, sans-serif;
  background-color: #FFFFFF;
  font-size: 100%;
  line-height: 2;
  padding: 5px 2px;
  border: 0;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  color: #2E2E2E;
}

@media (min-width: 60em) {
  .searchform input {
    background-color: rgba(255, 255, 255, 0.25);
  }
}

.searchform button {
  font-family: 'LFT Etica SemiBold', 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 0.015em;
  margin-left: 10px;
  font-size: 1rem;
  background-color: #2E2E2E;
  text-transform: uppercase;
  border: 0;
  color: #FFFFFF;
  padding: 10px 25px;
}

@media (min-width: 60em) {
  .searchform button {
    background-color: #2E2E2E;
    color: #FFFFFF;
  }
}

.toggle-searchform {
  background: #FF8800;
  border: 0;
  font-size: inherit;
  display: none !important;
}

@media (min-width: 60em) {
  .toggle-searchform {
    display: inline-block !important;
    padding: 12px;
  }
}

.toggle-searchform svg {
  display: inline-block;
}

.toggle-searchform .icon-close {
  margin-top: 6px;
}

.toggle-searchform .icon-search {
  margin-top: 6px;
}

.toggle-searchform[aria-expanded="false"] .icon-close {
  display: none !important;
}

.toggle-searchform[aria-expanded="false"] .icon-search {
  display: block !important;
}

.toggle-searchform[aria-expanded="false"] .text-close {
  display: none !important;
}

.toggle-searchform[aria-expanded="false"] .text-search {
  display: block !important;
}

.toggle-searchform[aria-expanded="true"] {
  margin-left: 30px;
}

.toggle-searchform[aria-expanded="true"] .icon-close {
  display: block !important;
}

.toggle-searchform[aria-expanded="true"] .icon-search {
  display: none !important;
}

.toggle-searchform[aria-expanded="true"] .text-close {
  display: block !important;
}

.toggle-searchform[aria-expanded="true"] .text-search {
  display: none !important;
}

@media (min-width: 60em) {
  .toggle-searchform[aria-expanded="false"] + .searchform {
    display: none;
    opacity: 0;
  }
}

@media (min-width: 60em) {
  .toggle-searchform[aria-expanded="true"] + .searchform {
    -webkit-animation: searchform 150ms ease-in-out 25ms forwards;
    animation: searchform 150ms ease-in-out 25ms forwards;
    bottom: 0;
    z-index: 2;
  }
}

.nrkbeta-logo {
  background: url("images/nrkbeta-logo.svg") no-repeat 0 0;
  width: 140px;
  height: 22px;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 10px auto 10px 0;
  white-space: nowrap;
  text-decoration: none;
  z-index: 99;
  color: #FFFFFF;
  border: 0;
}

.section {
  position: relative;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.section--alt {
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  background-color: #FCFAF9;
  -webkit-box-shadow: inset 0 1px 9px rgba(242, 242, 242, 0.5);
          box-shadow: inset 0 1px 9px rgba(242, 242, 242, 0.5);
}

.section__title {
  font-family: 'LFT Etica SemiBold', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.2;
  max-width: 74rem;
  margin: .75em auto 0;
  padding: 0.9375rem 10px 0 10px;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  .section__title {
    font-size: 1.25rem;
    padding: 0.9375rem 16px 0 16px;
  }
}

article.page {
  margin: auto;
}

.article {
  max-width: 36em;
  margin: auto;
  padding-top: 2rem;
  padding-bottom: 4rem;
}

@media (min-width: 60em) {
  .article {
    padding-top: 4rem;
  }
}

.article ul {
  list-style: none;
  padding-left: 1.25rem;
}

.article ul > li:before {
  content: ' ';
  width: 8px;
  height: 8px;
  background-color: #FF8800;
  display: inline-block;
  margin-left: -20px;
  float: left;
  margin-top: 10px;
}

.article__head {
  padding-top: 2rem;
  position: relative;
}

.article__head .categories {
  position: absolute;
  left: 0;
  top: 0;
}

.lead {
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.feature-image {
  position: relative;
}

.feature-image figure {
  margin: 0;
}

.entry-content {
  letter-spacing: -0.02em;
  padding-bottom: 2.5rem;
}

.flexible-video-container {
  max-width: 100%;
}

.size-full, figure.alignnone {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 100%;
}

@media (min-width: 90em) {
  .size-full, figure.alignnone {
    max-width: 1440px;
  }
}

.size-large {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 100%;
}

@media (min-width: 48em) {
  .size-large {
    max-width: 92vw;
  }
}

@media (min-width: 75em) {
  .size-large {
    max-width: 1056px;
  }
}

.aligncenter {
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

[href$=".gif"],
[href$=".png"],
[href$=".jpg"],
[href$=".jpeg"] {
  border: 0;
}

.entry-content img[src$=".gif"] {
  width: 100%;
  height: auto;
}

.big {
  border-left: 0;
  margin-left: 0;
  font-size: 1.5rem;
  padding: 0.9375rem 0 0.9375rem 2.8125rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}

@media (min-width: 60em) {
  .big {
    padding: 1.875rem 0 1.875rem 2.8125rem;
    font-size: 2rem;
    width: calc(100% + (1.875rem * 2));
  }
}

.big:before {
  content: ' ';
  display: inline-block;
  background: url("images/quote.svg") no-repeat;
  width: 32px;
  height: 23px;
  float: left;
  margin-left: -2.8125rem;
  margin-right: 0.9375rem;
}

@media (min-width: 60em) {
  .big:before {
    margin-top: 0.5rem;
  }
}

.big p {
  margin: 0;
}

.big small {
  margin-top: 0;
}

.big cite {
  display: inline-block;
}

.big cite:before {
  content: ' ';
  display: inline-block;
  background: url("images/cite.svg") no-repeat;
  width: 12px;
  height: 15px;
  margin-right: 0.35rem;
}

.facts {
  background-color: white;
  border: 1px solid #f2f2f2;
  padding: 0.9375rem;
  position: relative;
  margin: 2rem 0;
}

@media (min-width: 48em) {
  .facts {
    padding: 0.9375rem 1.875rem;
    margin-left: -1.875rem;
    margin-right: -1.875rem;
  }
}

.facts:before {
  content: ' ';
  display: block;
  width: 140px;
  border-top: 5px solid #FF8800;
  position: absolute;
  bottom: 100%;
}

.facts h3 {
  border-bottom: 1px solid #f2f2f2;
  margin-top: 0;
  margin-bottom: 1.25rem;
  padding-bottom: 0.25rem;
}

.facts ul {
  padding-left: 20px;
}

.facts li {
  margin-bottom: 0.75rem;
}

.facts > p,
.facts > ul,
.facts > ol {
  margin-bottom: 0;
}

.facts p + ul {
  margin-top: 1.5rem;
}

.article__meta {
  font-family: 'LFT Etica Book', 'Helvetica Neue', Arial, sans-serif;
  margin-bottom: 1rem;
  margin-top: -1rem;
  color: #666;
}

.categories {
  font-family: 'LFT Etica SemiBold', 'Helvetica Neue', Arial, sans-serif;
}

.categories a {
  border-bottom: none;
}

.categories a:hover {
  border-bottom: 1px solid #009CCC;
}

.author {
  display: inline;
  margin-right: 0.35rem;
}

.pubdate {
  margin-right: 0.35rem;
}

.comments-anchor {
  background: url("images/comment_bubble.jpg");
  background-size: 100% 100%;
  display: inline-block;
  padding: 1px 5px 9px 5px;
  border: none;
  color: black;
}

.list-section {
  padding: 0 0 8rem 0;
}

@media (min-width: 60em) {
  .list-section {
    padding: 1.25rem 0 2rem 0;
  }
}

@media (min-width: 75em) {
  .list-section {
    padding-bottom: 8rem;
  }
}

.story {
  position: relative;
  padding: 0.9375rem 10px;
  margin-top: -1px;
}

@media (min-width: 48em) {
  .story {
    padding: 1.875rem 16px;
  }
}

.story .kicker {
  font-family: 'LFT Etica SemiBold', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.875rem;
  line-height: 1;
}

.story .title {
  font-family: 'LFT Etica SemiBold', 'Helvetica Neue', Arial, sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-top: 0.25rem;
}

@media (min-width: 48em) {
  .story .title {
    font-size: 2rem;
  }
}

@media (min-width: 60em) {
  .story .title {
    font-size: 2.5rem;
  }
}

.story .title a {
  color: #2E2E2E;
  border: 0;
}

.story .title a:hover {
  color: #FF8800;
}

.story .source {
  font-family: 'LFT Etica Book', 'Helvetica Neue', Arial, sans-serif;
  font-size: 80%;
  color: #7b7b7b;
  text-transform: uppercase;
  display: block;
  margin-top: 0.5rem;
}

.story ~ .story {
  border-top: 1px solid #f2f2f2;
}

.story__content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 32em) {
  .story__content {
    max-width: 72rem;
    margin: auto;
  }
}

.story__media {
  width: 100%;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

@media (min-width: 48em) {
  .story__media {
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    width: calc(50% - 1.875rem);
    margin-right: 1.875rem;
    max-width: 33%;
  }
}

body.home .story__media > a {
  position: relative;
  display: block;
}

body.home .story__media > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.1);
}

.story__text {
  font-size: .875rem;
  width: 100%;
  padding-bottom: 0.9375rem;
}

@media (min-width: 48em) {
  .story__text {
    font-size: 1rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    -ms-flex-flow: column wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap;
  }
}

.story--big {
  border-top: 0;
  padding: 0 0 1.875rem 0;
}

@media (min-width: 48em) {
  .story--big {
    padding: 1.875rem 0.9375rem;
  }
}

.story--big .story__media {
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
}

@media (min-width: 48em) {
  .story--big .story__media {
    max-width: calc(66% - 1.875rem);
  }
}

.story--big .story__text {
  padding-top: 0.9375rem;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 48em) {
  .story--big .story__text {
    padding: 0;
    width: auto;
  }
}

.story--alt {
  border-bottom: 1px solid #f2f2f2;
}

.story--alt .story__content svg {
  float: left;
  margin-top: -0.9375rem;
  margin-right: 0.9375rem;
  -webkit-transition: margin 50ms ease;
  transition: margin 50ms ease;
}

@media (min-width: 48em) {
  .story--alt .story__content svg {
    margin-top: -1.875rem;
  }
}

.story--alt .story__media {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
  margin-left: 1.66667rem;
}

@media (min-width: 32em) {
  .story--alt .story__media {
    padding-right: 0;
  }
}

.story--alt .story__text {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

@media (min-width: 32em) {
  .story--alt .story__text {
    padding-left: 0;
  }
}

@media (min-width: 48em) {
  .story--min .title {
    font-size: 2rem;
  }
}

.story--min .story__media {
  margin-bottom: 0.25rem;
}

@media (min-width: 48em) {
  .story--min .story__media {
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    width: calc(33% - 1.875rem);
    margin-right: 1.875rem;
    max-width: 33%;
    width: calc(25% - 1.875rem);
    max-width: 25%;
  }
}

.story--min .story__text {
  font-size: .875em;
}

@media (min-width: 48em) {
  .story--min .story__text {
    padding-bottom: 0.9375rem;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 1;
    -webkit-box-flex: 1;
            flex: 1;
    -ms-flex-flow: column wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column wrap;
  }
}

@media (min-width: 48em) {
  .readlist {
    padding-top: 1.875rem;
  }
}

.readlist__content {
  padding-top: 1.875rem;
  max-width: 72rem;
  margin: auto;
}

.readlist {
  padding-top: 0;
  background-color: #FFF5E7;
}

.readlist svg {
  float: left;
  margin-top: -1.875rem;
  margin-right: 0.9375rem;
  -webkit-transition: margin 50ms ease;
  transition: margin 50ms ease;
}

@media (min-width: 77.5em) {
  .readlist svg {
    margin-left: -1.875rem;
  }
}

.readlist h2 {
  font-family: 'LFT Etica Book', 'Helvetica Neue', Arial, sans-serif;
  margin-top: 0;
  font-size: 2rem;
  font-weight: 400;
}

.readlist ul {
  list-style: none;
  padding: 0;
  margin: 0;
  clear: both;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.readlist li {
  width: 100%;
  padding: 0.9375rem 0;
  line-height: 1.3;
}

@media (min-width: 32em) {
  .readlist li {
    padding: 1.875rem 0;
  }
}

@media (min-width: 48em) {
  .readlist li {
    width: calc(50% - 1.875rem);
  }
}

.readlist li ~ li {
  border-top: 1px solid #ebded7;
}

@media (min-width: 48em) {
  .readlist li ~ li {
    border-top: 0;
  }
}

.readlist li + li ~ li {
  border-top: 1px solid #ebded7;
}

.readlist img {
  float: right;
  max-width: 6em;
  margin: 5px 0 0.46875rem 1.875rem;
}

@media (min-width: 60em) {
  .readlist img {
    max-width: 5em;
    margin: 5px 0 0.9375rem 1.875rem;
  }
}

.readlist a {
  font-family: 'LFT Etica Book', 'Helvtica Neue', Arial, sans-serif;
  font-size: 1.125rem;
  color: #2E2E2E;
  border-bottom: 0;
  margin-bottom: 0.25rem;
}

@media (min-width: 32em) {
  .readlist a {
    font-size: 1.25rem;
  }
}

.readlist small {
  display: block;
  font-size: 80%;
  color: #666;
  margin-top: 0.35rem;
}

.readlist small:before {
  content: ' ';
  display: inline-block;
  background-color: #FF8800;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.625rem;
}

#gjesteblogger {
  margin-top: 2rem;
}

.authors, .faktaboks {
  border-top: 4px solid #f2f2f2;
  padding-top: 1.875rem;
  position: relative;
}

.authors:before, .faktaboks:before {
  content: ' ';
  display: inline-block;
  background-color: #FF8800;
  width: 74px;
  position: absolute;
  top: -4px;
  height: 4px;
}

.faktaboks {
  border: 1px solid #f2f2f2;
  padding: 1.875rem;
}

.faktaboks h2 {
  font-size: 1.3rem;
  margin-top: 0;
}

.faktaboks ul {
  margin-top: 0.5rem;
}

img.avatar {
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid #f2f2f2;
  vertical-align: text-top;
  max-width: 72px;
  margin-right: 0.9375rem;
  margin-top: -2px;
}

.author {
  font-family: 'LFT Etica Book', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.author strong {
  font-family: 'LFT Etica SemiBold', 'Helvtica Neue', Arial, sans-serif;
}

.author + .author {
  margin-top: 2rem;
}

.media-object {
  display: table;
}

.media-object-part {
  display: table-cell;
}

.comments {
  font-family: 'LFT Etica Book', 'Helvtica Neue', Arial, sans-serif;
  position: relative;
  max-width: 36em;
  margin: auto;
}

.comments h2 {
  margin-bottom: 1.5rem;
  font-size: 1.5em;
}

.comment-notes {
  font-size: 1rem;
}

.comment-list,
.comment-list ul {
  list-style: none;
  padding-left: 0;
}

ol.comment-list > ul.children {
  padding-left: 3.75rem;
}

.comment-wrapper {
  line-height: 1.6;
  padding-left: 3.25em;
  padding-bottom: 1.5rem;
}

.comment-meta {
  font-size: 80%;
  padding-bottom: 0.15rem;
}

.comment-meta h4 {
  font-family: 'LFT Etica SemiBold', 'Helvtica Neue', Arial, sans-serif;
  font-size: 1em;
}

.comment-meta img {
  float: left;
  max-width: 3em;
  margin-left: -4em;
  margin-top: 0;
}

.comment-text {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 1rem;
}

.comment-text p {
  margin: 0;
}

.comment-text p + p {
  margin-top: 1.5rem;
}

.comment-form p {
  margin: 0 0 1rem 0;
}

.comment-form label {
  font-size: 1rem;
  display: block;
}

.comment-form input,
.comment-form textarea {
  font-size: 100%;
  padding: 0.5rem;
  border: 1px solid #f2f2f2;
}

.comment-form input[type="checkbox"] {
  width: auto !important;
}

.comment-form input + label {
  display: inline-block;
}

.comment-form input[type="submit"] {
  background-color: #2E2E2E;
  border-radius: 1.875rem;
  padding: 0.9375rem 1.875rem;
  border: 0;
  color: #FCFAF9;
  font-size: 1rem;
}

.packed {
  position: relative;
  overflow: hidden;
  max-height: 360px;
}

.packed-expand {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding-top: 200px;
  padding-bottom: 3rem;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(252, 250, 249, 0)), to(#FCFAF9));
  background: linear-gradient(180deg, rgba(252, 250, 249, 0), #FCFAF9);
}

.packed-expand a {
  background-color: #2E2E2E;
  padding: 0.9375rem 1.875rem;
  border-radius: 1.875rem;
  color: #FCFAF9;
}

.sr-only {
  display: block;
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  border: 0;
  padding: 0;
  margin: 0 -1px -1px 0;
}

.commentlist {
  padding-top: 1.875rem;
  padding-bottom: 0.9375rem;
}

@media (min-width: 48em) {
  .commentlist {
    padding-top: 1.875rem;
  }
}

.commentlist__content {
  max-width: 72rem;
  margin: auto;
  overflow: hidden;
  height: 300px;
}

@media (min-width: 60em) {
  .commentlist__content {
    /* Safari */
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    overflow: visible;
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.commentlist h2 {
  font-family: 'LFT Etica Book', 'Helvetica Neue', Arial, sans-serif;
  margin-top: 0;
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  font-weight: 400;
}

@media (min-width: 60em) {
  .commentlist h2 {
    font-size: 2rem;
  }
}

.commentlist ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.commentlist a {
  color: currentColor;
  border: 0;
}

.commentlist a:hover {
  color: #FF8800;
}

@media (min-width: 48em) {
  .commentlist #get_recent_comments_wrap > ul {
    margin-left: -1.875rem;
    margin-right: -1.875rem;
    /* Safari */
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.commentlist .recent-post {
  clear: both;
  padding-bottom: 0.9375rem;
}

@media (min-width: 48em) {
  .commentlist .recent-post {
    max-width: calc(100%/2);
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
            flex: 1 0 auto;
    padding: 0 1.875rem 0.9375rem 1.875rem;
  }
}

.commentlist .recent-post strong {
  font-family: 'LFT Etica SemiBold', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.commentlist .recent-comments {
  font-size: 1rem;
  display: block;
  margin-bottom: 1rem;
}

.commentlist .recent-comment {
  padding-top: 0.5rem;
  padding-left: 1.875rem;
  clear: both;
  font-size: .875rem;
}

@media (min-width: 48em) {
  .commentlist .recent-comment {
    font-size: 1rem;
  }
}

.commentlist .recent-comment img {
  float: left;
  margin-left: -1.875rem;
  margin-top: 6px;
  display: none;
}

@media (min-width: 60em) {
  .commentlist .recent-comment img {
    display: block;
  }
}

.commentlist .recent-comment a {
  font-weight: 900;
  display: inline-block;
}

#new_archive {
  zoom: 1.3;
}

#new_archive h2 {
  margin-bottom: 2px;
  font-size: 14px;
}

#new_archive h2 a {
  width: 60px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  padding: 15px 0;
  background: #333;
  border: 3px solid #ddd;
  text-decoration: none;
  color: #eee;
}

#new_archive h2 a:hover {
  background: orange;
  color: #fff;
}

#new_archive small {
  margin: 5px;
  position: relative;
  z-index: 10;
  margin-top: 20px;
  display: inline-block;
}

#new_archive small a {
  width: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  padding: 5px 0;
  background: #fff;
  border: 3px solid #ddd;
  text-decoration: none;
  color: #777;
}

#new_archive small a:hover {
  border-color: orange;
}

#new_archive .yr {
  margin-bottom: 15px;
}

#new_archive .yr .months {
  margin-left: 90px;
  margin-top: -70px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  z-index: 5;
}

.category_block {
  margin-top: 50px;
}

.category_list_archive {
  margin: 0;
  padding: 0;
}

.category_list_archive a {
  padding: 3px 5px;
  font-size: 12px;
  margin: 4px;
  display: inline-block;
  text-decoration: none;
  background: #eee;
}

.category_list_archive a:hover {
  background: orange !important;
}

.category_list_archive p a {
  background: #fff;
  border-bottom: 3px solid #eee;
  display: inline-block;
  text-decoration: none;
  padding: 1px 3px;
  color: #777;
}

.category_list_archive p a:hover {
  background: #fff !important;
  border-color: orange;
}

.category_list_archive a span {
  display: block;
  min-width: 400px;
}

nav.pagination {
  position: relative;
  display: block;
}

.nav-links {
  position: relative;
}

.nav-links ul {
  margin: 0;
  padding: 0;
}

.nav-links ul li {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
}

.nav-links ul li span.current {
  padding: 10px 12px;
  background: #777;
  border: 1px solid #777;
  display: block;
  line-height: 1;
  border-radius: 4px;
  color: #fff;
}

.nav-links ul li a {
  padding: 10px 12px;
  background: #ddd;
  color: #666;
  text-decoration: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: block;
  line-height: 1;
}

.nav-links ul li a:hover {
  background: #999;
  border-color: #888;
  color: #fff;
}

.paging-navigation {
  padding: 1em;
  text-align: center;
  margin: 0 auto;
}

/* Remove bullets and list indentation */
.paging-navigation ul {
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

/* Make the list items appear horizontally */
.paging-navigation li {
  display: inline;
}

/* Give each link and the current item some padding to make them easy to click */
a.page-numbers,
span.page-numbers {
  padding: .3em .7em;
  color: #333;
  color: #333333;
}

/* Link hover state */
a:hover.page-numbers {
  color: #000;
  color: black;
}

/* Current page bold and dark */
.paging-navigation .current {
  font-weight: bold;
  color: #000;
  color: black;
}

.responsive-video {
  height: 0;
  overflow: hidden;
  margin-bottom: 1.5625em;
  padding: 25px 0 67.5%;
  position: relative;
}

.responsive-video.hd {
  padding-bottom: 57.25%;
}

.responsive-video.vimeo {
  padding-top: 0;
  padding-bottom: 75%;
}

.responsive-video.vimeo.hd {
  padding-bottom: 56.25%;
}

.responsive-video.flickr {
  padding-top: 0;
  padding-bottom: 67%;
}

.responsive-video.flickr.hd {
  padding-bottom: 57.25%;
}

.responsive-video.flickr.img {
  height: auto;
  overflow: auto;
  padding: 0;
}

.responsive-video.flickr.img img {
  width: 100%;
  height: auto;
}

.responsive-video embed,
.responsive-video iframe,
.responsive-video object,
.responsive-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

#footer {
  padding: 3rem 1rem 1rem 1rem;
  border-top: 4px solid orange;
  text-align: center;
  font-size: 90%;
}

#footer p {
  margin-bottom: 0;
  padding-bottom: 0;
  margin-top: 0;
}

.ba-slider {
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}

.ba-slider img {
  width: 100%;
  display: block;
  max-width: none;
}

.ba-slider .resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}

.ba-slider .handle {
  /* Thin line seperator */
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize;
}

.ba-slider .handle:after {
  /* Big orange knob  */
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  content: '\21d4';
  color: white;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  line-height: 64px;
  background: #FF8800;
  /* @orange */
  border: 1px solid #FF8800;
  /* darken(@orange, 5%) */
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 60px 50px -30px #FF8800;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 60px 50px -30px #FF8800;
  /* lighten(@orange, 20%)*/
}

.ba-slider .handle.draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 50px;
  font-size: 30px;
}

/* GRUT MESSAGE ADDON */
div.chat {
  margin: 1em auto 3em auto;
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 638px;
  line-height: 1.5;
}

div.chat p {
  margin: 0 0 0.5em;
  border-radius: 1em;
  padding: 0.5em 1em;
  background: #e5e5ea;
  max-width: 75%;
  clear: both;
  position: relative;
}

div.chat p.me {
  float: right;
  background-color: #1289fe;
  color: white;
}

div.chat p.me strong, div.chat p.me a {
  color: currentColor;
}

div.chat code {
  display: block;
  padding: 5px;
  margin: 5px;
  word-break: break-all;
  word-wrap: break-word;
  border: 1px solid #ddd;
  background: white;
}

.commentMoreLink {
  color: #777;
}

.coll-ellipsis {
  color: #000;
}

.quizform {
  margin-bottom: 40px;
}

.quizform label {
  background: #eee;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 6px;
  cursor: pointer;
}

.quizmaster-error {
  color: red;
}

.quizmaster-submit {
  cursor: pointer;
  opacity: 0.9;
}

.quizmaster-submit:hover {
  opacity: 1;
}

.media-object-part a {
  border-bottom: none;
}

.triangle {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 15px solid orange;
  margin: 1em auto;
}

p.reply-to {
  font-size: 80%;
  margin-top: 1em;
}
/*# sourceMappingURL=style.css.map */