@import "//fonts.googleapis.com/css?family=Roboto:400,900,700,400italic";
@import "//fonts.googleapis.com/css?family=Roboto+Condensed:700,400";


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/**
 * Swiper 3.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: August 22, 2015
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.15;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #ffffff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #666666;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: 'Politiken Egyptienne';
  src: url('//politiken.dk/static/content/font/politikenegyptienne/polegysm-webfont.eot');
  src: url('//politiken.dk/static/content/font/politikenegyptienne/polegysm-webfont.eot?#iefix') format('embedded-opentype'), url('//politiken.dk/static/content/font/politikenegyptienne/polegysm-webfont.woff') format('woff'), url('//politiken.dk/static/content/font/politikenegyptienne/polegysm-webfont.ttf') format('truetype'), url('//politiken.dk/static/content/font/politikenegyptienne/polegysm-webfont.svg#politiken_egyptienne_smallRg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'franklin_gothic_fsbook';
  src: url('/static/Content/font/franklingothicfs_book_macroman/FranklinGothic-Book-webfont.eot');
  src: url('/static/Content/font/franklingothicfs_book_macroman/FranklinGothic-Book-webfont.eot?#iefix') format('embedded-opentype'), url('/static/Content/font/franklingothicfs_book_macroman/FranklinGothic-Book-webfont.woff2') format('woff2'), url('/static/Content/font/franklingothicfs_book_macroman/FranklinGothic-Book-webfont.woff') format('woff'), url('/static/Content/font/franklingothicfs_book_macroman/FranklinGothic-Book-webfont.ttf') format('truetype'), url('/static/Content/font/franklingothicfs_book_macroman/FranklinGothic-Book-webfont.svg#franklin_gothic_fsbook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'franklin_gothic_fsmedium';
  src: url('/static/Content/font/franklingothicfs_medium_macroman/FranklinGothic-Med-webfont.eot');
  src: url('/static/Content/font/franklingothicfs_medium_macroman/FranklinGothic-Med-webfont.eot?#iefix') format('embedded-opentype'), url('/static/Content/font/franklingothicfs_medium_macroman/FranklinGothic-Med-webfont.woff2') format('woff2'), url('/static/Content/font/franklingothicfs_medium_macroman/FranklinGothic-Med-webfont.woff') format('woff'), url('/static/Content/font/franklingothicfs_medium_macroman/FranklinGothic-Med-webfont.ttf') format('truetype'), url('/static/Content/font/franklingothicfs_medium_macroman/FranklinGothic-Med-webfont.svg#franklin_gothic_fsmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CapitoliumNews2-Bold';
  src: url('/static/Content/font/capitoliumnews2/CapitoliumNews2WE-Bold.eot');
  src: url('/static/Content/font/capitoliumnews2/CapitoliumNews2WE-Bold.eot?#iefix') format('embedded-opentype'), url('/static/Content/font/capitoliumnews2/CapitoliumNews2WE-Bold.woff') format('woff'), url('/static/Content/font/capitoliumnews2/CapitoliumNews2WE-Bold.ttf') format('truetype'), url('/static/Content/font/capitoliumnews2/CapitoliumNews2WE-Bold.svg#CapitoliumNews2-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CapitoliumNews2-SemiBold';
  src: url('/static/Content/font/capitoliumnews2/CapitoliumNews2WE-Semibold.eot');
  src: url('/static/Content/font/capitoliumnews2/CapitoliumNews2WE-Semibold.eot?#iefix') format('embedded-opentype'), url('/static/Content/font/capitoliumnews2/CapitoliumNews2WE-Semibold.woff') format('woff'), url('/static/Content/font/capitoliumnews2/CapitoliumNews2WE-Semibold.ttf') format('truetype'), url('/static/Content/font/capitoliumnews2/CapitoliumNews2WE-Semibold.svg#CapitoliumNews2-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'CapitoliumNews2-Regular';
  src: url('/static/Content/font/capitoliumnews2/CapitoliumNews2WE-Regular.eot');
  src: url('/static/Content/font/capitoliumnews2/CapitoliumNews2WE-Regular.eot?#iefix') format('embedded-opentype'), url('/static/Content/font/capitoliumnews2/CapitoliumNews2WE-Regular.woff') format('woff'), url('/static/Content/font/capitoliumnews2/CapitoliumNews2WE-Regular.ttf') format('truetype'), url('/static/Content/font/capitoliumnews2/CapitoliumNews2WE-Regular.svg#CapitoliumNews2-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Arial Black Web";
  src: url("//politiken.dk/static/content/font/ArialBlack/arialblack-webfont.woff") format("woff");
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/static/Content/less/base/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.2.0');
  src: url('/static/Content/less/base/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('/static/Content/less/base/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('/static/Content/less/base/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('/static/Content/less/base/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
/*-----------------------------------------*\
| COLORS
\*-----------------------------------------*/
/*-----------------------------------------*\
| LAYOUT
\*-----------------------------------------*/
/*-----------------------------------------*\
| FONT SIZES
\*-----------------------------------------*/
/*-----------------------------------------*\
| Z-INDEXES
\*-----------------------------------------*/
/*-----------------------------------------*\
| FORMS & BUTTONS shared
\*-----------------------------------------*/
/*-----------------------------------------*\
| BUTTONS
\*-----------------------------------------*/
/*-----------------------------------------*\
| FORMS input
\*-----------------------------------------*/
/*-----------------------------------------*\
| FORMS checkbox / radios
\*-----------------------------------------*/
/*-----------------------------------------*\
| FRANKLIN GOTHIC
\*-----------------------------------------*/
.franklin-regular-base,
.eventbox .links ul li {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.franklin-bold-base {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
/*-----------------------------------------*\
| CAPITOLIUM
\*-----------------------------------------*/
.capitolium-bold-base {
  font-family: CapitoliumNews2-Bold, Georgia, serif;
  font-weight: normal;
  margin: 0;
}
.capitolium-semibold-base {
  font-family: CapitoliumNews2-SemiBold, Georgia, serif;
  font-weight: normal;
  margin: 0;
}
.capitolium-regular-base {
  font-family: CapitoliumNews2-Regular, Georgia, serif;
  font-weight: normal;
  margin: 0;
}
/*-----------------------------------------*\
| ROBOTO
\*-----------------------------------------*/
.roboto-regular-base,
.valgheader2015 .links ul li {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
}
.roboto-bold-base {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.roboto-black-base {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 900;
  margin: 0;
}
.roboto-condensed-regular-base {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 400;
  margin: 0;
}
.roboto-condensed-bold-base {
  font-family: 'Roboto Condensed', Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
/*-----------------------------------------*\
| GEORGIA
\*-----------------------------------------*/
.georgia-regular-base {
  font-family: Georgia, serif;
  font-weight: normal;
  margin: 0;
}
/*-----------------------------------------*\
| ARIAL
\*-----------------------------------------*/
.arial-regular-base {
  font-family: Arial, serif;
  font-weight: normal;
  margin: 0;
}
/*-----------------------------------------*\
| POLITIKEN EGYPTIENNE
\*-----------------------------------------*/
.egyptienne-regular-base {
  font-family: "Politiken Egyptienne", Georgia, serif;
  font-weight: normal;
  margin: 0;
}
/*-----------------------------------------*\
| BUTTON BASE CLASS
\*-----------------------------------------*/
.button-base,
.dit-button-large--transparent,
.dit-button-large--transparent--follow,
.dit-button-large--red,
.dit-button-large--green,
.dit-button-medium--red,
.dit-button-medium--grey,
.dit-button-medium--transparent--social-share,
.dit-button-small--transparent,
.dit-button-small--transparent--fake,
.dit-button-small--bold--transparent,
.dit-button-small--bold--transparent--no-hover,
.dit-button-small--transparent--follow,
.dit-button-small--red,
.dit-button-small--bold--red,
.dit-button-small--transparent-red,
.message-center--contentwrapper .btn,
.dit-button-large--transparent--full,
.dit-button-large--red--full,
.dit-button-large--green--full,
.dit-button-medium--grey--share,
.dit-button-medium--grey--share,
.dit-button-medium--grey--follow,
.dit-button-medium--facebook,
.dit-button-medium--twitter,
.dit-button-medium--mail,
a.servicenavigation-btn,
a.servicenavigation-btn--transparant,
.article-limit__button,
.modal-front__close,
.modal-carousel__ditpol,
.modal-carousel__notnow,
.modal__ditpol,
.modal__notnow,
.overlay-canvas__create a,
.overlay-ie__create a,
.dit-footer .login-btn,
.widget.plus .widget-row.six a.buylink,
.widget.plus.header-widget .widget-row .quarter a.buylink,
.user-message-container button,
.dit-subscription #submit_disassociate,
.profile-nav .buy-subscription,
.modal--deactiveprofile button,
.modal--deleteaccount button,
.modal--stopsubscription button,
a.modal-front__create,
.provide-info__next,
.modal-newuser__close,
.modal-newuser__ditpol,
.modal-campaign__accept,
.modal-campaign__success-link,
.modal-campaign__error-close,
.modal-bounce__button,
.dit-footer .buy-btn,
.widget.plus .widget-row.three a.buylink,
.plus-products-slider--item a.buylink {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border-style: solid;
  border-width: 1px;
  white-space: nowrap;
  line-height: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  text-decoration: none;
}
.button-base:active,
.dit-button-large--transparent:active,
.dit-button-large--transparent--follow:active,
.dit-button-large--red:active,
.dit-button-large--green:active,
.dit-button-medium--red:active,
.dit-button-medium--grey:active,
.dit-button-medium--transparent--social-share:active,
.dit-button-small--transparent:active,
.dit-button-small--transparent--fake:active,
.dit-button-small--bold--transparent:active,
.dit-button-small--bold--transparent--no-hover:active,
.dit-button-small--transparent--follow:active,
.dit-button-small--red:active,
.dit-button-small--bold--red:active,
.dit-button-small--transparent-red:active,
.message-center--contentwrapper .btn:active,
.dit-button-large--transparent--full:active,
.dit-button-large--red--full:active,
.dit-button-large--green--full:active,
.dit-button-medium--grey--share:active,
.dit-button-medium--grey--share:active,
.dit-button-medium--grey--follow:active,
.dit-button-medium--facebook:active,
.dit-button-medium--twitter:active,
.dit-button-medium--mail:active,
a.servicenavigation-btn:active,
a.servicenavigation-btn--transparant:active,
.article-limit__button:active,
.modal-front__close:active,
.modal-carousel__ditpol:active,
.modal-carousel__notnow:active,
.modal__ditpol:active,
.modal__notnow:active,
.overlay-canvas__create a:active,
.overlay-ie__create a:active,
.dit-footer .login-btn:active,
.widget.plus .widget-row.six a.buylink:active,
.widget.plus.header-widget .widget-row .quarter a.buylink:active,
.user-message-container button:active,
.dit-subscription #submit_disassociate:active,
.profile-nav .buy-subscription:active,
.modal--deactiveprofile button:active,
.modal--deleteaccount button:active,
.modal--stopsubscription button:active,
a.modal-front__create:active,
.provide-info__next:active,
.modal-newuser__close:active,
.modal-newuser__ditpol:active,
.modal-campaign__accept:active,
.modal-campaign__success-link:active,
.modal-campaign__error-close:active,
.modal-bounce__button:active,
.dit-footer .buy-btn:active,
.widget.plus .widget-row.three a.buylink:active,
.plus-products-slider--item a.buylink:active {
  outline: 0;
  background-image: none;
}
.button-base:hover,
.button-base:focus,
.dit-button-large--transparent:hover,
.dit-button-large--transparent:focus,
.dit-button-large--transparent--follow:hover,
.dit-button-large--transparent--follow:focus,
.dit-button-large--red:hover,
.dit-button-large--red:focus,
.dit-button-large--green:hover,
.dit-button-large--green:focus,
.dit-button-medium--red:hover,
.dit-button-medium--red:focus,
.dit-button-medium--grey:hover,
.dit-button-medium--grey:focus,
.dit-button-medium--transparent--social-share:hover,
.dit-button-medium--transparent--social-share:focus,
.dit-button-small--transparent:hover,
.dit-button-small--transparent:focus,
.dit-button-small--transparent--fake:hover,
.dit-button-small--transparent--fake:focus,
.dit-button-small--bold--transparent:hover,
.dit-button-small--bold--transparent:focus,
.dit-button-small--bold--transparent--no-hover:hover,
.dit-button-small--bold--transparent--no-hover:focus,
.dit-button-small--transparent--follow:hover,
.dit-button-small--transparent--follow:focus,
.dit-button-small--red:hover,
.dit-button-small--red:focus,
.dit-button-small--bold--red:hover,
.dit-button-small--bold--red:focus,
.dit-button-small--transparent-red:hover,
.dit-button-small--transparent-red:focus,
.message-center--contentwrapper .btn:hover,
.message-center--contentwrapper .btn:focus,
.dit-button-large--transparent--full:hover,
.dit-button-large--transparent--full:focus,
.dit-button-large--red--full:hover,
.dit-button-large--red--full:focus,
.dit-button-large--green--full:hover,
.dit-button-large--green--full:focus,
.dit-button-medium--grey--share:hover,
.dit-button-medium--grey--share:focus,
.dit-button-medium--grey--share:hover,
.dit-button-medium--grey--share:focus,
.dit-button-medium--grey--follow:hover,
.dit-button-medium--grey--follow:focus,
.dit-button-medium--facebook:hover,
.dit-button-medium--facebook:focus,
.dit-button-medium--twitter:hover,
.dit-button-medium--twitter:focus,
.dit-button-medium--mail:hover,
.dit-button-medium--mail:focus,
a.servicenavigation-btn:hover,
a.servicenavigation-btn:focus,
a.servicenavigation-btn--transparant:hover,
a.servicenavigation-btn--transparant:focus,
.article-limit__button:hover,
.article-limit__button:focus,
.modal-front__close:hover,
.modal-front__close:focus,
.modal-carousel__ditpol:hover,
.modal-carousel__ditpol:focus,
.modal-carousel__notnow:hover,
.modal-carousel__notnow:focus,
.modal__ditpol:hover,
.modal__ditpol:focus,
.modal__notnow:hover,
.modal__notnow:focus,
.overlay-canvas__create a:hover,
.overlay-canvas__create a:focus,
.overlay-ie__create a:hover,
.overlay-ie__create a:focus,
.dit-footer .login-btn:hover,
.dit-footer .login-btn:focus,
.widget.plus .widget-row.six a.buylink:hover,
.widget.plus .widget-row.six a.buylink:focus,
.widget.plus.header-widget .widget-row .quarter a.buylink:hover,
.widget.plus.header-widget .widget-row .quarter a.buylink:focus,
.user-message-container button:hover,
.user-message-container button:focus,
.dit-subscription #submit_disassociate:hover,
.dit-subscription #submit_disassociate:focus,
.profile-nav .buy-subscription:hover,
.profile-nav .buy-subscription:focus,
.modal--deactiveprofile button:hover,
.modal--deactiveprofile button:focus,
.modal--deleteaccount button:hover,
.modal--deleteaccount button:focus,
.modal--stopsubscription button:hover,
.modal--stopsubscription button:focus,
a.modal-front__create:hover,
a.modal-front__create:focus,
.provide-info__next:hover,
.provide-info__next:focus,
.modal-newuser__close:hover,
.modal-newuser__close:focus,
.modal-newuser__ditpol:hover,
.modal-newuser__ditpol:focus,
.modal-campaign__accept:hover,
.modal-campaign__accept:focus,
.modal-campaign__success-link:hover,
.modal-campaign__success-link:focus,
.modal-campaign__error-close:hover,
.modal-campaign__error-close:focus,
.modal-bounce__button:hover,
.modal-bounce__button:focus,
.dit-footer .buy-btn:hover,
.dit-footer .buy-btn:focus,
.widget.plus .widget-row.three a.buylink:hover,
.widget.plus .widget-row.three a.buylink:focus,
.plus-products-slider--item a.buylink:hover,
.plus-products-slider--item a.buylink:focus {
  text-decoration: none;
  outline-color: transparent;
  outline-style: none;
}
.button-base::-moz-focus-inner,
.dit-button-large--transparent::-moz-focus-inner,
.dit-button-large--transparent--follow::-moz-focus-inner,
.dit-button-large--red::-moz-focus-inner,
.dit-button-large--green::-moz-focus-inner,
.dit-button-medium--red::-moz-focus-inner,
.dit-button-medium--grey::-moz-focus-inner,
.dit-button-medium--transparent--social-share::-moz-focus-inner,
.dit-button-small--transparent::-moz-focus-inner,
.dit-button-small--transparent--fake::-moz-focus-inner,
.dit-button-small--bold--transparent::-moz-focus-inner,
.dit-button-small--bold--transparent--no-hover::-moz-focus-inner,
.dit-button-small--transparent--follow::-moz-focus-inner,
.dit-button-small--red::-moz-focus-inner,
.dit-button-small--bold--red::-moz-focus-inner,
.dit-button-small--transparent-red::-moz-focus-inner,
.message-center--contentwrapper .btn::-moz-focus-inner,
.dit-button-large--transparent--full::-moz-focus-inner,
.dit-button-large--red--full::-moz-focus-inner,
.dit-button-large--green--full::-moz-focus-inner,
.dit-button-medium--grey--share::-moz-focus-inner,
.dit-button-medium--grey--share::-moz-focus-inner,
.dit-button-medium--grey--follow::-moz-focus-inner,
.dit-button-medium--facebook::-moz-focus-inner,
.dit-button-medium--twitter::-moz-focus-inner,
.dit-button-medium--mail::-moz-focus-inner,
a.servicenavigation-btn::-moz-focus-inner,
a.servicenavigation-btn--transparant::-moz-focus-inner,
.article-limit__button::-moz-focus-inner,
.modal-front__close::-moz-focus-inner,
.modal-carousel__ditpol::-moz-focus-inner,
.modal-carousel__notnow::-moz-focus-inner,
.modal__ditpol::-moz-focus-inner,
.modal__notnow::-moz-focus-inner,
.overlay-canvas__create a::-moz-focus-inner,
.overlay-ie__create a::-moz-focus-inner,
.dit-footer .login-btn::-moz-focus-inner,
.widget.plus .widget-row.six a.buylink::-moz-focus-inner,
.widget.plus.header-widget .widget-row .quarter a.buylink::-moz-focus-inner,
.user-message-container button::-moz-focus-inner,
.dit-subscription #submit_disassociate::-moz-focus-inner,
.profile-nav .buy-subscription::-moz-focus-inner,
.modal--deactiveprofile button::-moz-focus-inner,
.modal--deleteaccount button::-moz-focus-inner,
.modal--stopsubscription button::-moz-focus-inner,
a.modal-front__create::-moz-focus-inner,
.provide-info__next::-moz-focus-inner,
.modal-newuser__close::-moz-focus-inner,
.modal-newuser__ditpol::-moz-focus-inner,
.modal-campaign__accept::-moz-focus-inner,
.modal-campaign__success-link::-moz-focus-inner,
.modal-campaign__error-close::-moz-focus-inner,
.modal-bounce__button::-moz-focus-inner,
.dit-footer .buy-btn::-moz-focus-inner,
.widget.plus .widget-row.three a.buylink::-moz-focus-inner,
.plus-products-slider--item a.buylink::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/*-----------------------------------------*\
| BUTTON MIXINS
\*-----------------------------------------*/
/*-----------------------------------------*\
| BUTTON CREATOR
\*-----------------------------------------*/
/*-----------------------------------------*\
| INPUT & SELECT BASE CLASS
\*-----------------------------------------*/
.dit-input-select-base,
.dit-input-base,
.dit-textarea-base,
.dit-select-base,
.dit-textarea,
.dit-input,
.dit-input--readonly,
.dit-select,
.publicprofile-edit__container #list-type {
  box-sizing: border-box;
  height: 40px;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
}
.dit-input-select-base input,
.dit-input-select-base select,
.dit-input-select-base textarea,
.dit-input-base input,
.dit-input-base select,
.dit-input-base textarea,
.dit-textarea-base input,
.dit-textarea-base select,
.dit-textarea-base textarea,
.dit-select-base input,
.dit-select-base select,
.dit-select-base textarea,
.dit-textarea input,
.dit-textarea select,
.dit-textarea textarea,
.dit-input input,
.dit-input select,
.dit-input textarea,
.dit-input--readonly input,
.dit-input--readonly select,
.dit-input--readonly textarea,
.dit-select input,
.dit-select select,
.dit-select textarea,
.publicprofile-edit__container #list-type input,
.publicprofile-edit__container #list-type select,
.publicprofile-edit__container #list-type textarea {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  border: none;
  outline: none;
  background-image: none;
  background: transparent;
  font-size: 14px;
}
/*-----------------------------------------*\
| INPUT BASE CLASS
\*-----------------------------------------*/
.dit-input-base,
.dit-input,
.dit-input--readonly {
  line-height: 38px;
}
.dit-input-base input,
.dit-input input,
.dit-input--readonly input {
  padding: 11px 10px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  color: #000000;
}
.dit-input-base input a,
.dit-input input a,
.dit-input--readonly input a {
  color: #000000;
  text-decoration: underline;
}
.dit-input-base input a:hover,
.dit-input-base input a:active,
.dit-input-base input a:visited,
.dit-input-base input a:link,
.dit-input-base input a:focus,
.dit-input input a:hover,
.dit-input input a:active,
.dit-input input a:visited,
.dit-input input a:link,
.dit-input input a:focus,
.dit-input--readonly input a:hover,
.dit-input--readonly input a:active,
.dit-input--readonly input a:visited,
.dit-input--readonly input a:link,
.dit-input--readonly input a:focus {
  color: #000000;
}
.dit-input-base input b,
.dit-input input b,
.dit-input--readonly input b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.dit-input-base input:active,
.dit-input input:active,
.dit-input--readonly input:active {
  outline: 0;
  background-image: none;
}
.dit-input-base input:hover,
.dit-input-base input:focus,
.dit-input input:hover,
.dit-input input:focus,
.dit-input--readonly input:hover,
.dit-input--readonly input:focus {
  outline-color: transparent;
  outline-style: none;
}
.dit-input-base input::-webkit-input-placeholder,
.dit-input input::-webkit-input-placeholder,
.dit-input--readonly input::-webkit-input-placeholder {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  color: #999999;
}
.dit-input-base input::-webkit-input-placeholder a,
.dit-input input::-webkit-input-placeholder a,
.dit-input--readonly input::-webkit-input-placeholder a {
  color: #999999;
  text-decoration: underline;
}
.dit-input-base input::-webkit-input-placeholder a:hover,
.dit-input-base input::-webkit-input-placeholder a:active,
.dit-input-base input::-webkit-input-placeholder a:visited,
.dit-input-base input::-webkit-input-placeholder a:link,
.dit-input-base input::-webkit-input-placeholder a:focus,
.dit-input input::-webkit-input-placeholder a:hover,
.dit-input input::-webkit-input-placeholder a:active,
.dit-input input::-webkit-input-placeholder a:visited,
.dit-input input::-webkit-input-placeholder a:link,
.dit-input input::-webkit-input-placeholder a:focus,
.dit-input--readonly input::-webkit-input-placeholder a:hover,
.dit-input--readonly input::-webkit-input-placeholder a:active,
.dit-input--readonly input::-webkit-input-placeholder a:visited,
.dit-input--readonly input::-webkit-input-placeholder a:link,
.dit-input--readonly input::-webkit-input-placeholder a:focus {
  color: #999999;
}
.dit-input-base input::-webkit-input-placeholder b,
.dit-input input::-webkit-input-placeholder b,
.dit-input--readonly input::-webkit-input-placeholder b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.dit-input-base input:-moz-placeholder,
.dit-input input:-moz-placeholder,
.dit-input--readonly input:-moz-placeholder {
  /* Firefox 18- */
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  color: #999999;
}
.dit-input-base input:-moz-placeholder a,
.dit-input input:-moz-placeholder a,
.dit-input--readonly input:-moz-placeholder a {
  color: #999999;
  text-decoration: underline;
}
.dit-input-base input:-moz-placeholder a:hover,
.dit-input-base input:-moz-placeholder a:active,
.dit-input-base input:-moz-placeholder a:visited,
.dit-input-base input:-moz-placeholder a:link,
.dit-input-base input:-moz-placeholder a:focus,
.dit-input input:-moz-placeholder a:hover,
.dit-input input:-moz-placeholder a:active,
.dit-input input:-moz-placeholder a:visited,
.dit-input input:-moz-placeholder a:link,
.dit-input input:-moz-placeholder a:focus,
.dit-input--readonly input:-moz-placeholder a:hover,
.dit-input--readonly input:-moz-placeholder a:active,
.dit-input--readonly input:-moz-placeholder a:visited,
.dit-input--readonly input:-moz-placeholder a:link,
.dit-input--readonly input:-moz-placeholder a:focus {
  color: #999999;
}
.dit-input-base input:-moz-placeholder b,
.dit-input input:-moz-placeholder b,
.dit-input--readonly input:-moz-placeholder b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.dit-input-base input::-moz-placeholder,
.dit-input input::-moz-placeholder,
.dit-input--readonly input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  color: #999999;
}
.dit-input-base input::-moz-placeholder a,
.dit-input input::-moz-placeholder a,
.dit-input--readonly input::-moz-placeholder a {
  color: #999999;
  text-decoration: underline;
}
.dit-input-base input::-moz-placeholder a:hover,
.dit-input-base input::-moz-placeholder a:active,
.dit-input-base input::-moz-placeholder a:visited,
.dit-input-base input::-moz-placeholder a:link,
.dit-input-base input::-moz-placeholder a:focus,
.dit-input input::-moz-placeholder a:hover,
.dit-input input::-moz-placeholder a:active,
.dit-input input::-moz-placeholder a:visited,
.dit-input input::-moz-placeholder a:link,
.dit-input input::-moz-placeholder a:focus,
.dit-input--readonly input::-moz-placeholder a:hover,
.dit-input--readonly input::-moz-placeholder a:active,
.dit-input--readonly input::-moz-placeholder a:visited,
.dit-input--readonly input::-moz-placeholder a:link,
.dit-input--readonly input::-moz-placeholder a:focus {
  color: #999999;
}
.dit-input-base input::-moz-placeholder b,
.dit-input input::-moz-placeholder b,
.dit-input--readonly input::-moz-placeholder b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.dit-input-base input:-ms-input-placeholder,
.dit-input input:-ms-input-placeholder,
.dit-input--readonly input:-ms-input-placeholder {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  color: #999999;
}
.dit-input-base input:-ms-input-placeholder a,
.dit-input input:-ms-input-placeholder a,
.dit-input--readonly input:-ms-input-placeholder a {
  color: #999999;
  text-decoration: underline;
}
.dit-input-base input:-ms-input-placeholder a:hover,
.dit-input-base input:-ms-input-placeholder a:active,
.dit-input-base input:-ms-input-placeholder a:visited,
.dit-input-base input:-ms-input-placeholder a:link,
.dit-input-base input:-ms-input-placeholder a:focus,
.dit-input input:-ms-input-placeholder a:hover,
.dit-input input:-ms-input-placeholder a:active,
.dit-input input:-ms-input-placeholder a:visited,
.dit-input input:-ms-input-placeholder a:link,
.dit-input input:-ms-input-placeholder a:focus,
.dit-input--readonly input:-ms-input-placeholder a:hover,
.dit-input--readonly input:-ms-input-placeholder a:active,
.dit-input--readonly input:-ms-input-placeholder a:visited,
.dit-input--readonly input:-ms-input-placeholder a:link,
.dit-input--readonly input:-ms-input-placeholder a:focus {
  color: #999999;
}
.dit-input-base input:-ms-input-placeholder b,
.dit-input input:-ms-input-placeholder b,
.dit-input--readonly input:-ms-input-placeholder b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
/*-----------------------------------------*\
| TEXTAREA BASE CLASS
\*-----------------------------------------*/
.dit-textarea-base textarea,
.dit-textarea textarea {
  padding: 11px 10px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  color: #000000;
  resize: none;
}
.dit-textarea-base textarea a,
.dit-textarea textarea a {
  color: #000000;
  text-decoration: underline;
}
.dit-textarea-base textarea a:hover,
.dit-textarea-base textarea a:active,
.dit-textarea-base textarea a:visited,
.dit-textarea-base textarea a:link,
.dit-textarea-base textarea a:focus,
.dit-textarea textarea a:hover,
.dit-textarea textarea a:active,
.dit-textarea textarea a:visited,
.dit-textarea textarea a:link,
.dit-textarea textarea a:focus {
  color: #000000;
}
.dit-textarea-base textarea b,
.dit-textarea textarea b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.dit-textarea-base textarea:active,
.dit-textarea textarea:active {
  outline: 0;
  background-image: none;
}
.dit-textarea-base textarea:hover,
.dit-textarea-base textarea:focus,
.dit-textarea textarea:hover,
.dit-textarea textarea:focus {
  outline-color: transparent;
  outline-style: none;
}
.dit-textarea-base textarea::-webkit-input-placeholder,
.dit-textarea textarea::-webkit-input-placeholder {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  color: #999999;
}
.dit-textarea-base textarea::-webkit-input-placeholder a,
.dit-textarea textarea::-webkit-input-placeholder a {
  color: #999999;
  text-decoration: underline;
}
.dit-textarea-base textarea::-webkit-input-placeholder a:hover,
.dit-textarea-base textarea::-webkit-input-placeholder a:active,
.dit-textarea-base textarea::-webkit-input-placeholder a:visited,
.dit-textarea-base textarea::-webkit-input-placeholder a:link,
.dit-textarea-base textarea::-webkit-input-placeholder a:focus,
.dit-textarea textarea::-webkit-input-placeholder a:hover,
.dit-textarea textarea::-webkit-input-placeholder a:active,
.dit-textarea textarea::-webkit-input-placeholder a:visited,
.dit-textarea textarea::-webkit-input-placeholder a:link,
.dit-textarea textarea::-webkit-input-placeholder a:focus {
  color: #999999;
}
.dit-textarea-base textarea::-webkit-input-placeholder b,
.dit-textarea textarea::-webkit-input-placeholder b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.dit-textarea-base textarea:-moz-placeholder,
.dit-textarea textarea:-moz-placeholder {
  /* Firefox 18- */
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  color: #999999;
}
.dit-textarea-base textarea:-moz-placeholder a,
.dit-textarea textarea:-moz-placeholder a {
  color: #999999;
  text-decoration: underline;
}
.dit-textarea-base textarea:-moz-placeholder a:hover,
.dit-textarea-base textarea:-moz-placeholder a:active,
.dit-textarea-base textarea:-moz-placeholder a:visited,
.dit-textarea-base textarea:-moz-placeholder a:link,
.dit-textarea-base textarea:-moz-placeholder a:focus,
.dit-textarea textarea:-moz-placeholder a:hover,
.dit-textarea textarea:-moz-placeholder a:active,
.dit-textarea textarea:-moz-placeholder a:visited,
.dit-textarea textarea:-moz-placeholder a:link,
.dit-textarea textarea:-moz-placeholder a:focus {
  color: #999999;
}
.dit-textarea-base textarea:-moz-placeholder b,
.dit-textarea textarea:-moz-placeholder b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.dit-textarea-base textarea::-moz-placeholder,
.dit-textarea textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  color: #999999;
}
.dit-textarea-base textarea::-moz-placeholder a,
.dit-textarea textarea::-moz-placeholder a {
  color: #999999;
  text-decoration: underline;
}
.dit-textarea-base textarea::-moz-placeholder a:hover,
.dit-textarea-base textarea::-moz-placeholder a:active,
.dit-textarea-base textarea::-moz-placeholder a:visited,
.dit-textarea-base textarea::-moz-placeholder a:link,
.dit-textarea-base textarea::-moz-placeholder a:focus,
.dit-textarea textarea::-moz-placeholder a:hover,
.dit-textarea textarea::-moz-placeholder a:active,
.dit-textarea textarea::-moz-placeholder a:visited,
.dit-textarea textarea::-moz-placeholder a:link,
.dit-textarea textarea::-moz-placeholder a:focus {
  color: #999999;
}
.dit-textarea-base textarea::-moz-placeholder b,
.dit-textarea textarea::-moz-placeholder b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.dit-textarea-base textarea:-ms-input-placeholder,
.dit-textarea textarea:-ms-input-placeholder {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  color: #999999;
}
.dit-textarea-base textarea:-ms-input-placeholder a,
.dit-textarea textarea:-ms-input-placeholder a {
  color: #999999;
  text-decoration: underline;
}
.dit-textarea-base textarea:-ms-input-placeholder a:hover,
.dit-textarea-base textarea:-ms-input-placeholder a:active,
.dit-textarea-base textarea:-ms-input-placeholder a:visited,
.dit-textarea-base textarea:-ms-input-placeholder a:link,
.dit-textarea-base textarea:-ms-input-placeholder a:focus,
.dit-textarea textarea:-ms-input-placeholder a:hover,
.dit-textarea textarea:-ms-input-placeholder a:active,
.dit-textarea textarea:-ms-input-placeholder a:visited,
.dit-textarea textarea:-ms-input-placeholder a:link,
.dit-textarea textarea:-ms-input-placeholder a:focus {
  color: #999999;
}
.dit-textarea-base textarea:-ms-input-placeholder b,
.dit-textarea textarea:-ms-input-placeholder b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
/*-----------------------------------------*\
| SELECT BASE CLASS
\*-----------------------------------------*/
.dit-select-base,
.dit-select,
.publicprofile-edit__container #list-type {
  overflow: hidden;
}
.dit-select-base select,
.dit-select select,
.publicprofile-edit__container #list-type select {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  color: #000000;
  padding-left: 10px;
  padding-right: 38px;
  padding: 11px 10px \ ;
  font-size: 14px;
  cursor: pointer;
  -moz-appearance: treeitem;
  -webkit-appearance: none;
}
.dit-select-base select a,
.dit-select select a,
.publicprofile-edit__container #list-type select a {
  color: #000000;
  text-decoration: underline;
}
.dit-select-base select a:hover,
.dit-select-base select a:active,
.dit-select-base select a:visited,
.dit-select-base select a:link,
.dit-select-base select a:focus,
.dit-select select a:hover,
.dit-select select a:active,
.dit-select select a:visited,
.dit-select select a:link,
.dit-select select a:focus,
.publicprofile-edit__container #list-type select a:hover,
.publicprofile-edit__container #list-type select a:active,
.publicprofile-edit__container #list-type select a:visited,
.publicprofile-edit__container #list-type select a:link,
.publicprofile-edit__container #list-type select a:focus {
  color: #000000;
}
.dit-select-base select b,
.dit-select select b,
.publicprofile-edit__container #list-type select b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.dit-select-base select:-moz-focusring,
.dit-select select:-moz-focusring,
.publicprofile-edit__container #list-type select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.dit-select-base select option,
.dit-select select option,
.publicprofile-edit__container #list-type select option {
  border-width: 0;
  border-style: solid;
}
.dit-select-base select::-ms-expand,
.dit-select select::-ms-expand,
.publicprofile-edit__container #list-type select::-ms-expand {
  display: none;
}
.dit-select-base:before,
.dit-select:before,
.publicprofile-edit__container #list-type:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  content: "\f078";
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 10px;
  font-size: 14px;
  background-color: #ffffff;
  cursor: default;
}
/*-----------------------------------------*\
| CHECKBOX & RADIOS BASE CLASS
\*-----------------------------------------*/
.dit-inputbox-base,
.dit-checkbox,
.dit-radio {
  display: none;
}
.dit-inputbox-base ~ label,
.dit-checkbox ~ label,
.dit-radio ~ label {
  cursor: pointer;
}
.dit-inputbox-base ~ label:after,
.dit-checkbox ~ label:after,
.dit-radio ~ label:after {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 10px;
  height: 10px;
  font-size: 10px;
  border-radius: 3px;
  border-width: 1px;
  border-color: #cccccc;
  border-style: solid;
  background-color: #ffffff;
  padding: 4px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: transparent;
}
.dit-inputbox-base:checked ~ label:after,
.dit-checkbox:checked ~ label:after,
.dit-radio:checked ~ label:after {
  color: #000000;
}
/*-----------------------------------------*\
| LABEL BASE CLASS
\*-----------------------------------------*/
.dit-label {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 12px;
  color: #999999;
  display: block;
  padding-bottom: 1px;
  line-height: 1;
  text-transform: uppercase;
}
.dit-label a {
  color: #999999;
  text-decoration: underline;
}
.dit-label a:hover,
.dit-label a:active,
.dit-label a:visited,
.dit-label a:link,
.dit-label a:focus {
  color: #999999;
}
.dit-label b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.clearfix,
.polgrid-wrapper,
.subscription__container,
.subscription__sections {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.polgrid-wrapper:before,
.polgrid-wrapper:after,
.subscription__container:before,
.subscription__container:after,
.subscription__sections:before,
.subscription__sections:after {
  content: " ";
  display: table;
}
.clearfix:after,
.polgrid-wrapper:after,
.subscription__container:after,
.subscription__sections:after {
  clear: both;
}
.text-selection-disabled,
.button-base,
.dit-inputbox-base ~ label:after,
.dit-button-large--transparent,
.dit-button-large--transparent--follow,
.dit-button-large--red,
.dit-button-large--green,
.dit-button-medium--red,
.dit-button-medium--grey,
.dit-button-medium--transparent--social-share,
.dit-button-small--transparent,
.dit-button-small--transparent--fake,
.dit-button-small--bold--transparent,
.dit-button-small--bold--transparent--no-hover,
.dit-button-small--transparent--follow,
.dit-button-small--red,
.dit-button-small--bold--red,
.dit-button-small--transparent-red,
.dit-checkbox ~ label:after,
.dit-radio ~ label:after,
.message-center--contentwrapper .btn,
.dit-button-large--transparent--full,
.dit-button-large--red--full,
.dit-button-large--green--full,
.dit-button-medium--grey--share,
.dit-button-medium--grey--share,
.dit-button-medium--grey--follow,
.dit-button-medium--facebook,
.dit-button-medium--twitter,
.dit-button-medium--mail,
a.servicenavigation-btn,
a.servicenavigation-btn--transparant,
.article-limit__button,
.modal-front__close,
.modal-carousel__ditpol,
.modal-carousel__notnow,
.modal__ditpol,
.modal__notnow,
.overlay-canvas__create a,
.overlay-ie__create a,
.dit-footer .login-btn,
.widget.plus .widget-row.six a.buylink,
.widget.plus.header-widget .widget-row .quarter a.buylink,
.user-message-container button,
.dit-subscription #submit_disassociate,
.profile-nav .buy-subscription,
.modal--deactiveprofile button,
.modal--deleteaccount button,
.modal--stopsubscription button,
a.modal-front__create,
.provide-info__next,
.modal-newuser__close,
.modal-newuser__ditpol,
.modal-campaign__accept,
.modal-campaign__success-link,
.modal-campaign__error-close,
.modal-bounce__button,
.dit-footer .buy-btn,
.widget.plus .widget-row.three a.buylink,
.plus-products-slider--item a.buylink {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dit-counterdot {
  content: attr(data-unread);
  background-color: #c00;
  position: absolute;
  font-size: 11px;
  color: white;
  font-weight: bold;
  min-width: 17px;
  height: 14px;
  line-height: 128%;
  padding: 2px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  right: -18px;
  top: -5px;
}
.dit-arrow {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ccc;
  content: "";
  display: block;
  float: right;
  height: 0;
  width: 0;
  margin-top: 5px;
}
.dit-arrow.active {
  border-top: 0;
  border-bottom: 4px solid;
}
.img_caption_mobile {
  color: #666;
  font-size: 10px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
}
.dit-main {
  max-width: 940px;
  padding: 0 10px;
  margin: 0 auto;
  position: relative;
}
#mainmenu #menubottom {
  border-top: 0;
  margin-top: 0;
}
#content #rightBanner {
  top: 0;
}
#adtechWallpaper {
  cursor: pointer;
  display: none;
  background-attachment: scroll;
  background-color: transparent;
  background-position: center top;
  background-repeat: no-repeat;
  height: 1200px;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1 !important;
}
.polgrid-wrapper {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  margin-left: -10px;
}
.polgrid-base,
.polgrid-10,
.polgrid-12,
.polgrid-16,
.polgrid-20,
.polgrid-25,
.polgrid-30,
.polgrid-33,
.polgrid-50,
.polgrid-70,
.polgrid-80,
.polgrid-90,
.widget.plus.pluspage .widget-row.three .item,
.widget.plus.pluspage .widget-row.six .item,
.profile-edit__saveinfo,
.profile-edit__saveinfobutton,
.subscription-edit__number,
.subscription-edit__button,
.settings-edit__container .settings-edit__debatesave {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  float: left;
  width: 100%;
  padding-left: 10px;
}
@media only screen and (min-width: 481px) {
  .polgrid-10 {
    width: 10%;
  }
}
@media only screen and (min-width: 481px) {
  .polgrid-12 {
    width: 12.5%;
  }
}
@media only screen and (min-width: 481px) {
  .polgrid-16,
  .widget.plus.pluspage .widget-row.six .item {
    width: 16.666666%;
  }
}
@media only screen and (min-width: 481px) {
  .polgrid-20,
  .subscription-edit__button {
    width: 20%;
  }
}
@media only screen and (min-width: 481px) {
  .polgrid-25 {
    width: 25%;
  }
}
@media only screen and (min-width: 481px) {
  .polgrid-30,
  .profile-edit__saveinfobutton {
    width: 30%;
  }
}
@media only screen and (min-width: 481px) {
  .polgrid-33,
  .widget.plus.pluspage .widget-row.three .item {
    width: 33.33333333333%;
  }
}
@media only screen and (min-width: 481px) {
  .polgrid-50 {
    width: 50%;
  }
}
@media only screen and (min-width: 481px) {
  .polgrid-70,
  .profile-edit__saveinfo,
  .settings-edit__container .settings-edit__debatesave {
    width: 70%;
  }
}
@media only screen and (min-width: 481px) {
  .polgrid-80,
  .subscription-edit__number {
    width: 80%;
  }
}
@media only screen and (min-width: 481px) {
  .polgrid-90 {
    width: 90%;
  }
}
body {
  line-height: 1.3;
}
/*-----------------------------------------*\
| HEADERS
\*-----------------------------------------*/
.dit-header1 {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 48px;
  color: #000000;
}
.dit-header1 a {
  color: #000000;
  text-decoration: underline;
}
.dit-header1 a:hover,
.dit-header1 a:active,
.dit-header1 a:visited,
.dit-header1 a:link,
.dit-header1 a:focus {
  color: #000000;
}
.dit-header1 b {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.dit-header1--bold {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 48px;
  color: #000000;
}
.dit-header1--bold a {
  color: #000000;
  text-decoration: underline;
}
.dit-header1--bold a:hover,
.dit-header1--bold a:active,
.dit-header1--bold a:visited,
.dit-header1--bold a:link,
.dit-header1--bold a:focus {
  color: #000000;
}
.dit-header2 {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 28px;
  color: #000000;
}
.dit-header2 a {
  color: #000000;
  text-decoration: underline;
}
.dit-header2 a:hover,
.dit-header2 a:active,
.dit-header2 a:visited,
.dit-header2 a:link,
.dit-header2 a:focus {
  color: #000000;
}
.dit-header2 b {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.dit-header2--bold {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 28px;
  color: #000000;
}
.dit-header2--bold a {
  color: #000000;
  text-decoration: underline;
}
.dit-header2--bold a:hover,
.dit-header2--bold a:active,
.dit-header2--bold a:visited,
.dit-header2--bold a:link,
.dit-header2--bold a:focus {
  color: #000000;
}
.dit-header3,
.servicenavigation-dropdown h3,
.servicenavigation-dropdown--hover h3 {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 20px;
  color: #000000;
}
.dit-header3 a,
.servicenavigation-dropdown h3 a,
.servicenavigation-dropdown--hover h3 a {
  color: #000000;
  text-decoration: underline;
}
.dit-header3 a:hover,
.dit-header3 a:active,
.dit-header3 a:visited,
.dit-header3 a:link,
.dit-header3 a:focus,
.servicenavigation-dropdown h3 a:hover,
.servicenavigation-dropdown h3 a:active,
.servicenavigation-dropdown h3 a:visited,
.servicenavigation-dropdown h3 a:link,
.servicenavigation-dropdown h3 a:focus,
.servicenavigation-dropdown--hover h3 a:hover,
.servicenavigation-dropdown--hover h3 a:active,
.servicenavigation-dropdown--hover h3 a:visited,
.servicenavigation-dropdown--hover h3 a:link,
.servicenavigation-dropdown--hover h3 a:focus {
  color: #000000;
}
.dit-header3 b,
.servicenavigation-dropdown h3 b,
.servicenavigation-dropdown--hover h3 b {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.dit-header3--bold,
#ditpol-dropdown .widget.header h2 {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 20px;
  color: #000000;
}
.dit-header3--bold a,
#ditpol-dropdown .widget.header h2 a {
  color: #000000;
  text-decoration: underline;
}
.dit-header3--bold a:hover,
.dit-header3--bold a:active,
.dit-header3--bold a:visited,
.dit-header3--bold a:link,
.dit-header3--bold a:focus,
#ditpol-dropdown .widget.header h2 a:hover,
#ditpol-dropdown .widget.header h2 a:active,
#ditpol-dropdown .widget.header h2 a:visited,
#ditpol-dropdown .widget.header h2 a:link,
#ditpol-dropdown .widget.header h2 a:focus {
  color: #000000;
}
.dit-header4,
.dit-form-title {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 15px;
  color: #000000;
}
.dit-header4 a,
.dit-form-title a {
  color: #000000;
  text-decoration: underline;
}
.dit-header4 a:hover,
.dit-header4 a:active,
.dit-header4 a:visited,
.dit-header4 a:link,
.dit-header4 a:focus,
.dit-form-title a:hover,
.dit-form-title a:active,
.dit-form-title a:visited,
.dit-form-title a:link,
.dit-form-title a:focus {
  color: #000000;
}
.dit-header4 b,
.dit-form-title b {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.dit-header4--bold,
.article-follow__title {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 15px;
  color: #000000;
}
.dit-header4--bold a,
.article-follow__title a {
  color: #000000;
  text-decoration: underline;
}
.dit-header4--bold a:hover,
.dit-header4--bold a:active,
.dit-header4--bold a:visited,
.dit-header4--bold a:link,
.dit-header4--bold a:focus,
.article-follow__title a:hover,
.article-follow__title a:active,
.article-follow__title a:visited,
.article-follow__title a:link,
.article-follow__title a:focus {
  color: #000000;
}
.dit-header5 {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 14px;
  color: #000000;
}
.dit-header5 a {
  color: #000000;
  text-decoration: underline;
}
.dit-header5 a:hover,
.dit-header5 a:active,
.dit-header5 a:visited,
.dit-header5 a:link,
.dit-header5 a:focus {
  color: #000000;
}
.dit-header5 b {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.dit-header5--bold {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 14px;
  color: #000000;
}
.dit-header5--bold a {
  color: #000000;
  text-decoration: underline;
}
.dit-header5--bold a:hover,
.dit-header5--bold a:active,
.dit-header5--bold a:visited,
.dit-header5--bold a:link,
.dit-header5--bold a:focus {
  color: #000000;
}
.dit-header1-roboto {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 48px;
  color: #000000;
}
.dit-header1-roboto a {
  color: #000000;
  text-decoration: underline;
}
.dit-header1-roboto a:hover,
.dit-header1-roboto a:active,
.dit-header1-roboto a:visited,
.dit-header1-roboto a:link,
.dit-header1-roboto a:focus {
  color: #000000;
}
.dit-header1-roboto b {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.dit-header1-roboto--bold {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 48px;
  color: #000000;
}
.dit-header1-roboto--bold a {
  color: #000000;
  text-decoration: underline;
}
.dit-header1-roboto--bold a:hover,
.dit-header1-roboto--bold a:active,
.dit-header1-roboto--bold a:visited,
.dit-header1-roboto--bold a:link,
.dit-header1-roboto--bold a:focus {
  color: #000000;
}
.dit-header2-roboto,
.subscription__container .qa > div.top,
.dit-politiken .qa > div.top,
.dit-main .qa > div.top,
.profile-edit__header,
.subscription-edit__header,
.publicprofile-edit__container h5,
.settings-edit__container h2,
.dit-subscription h2 {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 28px;
  color: #000000;
}
.dit-header2-roboto a,
.subscription__container .qa > div.top a,
.dit-politiken .qa > div.top a,
.dit-main .qa > div.top a,
.subscription-edit__header a,
.publicprofile-edit__container h5 a,
.settings-edit__container h2 a,
.dit-subscription h2 a {
  color: #000000;
  text-decoration: underline;
}
.dit-header2-roboto a:hover,
.dit-header2-roboto a:active,
.dit-header2-roboto a:visited,
.dit-header2-roboto a:link,
.dit-header2-roboto a:focus,
.subscription__container .qa > div.top a:hover,
.subscription__container .qa > div.top a:active,
.subscription__container .qa > div.top a:visited,
.subscription__container .qa > div.top a:link,
.subscription__container .qa > div.top a:focus,
.dit-politiken .qa > div.top a:hover,
.dit-politiken .qa > div.top a:active,
.dit-politiken .qa > div.top a:visited,
.dit-politiken .qa > div.top a:link,
.dit-politiken .qa > div.top a:focus,
.dit-main .qa > div.top a:hover,
.dit-main .qa > div.top a:active,
.dit-main .qa > div.top a:visited,
.dit-main .qa > div.top a:link,
.dit-main .qa > div.top a:focus,
.subscription-edit__header a:hover,
.subscription-edit__header a:active,
.subscription-edit__header a:visited,
.subscription-edit__header a:link,
.subscription-edit__header a:focus,
.publicprofile-edit__container h5 a:hover,
.publicprofile-edit__container h5 a:active,
.publicprofile-edit__container h5 a:visited,
.publicprofile-edit__container h5 a:link,
.publicprofile-edit__container h5 a:focus,
.settings-edit__container h2 a:hover,
.settings-edit__container h2 a:active,
.settings-edit__container h2 a:visited,
.settings-edit__container h2 a:link,
.settings-edit__container h2 a:focus,
.dit-subscription h2 a:hover,
.dit-subscription h2 a:active,
.dit-subscription h2 a:visited,
.dit-subscription h2 a:link,
.dit-subscription h2 a:focus {
  color: #000000;
}
.dit-header2-roboto b,
.subscription__container .qa > div.top b,
.dit-politiken .qa > div.top b,
.dit-main .qa > div.top b,
.subscription-edit__header b,
.publicprofile-edit__container h5 b,
.settings-edit__container h2 b,
.dit-subscription h2 b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.dit-header2-roboto--bold,
.not-logged-in p,
.widget.plus.pluspage .widget-row.three .item .pluspris-currency,
.publicprofile-edit__container h2,
.profile-nav .profil-nav-left-content .profileinfo span,
h1.subscription__header,
.subscription__text h1,
#abonnementsvilkaar h2 {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 28px;
  color: #000000;
}
.dit-header2-roboto--bold a,
.not-logged-in p a,
.profile-nav .profil-nav-left-content .profileinfo span a,
h1.subscription__header a,
.subscription__text h1 a,
#abonnementsvilkaar h2 a {
  color: #000000;
  text-decoration: underline;
}
.dit-header2-roboto--bold a:hover,
.dit-header2-roboto--bold a:active,
.dit-header2-roboto--bold a:visited,
.dit-header2-roboto--bold a:link,
.dit-header2-roboto--bold a:focus,
.not-logged-in p a:hover,
.not-logged-in p a:active,
.not-logged-in p a:visited,
.not-logged-in p a:link,
.not-logged-in p a:focus,
.profile-nav .profil-nav-left-content .profileinfo span a:hover,
.profile-nav .profil-nav-left-content .profileinfo span a:active,
.profile-nav .profil-nav-left-content .profileinfo span a:visited,
.profile-nav .profil-nav-left-content .profileinfo span a:link,
.profile-nav .profil-nav-left-content .profileinfo span a:focus,
h1.subscription__header a:hover,
h1.subscription__header a:active,
h1.subscription__header a:visited,
h1.subscription__header a:link,
h1.subscription__header a:focus,
.subscription__text h1 a:hover,
.subscription__text h1 a:active,
.subscription__text h1 a:visited,
.subscription__text h1 a:link,
.subscription__text h1 a:focus,
#abonnementsvilkaar h2 a:hover,
#abonnementsvilkaar h2 a:active,
#abonnementsvilkaar h2 a:visited,
#abonnementsvilkaar h2 a:link,
#abonnementsvilkaar h2 a:focus {
  color: #000000;
}
.dit-header2-roboto--bold--red,
.widget.plus .pluspris-currency {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 28px;
  color: #cc0000;
}
.dit-header2-roboto--bold--red a {
  color: #cc0000;
  text-decoration: underline;
}
.dit-header2-roboto--bold--red a:hover,
.dit-header2-roboto--bold--red a:active,
.dit-header2-roboto--bold--red a:visited,
.dit-header2-roboto--bold--red a:link,
.dit-header2-roboto--bold--red a:focus {
  color: #cc0000;
}
.dit-header3-roboto,
.servicenavigation-dropdown h3,
.widget-follow__none,
.modal--follow__articles-header,
.profile-edit__subheader,
.dit-subscription .subtitle,
.dit-subscription h2,
.settings-edit__container h3,
.servicenavigation-dropdown--hover h3 {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 20px;
  color: #000000;
}
.dit-header3-roboto a,
.servicenavigation-dropdown h3 a,
.widget-follow__none a,
.modal--follow__articles-header a,
.dit-subscription .subtitle a,
.dit-subscription h2 a,
.settings-edit__container h3 a,
.servicenavigation-dropdown--hover h3 a {
  color: #000000;
  text-decoration: underline;
}
.dit-header3-roboto a:hover,
.dit-header3-roboto a:active,
.dit-header3-roboto a:visited,
.dit-header3-roboto a:link,
.dit-header3-roboto a:focus,
.servicenavigation-dropdown h3 a:hover,
.servicenavigation-dropdown h3 a:active,
.servicenavigation-dropdown h3 a:visited,
.servicenavigation-dropdown h3 a:link,
.servicenavigation-dropdown h3 a:focus,
.widget-follow__none a:hover,
.widget-follow__none a:active,
.widget-follow__none a:visited,
.widget-follow__none a:link,
.widget-follow__none a:focus,
.modal--follow__articles-header a:hover,
.modal--follow__articles-header a:active,
.modal--follow__articles-header a:visited,
.modal--follow__articles-header a:link,
.modal--follow__articles-header a:focus,
.dit-subscription .subtitle a:hover,
.dit-subscription .subtitle a:active,
.dit-subscription .subtitle a:visited,
.dit-subscription .subtitle a:link,
.dit-subscription .subtitle a:focus,
.dit-subscription h2 a:hover,
.dit-subscription h2 a:active,
.dit-subscription h2 a:visited,
.dit-subscription h2 a:link,
.dit-subscription h2 a:focus,
.settings-edit__container h3 a:hover,
.settings-edit__container h3 a:active,
.settings-edit__container h3 a:visited,
.settings-edit__container h3 a:link,
.settings-edit__container h3 a:focus,
.servicenavigation-dropdown--hover h3 a:hover,
.servicenavigation-dropdown--hover h3 a:active,
.servicenavigation-dropdown--hover h3 a:visited,
.servicenavigation-dropdown--hover h3 a:link,
.servicenavigation-dropdown--hover h3 a:focus {
  color: #000000;
}
.dit-header3-roboto b,
.servicenavigation-dropdown h3 b,
.widget-follow__none b,
.modal--follow__articles-header b,
.dit-subscription .subtitle b,
.dit-subscription h2 b,
.settings-edit__container h3 b,
.servicenavigation-dropdown--hover h3 b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.dit-header3-roboto--bold,
.widget .widget-header,
.modal--follow__header,
.modal-newuser__header,
.modal-campaign__header,
.modal-bounce__header,
#abonnementsvilkaar h3,
.debate-slider__quote,
.debate-list__dropdown-name,
.profile-page__upper .debater-person__large,
.profile-page__upper .name-title-link {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 20px;
  color: #000000;
}
.dit-header3-roboto--bold a,
.widget .widget-header a,
.modal--follow__header a,
.modal-newuser__header a,
.modal-campaign__header a,
.modal-bounce__header a,
#abonnementsvilkaar h3 a,
.debate-slider__quote a,
.debate-list__dropdown-name a,
.profile-page__upper .debater-person__large a,
.profile-page__upper .name-title-link a {
  color: #000000;
  text-decoration: underline;
}
.dit-header3-roboto--bold a:hover,
.dit-header3-roboto--bold a:active,
.dit-header3-roboto--bold a:visited,
.dit-header3-roboto--bold a:link,
.dit-header3-roboto--bold a:focus,
.widget .widget-header a:hover,
.widget .widget-header a:active,
.widget .widget-header a:visited,
.widget .widget-header a:link,
.widget .widget-header a:focus,
.modal--follow__header a:hover,
.modal--follow__header a:active,
.modal--follow__header a:visited,
.modal--follow__header a:link,
.modal--follow__header a:focus,
.modal-newuser__header a:hover,
.modal-newuser__header a:active,
.modal-newuser__header a:visited,
.modal-newuser__header a:link,
.modal-newuser__header a:focus,
.modal-campaign__header a:hover,
.modal-campaign__header a:active,
.modal-campaign__header a:visited,
.modal-campaign__header a:link,
.modal-campaign__header a:focus,
.modal-bounce__header a:hover,
.modal-bounce__header a:active,
.modal-bounce__header a:visited,
.modal-bounce__header a:link,
.modal-bounce__header a:focus,
#abonnementsvilkaar h3 a:hover,
#abonnementsvilkaar h3 a:active,
#abonnementsvilkaar h3 a:visited,
#abonnementsvilkaar h3 a:link,
#abonnementsvilkaar h3 a:focus,
.debate-slider__quote a:hover,
.debate-slider__quote a:active,
.debate-slider__quote a:visited,
.debate-slider__quote a:link,
.debate-slider__quote a:focus,
.debate-list__dropdown-name a:hover,
.debate-list__dropdown-name a:active,
.debate-list__dropdown-name a:visited,
.debate-list__dropdown-name a:link,
.debate-list__dropdown-name a:focus,
.profile-page__upper .debater-person__large a:hover,
.profile-page__upper .debater-person__large a:active,
.profile-page__upper .debater-person__large a:visited,
.profile-page__upper .debater-person__large a:link,
.profile-page__upper .debater-person__large a:focus,
.profile-page__upper .name-title-link a:hover,
.profile-page__upper .name-title-link a:active,
.profile-page__upper .name-title-link a:visited,
.profile-page__upper .name-title-link a:link,
.profile-page__upper .name-title-link a:focus {
  color: #000000;
}
.dit-header4-roboto,
.widget.plus.pluspage .widget-row.three .item .title,
.widget.plus.pluspage .widget-row.three .item .normalpris {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 15px;
  color: #000000;
}
.dit-header4-roboto a {
  color: #000000;
  text-decoration: underline;
}
.dit-header4-roboto a:hover,
.dit-header4-roboto a:active,
.dit-header4-roboto a:visited,
.dit-header4-roboto a:link,
.dit-header4-roboto a:focus {
  color: #000000;
}
.dit-header4-roboto b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.dit-header4-roboto--bold,
.servicenavigation-listitem,
.widget.widget-suggestions .widget-row.six .item h3,
.widget.widget-suggestions .widget-row.two .item h3,
.modal-carousel__header,
.provide-info__header,
.dit-footer h4,
.widget.plus .title,
.widget.plus .plusdate,
.widget.plus.pluspage .widget-row.three .item .shorttitle,
.widget.plus.pluspage .widget-row.three .item .pris,
.widget.plus.pluspage .widget-row.three .item .pluspris,
header.dit-politiken-header ul li,
.subscription-userinfo__body strong,
.subscription-userinfo__body strong.desktop,
.subscription-userinfo__body .desktop strong,
.subscription-userinfo__body .desktop strong,
.debate-slider__name,
.debate-list__name,
.debate-list__description,
.profile-page__lower .debater-person__small,
.servicenavigation-listitem--noborder,
.servicenavigation-listitem--right,
.servicenavigation-listitem--rightnoborder,
.servicenavigation-listitem--rightnoborderpadding {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 15px;
  color: #000000;
}
.dit-header4-roboto--bold a,
.servicenavigation-listitem a,
.widget.widget-suggestions .widget-row.six .item h3 a,
.widget.widget-suggestions .widget-row.two .item h3 a,
.modal-carousel__header a,
.provide-info__header a,
.dit-footer h4 a,
.widget.plus .title a,
.widget.plus .plusdate a,
header.dit-politiken-header ul li a,
.subscription-userinfo__body strong a,
.subscription-userinfo__body strong.desktop a,
.subscription-userinfo__body .desktop strong a,
.subscription-userinfo__body .desktop strong a,
.debate-slider__name a,
.debate-list__name a,
.debate-list__description a,
.profile-page__lower .debater-person__small a,
.servicenavigation-listitem--noborder a,
.servicenavigation-listitem--right a,
.servicenavigation-listitem--rightnoborder a,
.servicenavigation-listitem--rightnoborderpadding a {
  color: #000000;
  text-decoration: underline;
}
.dit-header4-roboto--bold a:hover,
.dit-header4-roboto--bold a:active,
.dit-header4-roboto--bold a:visited,
.dit-header4-roboto--bold a:link,
.dit-header4-roboto--bold a:focus,
.servicenavigation-listitem a:hover,
.servicenavigation-listitem a:active,
.servicenavigation-listitem a:visited,
.servicenavigation-listitem a:link,
.servicenavigation-listitem a:focus,
.widget.widget-suggestions .widget-row.six .item h3 a:hover,
.widget.widget-suggestions .widget-row.six .item h3 a:active,
.widget.widget-suggestions .widget-row.six .item h3 a:visited,
.widget.widget-suggestions .widget-row.six .item h3 a:link,
.widget.widget-suggestions .widget-row.six .item h3 a:focus,
.widget.widget-suggestions .widget-row.two .item h3 a:hover,
.widget.widget-suggestions .widget-row.two .item h3 a:active,
.widget.widget-suggestions .widget-row.two .item h3 a:visited,
.widget.widget-suggestions .widget-row.two .item h3 a:link,
.widget.widget-suggestions .widget-row.two .item h3 a:focus,
.modal-carousel__header a:hover,
.modal-carousel__header a:active,
.modal-carousel__header a:visited,
.modal-carousel__header a:link,
.modal-carousel__header a:focus,
.provide-info__header a:hover,
.provide-info__header a:active,
.provide-info__header a:visited,
.provide-info__header a:link,
.provide-info__header a:focus,
.dit-footer h4 a:hover,
.dit-footer h4 a:active,
.dit-footer h4 a:visited,
.dit-footer h4 a:link,
.dit-footer h4 a:focus,
.widget.plus .title a:hover,
.widget.plus .title a:active,
.widget.plus .title a:visited,
.widget.plus .title a:link,
.widget.plus .title a:focus,
.widget.plus .plusdate a:hover,
.widget.plus .plusdate a:active,
.widget.plus .plusdate a:visited,
.widget.plus .plusdate a:link,
.widget.plus .plusdate a:focus,
header.dit-politiken-header ul li a:hover,
header.dit-politiken-header ul li a:active,
header.dit-politiken-header ul li a:visited,
header.dit-politiken-header ul li a:link,
header.dit-politiken-header ul li a:focus,
.subscription-userinfo__body strong a:hover,
.subscription-userinfo__body strong a:active,
.subscription-userinfo__body strong a:visited,
.subscription-userinfo__body strong a:link,
.subscription-userinfo__body strong a:focus,
.subscription-userinfo__body strong.desktop a:hover,
.subscription-userinfo__body strong.desktop a:active,
.subscription-userinfo__body strong.desktop a:visited,
.subscription-userinfo__body strong.desktop a:link,
.subscription-userinfo__body strong.desktop a:focus,
.subscription-userinfo__body .desktop strong a:hover,
.subscription-userinfo__body .desktop strong a:active,
.subscription-userinfo__body .desktop strong a:visited,
.subscription-userinfo__body .desktop strong a:link,
.subscription-userinfo__body .desktop strong a:focus,
.subscription-userinfo__body .desktop strong a:hover,
.subscription-userinfo__body .desktop strong a:active,
.subscription-userinfo__body .desktop strong a:visited,
.subscription-userinfo__body .desktop strong a:link,
.subscription-userinfo__body .desktop strong a:focus,
.debate-slider__name a:hover,
.debate-slider__name a:active,
.debate-slider__name a:visited,
.debate-slider__name a:link,
.debate-slider__name a:focus,
.debate-list__name a:hover,
.debate-list__name a:active,
.debate-list__name a:visited,
.debate-list__name a:link,
.debate-list__name a:focus,
.debate-list__description a:hover,
.debate-list__description a:active,
.debate-list__description a:visited,
.debate-list__description a:link,
.debate-list__description a:focus,
.profile-page__lower .debater-person__small a:hover,
.profile-page__lower .debater-person__small a:active,
.profile-page__lower .debater-person__small a:visited,
.profile-page__lower .debater-person__small a:link,
.profile-page__lower .debater-person__small a:focus,
.servicenavigation-listitem--noborder a:hover,
.servicenavigation-listitem--noborder a:active,
.servicenavigation-listitem--noborder a:visited,
.servicenavigation-listitem--noborder a:link,
.servicenavigation-listitem--noborder a:focus,
.servicenavigation-listitem--right a:hover,
.servicenavigation-listitem--right a:active,
.servicenavigation-listitem--right a:visited,
.servicenavigation-listitem--right a:link,
.servicenavigation-listitem--right a:focus,
.servicenavigation-listitem--rightnoborder a:hover,
.servicenavigation-listitem--rightnoborder a:active,
.servicenavigation-listitem--rightnoborder a:visited,
.servicenavigation-listitem--rightnoborder a:link,
.servicenavigation-listitem--rightnoborder a:focus,
.servicenavigation-listitem--rightnoborderpadding a:hover,
.servicenavigation-listitem--rightnoborderpadding a:active,
.servicenavigation-listitem--rightnoborderpadding a:visited,
.servicenavigation-listitem--rightnoborderpadding a:link,
.servicenavigation-listitem--rightnoborderpadding a:focus {
  color: #000000;
}
.dit-header5-roboto,
.widget.plus.pluspage .widget-row.six .item .title,
.widget.plus.pluspage .widget-row.six .item .normalpris {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  color: #000000;
}
.dit-header5-roboto a {
  color: #000000;
  text-decoration: underline;
}
.dit-header5-roboto a:hover,
.dit-header5-roboto a:active,
.dit-header5-roboto a:visited,
.dit-header5-roboto a:link,
.dit-header5-roboto a:focus {
  color: #000000;
}
.dit-header5-roboto b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.dit-header5-roboto--bold,
.widget.plus.pluspage .widget-row.six .item .shorttitle,
.widget.plus.pluspage .widget-row.six .item .pris,
.widget.plus.pluspage .widget-row.six .item .pluspris,
.dit-subscription strong,
.profile-nav ul li {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 14px;
  color: #000000;
}
.dit-header5-roboto--bold a,
.dit-subscription strong a,
.profile-nav ul li a {
  color: #000000;
  text-decoration: underline;
}
.dit-header5-roboto--bold a:hover,
.dit-header5-roboto--bold a:active,
.dit-header5-roboto--bold a:visited,
.dit-header5-roboto--bold a:link,
.dit-header5-roboto--bold a:focus,
.dit-subscription strong a:hover,
.dit-subscription strong a:active,
.dit-subscription strong a:visited,
.dit-subscription strong a:link,
.dit-subscription strong a:focus,
.profile-nav ul li a:hover,
.profile-nav ul li a:active,
.profile-nav ul li a:visited,
.profile-nav ul li a:link,
.profile-nav ul li a:focus {
  color: #000000;
}
/*-----------------------------------------*\
| SUBHEADERS
\*-----------------------------------------*/
.dit-subheader1 {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 20px;
  color: #999999;
}
.dit-subheader1 a {
  color: #999999;
  text-decoration: underline;
}
.dit-subheader1 a:hover,
.dit-subheader1 a:active,
.dit-subheader1 a:visited,
.dit-subheader1 a:link,
.dit-subheader1 a:focus {
  color: #999999;
}
.dit-subheader1 b {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.dit-subheader2 {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 16px;
  color: #999999;
}
.dit-subheader2 a {
  color: #999999;
  text-decoration: underline;
}
.dit-subheader2 a:hover,
.dit-subheader2 a:active,
.dit-subheader2 a:visited,
.dit-subheader2 a:link,
.dit-subheader2 a:focus {
  color: #999999;
}
.dit-subheader2 b {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.dit-subheader3,
.article-follow__subtitle {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 14px;
  color: #999999;
}
.dit-subheader3 a,
.article-follow__subtitle a {
  color: #999999;
  text-decoration: underline;
}
.dit-subheader3 a:hover,
.dit-subheader3 a:active,
.dit-subheader3 a:visited,
.dit-subheader3 a:link,
.dit-subheader3 a:focus,
.article-follow__subtitle a:hover,
.article-follow__subtitle a:active,
.article-follow__subtitle a:visited,
.article-follow__subtitle a:link,
.article-follow__subtitle a:focus {
  color: #999999;
}
.dit-subheader3 b,
.article-follow__subtitle b {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.dit-subheader1-roboto,
.modal--follow__subheader {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 20px;
  color: #999999;
}
.dit-subheader1-roboto a,
.modal--follow__subheader a {
  color: #999999;
  text-decoration: underline;
}
.dit-subheader1-roboto a:hover,
.dit-subheader1-roboto a:active,
.dit-subheader1-roboto a:visited,
.dit-subheader1-roboto a:link,
.dit-subheader1-roboto a:focus,
.modal--follow__subheader a:hover,
.modal--follow__subheader a:active,
.modal--follow__subheader a:visited,
.modal--follow__subheader a:link,
.modal--follow__subheader a:focus {
  color: #999999;
}
.dit-subheader1-roboto b,
.modal--follow__subheader b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.dit-subheader2-roboto,
.widget .widget-intro,
.widget-suggestions__header,
.profile-edit__subheadertext,
.publicprofile-edit__container .user-badge-list h4,
.publicprofile-edit__container .debat-activity li span,
.settings-edit__container .settings-edit__bonusinfo,
.profile-nav .profil-nav-left-content .profileinfo p {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  color: #999999;
}
.dit-subheader2-roboto a,
.widget .widget-intro a,
.widget-suggestions__header a,
.publicprofile-edit__container .user-badge-list h4 a,
.publicprofile-edit__container .debat-activity li span a,
.settings-edit__container .settings-edit__bonusinfo a,
.profile-nav .profil-nav-left-content .profileinfo p a {
  color: #999999;
  text-decoration: underline;
}
.dit-subheader2-roboto a:hover,
.dit-subheader2-roboto a:active,
.dit-subheader2-roboto a:visited,
.dit-subheader2-roboto a:link,
.dit-subheader2-roboto a:focus,
.widget .widget-intro a:hover,
.widget .widget-intro a:active,
.widget .widget-intro a:visited,
.widget .widget-intro a:link,
.widget .widget-intro a:focus,
.widget-suggestions__header a:hover,
.widget-suggestions__header a:active,
.widget-suggestions__header a:visited,
.widget-suggestions__header a:link,
.widget-suggestions__header a:focus,
.publicprofile-edit__container .user-badge-list h4 a:hover,
.publicprofile-edit__container .user-badge-list h4 a:active,
.publicprofile-edit__container .user-badge-list h4 a:visited,
.publicprofile-edit__container .user-badge-list h4 a:link,
.publicprofile-edit__container .user-badge-list h4 a:focus,
.publicprofile-edit__container .debat-activity li span a:hover,
.publicprofile-edit__container .debat-activity li span a:active,
.publicprofile-edit__container .debat-activity li span a:visited,
.publicprofile-edit__container .debat-activity li span a:link,
.publicprofile-edit__container .debat-activity li span a:focus,
.settings-edit__container .settings-edit__bonusinfo a:hover,
.settings-edit__container .settings-edit__bonusinfo a:active,
.settings-edit__container .settings-edit__bonusinfo a:visited,
.settings-edit__container .settings-edit__bonusinfo a:link,
.settings-edit__container .settings-edit__bonusinfo a:focus,
.profile-nav .profil-nav-left-content .profileinfo p a:hover,
.profile-nav .profil-nav-left-content .profileinfo p a:active,
.profile-nav .profil-nav-left-content .profileinfo p a:visited,
.profile-nav .profil-nav-left-content .profileinfo p a:link,
.profile-nav .profil-nav-left-content .profileinfo p a:focus {
  color: #999999;
}
.dit-subheader2-roboto b,
.widget .widget-intro b,
.widget-suggestions__header b,
.publicprofile-edit__container .user-badge-list h4 b,
.publicprofile-edit__container .debat-activity li span b,
.settings-edit__container .settings-edit__bonusinfo b,
.profile-nav .profil-nav-left-content .profileinfo p b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.dit-subheader3-roboto,
.widget.widget-suggestions .widget-row.six .item h4,
.widget.widget-suggestions .widget-row.two .item h4,
.widget.plus .underrubrik {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  color: #999999;
}
.dit-subheader3-roboto a,
.widget.widget-suggestions .widget-row.six .item h4 a,
.widget.widget-suggestions .widget-row.two .item h4 a {
  color: #999999;
  text-decoration: underline;
}
.dit-subheader3-roboto a:hover,
.dit-subheader3-roboto a:active,
.dit-subheader3-roboto a:visited,
.dit-subheader3-roboto a:link,
.dit-subheader3-roboto a:focus,
.widget.widget-suggestions .widget-row.six .item h4 a:hover,
.widget.widget-suggestions .widget-row.six .item h4 a:active,
.widget.widget-suggestions .widget-row.six .item h4 a:visited,
.widget.widget-suggestions .widget-row.six .item h4 a:link,
.widget.widget-suggestions .widget-row.six .item h4 a:focus,
.widget.widget-suggestions .widget-row.two .item h4 a:hover,
.widget.widget-suggestions .widget-row.two .item h4 a:active,
.widget.widget-suggestions .widget-row.two .item h4 a:visited,
.widget.widget-suggestions .widget-row.two .item h4 a:link,
.widget.widget-suggestions .widget-row.two .item h4 a:focus {
  color: #999999;
}
.dit-subheader3-roboto b,
.widget.widget-suggestions .widget-row.six .item h4 b,
.widget.widget-suggestions .widget-row.two .item h4 b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
/*-----------------------------------------*\
| LINKS
\*-----------------------------------------*/
.dit-link {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 15px;
  color: #999999;
  text-decoration: underline;
}
.dit-link a {
  color: #999999;
  text-decoration: underline;
}
.dit-link a:hover,
.dit-link a:active,
.dit-link a:visited,
.dit-link a:link,
.dit-link a:focus {
  color: #999999;
}
.dit-link b {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.dit-link--red {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 15px;
  color: #cc0000;
  text-decoration: none;
}
.dit-link--red a {
  color: #cc0000;
  text-decoration: underline;
}
.dit-link--red a:hover,
.dit-link--red a:active,
.dit-link--red a:visited,
.dit-link--red a:link,
.dit-link--red a:focus {
  color: #cc0000;
}
.dit-link-roboto,
#divForPartialView .save-profile-settings a,
.dit-subscription .narrow-faq .qa a,
.profile-nav .profil-nav-left-content .profileinfo a {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 15px;
  color: #999999;
  text-decoration: underline;
}
.dit-link-roboto a,
#divForPartialView .save-profile-settings a a,
.dit-subscription .narrow-faq .qa a a,
.profile-nav .profil-nav-left-content .profileinfo a a {
  color: #999999;
  text-decoration: underline;
}
.dit-link-roboto a:hover,
.dit-link-roboto a:active,
.dit-link-roboto a:visited,
.dit-link-roboto a:link,
.dit-link-roboto a:focus,
#divForPartialView .save-profile-settings a a:hover,
#divForPartialView .save-profile-settings a a:active,
#divForPartialView .save-profile-settings a a:visited,
#divForPartialView .save-profile-settings a a:link,
#divForPartialView .save-profile-settings a a:focus,
.dit-subscription .narrow-faq .qa a a:hover,
.dit-subscription .narrow-faq .qa a a:active,
.dit-subscription .narrow-faq .qa a a:visited,
.dit-subscription .narrow-faq .qa a a:link,
.dit-subscription .narrow-faq .qa a a:focus,
.profile-nav .profil-nav-left-content .profileinfo a a:hover,
.profile-nav .profil-nav-left-content .profileinfo a a:active,
.profile-nav .profil-nav-left-content .profileinfo a a:visited,
.profile-nav .profil-nav-left-content .profileinfo a a:link,
.profile-nav .profil-nav-left-content .profileinfo a a:focus {
  color: #999999;
}
.dit-link-roboto--red,
.subscription__container .qa > div a,
.dit-politiken .qa > div a,
.dit-main .qa > div a,
.subscription-userinfo__body a,
.front-debate .front-debate__bottomlink a {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 15px;
  color: #cc0000;
  text-decoration: none;
}
.dit-link-roboto--red a,
.subscription__container .qa > div a a,
.dit-politiken .qa > div a a,
.dit-main .qa > div a a,
.subscription-userinfo__body a a,
.front-debate .front-debate__bottomlink a a {
  color: #cc0000;
  text-decoration: underline;
}
.dit-link-roboto--red a:hover,
.dit-link-roboto--red a:active,
.dit-link-roboto--red a:visited,
.dit-link-roboto--red a:link,
.dit-link-roboto--red a:focus,
.subscription__container .qa > div a a:hover,
.subscription__container .qa > div a a:active,
.subscription__container .qa > div a a:visited,
.subscription__container .qa > div a a:link,
.subscription__container .qa > div a a:focus,
.dit-politiken .qa > div a a:hover,
.dit-politiken .qa > div a a:active,
.dit-politiken .qa > div a a:visited,
.dit-politiken .qa > div a a:link,
.dit-politiken .qa > div a a:focus,
.dit-main .qa > div a a:hover,
.dit-main .qa > div a a:active,
.dit-main .qa > div a a:visited,
.dit-main .qa > div a a:link,
.dit-main .qa > div a a:focus,
.subscription-userinfo__body a a:hover,
.subscription-userinfo__body a a:active,
.subscription-userinfo__body a a:visited,
.subscription-userinfo__body a a:link,
.subscription-userinfo__body a a:focus,
.front-debate .front-debate__bottomlink a a:hover,
.front-debate .front-debate__bottomlink a a:active,
.front-debate .front-debate__bottomlink a a:visited,
.front-debate .front-debate__bottomlink a a:link,
.front-debate .front-debate__bottomlink a a:focus {
  color: #cc0000;
}
/*-----------------------------------------*\
| STAMPS
\*-----------------------------------------*/
.dit-stamp {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 10px;
  color: #000000;
}
.dit-stamp a {
  color: #000000;
  text-decoration: underline;
}
.dit-stamp a:hover,
.dit-stamp a:active,
.dit-stamp a:visited,
.dit-stamp a:link,
.dit-stamp a:focus {
  color: #000000;
}
.dit-stamp b {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
/*-----------------------------------------*\
| TEXTS
\*-----------------------------------------*/
.dit-body,
.article-follow__noitem {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 15px;
  color: #000000;
}
.dit-body a,
.article-follow__noitem a {
  color: #000000;
  text-decoration: underline;
}
.dit-body a:hover,
.dit-body a:active,
.dit-body a:visited,
.dit-body a:link,
.dit-body a:focus,
.article-follow__noitem a:hover,
.article-follow__noitem a:active,
.article-follow__noitem a:visited,
.article-follow__noitem a:link,
.article-follow__noitem a:focus {
  color: #000000;
}
.dit-body b,
.article-follow__noitem b {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.dit-body--grey {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 15px;
  color: #999999;
}
.dit-body--grey a {
  color: #999999;
  text-decoration: underline;
}
.dit-body--grey a:hover,
.dit-body--grey a:active,
.dit-body--grey a:visited,
.dit-body--grey a:link,
.dit-body--grey a:focus {
  color: #999999;
}
.dit-body--grey b {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.dit-body-roboto,
.yourfeed--small .widget-nav__item.is-active,
.mest_laeste .widget-nav__item.is-active,
.subscription__container .qa ul li .q,
.dit-politiken .qa ul li .q,
.dit-main .qa ul li .q,
.modal-front__subheader,
.modal--follow__description,
.modal-campaign__body,
.modal-bounce__body,
.dit-footer,
.settings-edit__container .cannot-validate-text,
.settings-edit__container p,
.settings-edit__container .settings-edit__debatetext,
.dit-politiken,
.subscription__text,
.subscription__text p,
.subscription__text div,
.subscription-userinfo__body,
.subscription-userinfo__body p,
.subscription-userinfo__body .desktop,
.subscription-userinfo__body .desktop p,
#abonnementsvilkaar,
.subscription-receipt__text,
.subscription-email__text {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 15px;
  color: #000000;
}
.dit-body-roboto a,
.yourfeed--small .widget-nav__item.is-active a,
.mest_laeste .widget-nav__item.is-active a,
.subscription__container .qa ul li .q a,
.dit-politiken .qa ul li .q a,
.dit-main .qa ul li .q a,
.modal-front__subheader a,
.modal--follow__description a,
.modal-campaign__body a,
.modal-bounce__body a,
.dit-footer a,
.settings-edit__container .cannot-validate-text a,
.settings-edit__container p a,
.settings-edit__container .settings-edit__debatetext a,
.dit-politiken a,
.subscription__text a,
.subscription__text p a,
.subscription__text div a,
.subscription-userinfo__body a,
.subscription-userinfo__body p a,
.subscription-userinfo__body .desktop a,
.subscription-userinfo__body .desktop p a,
#abonnementsvilkaar a,
.subscription-receipt__text a,
.subscription-email__text a {
  color: #000000;
  text-decoration: underline;
}
.dit-body-roboto a:hover,
.dit-body-roboto a:active,
.dit-body-roboto a:visited,
.dit-body-roboto a:link,
.dit-body-roboto a:focus,
.yourfeed--small .widget-nav__item.is-active a:hover,
.yourfeed--small .widget-nav__item.is-active a:active,
.yourfeed--small .widget-nav__item.is-active a:visited,
.yourfeed--small .widget-nav__item.is-active a:link,
.yourfeed--small .widget-nav__item.is-active a:focus,
.mest_laeste .widget-nav__item.is-active a:hover,
.mest_laeste .widget-nav__item.is-active a:active,
.mest_laeste .widget-nav__item.is-active a:visited,
.mest_laeste .widget-nav__item.is-active a:link,
.mest_laeste .widget-nav__item.is-active a:focus,
.subscription__container .qa ul li .q a:hover,
.subscription__container .qa ul li .q a:active,
.subscription__container .qa ul li .q a:visited,
.subscription__container .qa ul li .q a:link,
.subscription__container .qa ul li .q a:focus,
.dit-politiken .qa ul li .q a:hover,
.dit-politiken .qa ul li .q a:active,
.dit-politiken .qa ul li .q a:visited,
.dit-politiken .qa ul li .q a:link,
.dit-politiken .qa ul li .q a:focus,
.dit-main .qa ul li .q a:hover,
.dit-main .qa ul li .q a:active,
.dit-main .qa ul li .q a:visited,
.dit-main .qa ul li .q a:link,
.dit-main .qa ul li .q a:focus,
.modal-front__subheader a:hover,
.modal-front__subheader a:active,
.modal-front__subheader a:visited,
.modal-front__subheader a:link,
.modal-front__subheader a:focus,
.modal--follow__description a:hover,
.modal--follow__description a:active,
.modal--follow__description a:visited,
.modal--follow__description a:link,
.modal--follow__description a:focus,
.modal-campaign__body a:hover,
.modal-campaign__body a:active,
.modal-campaign__body a:visited,
.modal-campaign__body a:link,
.modal-campaign__body a:focus,
.modal-bounce__body a:hover,
.modal-bounce__body a:active,
.modal-bounce__body a:visited,
.modal-bounce__body a:link,
.modal-bounce__body a:focus,
.dit-footer a:hover,
.dit-footer a:active,
.dit-footer a:visited,
.dit-footer a:link,
.dit-footer a:focus,
.settings-edit__container .cannot-validate-text a:hover,
.settings-edit__container .cannot-validate-text a:active,
.settings-edit__container .cannot-validate-text a:visited,
.settings-edit__container .cannot-validate-text a:link,
.settings-edit__container .cannot-validate-text a:focus,
.settings-edit__container p a:hover,
.settings-edit__container p a:active,
.settings-edit__container p a:visited,
.settings-edit__container p a:link,
.settings-edit__container p a:focus,
.settings-edit__container .settings-edit__debatetext a:hover,
.settings-edit__container .settings-edit__debatetext a:active,
.settings-edit__container .settings-edit__debatetext a:visited,
.settings-edit__container .settings-edit__debatetext a:link,
.settings-edit__container .settings-edit__debatetext a:focus,
.dit-politiken a:hover,
.dit-politiken a:active,
.dit-politiken a:visited,
.dit-politiken a:link,
.dit-politiken a:focus,
.subscription__text a:hover,
.subscription__text a:active,
.subscription__text a:visited,
.subscription__text a:link,
.subscription__text a:focus,
.subscription__text p a:hover,
.subscription__text p a:active,
.subscription__text p a:visited,
.subscription__text p a:link,
.subscription__text p a:focus,
.subscription__text div a:hover,
.subscription__text div a:active,
.subscription__text div a:visited,
.subscription__text div a:link,
.subscription__text div a:focus,
.subscription-userinfo__body a:hover,
.subscription-userinfo__body a:active,
.subscription-userinfo__body a:visited,
.subscription-userinfo__body a:link,
.subscription-userinfo__body a:focus,
.subscription-userinfo__body p a:hover,
.subscription-userinfo__body p a:active,
.subscription-userinfo__body p a:visited,
.subscription-userinfo__body p a:link,
.subscription-userinfo__body p a:focus,
.subscription-userinfo__body .desktop a:hover,
.subscription-userinfo__body .desktop a:active,
.subscription-userinfo__body .desktop a:visited,
.subscription-userinfo__body .desktop a:link,
.subscription-userinfo__body .desktop a:focus,
.subscription-userinfo__body .desktop p a:hover,
.subscription-userinfo__body .desktop p a:active,
.subscription-userinfo__body .desktop p a:visited,
.subscription-userinfo__body .desktop p a:link,
.subscription-userinfo__body .desktop p a:focus,
#abonnementsvilkaar a:hover,
#abonnementsvilkaar a:active,
#abonnementsvilkaar a:visited,
#abonnementsvilkaar a:link,
#abonnementsvilkaar a:focus,
.subscription-receipt__text a:hover,
.subscription-receipt__text a:active,
.subscription-receipt__text a:visited,
.subscription-receipt__text a:link,
.subscription-receipt__text a:focus,
.subscription-email__text a:hover,
.subscription-email__text a:active,
.subscription-email__text a:visited,
.subscription-email__text a:link,
.subscription-email__text a:focus {
  color: #000000;
}
.dit-body-roboto b,
.yourfeed--small .widget-nav__item.is-active b,
.mest_laeste .widget-nav__item.is-active b,
.subscription__container .qa ul li .q b,
.dit-politiken .qa ul li .q b,
.dit-main .qa ul li .q b,
.modal-front__subheader b,
.modal--follow__description b,
.modal-campaign__body b,
.modal-bounce__body b,
.dit-footer b,
.settings-edit__container .cannot-validate-text b,
.settings-edit__container p b,
.settings-edit__container .settings-edit__debatetext b,
.dit-politiken b,
.subscription__text b,
.subscription__text p b,
.subscription__text div b,
.subscription-userinfo__body b,
.subscription-userinfo__body p b,
.subscription-userinfo__body .desktop b,
.subscription-userinfo__body .desktop p b,
#abonnementsvilkaar b,
.subscription-receipt__text b,
.subscription-email__text b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.dit-body-roboto--grey,
.yourfeed--small .widget-nav__item,
.mest_laeste .widget-nav__item,
.subscription__container .qa ul li .a,
.dit-politiken .qa ul li .a,
.dit-main .qa ul li .a,
.modal-newuser__body {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 15px;
  color: #999999;
}
.dit-body-roboto--grey a,
.yourfeed--small .widget-nav__item a,
.mest_laeste .widget-nav__item a,
.subscription__container .qa ul li .a a,
.dit-politiken .qa ul li .a a,
.dit-main .qa ul li .a a,
.modal-newuser__body a {
  color: #999999;
  text-decoration: underline;
}
.dit-body-roboto--grey a:hover,
.dit-body-roboto--grey a:active,
.dit-body-roboto--grey a:visited,
.dit-body-roboto--grey a:link,
.dit-body-roboto--grey a:focus,
.yourfeed--small .widget-nav__item a:hover,
.yourfeed--small .widget-nav__item a:active,
.yourfeed--small .widget-nav__item a:visited,
.yourfeed--small .widget-nav__item a:link,
.yourfeed--small .widget-nav__item a:focus,
.mest_laeste .widget-nav__item a:hover,
.mest_laeste .widget-nav__item a:active,
.mest_laeste .widget-nav__item a:visited,
.mest_laeste .widget-nav__item a:link,
.mest_laeste .widget-nav__item a:focus,
.subscription__container .qa ul li .a a:hover,
.subscription__container .qa ul li .a a:active,
.subscription__container .qa ul li .a a:visited,
.subscription__container .qa ul li .a a:link,
.subscription__container .qa ul li .a a:focus,
.dit-politiken .qa ul li .a a:hover,
.dit-politiken .qa ul li .a a:active,
.dit-politiken .qa ul li .a a:visited,
.dit-politiken .qa ul li .a a:link,
.dit-politiken .qa ul li .a a:focus,
.dit-main .qa ul li .a a:hover,
.dit-main .qa ul li .a a:active,
.dit-main .qa ul li .a a:visited,
.dit-main .qa ul li .a a:link,
.dit-main .qa ul li .a a:focus,
.modal-newuser__body a:hover,
.modal-newuser__body a:active,
.modal-newuser__body a:visited,
.modal-newuser__body a:link,
.modal-newuser__body a:focus {
  color: #999999;
}
.dit-body-roboto--grey b,
.yourfeed--small .widget-nav__item b,
.mest_laeste .widget-nav__item b,
.subscription__container .qa ul li .a b,
.dit-politiken .qa ul li .a b,
.dit-main .qa ul li .a b,
.modal-newuser__body b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.dit-micro,
.servicenavigation-dropdown__content--tooltip,
.pagetool-dropdown__content--tooltip,
.servicenavigation-dropdown__content--tooltip p,
.pagetool-dropdown__content--tooltip p,
.debate-slider__dropdown {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 13px;
  color: #000000;
}
.dit-micro a,
.servicenavigation-dropdown__content--tooltip a,
.pagetool-dropdown__content--tooltip a,
.servicenavigation-dropdown__content--tooltip p a,
.pagetool-dropdown__content--tooltip p a,
.debate-slider__dropdown a {
  color: #000000;
  text-decoration: underline;
}
.dit-micro a:hover,
.dit-micro a:active,
.dit-micro a:visited,
.dit-micro a:link,
.dit-micro a:focus,
.servicenavigation-dropdown__content--tooltip a:hover,
.servicenavigation-dropdown__content--tooltip a:active,
.servicenavigation-dropdown__content--tooltip a:visited,
.servicenavigation-dropdown__content--tooltip a:link,
.servicenavigation-dropdown__content--tooltip a:focus,
.pagetool-dropdown__content--tooltip a:hover,
.pagetool-dropdown__content--tooltip a:active,
.pagetool-dropdown__content--tooltip a:visited,
.pagetool-dropdown__content--tooltip a:link,
.pagetool-dropdown__content--tooltip a:focus,
.servicenavigation-dropdown__content--tooltip p a:hover,
.servicenavigation-dropdown__content--tooltip p a:active,
.servicenavigation-dropdown__content--tooltip p a:visited,
.servicenavigation-dropdown__content--tooltip p a:link,
.servicenavigation-dropdown__content--tooltip p a:focus,
.pagetool-dropdown__content--tooltip p a:hover,
.pagetool-dropdown__content--tooltip p a:active,
.pagetool-dropdown__content--tooltip p a:visited,
.pagetool-dropdown__content--tooltip p a:link,
.pagetool-dropdown__content--tooltip p a:focus,
.debate-slider__dropdown a:hover,
.debate-slider__dropdown a:active,
.debate-slider__dropdown a:visited,
.debate-slider__dropdown a:link,
.debate-slider__dropdown a:focus {
  color: #000000;
}
.dit-micro b,
.servicenavigation-dropdown__content--tooltip b,
.pagetool-dropdown__content--tooltip b,
.servicenavigation-dropdown__content--tooltip p b,
.pagetool-dropdown__content--tooltip p b,
.debate-slider__dropdown b {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.dit-micro--grey,
.widget-compact-list:before {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 13px;
  color: #999999;
}
.dit-micro--grey a {
  color: #999999;
  text-decoration: underline;
}
.dit-micro--grey a:hover,
.dit-micro--grey a:active,
.dit-micro--grey a:visited,
.dit-micro--grey a:link,
.dit-micro--grey a:focus {
  color: #999999;
}
.dit-micro--grey b {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.dit-micro--bold-grey {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 13px;
  color: #999999;
}
.dit-micro--bold-grey a {
  color: #999999;
  text-decoration: underline;
}
.dit-micro--bold-grey a:hover,
.dit-micro--bold-grey a:active,
.dit-micro--bold-grey a:visited,
.dit-micro--bold-grey a:link,
.dit-micro--bold-grey a:focus {
  color: #999999;
}
.dit-micro--red {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 13px;
  color: #cc0000;
}
.dit-micro--red a {
  color: #cc0000;
  text-decoration: underline;
}
.dit-micro--red a:hover,
.dit-micro--red a:active,
.dit-micro--red a:visited,
.dit-micro--red a:link,
.dit-micro--red a:focus {
  color: #cc0000;
}
.dit-micro--red b {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.dit-micro--bold {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 13px;
  color: #000000;
}
.dit-micro--bold a {
  color: #000000;
  text-decoration: underline;
}
.dit-micro--bold a:hover,
.dit-micro--bold a:active,
.dit-micro--bold a:visited,
.dit-micro--bold a:link,
.dit-micro--bold a:focus {
  color: #000000;
}
.dit-micro--bold--red,
.widget .bottomlink,
.servicenavigation-dropdown__content--tooltip a.linkbottom,
.pagetool-dropdown__content--tooltip a.linkbottom {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 13px;
  color: #cc0000;
}
.dit-micro--bold--red a,
.widget .bottomlink a,
.servicenavigation-dropdown__content--tooltip a.linkbottom a,
.pagetool-dropdown__content--tooltip a.linkbottom a {
  color: #cc0000;
  text-decoration: underline;
}
.dit-micro--bold--red a:hover,
.dit-micro--bold--red a:active,
.dit-micro--bold--red a:visited,
.dit-micro--bold--red a:link,
.dit-micro--bold--red a:focus,
.widget .bottomlink a:hover,
.widget .bottomlink a:active,
.widget .bottomlink a:visited,
.widget .bottomlink a:link,
.widget .bottomlink a:focus,
.servicenavigation-dropdown__content--tooltip a.linkbottom a:hover,
.servicenavigation-dropdown__content--tooltip a.linkbottom a:active,
.servicenavigation-dropdown__content--tooltip a.linkbottom a:visited,
.servicenavigation-dropdown__content--tooltip a.linkbottom a:link,
.servicenavigation-dropdown__content--tooltip a.linkbottom a:focus,
.pagetool-dropdown__content--tooltip a.linkbottom a:hover,
.pagetool-dropdown__content--tooltip a.linkbottom a:active,
.pagetool-dropdown__content--tooltip a.linkbottom a:visited,
.pagetool-dropdown__content--tooltip a.linkbottom a:link,
.pagetool-dropdown__content--tooltip a.linkbottom a:focus {
  color: #cc0000;
}
.dit-micro-roboto,
.servicenavigation-dropdown .servicenavigation-dropdown__content p,
.servicenavigation-dropdown .servicenavigation-dropdown__content--tooltip p,
.yourfeed--small .widget-selector,
.mest_laeste .widget-selector,
.yourfeed--small .widget-selector__item,
.mest_laeste .widget-selector__item,
.modal-front__ditpol,
.modal-front__login,
.provide-info__skip,
.modal-campaign__bottom,
.modal-bounce__smalltext,
.widget.plus.header-widget .plus-intro,
.servicenavigation-dropdown--hover .servicenavigation-dropdown__content p,
.servicenavigation-dropdown--hover .servicenavigation-dropdown__content--tooltip p {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 13px;
  color: #000000;
}
.dit-micro-roboto a,
.servicenavigation-dropdown .servicenavigation-dropdown__content p a,
.servicenavigation-dropdown .servicenavigation-dropdown__content--tooltip p a,
.yourfeed--small .widget-selector a,
.mest_laeste .widget-selector a,
.yourfeed--small .widget-selector__item a,
.mest_laeste .widget-selector__item a,
.modal-front__ditpol a,
.modal-front__login a,
.provide-info__skip a,
.modal-campaign__bottom a,
.modal-bounce__smalltext a,
.widget.plus.header-widget .plus-intro a,
.servicenavigation-dropdown--hover .servicenavigation-dropdown__content p a,
.servicenavigation-dropdown--hover .servicenavigation-dropdown__content--tooltip p a {
  color: #000000;
  text-decoration: underline;
}
.dit-micro-roboto a:hover,
.dit-micro-roboto a:active,
.dit-micro-roboto a:visited,
.dit-micro-roboto a:link,
.dit-micro-roboto a:focus,
.servicenavigation-dropdown .servicenavigation-dropdown__content p a:hover,
.servicenavigation-dropdown .servicenavigation-dropdown__content p a:active,
.servicenavigation-dropdown .servicenavigation-dropdown__content p a:visited,
.servicenavigation-dropdown .servicenavigation-dropdown__content p a:link,
.servicenavigation-dropdown .servicenavigation-dropdown__content p a:focus,
.servicenavigation-dropdown .servicenavigation-dropdown__content--tooltip p a:hover,
.servicenavigation-dropdown .servicenavigation-dropdown__content--tooltip p a:active,
.servicenavigation-dropdown .servicenavigation-dropdown__content--tooltip p a:visited,
.servicenavigation-dropdown .servicenavigation-dropdown__content--tooltip p a:link,
.servicenavigation-dropdown .servicenavigation-dropdown__content--tooltip p a:focus,
.yourfeed--small .widget-selector a:hover,
.yourfeed--small .widget-selector a:active,
.yourfeed--small .widget-selector a:visited,
.yourfeed--small .widget-selector a:link,
.yourfeed--small .widget-selector a:focus,
.mest_laeste .widget-selector a:hover,
.mest_laeste .widget-selector a:active,
.mest_laeste .widget-selector a:visited,
.mest_laeste .widget-selector a:link,
.mest_laeste .widget-selector a:focus,
.yourfeed--small .widget-selector__item a:hover,
.yourfeed--small .widget-selector__item a:active,
.yourfeed--small .widget-selector__item a:visited,
.yourfeed--small .widget-selector__item a:link,
.yourfeed--small .widget-selector__item a:focus,
.mest_laeste .widget-selector__item a:hover,
.mest_laeste .widget-selector__item a:active,
.mest_laeste .widget-selector__item a:visited,
.mest_laeste .widget-selector__item a:link,
.mest_laeste .widget-selector__item a:focus,
.modal-front__ditpol a:hover,
.modal-front__ditpol a:active,
.modal-front__ditpol a:visited,
.modal-front__ditpol a:link,
.modal-front__ditpol a:focus,
.modal-front__login a:hover,
.modal-front__login a:active,
.modal-front__login a:visited,
.modal-front__login a:link,
.modal-front__login a:focus,
.provide-info__skip a:hover,
.provide-info__skip a:active,
.provide-info__skip a:visited,
.provide-info__skip a:link,
.provide-info__skip a:focus,
.modal-campaign__bottom a:hover,
.modal-campaign__bottom a:active,
.modal-campaign__bottom a:visited,
.modal-campaign__bottom a:link,
.modal-campaign__bottom a:focus,
.modal-bounce__smalltext a:hover,
.modal-bounce__smalltext a:active,
.modal-bounce__smalltext a:visited,
.modal-bounce__smalltext a:link,
.modal-bounce__smalltext a:focus,
.widget.plus.header-widget .plus-intro a:hover,
.widget.plus.header-widget .plus-intro a:active,
.widget.plus.header-widget .plus-intro a:visited,
.widget.plus.header-widget .plus-intro a:link,
.widget.plus.header-widget .plus-intro a:focus,
.servicenavigation-dropdown--hover .servicenavigation-dropdown__content p a:hover,
.servicenavigation-dropdown--hover .servicenavigation-dropdown__content p a:active,
.servicenavigation-dropdown--hover .servicenavigation-dropdown__content p a:visited,
.servicenavigation-dropdown--hover .servicenavigation-dropdown__content p a:link,
.servicenavigation-dropdown--hover .servicenavigation-dropdown__content p a:focus,
.servicenavigation-dropdown--hover .servicenavigation-dropdown__content--tooltip p a:hover,
.servicenavigation-dropdown--hover .servicenavigation-dropdown__content--tooltip p a:active,
.servicenavigation-dropdown--hover .servicenavigation-dropdown__content--tooltip p a:visited,
.servicenavigation-dropdown--hover .servicenavigation-dropdown__content--tooltip p a:link,
.servicenavigation-dropdown--hover .servicenavigation-dropdown__content--tooltip p a:focus {
  color: #000000;
}
.dit-micro-roboto b,
.servicenavigation-dropdown .servicenavigation-dropdown__content p b,
.servicenavigation-dropdown .servicenavigation-dropdown__content--tooltip p b,
.yourfeed--small .widget-selector b,
.mest_laeste .widget-selector b,
.yourfeed--small .widget-selector__item b,
.mest_laeste .widget-selector__item b,
.modal-front__ditpol b,
.modal-front__login b,
.provide-info__skip b,
.modal-campaign__bottom b,
.modal-bounce__smalltext b,
.widget.plus.header-widget .plus-intro b,
.servicenavigation-dropdown--hover .servicenavigation-dropdown__content p b,
.servicenavigation-dropdown--hover .servicenavigation-dropdown__content--tooltip p b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.dit-micro-roboto--grey,
.dit-inputbox__description,
ul.subfooter-navigation,
.yourfeed--large .widget-nav__item,
.submodal__header,
.modal-carousel__smalltext,
.modal__smalltext,
.modal__smalltext-buy,
.provide-info__body,
.overlay-canvas__close,
.overlay-ie__close,
.overlay-canvas__ditpol,
.overlay-ie__ditpol,
.overlay-canvas__login,
.overlay-ie__login,
.widget.plus .normalpris,
.publicprofile-edit__container #list-container text,
.publicprofile-edit__container #list-container span,
.subscription__terms,
#brugerbetingelse,
#abonnementsvilkaar p {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 13px;
  color: #999999;
}
.dit-micro-roboto--grey a,
.dit-inputbox__description a,
.yourfeed--large .widget-nav__item a,
.submodal__header a,
.modal-carousel__smalltext a,
.modal__smalltext a,
.modal__smalltext-buy a,
.provide-info__body a,
.overlay-canvas__close a,
.overlay-ie__close a,
.overlay-canvas__ditpol a,
.overlay-ie__ditpol a,
.overlay-canvas__login a,
.overlay-ie__login a,
.subscription__terms a,
#brugerbetingelse a,
#abonnementsvilkaar p a {
  color: #999999;
  text-decoration: underline;
}
.dit-micro-roboto--grey a:hover,
.dit-micro-roboto--grey a:active,
.dit-micro-roboto--grey a:visited,
.dit-micro-roboto--grey a:link,
.dit-micro-roboto--grey a:focus,
.dit-inputbox__description a:hover,
.dit-inputbox__description a:active,
.dit-inputbox__description a:visited,
.dit-inputbox__description a:link,
.dit-inputbox__description a:focus,
.yourfeed--large .widget-nav__item a:hover,
.yourfeed--large .widget-nav__item a:active,
.yourfeed--large .widget-nav__item a:visited,
.yourfeed--large .widget-nav__item a:link,
.yourfeed--large .widget-nav__item a:focus,
.submodal__header a:hover,
.submodal__header a:active,
.submodal__header a:visited,
.submodal__header a:link,
.submodal__header a:focus,
.modal-carousel__smalltext a:hover,
.modal-carousel__smalltext a:active,
.modal-carousel__smalltext a:visited,
.modal-carousel__smalltext a:link,
.modal-carousel__smalltext a:focus,
.modal__smalltext a:hover,
.modal__smalltext a:active,
.modal__smalltext a:visited,
.modal__smalltext a:link,
.modal__smalltext a:focus,
.modal__smalltext-buy a:hover,
.modal__smalltext-buy a:active,
.modal__smalltext-buy a:visited,
.modal__smalltext-buy a:link,
.modal__smalltext-buy a:focus,
.provide-info__body a:hover,
.provide-info__body a:active,
.provide-info__body a:visited,
.provide-info__body a:link,
.provide-info__body a:focus,
.overlay-canvas__close a:hover,
.overlay-canvas__close a:active,
.overlay-canvas__close a:visited,
.overlay-canvas__close a:link,
.overlay-canvas__close a:focus,
.overlay-ie__close a:hover,
.overlay-ie__close a:active,
.overlay-ie__close a:visited,
.overlay-ie__close a:link,
.overlay-ie__close a:focus,
.overlay-canvas__ditpol a:hover,
.overlay-canvas__ditpol a:active,
.overlay-canvas__ditpol a:visited,
.overlay-canvas__ditpol a:link,
.overlay-canvas__ditpol a:focus,
.overlay-ie__ditpol a:hover,
.overlay-ie__ditpol a:active,
.overlay-ie__ditpol a:visited,
.overlay-ie__ditpol a:link,
.overlay-ie__ditpol a:focus,
.overlay-canvas__login a:hover,
.overlay-canvas__login a:active,
.overlay-canvas__login a:visited,
.overlay-canvas__login a:link,
.overlay-canvas__login a:focus,
.overlay-ie__login a:hover,
.overlay-ie__login a:active,
.overlay-ie__login a:visited,
.overlay-ie__login a:link,
.overlay-ie__login a:focus,
.subscription__terms a:hover,
.subscription__terms a:active,
.subscription__terms a:visited,
.subscription__terms a:link,
.subscription__terms a:focus,
#brugerbetingelse a:hover,
#brugerbetingelse a:active,
#brugerbetingelse a:visited,
#brugerbetingelse a:link,
#brugerbetingelse a:focus,
#abonnementsvilkaar p a:hover,
#abonnementsvilkaar p a:active,
#abonnementsvilkaar p a:visited,
#abonnementsvilkaar p a:link,
#abonnementsvilkaar p a:focus {
  color: #999999;
}
.dit-micro-roboto--grey b,
.dit-inputbox__description b,
.yourfeed--large .widget-nav__item b,
.submodal__header b,
.modal-carousel__smalltext b,
.modal__smalltext b,
.modal__smalltext-buy b,
.provide-info__body b,
.overlay-canvas__close b,
.overlay-ie__close b,
.overlay-canvas__ditpol b,
.overlay-ie__ditpol b,
.overlay-canvas__login b,
.overlay-ie__login b,
.subscription__terms b,
#brugerbetingelse b,
#abonnementsvilkaar p b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.dit-micro-roboto--bold-grey {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 13px;
  color: #999999;
}
.dit-micro-roboto--bold-grey a {
  color: #999999;
  text-decoration: underline;
}
.dit-micro-roboto--bold-grey a:hover,
.dit-micro-roboto--bold-grey a:active,
.dit-micro-roboto--bold-grey a:visited,
.dit-micro-roboto--bold-grey a:link,
.dit-micro-roboto--bold-grey a:focus {
  color: #999999;
}
.dit-micro-roboto--red {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 13px;
  color: #cc0000;
}
.dit-micro-roboto--red a {
  color: #cc0000;
  text-decoration: underline;
}
.dit-micro-roboto--red a:hover,
.dit-micro-roboto--red a:active,
.dit-micro-roboto--red a:visited,
.dit-micro-roboto--red a:link,
.dit-micro-roboto--red a:focus {
  color: #cc0000;
}
.dit-micro-roboto--red b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.dit-micro-roboto--bold,
.yourfeed--large .widget-nav__item.is-active,
#abonnementsvilkaar p b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 13px;
  color: #000000;
}
.dit-micro-roboto--bold a,
.yourfeed--large .widget-nav__item.is-active a,
#abonnementsvilkaar p b a {
  color: #000000;
  text-decoration: underline;
}
.dit-micro-roboto--bold a:hover,
.dit-micro-roboto--bold a:active,
.dit-micro-roboto--bold a:visited,
.dit-micro-roboto--bold a:link,
.dit-micro-roboto--bold a:focus,
.yourfeed--large .widget-nav__item.is-active a:hover,
.yourfeed--large .widget-nav__item.is-active a:active,
.yourfeed--large .widget-nav__item.is-active a:visited,
.yourfeed--large .widget-nav__item.is-active a:link,
.yourfeed--large .widget-nav__item.is-active a:focus,
#abonnementsvilkaar p b a:hover,
#abonnementsvilkaar p b a:active,
#abonnementsvilkaar p b a:visited,
#abonnementsvilkaar p b a:link,
#abonnementsvilkaar p b a:focus {
  color: #000000;
}
.dit-micro-roboto--bold--red,
.widget.plus .pris,
.widget.plus .pluspris {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 13px;
  color: #cc0000;
}
.dit-micro-roboto--bold--red a,
.widget.plus .pris a,
.widget.plus .pluspris a {
  color: #cc0000;
  text-decoration: underline;
}
.dit-micro-roboto--bold--red a:hover,
.dit-micro-roboto--bold--red a:active,
.dit-micro-roboto--bold--red a:visited,
.dit-micro-roboto--bold--red a:link,
.dit-micro-roboto--bold--red a:focus,
.widget.plus .pris a:hover,
.widget.plus .pris a:active,
.widget.plus .pris a:visited,
.widget.plus .pris a:link,
.widget.plus .pris a:focus,
.widget.plus .pluspris a:hover,
.widget.plus .pluspris a:active,
.widget.plus .pluspris a:visited,
.widget.plus .pluspris a:link,
.widget.plus .pluspris a:focus {
  color: #cc0000;
}
/*-----------------------------------------*\
| TEASER HEADERS
\*-----------------------------------------*/
.dit-teaser-header1,
.article-next__header {
  font-family: CapitoliumNews2-Bold, Georgia, serif;
  font-weight: normal;
  margin: 0;
  font-size: 28px;
  color: #000000;
}
.dit-teaser-header1 a,
.article-next__header a {
  color: #000000;
  text-decoration: underline;
}
.dit-teaser-header1 a:hover,
.dit-teaser-header1 a:active,
.dit-teaser-header1 a:visited,
.dit-teaser-header1 a:link,
.dit-teaser-header1 a:focus,
.article-next__header a:hover,
.article-next__header a:active,
.article-next__header a:visited,
.article-next__header a:link,
.article-next__header a:focus {
  color: #000000;
}
.dit-teaser-header2,
.publicprofile-edit__container #list-container a:link,
.publicprofile-edit__container #list-container a:hover,
.publicprofile-edit__container #list-container a:visited {
  font-family: CapitoliumNews2-Bold, Georgia, serif;
  font-weight: normal;
  margin: 0;
  font-size: 22px;
  color: #000000;
}
.dit-teaser-header2 a {
  color: #000000;
  text-decoration: underline;
}
.dit-teaser-header2 a:hover,
.dit-teaser-header2 a:active,
.dit-teaser-header2 a:visited,
.dit-teaser-header2 a:link,
.dit-teaser-header2 a:focus {
  color: #000000;
}
.dit-teaser-header3,
.widget .item h3,
.debate-slider__info,
.debate-list__title {
  font-family: CapitoliumNews2-Bold, Georgia, serif;
  font-weight: normal;
  margin: 0;
  font-size: 16px;
  color: #000000;
}
.dit-teaser-header3 a,
.widget .item h3 a,
.debate-slider__info a,
.debate-list__title a {
  color: #000000;
  text-decoration: underline;
}
.dit-teaser-header3 a:hover,
.dit-teaser-header3 a:active,
.dit-teaser-header3 a:visited,
.dit-teaser-header3 a:link,
.dit-teaser-header3 a:focus,
.widget .item h3 a:hover,
.widget .item h3 a:active,
.widget .item h3 a:visited,
.widget .item h3 a:link,
.widget .item h3 a:focus,
.debate-slider__info a:hover,
.debate-slider__info a:active,
.debate-slider__info a:visited,
.debate-slider__info a:link,
.debate-slider__info a:focus,
.debate-list__title a:hover,
.debate-list__title a:active,
.debate-list__title a:visited,
.debate-list__title a:link,
.debate-list__title a:focus {
  color: #000000;
}
.dit-teaser-header4,
.widget .item h4,
.widget-compact-list h3 {
  font-family: CapitoliumNews2-Bold, Georgia, serif;
  font-weight: normal;
  margin: 0;
  font-size: 14px;
  color: #000000;
}
.dit-teaser-header4 a,
.widget .item h4 a,
.widget-compact-list h3 a {
  color: #000000;
  text-decoration: underline;
}
.dit-teaser-header4 a:hover,
.dit-teaser-header4 a:active,
.dit-teaser-header4 a:visited,
.dit-teaser-header4 a:link,
.dit-teaser-header4 a:focus,
.widget .item h4 a:hover,
.widget .item h4 a:active,
.widget .item h4 a:visited,
.widget .item h4 a:link,
.widget .item h4 a:focus,
.widget-compact-list h3 a:hover,
.widget-compact-list h3 a:active,
.widget-compact-list h3 a:visited,
.widget-compact-list h3 a:link,
.widget-compact-list h3 a:focus {
  color: #000000;
}
/*-----------------------------------------*\
| TEASER SUBHEADERS
\*-----------------------------------------*/
.dit-teaser-subheader1,
.article-next__subheader {
  font-family: Georgia, serif;
  font-weight: normal;
  margin: 0;
  font-size: 17px;
  color: #999999;
}
.dit-teaser-subheader1 a,
.article-next__subheader a {
  color: #999999;
  text-decoration: underline;
}
.dit-teaser-subheader1 a:hover,
.dit-teaser-subheader1 a:active,
.dit-teaser-subheader1 a:visited,
.dit-teaser-subheader1 a:link,
.dit-teaser-subheader1 a:focus,
.article-next__subheader a:hover,
.article-next__subheader a:active,
.article-next__subheader a:visited,
.article-next__subheader a:link,
.article-next__subheader a:focus {
  color: #999999;
}
.dit-teaser-subheader2,
.dit-footer .subscripstatus {
  font-family: Georgia, serif;
  font-weight: normal;
  margin: 0;
  font-size: 14px;
  color: #999999;
}
.dit-teaser-subheader2 a,
.dit-footer .subscripstatus a {
  color: #999999;
  text-decoration: underline;
}
.dit-teaser-subheader2 a:hover,
.dit-teaser-subheader2 a:active,
.dit-teaser-subheader2 a:visited,
.dit-teaser-subheader2 a:link,
.dit-teaser-subheader2 a:focus,
.dit-footer .subscripstatus a:hover,
.dit-footer .subscripstatus a:active,
.dit-footer .subscripstatus a:visited,
.dit-footer .subscripstatus a:link,
.dit-footer .subscripstatus a:focus {
  color: #999999;
}
/*-----------------------------------------*\
| TEASER STAMP
\*-----------------------------------------*/
.dit-teaser-stamp {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 10px;
  color: #666666;
  text-transform: uppercase;
}
.dit-teaser-stamp a {
  color: #666666;
  text-decoration: underline;
}
.dit-teaser-stamp a:hover,
.dit-teaser-stamp a:active,
.dit-teaser-stamp a:visited,
.dit-teaser-stamp a:link,
.dit-teaser-stamp a:focus {
  color: #666666;
}
.dit-teaser-stamp b {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.dit-teaser-stamp--red {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 10px;
  color: #cc0000;
  text-transform: uppercase;
}
.dit-teaser-stamp--red a {
  color: #cc0000;
  text-decoration: underline;
}
.dit-teaser-stamp--red a:hover,
.dit-teaser-stamp--red a:active,
.dit-teaser-stamp--red a:visited,
.dit-teaser-stamp--red a:link,
.dit-teaser-stamp--red a:focus {
  color: #cc0000;
}
.dit-teaser-stamp-roboto {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 10px;
  color: #666666;
  text-transform: uppercase;
}
.dit-teaser-stamp-roboto a {
  color: #666666;
  text-decoration: underline;
}
.dit-teaser-stamp-roboto a:hover,
.dit-teaser-stamp-roboto a:active,
.dit-teaser-stamp-roboto a:visited,
.dit-teaser-stamp-roboto a:link,
.dit-teaser-stamp-roboto a:focus {
  color: #666666;
}
.dit-teaser-stamp-roboto b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.dit-teaser-stamp-roboto--red,
.servicemenu-datalist .servicemenu-datalist-item .category-stamp {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 10px;
  color: #cc0000;
  text-transform: uppercase;
}
.dit-teaser-stamp-roboto--red a {
  color: #cc0000;
  text-decoration: underline;
}
.dit-teaser-stamp-roboto--red a:hover,
.dit-teaser-stamp-roboto--red a:active,
.dit-teaser-stamp-roboto--red a:visited,
.dit-teaser-stamp-roboto--red a:link,
.dit-teaser-stamp-roboto--red a:focus {
  color: #cc0000;
}
/*-----------------------------------------*\
| BUTTONS LARGE
\*-----------------------------------------*/
.dit-button-large--transparent,
.dit-button-large--transparent--full,
.modal-front__close,
.modal-carousel__notnow,
.modal__notnow,
.modal-newuser__ditpol {
  height: 40px;
  min-width: 78px;
  padding: 12px 14px;
  border-radius: 3px;
  font-size: 14px;
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #e4e4e4;
}
.dit-button-large--transparent:hover,
.dit-button-large--transparent--full:hover,
.modal-front__close:hover,
.modal-carousel__notnow:hover,
.modal__notnow:hover,
.modal-newuser__ditpol:hover {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #999999;
}
.dit-button-large--transparent--follow {
  height: 40px;
  min-width: 78px;
  padding: 12px 14px;
  border-radius: 3px;
  font-size: 14px;
  color: inherit !important;
  background-color: transparent;
  border-color: #e4e4e4;
}
.dit-button-large--transparent--follow:hover {
  color: inherit !important;
  background-color: transparent;
  border-color: #999999;
}
.dit-button-large--transparent--follow.is-saved:before,
.dit-button-large--transparent--follow.not-saved:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dit-button-large--transparent--follow.is-saved:before,
.dit-button-large--transparent--follow.not-saved:before {
  width: 10px;
  height: 10px;
  font-size: 10px;
  padding-right: 5px;
}
.dit-button-large--transparent--follow.not-saved:before {
  content: "\f067";
}
.dit-button-large--transparent--follow.not-saved:after {
  content: 'Følg';
}
.dit-button-large--transparent--follow.is-saved:before {
  content: "\f00c";
}
.dit-button-large--transparent--follow.is-saved:after {
  content: 'Følger';
}
.dit-button-large--transparent--full,
.modal-newuser__ditpol {
  width: 100%;
}
.dit-button-large--red,
.dit-button-large--red--full,
.article-limit__button,
.modal-carousel__ditpol,
.modal__ditpol,
.overlay-canvas__create a,
.overlay-ie__create a,
.dit-footer .login-btn,
.user-message-container button,
.dit-subscription #submit_disassociate,
.profile-nav .buy-subscription,
.modal--deactiveprofile button,
.modal--deleteaccount button,
.modal--stopsubscription button,
a.modal-front__create,
.provide-info__next,
.modal-newuser__close,
.modal-campaign__accept,
.modal-campaign__success-link,
.modal-campaign__error-close,
.modal-bounce__button {
  height: 40px;
  min-width: 78px;
  padding: 12px 14px;
  border-radius: 3px;
  font-size: 14px;
  color: #ffffff !important;
  background-color: #cc0000;
  border-color: #cc0000;
}
.dit-button-large--red:hover,
.dit-button-large--red--full:hover,
.article-limit__button:hover,
.modal-carousel__ditpol:hover,
.modal__ditpol:hover,
.overlay-canvas__create a:hover,
.overlay-ie__create a:hover,
.dit-footer .login-btn:hover,
a.modal-front__create:hover,
.provide-info__next:hover,
.modal-newuser__close:hover,
.modal-campaign__accept:hover,
.modal-campaign__success-link:hover,
.modal-campaign__error-close:hover,
.modal-bounce__button:hover {
  color: #ffffff !important;
  background-color: #b80000;
  border-color: #b80000;
}
.dit-button-large--green,
.dit-button-large--green--full,
.widget.plus.header-widget .widget-row .quarter a.buylink,
.widget.plus .widget-row.three a.buylink,
.plus-products-slider--item a.buylink {
  height: 40px;
  min-width: 78px;
  padding: 12px 14px;
  border-radius: 3px;
  font-size: 14px;
  color: #ffffff !important;
  background-color: #09851d;
  border-color: #09851d;
}
.dit-button-large--green:hover,
.dit-button-large--green--full:hover,
.widget.plus.header-widget .widget-row .quarter a.buylink:hover,
.widget.plus .widget-row.three a.buylink:hover,
.plus-products-slider--item a.buylink:hover {
  color: #ffffff !important;
  background-color: #1ca32c;
  border-color: #1ca32c;
}
.dit-button-medium--red {
  height: 31px;
  padding: 8px 12px;
  border-radius: 2px;
  font-size: 13px;
  color: #ffffff !important;
  background-color: #cc0000;
  border-color: #cc0000;
}
.dit-button-medium--red:hover {
  color: #ffffff !important;
  background-color: #b80000;
  border-color: #b80000;
}
.dit-button-large--red--full,
a.modal-front__create,
.provide-info__next,
.modal-newuser__close,
.modal-campaign__accept,
.modal-campaign__success-link,
.modal-campaign__error-close,
.modal-bounce__button {
  width: 100%;
}
.dit-button-large--green--full,
.widget.plus .widget-row.three a.buylink,
.plus-products-slider--item a.buylink {
  width: 100%;
  height: 48px;
  font-weight: 700;
  padding: 16px 14px;
}
/*-----------------------------------------*\
| BUTTONS MEDIUM
\*-----------------------------------------*/
.dit-button-medium--grey,
.dit-button-medium--grey--share,
.dit-button-medium--grey--share,
.dit-button-medium--grey--follow {
  height: 31px;
  padding: 8px 12px;
  border-radius: 2px;
  font-size: 13px;
  color: #000000 !important;
  background-color: #f8f8f8;
  border-color: #cccccc;
}
.dit-button-medium--grey:hover,
.dit-button-medium--grey--share:hover,
.dit-button-medium--grey--share:hover,
.dit-button-medium--grey--follow:hover {
  color: #000000 !important;
  background-color: #f8f8f8;
  border-color: #999999;
}
.dit-button-medium--grey--share.not-saved:before,
.dit-button-medium--grey--share.is-saved:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dit-button-medium--grey--share.not-saved:before,
.dit-button-medium--grey--share.is-saved:before {
  width: 13px;
  height: 13px;
  font-size: 13px;
  padding-right: 6px;
}
.dit-button-medium--grey--share.not-saved:before {
  content: "\f02e";
}
.dit-button-medium--grey--share.not-saved:after {
  content: 'Gem';
}
.dit-button-medium--grey--share.is-saved:before {
  content: "\f00c";
}
.dit-button-medium--grey--share.is-saved:after {
  content: 'Gemt';
}
.dit-button-medium--grey--share {
  color: #000 !important;
}
.dit-button-medium--grey--share:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dit-button-medium--grey--share:before {
  width: 13px;
  height: 13px;
  font-size: 13px;
  padding-right: 6px;
}
.dit-button-medium--grey--share:before {
  content: "\f007";
}
.dit-button-medium--grey--follow {
  color: #000 !important;
}
.dit-button-medium--grey--follow:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dit-button-medium--grey--follow:before {
  width: 13px;
  height: 13px;
  font-size: 13px;
  padding-right: 6px;
}
.dit-button-medium--grey--follow:before {
  content: "\f067";
}
.dit-button-medium--grey--follow:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  padding-left: 9px;
  color: #cccccc;
}
.dit-button-medium--transparent--social-share,
.dit-button-medium--facebook,
.dit-button-medium--twitter,
.dit-button-medium--mail {
  height: 31px;
  padding: 8px 12px;
  border-radius: 2px;
  font-size: 13px;
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #e4e4e4;
  padding: 8px;
  font-family: Arial;
  color: #000 !important;
}
.dit-button-medium--transparent--social-share:hover,
.dit-button-medium--facebook:hover,
.dit-button-medium--twitter:hover,
.dit-button-medium--mail:hover {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #999999;
}
.dit-button-medium--transparent--social-share:before,
.dit-button-medium--facebook:before,
.dit-button-medium--twitter:before,
.dit-button-medium--mail:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dit-button-medium--transparent--social-share:before,
.dit-button-medium--facebook:before,
.dit-button-medium--twitter:before,
.dit-button-medium--mail:before {
  width: 13px;
  height: 13px;
  font-size: 13px;
}
.dit-button-medium--facebook:before {
  content: "\f09a";
}
.dit-button-medium--twitter:before {
  content: "\f099";
}
.dit-button-medium--mail:before {
  content: "\f0e0";
}
/*-----------------------------------------*\
| BUTTONS SMALL
\*-----------------------------------------*/
.dit-button-small--transparent {
  height: 22px;
  min-width: 34px;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 10px;
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #e4e4e4;
}
.dit-button-small--transparent:hover {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #999999;
}
.dit-button-small--transparent--fake {
  height: 22px;
  min-width: 34px;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 10px;
  color: #efefef !important;
  background-color: #efefef;
  border-color: #efefef;
}
.dit-button-small--transparent--fake:hover {
  color: #efefef !important;
  background-color: #efefef;
  border-color: #efefef;
}
.dit-button-small--bold--transparent {
  height: 22px;
  min-width: 34px;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 10px;
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #e4e4e4;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.dit-button-small--bold--transparent:hover {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #999999;
}
.dit-button-small--bold--transparent--no-hover,
a.servicenavigation-btn--transparant {
  height: 22px;
  min-width: 34px;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 10px;
  color: #000000 !important;
  background-color: #ffffff;
  border-color: #e4e4e4;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.dit-button-small--bold--transparent--no-hover:hover,
a.servicenavigation-btn--transparant:hover {
  color: #000000 !important;
  background-color: #ffffff;
  border-color: #e4e4e4;
}
.dit-button-small--transparent--follow {
  height: 22px;
  min-width: 34px;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 10px;
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #e4e4e4;
}
.dit-button-small--transparent--follow:hover {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #999999;
}
.dit-button-small--transparent.is-saved:before,
.dit-button-small--transparent--fake.is-saved:before,
.dit-button-small--transparent.not-saved:before,
.dit-button-small--transparent--fake.not-saved:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dit-button-small--transparent.is-saved:before,
.dit-button-small--transparent--fake.is-saved:before,
.dit-button-small--transparent.not-saved:before,
.dit-button-small--transparent--fake.not-saved:before {
  width: 10px;
  height: 10px;
  font-size: 10px;
  padding-right: 5px;
}
.dit-button-small--transparent.not-saved:before,
.dit-button-small--transparent--fake.not-saved:before {
  content: "\f02e";
}
.dit-button-small--transparent.not-saved:after,
.dit-button-small--transparent--fake.not-saved:after {
  content: 'Gem';
}
.dit-button-small--transparent.is-saved:before,
.dit-button-small--transparent--fake.is-saved:before {
  content: "\f00c";
}
.dit-button-small--transparent.is-saved:after,
.dit-button-small--transparent--fake.is-saved:after {
  content: 'Gemt';
}
.dit-button-small--transparent--follow.is-saved:before,
.dit-button-small--transparent--follow.not-saved:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dit-button-small--transparent--follow.is-saved:before,
.dit-button-small--transparent--follow.not-saved:before {
  width: 10px;
  height: 10px;
  font-size: 10px;
  padding-right: 5px;
}
.dit-button-small--transparent--follow.not-saved:before {
  content: "\f067";
}
.dit-button-small--transparent--follow.not-saved:after {
  content: 'Følg';
}
.dit-button-small--transparent--follow.is-saved:before {
  content: "\f00c";
}
.dit-button-small--transparent--follow.is-saved:after {
  content: 'Følger';
}
.dit-button-small--red {
  height: 22px;
  min-width: 34px;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 10px;
  color: #ffffff !important;
  background-color: #cc0000;
  border-color: #cc0000;
}
.dit-button-small--red:hover {
  color: #ffffff !important;
  background-color: #b80000;
  border-color: #b80000;
}
.dit-button-small--bold--red,
a.servicenavigation-btn,
.dit-footer .buy-btn {
  height: 22px;
  min-width: 34px;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 10px;
  color: #ffffff !important;
  background-color: #cc0000;
  border-color: #ffffff;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.dit-button-small--bold--red:hover,
a.servicenavigation-btn:hover,
.dit-footer .buy-btn:hover {
  color: #ffffff !important;
  background-color: #b80000;
  border-color: #ffffff;
}
.dit-button-small--transparent-red,
.widget.plus .widget-row.six a.buylink {
  height: 22px;
  min-width: 34px;
  padding: 5px 10px;
  border-radius: 2px;
  font-size: 10px;
  color: #cc0000 !important;
  background-color: #ffffff;
  border-color: #f9e1e1;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.dit-button-small--transparent-red:hover,
.widget.plus .widget-row.six a.buylink:hover {
  color: #cc0000 !important;
  background-color: #ffffff;
  border-color: #cc0000;
}
/*-----------------------------------------*\
| BUTTON LINK
\*-----------------------------------------*/
.dit-button-link,
.dit-button-link--large,
.dit-button-link--small,
.showmore,
.bodyContainer .electionsSeFlereButton,
.bodyContainer .electionsSeFlereButtonCrop,
.electionsDetailsContainer .res-top3VoteBox .res-btnMore,
.fasttrack__showmore button {
  text-decoration: underline;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dit-button-link:hover,
.dit-button-link--large:hover,
.dit-button-link--small:hover,
.showmore:hover,
.bodyContainer .electionsSeFlereButton:hover,
.bodyContainer .electionsSeFlereButtonCrop:hover,
.electionsDetailsContainer .res-top3VoteBox .res-btnMore:hover,
.fasttrack__showmore button:hover {
  color: #000000;
}
.dit-button-link--large,
.showmore,
.bodyContainer .electionsSeFlereButton,
.bodyContainer .electionsSeFlereButtonCrop,
.electionsDetailsContainer .res-top3VoteBox .res-btnMore,
.fasttrack__showmore button {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 16px;
  color: #666666;
}
.dit-button-link--large a,
.showmore a,
.bodyContainer .electionsSeFlereButton a,
.bodyContainer .electionsSeFlereButtonCrop a,
.electionsDetailsContainer .res-top3VoteBox .res-btnMore a,
.fasttrack__showmore button a {
  color: #666666;
  text-decoration: underline;
}
.dit-button-link--large a:hover,
.dit-button-link--large a:active,
.dit-button-link--large a:visited,
.dit-button-link--large a:link,
.dit-button-link--large a:focus,
.showmore a:hover,
.showmore a:active,
.showmore a:visited,
.showmore a:link,
.showmore a:focus,
.bodyContainer .electionsSeFlereButton a:hover,
.bodyContainer .electionsSeFlereButton a:active,
.bodyContainer .electionsSeFlereButton a:visited,
.bodyContainer .electionsSeFlereButton a:link,
.bodyContainer .electionsSeFlereButton a:focus,
.bodyContainer .electionsSeFlereButtonCrop a:hover,
.bodyContainer .electionsSeFlereButtonCrop a:active,
.bodyContainer .electionsSeFlereButtonCrop a:visited,
.bodyContainer .electionsSeFlereButtonCrop a:link,
.bodyContainer .electionsSeFlereButtonCrop a:focus,
.electionsDetailsContainer .res-top3VoteBox .res-btnMore a:hover,
.electionsDetailsContainer .res-top3VoteBox .res-btnMore a:active,
.electionsDetailsContainer .res-top3VoteBox .res-btnMore a:visited,
.electionsDetailsContainer .res-top3VoteBox .res-btnMore a:link,
.electionsDetailsContainer .res-top3VoteBox .res-btnMore a:focus,
.fasttrack__showmore button a:hover,
.fasttrack__showmore button a:active,
.fasttrack__showmore button a:visited,
.fasttrack__showmore button a:link,
.fasttrack__showmore button a:focus {
  color: #666666;
}
.dit-button-link--small {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 14px;
  color: #666666;
}
.dit-button-link--small a {
  color: #666666;
  text-decoration: underline;
}
.dit-button-link--small a:hover,
.dit-button-link--small a:active,
.dit-button-link--small a:visited,
.dit-button-link--small a:link,
.dit-button-link--small a:focus {
  color: #666666;
}
.showmore,
.fasttrack__showmore button {
  background: none;
  border: none;
  display: block;
  outline: none;
  margin: 5px auto 15px;
  -webkit-appearance: none;
  text-decoration: none;
  color: black;
}
.showmore:before,
.fasttrack__showmore button:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  margin-right: .25em;
  font-size: 85%;
}
/*-----------------------------------------*\
| CONTAINER FOR ALL FORM ELEMENTS
\*-----------------------------------------*/
.dit-form-element {
  position: relative;
  min-height: 61px;
}
.dit-form-element--with-label {
  position: relative;
  min-height: 74px;
}
/*-----------------------------------------*\
| TITLE
\*-----------------------------------------*/
.dit-form-title {
  margin-bottom: 10px;
}
/*-----------------------------------------*\
| INPUT ELEMENT
\*-----------------------------------------*/
.dit-textarea {
  border-color: #cccccc;
  background-color: #ffffff;
  min-height: 10em;
}
/*-----------------------------------------*\
| INPUT ELEMENT
\*-----------------------------------------*/
.dit-input {
  border-color: #cccccc;
  background-color: #ffffff;
  overflow: hidden;
}
.dit-input--readonly {
  border-color: #cccccc;
  background-color: #f8f8f8;
}
.dit-input.is-success:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: default;
  content: "\f00c";
  position: absolute;
  top: 12px;
  right: 10px;
  color: #009900;
  font-size: 14px;
}
.dit-input.is-success input {
  padding-right: 38px;
}
.dit-input.is-error {
  border-color: #b80000;
  background-color: #f8dcdc;
}
/*-----------------------------------------*\
| SELECT ELEMENT
\*-----------------------------------------*/
.dit-select,
.publicprofile-edit__container #list-type {
  border-color: #cccccc;
  background-color: #ffffff;
}
/*-----------------------------------------*\
| INPUT ERROR & INFO TEXT
\*-----------------------------------------*/
.dit-input-info-error-base,
.dit-input-error-text,
.dit-input-info-text {
  padding-top: 2px;
  padding-bottom: 7px;
  line-height: 1;
}
.dit-input-info-error-base span,
.dit-input-error-text span,
.dit-input-info-text span {
  display: inline-block;
}
.dit-input-error-text {
  font-family: Arial, serif;
  font-weight: normal;
  margin: 0;
  font-size: 12px;
  color: #cc0000;
  text-transform: none;
}
.dit-input-error-text a {
  color: #cc0000;
  text-decoration: underline;
}
.dit-input-error-text a:hover,
.dit-input-error-text a:active,
.dit-input-error-text a:visited,
.dit-input-error-text a:link,
.dit-input-error-text a:focus {
  color: #cc0000;
}
.dit-input-info-text {
  font-family: Arial, serif;
  font-weight: normal;
  margin: 0;
  font-size: 12px;
  color: #999999;
}
.dit-input-info-text a {
  color: #999999;
  text-decoration: underline;
}
.dit-input-info-text a:hover,
.dit-input-info-text a:active,
.dit-input-info-text a:visited,
.dit-input-info-text a:link,
.dit-input-info-text a:focus {
  color: #999999;
}
/*-----------------------------------------*\
| CHECKBOX
\*-----------------------------------------*/
.dit-checkbox ~ label:after {
  content: "\f00c";
}
.dit-checkbox:checked ~ label:after {
  content: "\f00c";
}
/*-----------------------------------------*\
| RADIO
\*-----------------------------------------*/
.dit-radio ~ label:after {
  content: "\f111";
}
.dit-radio:checked ~ label:after {
  content: "\f111";
}
/*-----------------------------------------*\
| CHECKBOX & RADIO INFO TEXT
\*-----------------------------------------*/
.dit-inputbox__wrapper {
  position: relative;
  padding-bottom: 19px;
  padding-left: 28px;
}
.dit-inputbox__element {
  position: absolute;
  top: 0;
  left: 0;
}
.signature-plus {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 18px;
}
.signature-plus:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f09d";
  margin-right: .5em;
}
.signature-yourfeed {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 18px;
}
.signature-yourfeed:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f09e";
  margin-right: .5em;
}
.signature-user {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 18px;
}
.signature-user:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f007";
  margin-right: .5em;
}
.signature-gemte {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 18px;
}
.signature-gemte:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f02e";
  margin-right: .5em;
}
.signature-arrangements {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 18px;
}
.signature-arrangements:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f073";
  margin-right: .5em;
}
.dit-modal-open {
  overflow: hidden;
}
.dit-modal-open #content {
  overflow: hidden;
}
.dit-modal-overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 20000;
  overflow: auto;
  /* allow one-finger iPad scrolling */
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.92);
  zoom: 1;
}
.light-modal .dit-modal-overlay {
  background: rgba(238, 238, 238, 0.9);
}
/* fix for iPad glitches */
.dit-modal-content,
.modal--follow,
.modal-carousel,
.modal-carousel--provideinfo,
.modal-newuser,
.modal--campaign,
.modal-telmore__content,
.modal-bounce__content,
.modal-adblockblocker__content,
#brugerbetingelse,
#abonnementsvilkaar {
  position: fixed;
  top: 5%;
  bottom: 5%;
  left: 3%;
  right: 3%;
  background-color: #ffffff;
}
@media only screen and (min-width: 640px) {
  .dit-modal-content,
  .modal--follow,
  .modal-carousel,
  .modal-carousel--provideinfo,
  .modal-newuser,
  .modal--campaign,
  .modal-telmore__content,
  .modal-bounce__content,
  .modal-adblockblocker__content,
  #brugerbetingelse,
  #abonnementsvilkaar {
    position: absolute;
    box-sizing: border-box;
    top: 70px;
    bottom: auto;
    margin: 0 auto;
  }
}
html.has-gallery #servicemenu {
  display: none;
}
#servicemenu {
  z-index: 10000;
}
#servicemenu a {
  text-decoration: none;
}
.servicenavigation-list {
  margin: 0;
  padding: 0;
}
.servicenavigation-list li {
  position: relative;
  display: inline-block;
}
.servicenavigation-list a {
  cursor: pointer;
}
.servicenavigation-list .active .servicenavigation-dropdown,
.servicenavigation-list .active .servicemenu-arrow,
.servicenavigation-list .hover .servicenavigation-dropdown--hover,
.servicenavigation-list .hover .servicemenu-arrow,
.servicenavigation-list .hover .mousetrapper,
.servicenavigation-list .active .servicenavigation-dropdown--hover,
.servicenavigation-list .active .pagetools .pagetools-arrow,
.servicenavigation-list .hover .pagetools .pagetools-arrow {
  display: block;
}
.servicenavigation-list .full {
  position: static;
}
.servicenavigation-list .has-dropdown > a {
  padding-right: 7px;
}
.servicenavigation-list .has-dropdown > a:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #cccccc;
  content: "";
  display: block;
  float: right;
  height: 0;
  width: 0;
  margin-top: 5px;
}
.servicenavigation-list .has-dropdown > a.noservicemenu-arrow:after {
  border: none;
  margin-top: 0;
}
.servicenavigation-list .servicenavigation-login {
  float: right;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 11px;
  color: #000000;
}
.servicenavigation-list .servicenavigation-login a {
  color: #000000;
  text-decoration: underline;
}
.servicenavigation-list .servicenavigation-login a:hover,
.servicenavigation-list .servicenavigation-login a:active,
.servicenavigation-list .servicenavigation-login a:visited,
.servicenavigation-list .servicenavigation-login a:link,
.servicenavigation-list .servicenavigation-login a:focus {
  color: #000000;
}
.servicenavigation-list .servicenavigation-login b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.servicenavigation-list .servicenavigation-login .username {
  display: block;
  font-weight: bold;
}
.servicenavigation-list .servicenavigation-login .username:after {
  margin-left: 7px;
}
.servicenavigation-list .anonymous-user,
.servicenavigation-list .abo-user,
.servicenavigation-list .loggedin-user {
  display: none;
}
.servicenavigation-list .fa {
  padding-right: 5px;
}
.servicenavigation-list .servicenavigation-dropdown .fa,
.servicenavigation-list .servicenavigation-dropdown--hover .fa {
  padding: 0 5px;
}
.servicenavigation-list .fa-exclamation-triangle {
  color: #8FC7F6;
}
.servicenavigation-list .subscriber {
  background-image: url("/static/Content/images/svg/checkmark_uden_takker.svg");
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 18px;
}
.servicenavigation-list .gsc-input-box {
  width: 171px;
  padding: 8px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.servicenavigation-list input.gsc-search-button {
  padding: 15px 27px;
  border: none;
  margin-top: 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.servicenavigation-dropdown,
.servicenavigation-dropdown--hover,
.pagetools .pagetools-dropdown {
  display: none;
  position: absolute;
  top: 52px;
  left: 0;
  background-color: #ffffff;
  min-width: 240px;
  z-index: 10001;
  border: 1px solid #cccccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 767px) {
  .servicenavigation-dropdown#ditpol-dropdown,
  .servicenavigation-dropdown--hover#ditpol-dropdown {
    width: 942px;
    left: 8px;
  }
}
.servicenavigation-dropdown li > a,
.servicenavigation-dropdown--hover li > a {
  padding: 8px;
  display: block;
  font-weight: normal;
  text-transform: none;
  color: #000000;
}
.servicenavigation-dropdown p,
.servicenavigation-dropdown--hover p {
  margin: 0;
}
.servicenavigation-dropdown .servicenavigation-dropdownlayout,
.servicenavigation-dropdown--hover .servicenavigation-dropdownlayout,
.pagetools .pagetools-dropdown .pagetools-dropdownlayout {
  padding: 15px;
  font-size: 14px;
}
.servicenavigation-dropdown .servicenavigation-dropdownlayout.is-buylink,
.servicenavigation-dropdown--hover .servicenavigation-dropdownlayout.is-buylink {
  padding: 0;
}
.servicenavigation-dropdown .servicenavigation-dropdownlayout--datalist,
.servicenavigation-dropdown--hover .servicenavigation-dropdownlayout--datalist {
  padding: 12px;
}
.servicenavigation-dropdown .servicenavigation-dropdownlayout--menulinks,
.servicenavigation-dropdown--hover .servicenavigation-dropdownlayout--menulinks {
  padding: 0;
}
.servicenavigation-dropdown .servicenavigation-dropdownlayout--menulinks li a,
.servicenavigation-dropdown--hover .servicenavigation-dropdownlayout--menulinks li a {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
}
.servicenavigation-dropdown .servicenavigation-dropdownlayout--menulinks li:last-child,
.servicenavigation-dropdown--hover .servicenavigation-dropdownlayout--menulinks li:last-child {
  border-bottom: none;
}
.servicenavigation-dropdown h3,
.servicenavigation-dropdown--hover h3 {
  font-size: 16px;
  color: #cccccc;
  margin-bottom: 10px;
}
.servicenavigation-dropdown ul,
.servicenavigation-dropdown--hover ul {
  padding: 0;
}
.servicenavigation-dropdown li,
.servicenavigation-dropdown--hover li {
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  position: relative;
}
.servicenavigation-dropdownlayout__linkwrapper {
  display: block;
  padding: 15px;
}
.servicemenu-arrow,
.pagetools .pagetools-arrow {
  display: none;
  position: absolute;
  z-index: 10002;
  top: 53px;
  margin-left: 21px;
}
.servicemenu-arrow:after,
.servicemenu-arrow:before,
.pagetools .pagetools-arrow:after,
.pagetools .pagetools-arrow:before {
  bottom: 100%;
  left: 12%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.servicemenu-arrow:after,
.pagetools .pagetools-arrow:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.servicemenu-arrow:before,
.pagetools .pagetools-arrow:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #cccccc;
  border-width: 11px;
  margin-left: -11px;
}
#login-dropdown {
  left: auto;
  right: 0;
}
a.servicenavigation-btn,
.dit-footer .buy-btn {
  padding: 5px;
  font-size: 12px;
  border-radius: 4px;
  height: auto;
}
a.servicenavigation-btn--transparant {
  padding: 5px;
  font-size: 12px;
  border-radius: 3px;
  height: auto;
}
#ditpol-dropdown .widget.header {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1em;
  margin-top: 1em;
}
#ditpol-dropdown .widget.header:first-child {
  margin-top: .5em;
}
#ditpol-dropdown .widget.header:last-child {
  border: 0;
}
#ditpol-dropdown .widget.header h2 {
  cursor: pointer;
}
#ditpol-dropdown .widget.header h2.open + div {
  max-height: 1500px;
  -moz-transition: max-height 0.25s ease-in;
  -o-transition: max-height 0.25s ease-in;
  -webkit-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}
#ditpol-dropdown .widget.header h2:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #cccccc;
  content: "";
  display: block;
  float: right;
  height: 0;
  width: 0;
  margin-top: 10px;
}
#ditpol-dropdown .widget.header h3 + .item {
  border: 0;
}
#ditpol-dropdown .widget.header > div {
  max-height: 0;
  -moz-transition: max-height 0.15s ease-out;
  -o-transition: max-height 0.15s ease-out;
  -webkit-transition: max-height 0.15s ease-out;
  transition: max-height 0.15s ease-out;
  overflow: hidden;
}
div .item#ditpol-dropdown .widget.header > div:last-child {
  border: 0;
}
#ditpol-dropdown .widget.header .item {
  position: relative;
  border-top: 1px solid #cccccc;
  padding: 10px 0 5px;
  min-height: 38px;
}
#ditpol-dropdown .widget.header .item a.img {
  vertical-align: top;
  width: 25%;
  display: inline-block;
  height: auto;
  padding-bottom: 0;
}
#ditpol-dropdown .widget.header .item a.img img {
  width: 100%;
}
#ditpol-dropdown .widget.header .item h3 {
  font-size: 14px;
  margin-top: -3px;
  width: calc(100% - 30px);
}
#ditpol-dropdown .widget.header .item a.img + a {
  margin-left: 5px;
  display: inline-block;
}
#ditpol-dropdown .widget.header .item a.img + a h3 {
  width: calc(70% - 30px);
}
#ditpol-dropdown .widget.header .item button {
  position: absolute;
  right: 0;
  top: 10px;
  min-width: 0;
  padding: 5px 6px;
}
#ditpol-dropdown .widget.header .item button:after {
  content: '';
}
#ditpol-dropdown .widget.header .item button:before {
  padding-right: 0;
}
#ditpol-dropdown .widget.header.plus .item > div {
  width: 48%;
  display: inline-block;
  margin-left: 5px;
}
#ditpol-dropdown .widget.header.plus .item > div a.buylink {
  top: 10px;
  bottom: auto;
  right: 0;
}
@media only screen and (max-width: 480px) {
  #ditpol-dropdown {
    background: white;
    width: 100%;
  }
  #ditpol-dropdown .widget.header .item a.img + a {
    width: calc(70% - 30px);
  }
  #ditpol-dropdown .widget.header .item a.img + a > h3 {
    width: 100%;
  }
}
.magasinet.art .header-servicemenu,
.magasinet.sec .header-servicemenu {
  margin-bottom: 0;
}
.magasinet.art #servicemenu .layout-constrained,
.magasinet.sec #servicemenu .layout-constrained {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
.magasinet.art #servicemenu .servicemenu-heading,
.magasinet.sec #servicemenu .servicemenu-heading {
  left: 15px;
}
.magasinet.art #servicemenu #servicenavigation.logo-shown,
.magasinet.sec #servicemenu #servicenavigation.logo-shown {
  padding-left: 152px;
}
#servicemenu .layout-constrained.annonce-sec {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
#servicemenu .servicemenu-heading {
  left: 15px;
}
#servicemenu #servicenavigation.logo-shown {
  padding-left: 152px;
}
.header-servicemenu {
  height: 54px;
  margin-bottom: 10px;
  position: relative;
}
.layout-constrained {
  width: 940px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
.dit-footer .layout-constrained {
  padding: 0;
}
#servicemenu {
  top: -55px;
  width: 100%;
  min-width: 750px;
  padding: 10px 0 4px 0;
  min-height: 34px;
  background-color: #ffffff;
  -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.08);
}
#servicemenu.is-sticky {
  position: fixed;
  top: 0;
}
#servicemenu.is-sticky.fancybox-margin {
  position: relative;
}
#servicemenu .servicemenu-heading {
  font-family: 'politiken egyptienne';
  font-weight: normal;
  font-size: 22px;
  line-height: 130%;
  margin: 0;
  color: #000000;
  display: none;
  position: absolute;
  left: 10px;
}
#servicemenu .servicemenu-heading a {
  color: #000000;
}
#servicenavigation {
  transition: padding-left 0.1s ease;
}
#servicenavigation.logo-shown {
  padding-left: 147px;
}
.servicenavigation-listitem,
.servicenavigation-listitem--noborder,
.servicenavigation-listitem--right,
.servicenavigation-listitem--rightnoborder,
.servicenavigation-listitem--rightnoborderpadding {
  font-size: 12px;
  border-left: 1px solid #cccccc;
  padding: 7px 10px;
  text-transform: uppercase;
}
.servicenavigation-listitem a,
.servicenavigation-listitem--noborder a,
.servicenavigation-listitem--right a,
.servicenavigation-listitem--rightnoborder a,
.servicenavigation-listitem--rightnoborderpadding a {
  color: #000000;
}
.servicenavigation-listitem a.servicenavigation-btn,
.servicenavigation-listitem--noborder a.servicenavigation-btn,
.servicenavigation-listitem--right a.servicenavigation-btn,
.servicenavigation-listitem--rightnoborder a.servicenavigation-btn,
.servicenavigation-listitem--rightnoborderpadding a.servicenavigation-btn {
  margin-top: 1px;
}
.servicenavigation-listitem a.servicenavigation-btn--transparant,
.servicenavigation-listitem--noborder a.servicenavigation-btn--transparant,
.servicenavigation-listitem--right a.servicenavigation-btn--transparant,
.servicenavigation-listitem--rightnoborder a.servicenavigation-btn--transparant,
.servicenavigation-listitem--rightnoborderpadding a.servicenavigation-btn--transparant {
  margin-top: 1px;
}
.servicenavigation-listitem .your-content,
.servicenavigation-listitem--noborder .your-content,
.servicenavigation-listitem--right .your-content,
.servicenavigation-listitem--rightnoborder .your-content,
.servicenavigation-listitem--rightnoborderpadding .your-content {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIj4KPHBhdGggZD0iTTE1LjMyNCAyOS44MTdsLTEuNzQ1LTIuNzItMS40NDEtMi4xMDUtMS41MDMtMi4wMjdjLTAuMzg4LTAuNDY1LTAuNzQ2LTAuOTU1LTEuMDkxLTEuNDNsLTIuMzc2LTMuMTU3LTEuNDc5LTIuMTE0Yy0xLjg2Mi0yLjg3Ni0zLjI3OC02LjI0MS0yLjU2MS05Ljg4MyAwLjM2OS0yLjExNSAxLjY3OC00LjMyNSAzLjc3My01LjIwNCAxLjkwMS0wLjg1OCA0LjMzMS0wLjQ2NSA1Ljg3NyAwLjg3MyAxLjQ4OSAxLjIzMiAyLjE3MyAyLjkzOSAyLjY1MyA0LjY1NiAwLjE5NSAwLjQxMiAwLjM4OCAxLjAzOCAwLjk2NSAxLjA0NyAwLjU3MiAwLjAyOSAwLjc5LTAuNTc3IDAuOTY1LTAuOTg5IDAuNTgyLTIuNDI1IDIuMjA3LTUuMTA3IDQuODItNS43OTUgMi4yNzQtMC41NzcgNC41MiAwLjE5NCA1Ljk4NCAxLjk4OCAyLjEzOSAyLjY5NiAyLjA4MCA2Ljg1MiAwLjc2NiA5LjkwNy0wLjkwMiAyLjA5MC0yLjIxMSA0LjAxMS0zLjYzMiA1Ljg4N2wtMS42MDUgMi4wODVjLTAuMTA3IDAuMTYtMC4yNDggMC4zMjUtMC4zNTkgMC40NzYtMC4xMTYgMC4xNjQtMC4yNDcgMC4zMjktMC4zMzkgMC40OS0wLjE1NSAwLjA2OC0wLjE0MSAwLjI1Mi0wLjI2NyAwLjMyNC0wLjAxNSAwLjA4OC0wLjEwNyAwLjExNy0wLjE0MSAwLjE5bC0xLjgwNCAyLjM0Ny0wLjgwNSAxLjEwNS0xLjQxNiAyLjEwOS0xLjM3NyAyLjExNC0wLjg4MiAxLjM4N2MtMC4zMzUtMC41MDQtMC42ODktMS4wMjMtMC45OC0xLjU2MnoiIGZpbGw9InJnYigwLCAwLCAwKSI+PC9wYXRoPgo8L3N2Zz4K') /*../../../../images/svg/pol_hjerte.svg*/;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -3px;
  margin-right: 2px;
}
.servicenavigation-listitem .bars,
.servicenavigation-listitem--noborder .bars,
.servicenavigation-listitem--right .bars,
.servicenavigation-listitem--rightnoborder .bars,
.servicenavigation-listitem--rightnoborderpadding .bars {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0ZWQgYnkgSWNvTW9vbi5pbyAtLT4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHdpZHRoPSIyNCIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDI0IDMyIj4KPHBhdGggZD0iTTAgNnY0aDI0di00aC0yNHpNMCAxOGgyNHYtNGgtMjR2NHpNMCAyNmgyNHYtNGgtMjR2NHoiIGZpbGw9IiMwMDAwMDAiPjwvcGF0aD4KPC9zdmc+Cg==') /*../../../../images/svg/three-bars.svg*/;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -3px;
  padding-right: 5px;
}
.servicenavigation-listitem--noborder {
  border-left: none;
}
.servicenavigation-listitem--right {
  float: right;
}
.servicenavigation-listitem--rightnoborder {
  float: right;
  padding: 0 10px 0 0;
  border-left: none;
}
.servicenavigation-listitem--rightnoborderpadding {
  float: right;
  padding: 0;
  border-left: none;
}
.servicenavigation-dropdown,
.servicenavigation-dropdown--hover,
.pagetools .pagetools-dropdown {
  text-transform: none;
}
.servicenavigation-dropdown .servicenavigation-dropdownlayout,
.servicenavigation-dropdown--hover .servicenavigation-dropdownlayout,
.pagetools .pagetools-dropdown .pagetools-dropdownlayout {
  padding: 15px;
}
.servicenavigation-dropdown .servicenavigation-dropdownlayout--datalist,
.servicenavigation-dropdown--hover .servicenavigation-dropdownlayout--datalist {
  padding: 12px;
}
.servicenavigation-dropdown .servicenavigation-dropdownlayout--menulinks,
.servicenavigation-dropdown--hover .servicenavigation-dropdownlayout--menulinks {
  padding: 0;
}
.servicenavigation-dropdown .servicenavigation-dropdownlayout--menulinks li:last-child,
.servicenavigation-dropdown--hover .servicenavigation-dropdownlayout--menulinks li:last-child {
  border-bottom: none;
}
.servicenavigation-dropdown h3,
.servicenavigation-dropdown--hover h3 {
  font-size: 16px;
  color: #cccccc;
  margin-bottom: 10px;
}
.servicenavigation-dropdown ul,
.servicenavigation-dropdown--hover ul {
  padding: 0;
}
.servicenavigation-dropdown li,
.servicenavigation-dropdown--hover li {
  background-color: #ffffff;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  position: relative;
}
.servicenavigation-dropdown .linkbottom__wrapper,
.servicenavigation-dropdown--hover .linkbottom__wrapper {
  text-align: right;
}
.servicenavigation-dropdown a.linkbottom,
.servicenavigation-dropdown span.linkbottom,
.servicenavigation-dropdown--hover a.linkbottom,
.servicenavigation-dropdown--hover span.linkbottom {
  color: #cc0000;
  text-align: right;
  display: block;
  clear: both;
  margin-top: 25px;
}
.servicenavigation-dropdown .fa-close,
.servicenavigation-dropdown--hover .fa-close {
  float: right;
  margin-left: 10px;
  padding: 0;
}
.servicenavigation-dropdown--hover {
  display: none;
}
.mousetrapper {
  top: 20px;
  position: absolute;
  display: none;
  width: 371px;
  height: 52px;
  left: auto;
  right: 0;
}
#sectionsearch-dropdown {
  width: 290px;
  margin-left: 10px;
}
#sectionsearch-dropdown:after,
#sectionsearch-dropdown:before {
  left: 5%;
}
#sectionsearch-dropdown a.linkbottom {
  color: #cc0000;
  text-align: right;
  display: block;
  clear: both;
}
#sectionsearch-dropdown .fa-close {
  float: right;
  margin-left: 10px;
  padding: 0;
}
#sectionuser {
  left: auto;
  right: 0;
}
.servicemenu-arrow #buyabo-dropdown,
.servicemenu-arrow #createprofile-dropdown,
.pagetools .pagetools-arrow #buyabo-dropdown,
.pagetools .pagetools-arrow #createprofile-dropdown {
  margin-left: 80px;
}
#buyabo-dropdown,
#createprofile-dropdown {
  width: 371px;
  right: -73px;
  left: auto;
}
#buyabo-dropdown img,
#createprofile-dropdown img {
  float: left;
  margin: 0 10px 10px 0;
}
#buyabo-dropdown p,
#createprofile-dropdown p {
  float: left;
}
#buyabo-dropdown:after,
#createprofile-dropdown:after,
#buyabo-dropdown:before,
#createprofile-dropdown:before {
  left: 66%;
}
#createprofile-dropdown {
  right: -65px;
}
.servicemenu-datalist {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.servicemenu-datalist .servicemenu-datalist-item {
  border-bottom: none;
  display: table-cell;
  width: 160px;
}
.servicemenu-datalist .servicemenu-datalist-item .servicemenu-datalist-itemhead {
  padding-left: 7px;
}
.servicemenu-datalist .servicemenu-datalist-item .category-stamp {
  padding-right: 7px;
}
.servicemenu-datalist .servicemenu-datalist-item time {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 10px;
  color: #666666;
  text-transform: uppercase;
  padding-right: 7px;
}
.servicemenu-datalist .servicemenu-datalist-item time a {
  color: #666666;
  text-decoration: underline;
}
.servicemenu-datalist .servicemenu-datalist-item time a:hover,
.servicemenu-datalist .servicemenu-datalist-item time a:active,
.servicemenu-datalist .servicemenu-datalist-item time a:visited,
.servicemenu-datalist .servicemenu-datalist-item time a:link,
.servicemenu-datalist .servicemenu-datalist-item time a:focus {
  color: #666666;
}
.servicemenu-datalist .servicemenu-datalist-item time b {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.servicemenu-datalist .servicemenu-datalist-itembody {
  border-left: 1px solid #cccccc;
  padding-left: 7px;
}
.servicemenu-datalist .servicemenu-datalist-itembody img {
  display: block;
  margin: 7px 0 15px 0;
}
.servicemenu-datalist-item:first-child .servicemenu-datalist-itembody,
.servicemenu-datalist-item:first-child .servicemenu-datalist-itemhead {
  border-left: none;
  padding-left: 0;
}
.servicenavigation-login {
  float: right;
  text-transform: none;
  margin-left: -4px;
  height: 29px;
}
.servicenavigation-login .welcome-image {
  float: left;
  padding-right: 10px;
}
.servicenavigation-login a {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dit-footer .footer-listitem {
  width: 25%;
  float: left;
  margin: 10px 0;
  padding-right: 20px;
}
.dit-footer .footer-listitem.item-3 {
  width: 15%;
}
.dit-footer .footer-listitem.item-4 {
  width: 35%;
  padding-right: 0;
}
.footer-sectionditpol {
  padding-bottom: 10px;
}
.footer-sectionditpol .buy-btn {
  margin: 10px 0;
}
.footer-sectionplus {
  border-top: solid 1px #cccccc;
  padding-top: 10px;
}
.footer-sectionnewsletter {
  border-top: solid 1px #cccccc;
  padding-top: 10px;
}
.footer-sectionuserlinks {
  border-top: solid 1px #cccccc;
  padding: 10px 0;
}
ul.subfooter-navigation {
  display: block;
  border-top: solid 1px #cccccc;
  margin: 0;
  font-size: 12px;
}
ul.subfooter-navigation li {
  float: left;
  padding: 10px 13px;
  position: relative;
}
ul.subfooter-navigation li:first-child {
  padding-left: 0;
}
ul.subfooter-navigation li:last-child {
  padding-right: 0;
}
ul.subfooter-navigation a {
  color: #666666;
  text-decoration: none;
}
ul.subfooter-navigation .fa-exclamation-triangle {
  position: absolute;
  top: 8px;
  color: "\f12a";
  padding: 0 0 0 10px;
}
.ad-order.anon-order {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ad-order.anon-order .ad-sp3-spaces {
  -webkit-box-ordinal-group: -1;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.ad-order .ad-sp3-spaces {
  line-height: 1;
}
.banner-placeholder {
  display: none;
}
.livetpaamars .focal-point h2.header {
  font-size: 64px;
  padding: 0 15px;
}
.livetpaamars.sec .art-body p {
  width: 620px;
}
.livetpaamars.sec .art-fakta p {
  width: 300px;
}
.livetpaamars .art-fakta {
  float: right;
  clear: right;
  background: #FFF;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
  margin-left: 40px;
}
.livetpaamars .art-fakta p {
  width: 300px;
}
.livetpaamars .art-fakta h4 {
  text-transform: uppercase;
}
.livetpaamars .art-fakta h4,
.livetpaamars .art-fakta h5 {
  font-family: "Roboto Condensed";
  font-weight: 400;
  font-weight: 700;
}
.livetpaamars .art-fakta a {
  text-decoration: none;
  color: #cc0000;
}
.livetpaamars .livetpaamars-kapitler .magazine-box.large {
  position: relative;
  padding-bottom: 0;
}
.livetpaamars .livetpaamars-kapitler .image-overlay {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  text-align: center;
}
.livetpaamars .livetpaamars-kapitler .image-overlay .black {
  color: #000;
}
.livetpaamars .livetpaamars-kapitler .image-overlay .white {
  color: #fff;
}
.livetpaamars .livetpaamars-kapitler .image-overlay .black,
.livetpaamars .livetpaamars-kapitler .image-overlay .white {
  background-color: transparent;
}
.livetpaamars .livetpaamars-kapitler .image-overlay .white a {
  color: #ffffff;
}
.livetpaamars .livetpaamars-kapitler .image-overlay .black a {
  color: #000;
}
.livetpaamars .livetpaamars-kapitler .image-overlay h2 {
  line-height: 1.1;
}
.livetpaamars .livetpaamars-kapitler .image-overlay .sectionstamp {
  font-family: roboto;
  text-transform: uppercase;
  font-size: 14px;
}
.livetpaamars .livetpaamars-kapitler .image-overlay .underrubrik {
  font-family: georgia;
  text-transform: none;
  font-size: 17px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.livetpaamars .see-more-art--mars {
  max-width: 940px;
}
.livetpaamars .see-more-art--mars .see-more-header {
  font-family: 'politiken egyptienne';
  font-size: 18px;
  font-weight: normal;
}
.livetpaamars .see-more-art--mars .magazinebox-row.two {
  border-top: none;
}
.livetpaamars .see-more-art--mars .magazinebox-row.two .magazine-box.small {
  vertical-align: top;
  border: none;
}
.livetpaamars .see-more-art--mars .magazinebox-row.two h2 {
  font-size: 25px;
  margin-top: 0;
}
.livetpaamars .see-more-art--mars .magazinebox-row.two h2 a {
  color: #000;
}
.livetpaamars .see-more-art--mars .magazinebox-row.two h3 {
  line-height: 1.2;
  margin-top: 3px;
  margin-bottom: 10px;
}
.livetpaamars .livetpaamars-bagomlivet h2 {
  font-size: 22px;
  margin-top: 10px;
}
.livetpaamars .livetpaamars-bagomlivet .magazine-box.small {
  vertical-align: top;
}
.livetpaamars .livetpaamars-bagomlivet .magazine-box.small:nth-child(2) {
  padding-right: 10px;
}
.livetpaamars-zone {
  padding-bottom: 10px;
}
.livetpaamars-zone .magazine-box.small {
  vertical-align: top;
  border: 0;
  position: relative;
}
.livetpaamars-zone .magazine-box.small:first-child {
  padding-right: 0;
}
.livetpaamars-zone .overlay {
  position: absolute;
  top: 10px;
  left: 15px;
}
.livetpaamars-zone img {
  vertical-align: top;
}
.livetpaamars-zone .campaign-rubrik {
  font-family: 'politiken egyptienne';
  font-weight: normal;
  margin: 0;
}
.livetpaamars-zone .campaign-rubrik .white a {
  color: #fff;
}
.livetpaamars-zone .campaign-rubrik .black a {
  color: #000;
}
.livetpaamars-zone .campaign-underrubrik {
  font-size: 15px;
  font-family: Georgia;
}
.livetpaamars-zone .campaign-background {
  padding: 15px 15px 0 15px;
  position: relative;
}
.livetpaamars-zone .campaign-background ul {
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-padding-start: 0;
  list-style-type: none;
  font-family: roboto;
  font-size: 14px;
}
.livetpaamars-zone .campaign-background li {
  line-height: 1.5;
}
.livetpaamars-zone .campaign-background b {
  color: #fff;
}
.livetpaamars-zone .bottom-link {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
  font-family: roboto;
  font-size: 12px;
  font-weight: bold;
}
div.imgfix-w {
  height: auto !important;
}
div.imgfix-w > a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
div.imgfix-w > a img {
  width: 100% !important;
  height: auto !important;
  top: 0 !important;
  left: 0 !important;
  position: inherit !important;
}
.article-next {
  width: 616px;
  margin: 30px auto;
  border-top: 5px solid #cc0000;
  -webkit-box-shadow: 0px 2px 4px 0px #d8d8d8;
  -moz-box-shadow: 0px 2px 4px 0px #d8d8d8;
  box-shadow: 0px 2px 4px 0px #d8d8d8;
}
.magasinet .article-next {
  margin-left: 0;
  width: 100%;
  max-width: 616px;
}
@media only screen and (max-width: 480px) {
  .magasinet .article-next {
    margin-top: 0;
  }
  .magasinet .article-next.has-image .article-next__content {
    padding: 10px;
  }
  .magasinet .article-next img.article-next__image {
    width: 100%;
    float: none;
  }
  .magasinet .article-next .article-next__text {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .magasinet .article-next .article-next__header {
    padding-top: 0;
    font-size: 20px;
    line-height: 105%;
    font-family: CapitoliumNews2-Bold, Georgia, serif;
    font-weight: normal;
    margin: 0;
  }
}
.article-next__link {
  display: block;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.article-next__content {
  *zoom: 1;
  padding: 15px;
}
.article-next__content:before,
.article-next__content:after {
  content: " ";
  display: table;
}
.article-next__content:after {
  clear: both;
}
.article-next__content:before,
.article-next__content:after {
  content: " ";
  display: table;
}
.article-next__content:after {
  clear: both;
}
.article-next__content.has-border {
  border-bottom: 1px solid #e7e7e7;
  padding: 16px 15px;
}
img.article-next__image {
  float: left;
  width: 49%;
}
.article-next__text {
  float: left;
  width: 49%;
  margin-left: 2%;
}
.article-next__title {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 13px;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
  color: #999999;
}
.article-next__title a {
  color: #000000;
  text-decoration: underline;
}
.article-next__title a:hover,
.article-next__title a:active,
.article-next__title a:visited,
.article-next__title a:link,
.article-next__title a:focus {
  color: #000000;
}
.article-next__title:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  padding-left: 5px;
}
.article-next__header {
  font-size: 24px;
  margin-top: 8px;
  line-height: 105%;
}
.article-next.has-image .article-next__content {
  padding: 15px 15px 20px 15px;
}
.article-next.has-image .article-next__header {
  margin-top: 10px;
}
.article-next__subheader {
  margin-top: 10px;
  margin-bottom: 20px;
}
.sticky-sp3__wrapper {
  position: relative;
}
.clear {
  clear: both;
  line-height: 1px;
  font-size: 1px;
  overflow: hidden;
}
.sticky-sp3 {
  position: absolute;
  width: 300px;
  top: 0;
}
.sticky-sp3.is-sticky {
  position: fixed;
  width: 300px;
}
.sticky-sp3__topbanner {
  padding-bottom: 20px;
}
.sticky-sp3__popular {
  opacity: 0;
  -moz-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  -webkit-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
.sticky-sp3__popular .widget.fiftyfifty .widget-row .item-content h3 {
  font-family: CapitoliumNews2-Bold, Georgia, serif;
  font-weight: normal;
  margin: 0;
}
.sticky-sp3__popular.is-shown {
  opacity: 1;
}
.sticky-sp3__bannerchange {
  position: relative;
}
.sticky-sp3__banner {
  position: absolute;
  top: 0;
  opacity: 0;
  -moz-transition: opacity ease 0.05s 0.3s;
  -o-transition: opacity ease 0.05s 0.3s;
  -webkit-transition: opacity ease 0.05s 0.3s;
  transition: opacity ease 0.05s 0.3s;
  height: 0;
  overflow: hidden;
}
.sticky-sp3__banner.is-shown {
  opacity: 1;
  height: auto;
}
.sticky-sp3.no-sticky {
  position: static;
}
.sticky-sp3.no-sticky .sticky-sp3__banner {
  position: static;
  opacity: 1;
  padding-top: 20px;
  height: auto;
}
.topbar-teaser {
  position: relative;
  border-bottom: 1px solid #efefef;
}
.topbar-teaser:before {
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
  background-repeat: repeat-x;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  width: 45px;
  z-index: 1;
}
.topbar-teaser__content {
  position: relative;
  width: 100%;
  padding: 4px 0;
}
.topbar-teaser__list {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  -webkit-transition: left 0.5s ease-out;
  -moz-transition: left 0.5s ease-out;
  -ms-transition: left 0.5s ease-out;
  -o-transition: left 0.5s ease-out;
  transition: left 0.5s ease-out;
}
.topbar-teaser__item {
  display: table-cell;
  width: 300px;
  height: 92px;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.topbar-teaser__item + .topbar-teaser__item {
  border-left: 1px solid #efefef;
}
.topbar-teaser__item.no-image .topbar-teaser__title {
  width: 280px;
}
.topbar-teaser__link {
  display: block;
  height: 80px;
  padding: 6px 8px;
  overflow: hidden;
  *zoom: 1;
}
.topbar-teaser__link:before,
.topbar-teaser__link:after {
  content: " ";
  display: table;
}
.topbar-teaser__link:after {
  clear: both;
}
.topbar-teaser__link:before,
.topbar-teaser__link:after {
  content: " ";
  display: table;
}
.topbar-teaser__link:after {
  clear: both;
}
.topbar-teaser__img {
  position: relative;
  float: left;
  width: 120px;
  height: 80px;
  margin-right: 6px;
  overflow: hidden;
}
.topbar-teaser__img .is-premium:before {
  display: none;
}
.topbar-teaser__img .is-premium:after {
  z-index: 2;
}
.topbar-teaser__img img {
  position: relative;
  left: -18px;
  display: block;
  height: 80px;
  width: auto;
}
.topbar-teaser__img .img .medium-playicon {
  bottom: 36px;
  left: 6px;
}
.topbar-teaser__title {
  float: left;
  width: 156px;
  margin: 0;
  margin-left: 2px;
  font-family: CapitoliumNews2-Bold, Georgia, serif;
  font-size: 15px;
  line-height: 1.30;
  font-weight: normal;
}
.topbar-teaser__button {
  position: absolute;
  top: 6px;
  bottom: 6px;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border-style: solid;
  border-width: 0px;
  white-space: nowrap;
  line-height: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-weight: normal;
  margin: 0;
  text-decoration: none;
  z-index: 10000;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #ccc;
  border-radius: 2px;
  width: 0;
  padding: 0;
  width: 30px;
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -ms-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
}
.topbar-teaser__button:focus {
  outline: 0;
}
.topbar-teaser__button:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
}
.topbar-teaser__button.left {
  left: -30px;
}
.topbar-teaser__button.left:before {
  content: "\f104";
}
.topbar-teaser__button.right {
  right: -30px;
}
.topbar-teaser__button.right:before {
  content: "\f105";
}
.topbar-teaser.desktop:hover .topbar-teaser__button.left.is-active {
  left: -2px;
}
.topbar-teaser.desktop:hover .topbar-teaser__button.right.is-active {
  right: -2px;
}
.topbar-teaser.desktop.is-scrolled:before {
  left: 0px;
}
.topbar-teaser.desktop .topbar-teaser__content {
  overflow: hidden;
}
.topbar-teaser.tablet .topbar-teaser__content {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.topbar-teaser.tablet .topbar-teaser__button {
  display: none;
}
.pandehaar-links a {
  display: block;
  overflow: hidden;
  position: absolute;
  background: transparent;
  text-indent: -9999px;
}
/*-----------------------------------------*\
| USED EVERYWHERE ON ALL DEVICES
\*-----------------------------------------*/
.js-pol-show-more [data-showmore] > * {
  display: none;
}
.bg-spinner {
  background: url('/static/Content/images/ajax/spinner.gif') no-repeat 50% 50%;
}
a {
  outline: none;
}
.not-logged-in {
  background: rgba(255, 255, 255, 0.91);
  position: absolute;
  margin: -5px -5px;
  color: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 30px;
  font-family: 'roboto';
}
.not-logged-in p {
  color: #000;
}
.not-logged-in > *:first-child {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .not-logged-in p {
    line-height: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .not-logged-in p {
    line-height: 120%;
  }
}
.not-logged-in a {
  display: block;
  color: #000;
  margin-top: 20px;
  text-decoration: underline;
}
.not-logged-in a:hover,
.not-logged-in a:link:hover {
  color: #000;
}
.not-logged-in a + a {
  text-decoration: none;
}
.not-logged-in__teaser {
  font-size: 16px;
  margin-bottom: 15px;
}
.not-logged-in__login {
  font-size: 14px;
}
.not-logged-in__login a {
  display: inline;
}
.dit-sp3 .not-logged-in span[class^="signature"] {
  font-size: 30px;
  margin-bottom: .5em;
}
.dit-sp3 .not-logged-in p {
  font-size: 24px;
}
.frontpage-zone.esi-zone,
.dit-politiken-container {
  position: relative;
  clear: both;
}
.frontpage-zone.esi-zone .not-logged-in,
.dit-politiken-container .not-logged-in {
  padding: 5% 20%;
  text-align: center;
}
.frontpage-zone.esi-zone .not-logged-in a + a,
.dit-politiken-container .not-logged-in a + a {
  width: 200px;
  margin: 2em auto .75em;
}
.frontpage-zone.esi-zone .not-logged-in a + a + a,
.dit-politiken-container .not-logged-in a + a + a {
  text-decoration: underline;
  display: inline-block;
  width: auto;
  margin: 0;
}
.frontpage-zone.esi-zone {
  overflow: visible;
}
.frontpage-zone.esi-zone .widget-header + .widget-row,
.frontpage-zone.esi-zone .widget-header + .widget-row-incomplete-border,
.frontpage-zone.esi-zone .widget-intro + .widget-row,
.frontpage-zone.esi-zone .widget-intro + .widget-row-incomplete-border {
  border: 0;
}
.dit-politiken-container {
  margin: 0 0 1em;
}
.dit-politiken-container.full-width {
  margin: 2em 0;
}
.dit-politiken-container.full-width .widget,
.dit-politiken-container.full-width header {
  margin: 0 auto;
  max-width: 940px;
  margin-bottom: 10px;
}
.dit-politiken-container.full-width .not-logged-in {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100vw;
  margin: -5px 0;
  padding: 10px calc(50vw + -25%);
  left: calc(-50vw + 50%);
}
@media only screen and (max-width: 960px) {
  .dit-politiken-container.full-width .not-logged-in {
    left: -10px;
  }
}
@media only screen and (max-width: 767px) {
  .dit-politiken-container {
    margin-bottom: 1em;
  }
  .dit-politiken-container .not-logged-in {
    margin: -5px -8px;
  }
  .dit-politiken-container .not-logged-in + .widget {
    margin-bottom: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .dit-politiken-container .widget > span {
    display: block;
    margin-top: .5em;
  }
  .dit-politiken-container.dit-sp3 .widget > span {
    margin-top: 0;
    margin-bottom: 8px;
  }
}
.dit-politiken.dit-main .widget.follow,
.dit-politiken.dit-main .widget.plus {
  border-top: 1px solid #cccccc;
}
.dit-politiken .widget {
  padding-top: 1em;
  margin-bottom: 2em;
}
.dit-politiken .widget .js-pol-show-more .widget-row {
  border-top: 1px solid #cccccc;
}
.dit-politiken .widget .js-pol-show-more .widget-row:first-child {
  margin-top: 1em;
  border-top: 1px solid #cccccc;
}
.dit-politiken .widget .js-pol-show-more .widget-row-devider {
  border-top: 1px solid #cccccc;
  padding-bottom: 1em;
}
.dit-politiken .widget .js-pol-show-more .widget-row-devider .widget-row {
  margin-bottom: 0;
}
.dit-politiken .widget .widget-row-devider .widget-row {
  width: auto;
}
.dit-politiken .widget.yourfeed .widget-row-devider,
.dit-politiken .widget.follow .widget-row-devider {
  margin-bottom: 2em;
}
.dit-politiken .widget .widget-row {
  border-top: 1px solid #cccccc;
  padding-top: 2em;
  margin-top: 1em;
  margin-bottom: 0;
}
.dit-politiken .widget .widget-row.auto-width {
  width: auto;
}
.dit-politiken .widget .widget-row:first-child {
  border: 0;
  margin-top: 0;
}
.dit-politiken .widget .widget-row.one .item h3 {
  font-size: 28px;
}
.dit-politiken .widget .widget-row.three .item h3 {
  font-size: 22px;
}
.dit-politiken .widget .widget-row.six .item {
  width: 139px;
  max-width: 139px;
}
.dit-politiken.mobile .profile-nav {
  padding: 0;
}
.dit-politiken.mobile .profile-nav + .widget {
  margin-top: 0;
}
.dit-politiken.mobile .widget {
  padding: 1em 0 0 0;
  margin-bottom: 3px;
  margin-top: 5em;
}
.dit-politiken.mobile .widget .widget-row {
  padding-top: 1em;
}
.dit-politiken.mobile .widget .widget-row.incomplete.six {
  border-top: 0;
}
.dit-politiken.mobile .widget .widget-row:first-child {
  border-top: 1px solid #cccccc;
}
.dit-politiken.mobile .widget .widget-row .item h3 {
  padding-top: 0;
}
.widget {
  overflow: hidden;
  padding-bottom: .5em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .widget {
    padding-top: .5em;
  }
}
.widget button.showmore,
.widget button.fasttrack__showmore button {
  margin-bottom: 0;
}
.widget a {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .widget .widget-header {
    font-size: 16px;
    padding-top: 5px;
    display: block;
  }
}
.widget .widget-intro {
  margin: .5em 0;
}
.widget h4,
.widget h5 {
  margin: 0;
  font-size: 13px;
}
.widget span.current-readers {
  color: #bbb;
  font-size: 10px;
  display: block;
  padding-bottom: .75em;
  padding-top: 0;
  line-height: 100%;
}
.widget .item a.img {
  height: 0;
  display: block;
  padding-bottom: 50%;
  overflow: hidden;
  margin-bottom: .5em;
}
.widget .item h3 {
  overflow: hidden;
}
.widget .item h4 {
  overflow: hidden;
}
.widget .bottomlink {
  text-align: right;
  display: block;
  margin-top: .75em;
  color: #cc0000 !important;
}
.widget [data-showmore] > .widget-row {
  display: none;
}
.widget .widget-intro + .widget-row,
.widget span + .widget-row,
.widget > .widget-row:first-child {
  border-top: 0;
  padding-top: 0;
}
.widget .widget-row-incomplete-border {
  border-top: 1px solid #cccccc;
}
.widget .widget-row-incomplete-border .widget-row {
  border: none;
}
.widget .widget-row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 0;
  border: none;
  padding-bottom: 6px;
  padding-top: 15px;
  border-top: 1px solid #cccccc;
}
.widget .widget-row.one,
.widget .widget-row.two,
.widget .widget-row.three,
.widget .widget-row.four,
.widget .widget-row.six {
  padding-bottom: 15px;
  position: relative;
}
.widget .widget-row.one .item,
.widget .widget-row.two .item,
.widget .widget-row.three .item,
.widget .widget-row.four .item,
.widget .widget-row.six .item {
  padding-bottom: 2em;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
.widget .widget-row.one .item img,
.widget .widget-row.two .item img,
.widget .widget-row.three .item img,
.widget .widget-row.four .item img,
.widget .widget-row.six .item img {
  width: 100%;
}
.widget .widget-row.one .item h3,
.widget .widget-row.two .item h3,
.widget .widget-row.three .item h3,
.widget .widget-row.four .item h3,
.widget .widget-row.six .item h3 {
  padding: .5em 0;
}
.widget .widget-row.one .item button,
.widget .widget-row.two .item button,
.widget .widget-row.three .item button,
.widget .widget-row.four .item button,
.widget .widget-row.six .item button {
  position: absolute;
  bottom: 15px;
}
.widget .widget-row.one .item + .item,
.widget .widget-row.two .item + .item,
.widget .widget-row.three .item + .item,
.widget .widget-row.four .item + .item,
.widget .widget-row.six .item + .item {
  border-left: 1px solid #cccccc;
}
.widget .widget-row.one .item.is-empty + .is-empty,
.widget .widget-row.two .item.is-empty + .is-empty,
.widget .widget-row.three .item.is-empty + .is-empty,
.widget .widget-row.four .item.is-empty + .is-empty,
.widget .widget-row.six .item.is-empty + .is-empty {
  border-left: none;
}
.widget .widget-row.one .widget-row__item--lessbottomspace,
.widget .widget-row.two .widget-row__item--lessbottomspace,
.widget .widget-row.three .widget-row__item--lessbottomspace,
.widget .widget-row.four .widget-row__item--lessbottomspace,
.widget .widget-row.six .widget-row__item--lessbottomspace {
  padding-bottom: 0;
}
.widget .widget-row.one .item:first-child,
.widget .widget-row.two .item:first-child,
.widget .widget-row.three .item:first-child,
.widget .widget-row.four .item:first-child,
.widget .widget-row.six .item:first-child {
  margin-left: 0;
  padding-left: 0;
}
.widget .widget-row.one {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.widget .widget-row.one .item {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.widget .widget-row.two.incomplete {
  width: auto;
}
.widget .widget-row.two.incomplete .item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.widget .widget-row.two .item {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.widget .widget-row.two .item + .item {
  border-left: 1px solid #cccccc;
}
.widget .widget-row.four .item {
  width: 25%;
}
.widget .widget-row.three.has-1 {
  width: calc(100%*(1/3) + 20px*(1/3));
}
.widget .widget-row.three.has-2 {
  width: calc(100%*(2/3) + 20px*(2/3));
}
.widget .widget-row.three .item {
  width: 33.33333333%;
  padding-left: 10px;
  padding-right: 10px;
}
.widget .widget-row.four .item {
  width: 25%;
}
.widget .widget-row.six.has-1 {
  width: calc(100%*(1/6) + 20px*(1/6));
}
.widget .widget-row.six.has-2 {
  width: calc(100%*(2/6) + 20px*(2/6));
}
.widget .widget-row.six.has-3 {
  width: calc(100%*(3/6) + 20px*(3/6));
}
.widget .widget-row.six.has-4 {
  width: calc(100%*(4/6) + 20px*(4/6));
}
.widget .widget-row.six.has-5 {
  width: calc(100%*(5/6) + 20px*(5/6));
}
.widget .widget-row.six.incomplete {
  width: auto;
}
.widget .widget-row.six.incomplete .item {
  width: 139px;
  max-width: 139px;
}
.widget .widget-row.six .item {
  width: 16.66666667%;
}
.widget .widget-row .item-source__item {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 10px;
  color: #999999;
  display: table-cell;
  padding-left: 11px;
  padding-right: 11px;
  padding-bottom: 2px;
  vertical-align: bottom;
}
.widget .widget-row .item-source__item a {
  color: #999999;
  text-decoration: underline;
}
.widget .widget-row .item-source__item a:hover,
.widget .widget-row .item-source__item a:active,
.widget .widget-row .item-source__item a:visited,
.widget .widget-row .item-source__item a:link,
.widget .widget-row .item-source__item a:focus {
  color: #999999;
}
.widget .widget-row .item-source__item b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.widget .widget-row .item-source__author {
  text-decoration: underline;
  cursor: pointer;
}
.widget.fiftyfifty a.img {
  width: 40%;
  float: left;
  margin-right: 10px;
  padding-bottom: 24%;
  margin-bottom: 0;
}
.widget.fiftyfifty .widget-row.simple {
  border-top-color: #efefef;
}
.widget.fiftyfifty .widget-row.simple h4 {
  padding: 0;
  color: #666;
  font-family: "CapitoliumNews2-Regular", Georgia, serif;
  font-size: 14px;
}
.widget.fiftyfifty .widget-row .item {
  padding-bottom: 0;
}
.widget.fiftyfifty .widget-row .item h3 {
  padding: 0;
  font-family: "CapitoliumNews2-Regular", Georgia, serif;
  font-weight: normal;
  margin: -3px 0px 0px;
  font-size: 14px;
}
body.dit-politiken-section .bottomlink {
  visibility: hidden;
}
.yourfeed--large.widget {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.yourfeed--large .widget {
  padding: 0;
  padding-bottom: .5em;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.yourfeed--large .widget-row.three {
  margin-top: 0 !important;
  border-top: none !important;
}
.yourfeed--large .widget-row.three h3 {
  font-size: 21px;
}
.yourfeed--large .widget-row.six {
  margin-top: 0 !important;
  padding-top: 15px !important;
}
.yourfeed--large .widget-row.six h3.no-image {
  font-size: 18px;
}
.yourfeed--large .widget-nav {
  list-style: none;
  margin: 2px 0 0 0;
  padding: 0;
  float: right;
}
.yourfeed--large .widget-nav__item {
  display: inline;
  margin-left: 20px;
}
.yourfeed--large .widget-nav__item.is-active {
  text-decoration: underline;
  margin-left: 20px;
  color: #000000;
}
.yourfeed--large .widget-nav__item:hover {
  text-decoration: underline;
  cursor: pointer;
}
.yourfeed--large .widget-content {
  min-height: 500px;
}
.yourfeed--large .widget-content.not-logged-in-widget {
  min-height: unset;
  max-height: 230px;
}
.widget-underrubrik,
.widget-underrubrik p {
  color: #6a6b63;
  font-family: Georgia;
  font-size: 13px;
  line-height: 1.3;
}
.yourfeed--small .widget-row,
.mest_laeste .widget-row,
.yourfeed--large .widget-row,
.yourfeed .widget-row {
  display: table;
  table-layout: fixed;
  vertical-align: top;
  margin-bottom: 0;
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}
.yourfeed--small .widget-row.three .item,
.mest_laeste .widget-row.three .item,
.yourfeed--large .widget-row.three .item,
.yourfeed .widget-row.three .item {
  width: 33.33333333%;
}
.yourfeed--small .widget-row.six .item,
.mest_laeste .widget-row.six .item,
.yourfeed--large .widget-row.six .item,
.yourfeed .widget-row.six .item {
  width: 16.66666667%;
}
.yourfeed--small .widget-row .item,
.mest_laeste .widget-row .item,
.yourfeed--large .widget-row .item,
.yourfeed .widget-row .item {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 2em;
  padding-left: 10px;
  padding-right: 10px;
}
.yourfeed--small .widget-row .item-source,
.mest_laeste .widget-row .item-source,
.yourfeed--large .widget-row .item-source,
.yourfeed .widget-row .item-source {
  display: table-row;
}
.yourfeed--small .widget-header,
.mest_laeste .widget-header,
.yourfeed--large .widget-header,
.yourfeed .widget-header {
  position: relative;
}
.yourfeed--small.widget,
.mest_laeste.widget {
  padding-top: 0 !important;
}
.yourfeed--small .widget-row.two,
.mest_laeste .widget-row.two {
  margin-top: 0 !important;
}
.yourfeed--small .widget-row.six,
.mest_laeste .widget-row.six {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
}
.yourfeed--small .widget,
.mest_laeste .widget {
  padding: 0 !important;
  padding-bottom: .5em;
  padding-top: .5em;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.yourfeed--small .widget-selector,
.mest_laeste .widget-selector {
  position: absolute;
  top: 6px;
  right: 0;
  padding-right: 25px;
}
.yourfeed--small .widget-selector:after,
.mest_laeste .widget-selector:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #c9c9c9;
  border-bottom: 4px inset transparent;
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 6px;
  right: 11px;
}
.yourfeed--small .widget-selector__item,
.mest_laeste .widget-selector__item {
  display: none;
  cursor: pointer;
}
.yourfeed--small .widget-selector__item.is-active,
.mest_laeste .widget-selector__item.is-active {
  display: block;
}
.yourfeed--small .widget-nav,
.mest_laeste .widget-nav {
  position: absolute;
  top: 35px;
  right: 0;
  left: 0;
  margin: 0;
  padding: 5px 10px;
  list-style: none;
  border: 1px solid #c9c9c9;
  background-color: #ffffff;
  z-index: 10;
  display: none;
}
.yourfeed--small .widget-nav.is-open,
.mest_laeste .widget-nav.is-open {
  display: block;
}
.yourfeed--small .widget-nav:after,
.mest_laeste .widget-nav:after,
.yourfeed--small .widget-nav:before,
.mest_laeste .widget-nav:before {
  bottom: 100%;
  left: 85%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.yourfeed--small .widget-nav:after,
.mest_laeste .widget-nav:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 8px;
  margin-left: -8px;
}
.yourfeed--small .widget-nav:before,
.mest_laeste .widget-nav:before {
  border-color: rgba(204, 204, 204, 0);
  border-bottom-color: #c9c9c9;
  border-width: 9px;
  margin-left: -9px;
}
.yourfeed--small .widget-nav__item,
.mest_laeste .widget-nav__item {
  border: none;
  cursor: pointer;
  padding: 10px 0;
}
.yourfeed--small .widget-nav__item.is-active,
.mest_laeste .widget-nav__item.is-active {
  text-decoration: underline;
}
.yourfeed--small .widget-content__item.is-active,
.mest_laeste .widget-content__item.is-active {
  min-height: 440px;
}
.widget-content {
  position: relative;
  margin-top: 10px;
}
.widget-content__item {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  -ms-transition: opacity 0.25s ease-out;
  -o-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
}
.widget-content__item.is-active {
  height: auto;
  overflow: visible;
  opacity: 1;
}
.widget-follow__none {
  margin-top: 20px;
}
.widget-loading {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.9);
}
.widget-loading.is-active {
  display: block;
}
.widget-loading.no-overlay {
  background-color: transparent;
}
.widget-loading.no-overlay:after {
  background-image: none;
}
.widget-loading:after {
  position: absolute;
  width: 16px;
  height: 16px;
  content: "";
  z-index: 100;
  background-image: url("/static/Content/images/ajax/ajax-loader.gif");
  left: 50%;
  margin-left: -8px;
  top: 200px;
}
.widget-loading.is-mobile:after {
  background-image: none;
}
.widget-loading.is-nav:after {
  top: 75px;
}
.dit-politiken .widget-suggestions {
  margin-top: 0 !important;
}
.dit-politiken .widget-suggestions .widget-row,
.dit-politiken .widget-suggestions .widget-row {
  margin-top: 0em !important;
  padding-top: 15px !important;
}
.dit-politiken .widget-suggestions .widget.narrow.js-pol-show-more {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.dit-politiken .widget-suggestions .is-first > .widget-row {
  border-top: none !important;
}
.widget-suggestions__header {
  padding: 14px 0;
}
.widget-suggestions__item-text {
  margin-bottom: 10px;
  cursor: pointer;
}
.widget.widget-suggestions .widget-row.six .item h3,
.widget.widget-suggestions .widget-row.two .item h3 {
  padding: 0;
}
.relatedcontent .ext-header {
  font-family: 'politiken egyptienne';
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
  padding: 5px 0;
  border-top: 5px solid #cc0000;
  border-bottom: 1px solid #ccc;
}
.relatedcontent .rel-underrubrik {
  color: #666;
  font-size: 17px;
  font-family: georgia;
}
.relatedcontent .widget .widget-row .item {
  padding-bottom: 0;
}
.relatedcontent .widget .widget-row .item img {
  height: auto;
  width: 100%;
}
.mest_laeste {
  margin-bottom: 16px;
}
.mest_laeste .widget-row {
  margin: 0;
}
.mest_laeste .ext-header {
  font-family: 'politiken egyptienne';
  font-weight: normal;
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
  padding: 5px 0;
  border-top: 5px solid #cc0000;
  border-bottom: 1px solid #ccc;
}
@keyframes placeholderShimmer {
  0% {
    background-position: -1440px 0;
  }
  100% {
    background-position: 1440px 0;
  }
}
@keyframes placeholderShimmerMobile {
  0% {
    background-position: -720px 0;
  }
  100% {
    background-position: 720px 0;
  }
}
.widget-fake__wrapper {
  background-color: #f4f4f4;
  width: 940px;
  height: 625px;
}
.is-small .widget-fake__wrapper {
  width: 304px;
  height: 525px;
}
.widget-fake {
  animation-duration: 2.6s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeholderShimmer;
  animation-timing-function: linear;
  background: #f4f4f4;
  background: linear-gradient(to right, #f4f4f4 8%, #e7e7e7 28%, #f4f4f4 43%);
  background-repeat: no-repeat;
  background-size: 2880px 625px;
  height: 625px;
  position: relative;
}
.is-small .widget-fake {
  animation-duration: 1.3s;
  animation-name: placeholderShimmerMobile;
  background-size: 1440px 525px;
  height: 525px;
}
.widget-fake__masker,
.widget-fake__vert,
.widget-fake__top-padding-top,
.widget-fake__bottom-padding-top,
.widget-fake__top-image-padding-bottom--mobile,
.widget-fake__top-line-margin-bottom--mobile,
.widget-fake__top-bottom-box--mobile,
.widget-fake__top-line-1--mobile,
.widget-fake__top-line-2--mobile,
.widget-fake__bottom-image-padding-bottom--mobile,
.widget-fake__bottom-line-margin-bottom--mobile,
.widget-fake__bottom-line-1--mobile,
.widget-fake__bottom-line-2--mobile,
.widget-fake__bottom-bottom-box--mobile,
.widget-fake__bottom-padding-bottom--mobile,
.widget-fake__top-padding-bottom,
.widget-fake__top-image-padding-bottom,
.widget-fake__top-line-margin-bottom,
.widget-fake__top-bottom-box,
.widget-fake__top-line-1,
.widget-fake__top-line-2,
.widget-fake__bottom-image-padding-bottom,
.widget-fake__bottom-line-margin-bottom,
.widget-fake__bottom-bottom-box,
.widget-fake__bottom-line-1,
.widget-fake__bottom-line-2,
.widget-fake__bottom-padding-bottom,
.widget-fake__bottom-vert--left--mobile,
.widget-fake__bottom-vert--right--mobile,
.widget-fake__top-vert--left,
.widget-fake__top-vert--right,
.widget-fake__bottom-vert--left,
.widget-fake__bottom-vert--right {
  background-color: #ffffff;
  position: absolute;
}
.widget-fake__vert,
.widget-fake__bottom-vert--left--mobile,
.widget-fake__bottom-vert--right--mobile,
.widget-fake__top-vert--left,
.widget-fake__top-vert--right,
.widget-fake__bottom-vert--left,
.widget-fake__bottom-vert--right {
  top: 0;
  bottom: 0;
  width: 10px;
}
.widget-fake__top-padding-top {
  top: 0;
  left: 0;
  right: 0;
  height: 15px;
}
.widget-fake__bottom-padding-top {
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
}
.widget-fake__top-item--mobile {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  height: 270px;
}
.widget-fake__top-image-padding-bottom--mobile {
  top: 154px;
  left: 0;
  right: 0;
  height: 20px;
}
.widget-fake__top-line-margin-bottom--mobile {
  top: 186px;
  left: 0;
  right: 0;
  height: 14px;
}
.widget-fake__top-bottom-box--mobile {
  bottom: 0;
  left: 0;
  right: 0;
  height: 58px;
}
.widget-fake__top-line-1--mobile {
  top: 174px;
  right: 0;
  width: 40px;
  height: 12px;
}
.widget-fake__top-line-2--mobile {
  top: 200px;
  right: 0;
  width: 95px;
  height: 12px;
}
.widget-fake__bottom--mobile {
  position: absolute;
  left: 0;
  right: 0;
  top: 286px;
}
.widget-fake__bottom-item--mobile,
.widget-fake__bottom-item--mobile-0,
.widget-fake__bottom-item--mobile-1 {
  position: absolute;
  top: 30px;
  width: 162px;
  height: 173px;
}
.widget-fake__bottom-item--mobile-0 {
  left: -10px;
}
.widget-fake__bottom-item--mobile-1 {
  left: 153px;
}
.widget-fake__bottom-vert--left--mobile {
  left: 0;
}
.widget-fake__bottom-vert--right--mobile {
  left: 152px;
}
.widget-fake__bottom-image-padding-bottom--mobile {
  top: 71px;
  left: 10px;
  width: 142px;
  height: 15px;
}
.widget-fake__bottom-line-margin-bottom--mobile {
  top: 98px;
  left: 10px;
  width: 142px;
  height: 14px;
}
.widget-fake__bottom-line-1--mobile {
  top: 86px;
  right: 10px;
  width: 20px;
  height: 12px;
}
.widget-fake__bottom-line-2--mobile {
  top: 112px;
  right: 10px;
  width: 47px;
  height: 12px;
}
.widget-fake__bottom-bottom-box--mobile {
  bottom: 0;
  left: 0;
  right: 10px;
  height: 49px;
}
.widget-fake__bottom-padding-bottom--mobile {
  bottom: 0px;
  left: 0;
  right: 0;
  height: 36px;
}
.widget-fake__top-item,
.widget-fake__top-item-0,
.widget-fake__top-item-1,
.widget-fake__top-item-2 {
  position: absolute;
  top: 15px;
  width: 320px;
  height: 307px;
}
.widget-fake__top-item-0 {
  left: -10px;
}
.widget-fake__top-item-1 {
  left: 311px;
}
.widget-fake__top-item-2 {
  left: 632px;
}
.widget-fake__top-padding-bottom {
  top: 322px;
  left: 0;
  right: 0;
  height: 15px;
}
.widget-fake__top-vert--left {
  left: 0;
}
.widget-fake__top-vert--right {
  left: 310px;
}
.widget-fake__top-image-padding-bottom {
  top: 150px;
  left: 10px;
  width: 300px;
  height: 20px;
}
.widget-fake__top-line-margin-bottom {
  top: 182px;
  left: 10px;
  width: 300px;
  height: 14px;
}
.widget-fake__top-bottom-box {
  bottom: 0;
  left: 0;
  right: 0;
  height: 99px;
}
.widget-fake__top-line-1 {
  top: 170px;
  right: 10px;
  width: 40px;
  height: 12px;
}
.widget-fake__top-line-2 {
  top: 196px;
  right: 10px;
  width: 95px;
  height: 12px;
}
.widget-fake__bottom {
  position: absolute;
  left: 0;
  right: 0;
  top: 338px;
}
.widget-fake__bottom-item,
.widget-fake__bottom-item-0,
.widget-fake__bottom-item-1,
.widget-fake__bottom-item-2,
.widget-fake__bottom-item-3,
.widget-fake__bottom-item-4,
.widget-fake__bottom-item-5 {
  position: absolute;
  top: 30px;
  width: 160px;
  height: 207px;
}
.widget-fake__bottom-item-0 {
  left: -10px;
}
.widget-fake__bottom-item-1 {
  left: 151px;
}
.widget-fake__bottom-item-2 {
  left: 311px;
}
.widget-fake__bottom-item-3 {
  left: 472px;
}
.widget-fake__bottom-item-4 {
  left: 632px;
}
.widget-fake__bottom-item-5 {
  left: 793px;
}
.widget-fake__bottom-vert--left {
  left: 0;
}
.widget-fake__bottom-vert--right {
  left: 150px;
}
.widget-fake__bottom-item-1 .widget-fake__bottom-vert--right,
.widget-fake__bottom-item-3 .widget-fake__bottom-vert--right {
  width: 9px;
}
.widget-fake__bottom-image-padding-bottom {
  top: 70px;
  left: 10px;
  width: 140px;
  height: 15px;
}
.widget-fake__bottom-line-margin-bottom {
  top: 97px;
  left: 10px;
  width: 140px;
  height: 14px;
}
.widget-fake__bottom-bottom-box {
  bottom: 0;
  left: 0;
  right: 10px;
  height: 84px;
}
.widget-fake__bottom-item-1 .widget-fake__bottom-bottom-box,
.widget-fake__bottom-item-3 .widget-fake__bottom-bottom-box {
  right: 9px;
}
.widget-fake__bottom-line-1 {
  top: 85px;
  right: 10px;
  width: 20px;
  height: 12px;
}
.widget-fake__bottom-line-2 {
  top: 111px;
  right: 10px;
  width: 47px;
  height: 12px;
}
.widget-fake__bottom-padding-bottom {
  bottom: 0px;
  left: 0;
  right: 0;
  height: 50px;
}
.widget-fake__suggestions-header {
  width: 110px;
  height: 12px;
  margin-bottom: 14px;
  background-color: #f4f4f4;
}
.widget-fake__suggestions-subheader {
  width: 90px;
  height: 12px;
  background-color: #f4f4f4;
}
.subscription__container .qa,
.dit-politiken .qa,
.dit-main .qa {
  margin-bottom: 20px;
}
.subscription__container .qa > div,
.dit-politiken .qa > div,
.dit-main .qa > div {
  text-align: right;
}
.subscription__container .qa > div a,
.dit-politiken .qa > div a,
.dit-main .qa > div a {
  display: block;
  margin-top: 10px;
}
.subscription__container .qa > div.top,
.dit-politiken .qa > div.top,
.dit-main .qa > div.top {
  text-align: left;
  padding: 30px 0 10px 0;
}
.subscription__container .qa ul,
.dit-politiken .qa ul,
.dit-main .qa ul {
  margin: 0;
  padding: 0;
}
.subscription__container .qa ul li,
.dit-politiken .qa ul li,
.dit-main .qa ul li {
  display: block;
  padding: 10px 0;
  list-style: none;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.subscription__container .qa ul li .q,
.dit-politiken .qa ul li .q,
.dit-main .qa ul li .q {
  position: relative;
  display: block;
  padding-right: 40px;
}
.subscription__container .qa ul li .q:after,
.dit-politiken .qa ul li .q:after,
.dit-main .qa ul li .q:after {
  border-right: 4px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px inset transparent;
  border-left: 6px solid #333;
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}
.subscription__container .qa ul li .q.active:after,
.dit-politiken .qa ul li .q.active:after,
.dit-main .qa ul li .q.active:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333;
  top: 50%;
  right: 12px;
  margin-top: -2px;
}
.subscription__container .qa ul li .a,
.dit-politiken .qa ul li .a,
.dit-main .qa ul li .a {
  color: #666666;
  width: 90%;
  overflow: hidden;
  display: none;
  padding: 10px 0;
}
.subscription__container .qa ul li .a p,
.dit-politiken .qa ul li .a p,
.dit-main .qa ul li .a p {
  margin-bottom: 10px;
}
.subscription__container .qa ul li .a a,
.dit-politiken .qa ul li .a a,
.dit-main .qa ul li .a a {
  color: #666666;
}
.subscription__container .qa ul li .a .left + .right,
.dit-politiken .qa ul li .a .left + .right,
.dit-main .qa ul li .a .left + .right {
  width: 50%;
}
.subscription__container .qa ul li .a .left + .right img,
.dit-politiken .qa ul li .a .left + .right img,
.dit-main .qa ul li .a .left + .right img {
  display: block;
  margin: auto;
}
@media only screen and (min-width: 481px) {
  .dit-main.article-limit {
    width: 100%;
    max-width: none;
  }
}
.article-limit {
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100vh;
  margin: 0 -8px;
  background-color: #f9f9f9;
  text-align: center;
  color: #000000;
}
.article-limit__toplogin {
  padding: 20px 20px 0 20px;
}
@media only screen and (min-width: 640px) {
  .article-limit__toplogin {
    text-align: right;
  }
}
.article-limit__toplogin .dit-button-medium--red {
  margin-left: 10px;
  text-transform: uppercase;
  vertical-align: middle;
}
.article-limit__top-content {
  -ms-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.article-limit__top-content.authenticated-user {
  padding-top: 51px;
}
.article-limit__logo {
  font-family: 'Politiken Egyptienne';
  font-size: 26px;
  font-weight: normal;
  margin: 10px 0;
  text-decoration: none;
  color: black;
}
@media only screen and (min-width: 640px) {
  .article-limit__logo {
    margin-top: -15px;
    font-size: 30px;
  }
}
.article-limit__header {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 20px;
  color: #000000;
  width: 95%;
  margin: 0 auto;
  line-height: 1.10;
}
.article-limit__header a {
  color: #000000;
  text-decoration: underline;
}
.article-limit__header a:hover,
.article-limit__header a:active,
.article-limit__header a:visited,
.article-limit__header a:link,
.article-limit__header a:focus {
  color: #000000;
}
@media only screen and (min-width: 640px) {
  .article-limit__header {
    width: 80%;
    margin-top: 60px;
    font-size: 28px;
  }
}
@media only screen and (min-width: 940px) {
  .article-limit__header {
    width: 700px;
    font-size: 28px;
  }
}
.article-limit__stopsign-header {
  font-family: roboto;
  font-weight: normal;
  width: 95%;
  margin: 0 auto;
  line-height: 1.10;
}
@media only screen and (max-width: 480px) {
  .article-limit__stopsign-header {
    margin: 10px auto;
    font-size: 18px;
  }
}
@media only screen and (min-width: 640px) {
  .article-limit__stopsign-header {
    width: 80%;
    margin: 1em auto;
    font-size: 20px;
  }
}
@media only screen and (min-width: 940px) {
  .article-limit__stopsign-header {
    width: 700px;
    font-size: 20px;
  }
}
.article-limit__subheader {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 13px;
  color: #000000;
  width: 90%;
  margin: 10px auto 20px auto;
}
.article-limit__subheader a {
  color: #000000;
  text-decoration: underline;
}
.article-limit__subheader a:hover,
.article-limit__subheader a:active,
.article-limit__subheader a:visited,
.article-limit__subheader a:link,
.article-limit__subheader a:focus {
  color: #000000;
}
.article-limit__subheader b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
@media only screen and (min-width: 640px) {
  .article-limit__subheader {
    width: 70%;
    margin-bottom: 55px;
    font-size: 15px;
  }
}
@media only screen and (min-width: 940px) {
  .article-limit__subheader {
    width: 600px;
  }
}
.article-limit__button {
  padding-left: 45px;
  padding-right: 45px;
}
.article-limit__subbutton {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 13px;
  color: #000000;
  width: 85%;
  margin: 20px auto 20px auto;
}
.article-limit__subbutton a {
  color: #000000;
  text-decoration: underline;
}
.article-limit__subbutton a:hover,
.article-limit__subbutton a:active,
.article-limit__subbutton a:visited,
.article-limit__subbutton a:link,
.article-limit__subbutton a:focus {
  color: #000000;
}
.article-limit__subbutton b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
@media only screen and (min-width: 481px) {
  .article-limit__subbutton {
    width: 370px;
  }
}
@media only screen and (min-width: 640px) {
  .article-limit__subbutton {
    margin-top: 8px;
  }
}
.article-limit__subbutton p {
  margin: 0;
}
.article-limit__subbutton a {
  padding: 5px;
}
.article-limit__shoplink {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #000000;
  margin: 0;
  margin-top: 25px;
}
.article-limit__shoplink a {
  color: #000000;
  text-decoration: underline;
}
.article-limit__shoplink a:hover,
.article-limit__shoplink a:active,
.article-limit__shoplink a:visited,
.article-limit__shoplink a:link,
.article-limit__shoplink a:focus {
  color: #000000;
}
.article-limit__shoplink b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.article-limit__shoplink a {
  padding: 5px;
}
@media only screen and (min-width: 640px) {
  .article-limit__shoplink {
    font-size: 15px;
    margin-top: 35px;
  }
}
.article-limit__bottom {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 11px;
  color: #666666;
  font-weight: normal;
  margin-top: 0;
  width: 100%;
  color: #666;
}
.article-limit__bottom a {
  color: #666666;
  text-decoration: underline;
}
.article-limit__bottom a:hover,
.article-limit__bottom a:active,
.article-limit__bottom a:visited,
.article-limit__bottom a:link,
.article-limit__bottom a:focus {
  color: #666666;
}
.article-limit__bottom b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.article-limit__bottom a {
  color: inherit;
}
@media only screen and (min-width: 640px) {
  .article-limit__bottom {
    font-size: 16px;
  }
}
.article-limit__bottom.no-banner {
  padding-bottom: 20px;
}
.article-limit__bottom-header {
  margin: 0;
  font-size: 12px;
}
.article-limit__bottom-links a {
  font-size: 12px;
  padding: 6px 3px;
  color: #666;
}
.article-limit__bottombanner {
  margin-top: 10px;
  background-color: #eee;
  border-top: 2px solid #ccc;
  bottom: 0;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .article-limit__bottombanner {
    padding-top: 30px;
  }
}
.article-limit__bottombanner:before {
  content: "Annonce";
  text-align: center;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 11px;
  color: #999999;
  width: 100%;
}
.article-limit__bottombanner:before a {
  color: #999999;
  text-decoration: underline;
}
.article-limit__bottombanner:before a:hover,
.article-limit__bottombanner:before a:active,
.article-limit__bottombanner:before a:visited,
.article-limit__bottombanner:before a:link,
.article-limit__bottombanner:before a:focus {
  color: #999999;
}
.article-limit__bottombanner:before b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
@media only screen and (min-width: 640px) {
  .article-limit__bottombanner:before {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    margin: 0;
    font-size: 13px;
    color: #999999;
  }
  .article-limit__bottombanner:before a {
    color: #999999;
    text-decoration: underline;
  }
  .article-limit__bottombanner:before a:hover,
  .article-limit__bottombanner:before a:active,
  .article-limit__bottombanner:before a:visited,
  .article-limit__bottombanner:before a:link,
  .article-limit__bottombanner:before a:focus {
    color: #999999;
  }
  .article-limit__bottombanner:before b {
    font-family: Roboto, Arial, sans-serif;
    font-weight: 700;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .article-limit__bottombanner {
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 640px) {
  .article-limit__bottombanner {
    color: #999;
    padding: 40px 0;
  }
}
@media only screen and (min-width: 640px) {
  .article-limit__bannercontent {
    margin: 0 auto;
    max-width: 930px;
  }
}
/*-----------------------------------------*\
| MODAL FRONT
\*-----------------------------------------*/
.modal-front {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .modal-front {
    margin-top: 60px;
  }
}
.modal-front__subheader {
  width: 180px;
  margin: 0 auto 10px auto;
  color: #ffffff;
  line-height: 1.2;
}
@media only screen and (min-width: 640px) {
  .modal-front__subheader {
    width: 230px;
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.modal-front__header {
  margin: 0 auto;
  font-family: 'Politiken Egyptienne';
  color: #ffffff;
  font-size: 32px;
  width: 260px;
  line-height: 1;
}
@media only screen and (min-width: 640px) {
  .modal-front__header {
    width: 100%;
    font-size: 60px;
  }
}
.modal-front__ditpol {
  margin-top: 20px;
  margin-bottom: 36px;
  cursor: pointer;
}
.modal-front__ditpol a {
  color: #ffffff;
}
.modal-front__ditpol a:hover {
  color: #ffffff;
}
@media only screen and (min-width: 640px) {
  .modal-front__ditpol {
    margin-top: 25px;
    margin-bottom: 40px;
    font-size: 15px;
  }
}
.modal-front__buttons {
  width: 180px;
  margin: 0 auto;
}
.modal-front__login {
  color: #ffffff;
  margin-top: 6px;
  margin-bottom: 24px;
}
.modal-front__login a {
  color: #ffffff;
}
.modal-front__login a:hover {
  color: #ffffff;
}
a.modal-front__create {
  color: #ffffff;
}
.modal-front__close {
  width: 100%;
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.modal-front__close:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  color: #ffffff;
}
/*-----------------------------------------*\
| MODAL FOLLOW
\*-----------------------------------------*/
.modal--follow {
  padding: 20px;
  overflow-y: auto;
}
@media only screen and (min-width: 640px) {
  .modal--follow {
    width: 640px;
  }
}
.modal--follow__body button {
  margin: 12px 0 15px 0;
}
.modal--follow__body.is-loading {
  height: 260px;
  background-image: url("/static/Content/images/ajax/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
}
.modal--follow__articles-header {
  margin-top: 25px;
}
.modal--follow__articles .see-more-art {
  margin: 0;
  border: none;
  width: auto;
}
.modal--follow__articles .see-more-art ul {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.modal--follow__articles .see-more-art ul li {
  border-top: 1px solid #CCC;
  padding: 10px;
  padding-bottom: 15px;
  padding-left: 0px;
}
.modal--follow__articles .see-more-art ul li .stamp {
  font-family: Roboto, Arial !important;
  font-weight: 400 !important;
  font-size: 10px !important;
  text-transform: uppercase !important;
  padding-bottom: 4px;
}
.modal--follow__articles .see-more-art ul li .stamp time {
  color: #999999 !important;
}
.modal--follow__articles .see-more-art ul li a.relatedLink,
.modal--follow__articles .see-more-art ul li a:visited.relatedLink {
  font-family: CapitoliumNews2-Bold, Georgia, serif;
  font-weight: normal;
  color: #000;
  display: block;
  text-decoration: none;
}
.modal--follow__articles .see-more-art ul li:first-child {
  border-top: none;
}
.modal--follow__articles .see-more-art .stamp .section-name {
  display: inline;
  font-family: Roboto, Arial !important;
  font-weight: 700 !important;
  font-size: 10px !important;
  color: #cc0000 !important;
  padding-right: 5px;
}
.modal--follow__articles .see-more-art ul li a.relatedLink,
.modal--follow__articles .see-more-art ul li a.relatedLink:visited,
.modal--follow__articles .see-more-art ul li a.relatedLink:hover {
  font-size: 17px;
}
@media only screen and (min-width: 640px) {
  .modal--follow__articles .see-more-art ul li a.relatedLink,
  .modal--follow__articles .see-more-art ul li a.relatedLink:visited,
  .modal--follow__articles .see-more-art ul li a.relatedLink:hover {
    font-size: 22px;
  }
}
.modal--follow__close,
.modal--closeBtn {
  position: absolute;
  top: 16px;
  right: 20px;
  font-size: 22px;
  z-index: 5000;
}
.modal--follow__close:before,
.modal--closeBtn:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  cursor: pointer;
  color: #cccccc;
}
/*-----------------------------------------*\
| MODAL CAROUSEL
\*-----------------------------------------*/
.modal-carousel__header {
  padding: 0 10px;
  margin-top: 10px;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .modal-carousel__header {
    font-size: 28px;
  }
}
.submodal__header {
  padding: 5px 20px;
  text-align: center;
}
@media only screen and (min-width: 481px) {
  .submodal__header {
    padding: 5px 60px;
  }
}
@media only screen and (min-width: 640px) {
  .submodal__header {
    font-size: 15px;
    padding: 0px 100px 10px 100px;
  }
}
.modal-carousel__pager {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.modal-carousel__item {
  display: inline-block;
}
.modal-carousel__item:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 3px;
  content: "\f111";
  color: #cccccc;
  font: normal normal normal 9px/1 FontAwesome;
}
.modal-carousel__item.is-shown:before {
  color: #999999;
}
.modal-carousel__prev,
.modal-carousel__next,
.modal-carousel__close {
  position: absolute;
  font-size: 22px;
  z-index: 5000;
}
.modal-carousel__prev:before,
.modal-carousel__next:before,
.modal-carousel__close:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  color: #cccccc;
}
.modal-carousel__prev {
  top: 180px;
  left: 5px;
  padding: 10px 10px 10px 0;
  margin-top: -20px;
}
@media only screen and (min-width: 481px) {
  .modal-carousel__prev {
    top: 50%;
    left: 15px;
    padding: 0;
    margin-top: -10px;
  }
}
.modal-carousel__prev:before {
  content: "\f053";
}
.modal-carousel__next {
  top: 180px;
  right: 5px;
  padding: 10px 0 10px 10px;
  margin-top: -20px;
}
@media only screen and (min-width: 481px) {
  .modal-carousel__next {
    top: 50%;
    right: 15px;
    padding: 0;
    margin-top: -10px;
  }
}
.modal-carousel__next:before {
  content: "\f054";
}
.modal-carousel__close {
  top: 5px;
  right: 10px;
}
.modal-carousel__close:before {
  content: "\f00d";
}
@media only screen and (min-width: 640px) {
  .modal-carousel__close {
    top: 10px;
    right: 15px;
  }
}
.modal-carousel__smalltext {
  margin-top: 5px;
}
.submodal__media {
  margin: 0 auto;
  width: 250px;
  height: 140.625px;
  overflow: hidden;
}
@media only screen and (min-width: 481px) {
  .submodal__media {
    width: 300px;
    height: 168.75px;
  }
}
@media only screen and (min-width: 640px) {
  .submodal__media {
    width: 420px;
    height: 236.25px;
  }
}
.submodal__media img {
  width: 100%;
  height: auto;
}
.submodal__step-list {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.submodal__step {
  display: inline-block;
}
.submodal__step:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 3px;
  content: "\f111";
  color: #cccccc;
  font: normal normal normal 9px/1 FontAwesome;
}
.submodal__step.is-shown:before {
  color: #999999;
}
.modal-carousel {
  bottom: auto;
}
@media only screen and (min-width: 640px) {
  .modal-carousel {
    width: 640px;
    top: 50px;
  }
}
.modal__media {
  width: 100%;
  overflow: hidden;
  background-color: #000000;
}
.modal__smalltext {
  margin-top: 5px;
}
.modal__smalltext-buy {
  margin-top: 5px;
}
.modal__buttons {
  text-align: center;
  margin: 12px 0;
}
/*-----------------------------------------*\
| MODAL CAROUSEL PROVIDE INFO
\*-----------------------------------------*/
.modal-carousel--provideinfo {
  padding: 20px;
}
@media only screen and (min-width: 481px) {
  .modal-carousel--provideinfo {
    width: 400px;
    min-height: 260px;
  }
}
.modal-carousel--provideinfo .submodal {
  display: none;
}
.modal-carousel--provideinfo .submodal.is-shown {
  display: block;
}
.provide-info__button {
  margin-top: 40px;
}
@media only screen and (min-width: 481px) {
  .provide-info__button {
    text-align: right;
  }
}
@media only screen and (min-width: 481px) {
  .provide-info__next {
    width: 50%;
  }
}
.provide-info__bottom-link {
  margin-top: 10px;
  text-align: right;
}
.provide-info__skip {
  cursor: pointer;
  margin-right: 4px;
}
/*-----------------------------------------*\
| MODAL WELCOME NEW REGISTERED USERS
\*-----------------------------------------*/
.modal-newuser {
  padding: 20px;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .modal-newuser {
    width: 500px;
  }
}
.modal-newuser__header {
  margin-bottom: 15px;
}
@media only screen and (min-width: 640px) {
  .modal-newuser__header {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.modal-newuser__body {
  margin-bottom: 15px;
}
@media only screen and (min-width: 640px) {
  .modal-newuser__body {
    margin-bottom: 20px;
  }
}
.modal-newuser__close {
  margin-bottom: 10px;
}
@media only screen and (min-width: 481px) {
  .modal-newuser__close {
    width: auto;
    min-width: 78px;
    margin-right: 5px;
  }
}
@media only screen and (min-width: 481px) {
  .modal-newuser__ditpol {
    width: auto;
    min-width: 78px;
  }
}
/*-----------------------------------------*\
| MODAL CAMPAIGN
\*-----------------------------------------*/
.modal--campaign {
  padding: 20px;
}
@media only screen and (min-width: 481px) {
  .modal--campaign {
    width: 400px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 640px) {
  .modal--campaign {
    width: 450px;
  }
}
.modal-campaign__header {
  margin-bottom: 15px;
}
@media only screen and (min-width: 640px) {
  .modal-campaign__header {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
.modal-campaign__body {
  margin-bottom: 15px;
}
@media only screen and (min-width: 640px) {
  .modal-campaign__body {
    margin-bottom: 20px;
  }
}
.modal-campaign__button {
  text-align: center;
  margin-bottom: 10px;
}
.modal-campaign__bottom {
  text-align: center;
}
.modal-campaign__bottom a {
  display: block;
  cursor: pointer;
}
.modal-campaign__shop {
  margin-top: 5px;
}
.modal-campaign--second,
.modal-campaign--success,
.modal-campaign--error {
  display: none;
}
.modal-campaign__close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 22px;
}
.modal-campaign__close:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  cursor: pointer;
  color: #cccccc;
}
@media only screen and (min-width: 640px) {
  .modal-campaign__close {
    right: 12px;
  }
}
/*-----------------------------------------*\
| MODAL TELMORE
\*-----------------------------------------*/
.modal-telmore__content {
  padding: 20px;
}
@media only screen and (min-width: 640px) {
  .modal-telmore__content {
    width: 600px;
  }
}
.modal-telmore__content img {
  width: 100%;
  heigth: auto;
}
/*-----------------------------------------*\
| MODAL BOUNCE
\*-----------------------------------------*/
.modal-bounce__content {
  padding: 20px;
}
@media only screen and (min-width: 640px) {
  .modal-bounce__content {
    width: 500px;
  }
}
.modal-bounce__header {
  margin-bottom: 15px;
}
@media only screen and (min-width: 640px) {
  .modal-bounce__header {
    font-size: 28px;
  }
}
.modal-bounce__body {
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  .modal-bounce__body {
    margin-bottom: 30px;
  }
}
.modal-bounce__button {
  height: auto;
  white-space: inherit;
}
@media only screen and (min-width: 640px) {
  .modal-bounce__button {
    height: 40px;
    white-space: nowrap;
  }
}
.modal-bounce__smalltext {
  margin-top: 5px;
}
.modal-bounce__close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 22px;
  z-index: 5000;
}
.modal-bounce__close:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  cursor: pointer;
  color: #cccccc;
}
@media only screen and (min-width: 640px) {
  .modal-bounce__close {
    top: 10px;
    right: 15px;
  }
}
/*-----------------------------------------*\
| MODAL LAUNCH
\*-----------------------------------------*/
.dit-modal-overlay--transparent {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 20000;
  overflow: auto;
  /* allow one-finger iPad scrolling */
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.92);
  zoom: 1;
  background: none;
}
.dit-modal-overlay--transparent.has-carousel {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.92);
}
#overlay-canvas__element {
  position: absolute;
  cursor: none;
}
.overlay-canvas__close,
.overlay-ie__close {
  position: absolute;
  bottom: 26px;
  left: 0;
  right: 0;
  text-align: center;
  text-decoration: underline;
  padding: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  .overlay-canvas__close,
  .overlay-ie__close {
    top: 5px;
    bottom: auto;
    right: 10px;
    padding: 10px;
    left: auto;
    font-size: 20px;
    text-decoration: none;
  }
  .overlay-canvas__close:before,
  .overlay-ie__close:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    cursor: pointer;
    color: #999999;
    margin-right: 3px;
  }
}
.overlay-textwrapper {
  position: absolute;
  right: 0px;
  left: 0px;
  text-align: center;
  cursor: none;
}
.overlay-textwrapper a {
  cursor: pointer;
}
.overlay-textwrapper--background span,
.overlay-canvas__close.is-background span,
.overlay-ie__close.is-background span,
.overlay-textwrapper.is-background span,
.overlay-canvas__ditpol.is-background span,
.overlay-ie__ditpol.is-background span,
.overlay-canvas__create.is-background span,
.overlay-ie__create.is-background span,
.overlay-canvas__login.is-background span,
.overlay-ie__login.is-background span {
  color: rgba(255, 255, 255, 0);
}
.overlay-textwrapper--background a,
.overlay-canvas__close.is-background a,
.overlay-ie__close.is-background a,
.overlay-textwrapper.is-background a,
.overlay-canvas__ditpol.is-background a,
.overlay-ie__ditpol.is-background a,
.overlay-canvas__create.is-background a,
.overlay-ie__create.is-background a,
.overlay-canvas__login.is-background a,
.overlay-ie__login.is-background a {
  padding: 3px;
  border-radius: 8px;
  background-color: #fff;
  color: #fff;
  -webkit-box-shadow: -7px -7px 8px 0px #ffffff, 7px -7px 8px 0px #ffffff, 7px 7px 8px 0px #ffffff, -7px 7px 8px 0px #ffffff;
  -moz-box-shadow: -7px -7px 8px 0px #ffffff, 7px -7px 8px 0px #ffffff, 7px 7px 8px 0px #ffffff, -7px 7px 8px 0px #ffffff;
  box-shadow: -7px -7px 8px 0px #ffffff, 7px -7px 8px 0px #ffffff, 7px 7px 8px 0px #ffffff, -7px 7px 8px 0px #ffffff;
}
.overlay-textwrapper--background:before,
.overlay-canvas__close.is-background:before,
.overlay-ie__close.is-background:before,
.overlay-textwrapper.is-background:before,
.overlay-canvas__ditpol.is-background:before,
.overlay-ie__ditpol.is-background:before,
.overlay-canvas__create.is-background:before,
.overlay-ie__create.is-background:before,
.overlay-canvas__login.is-background:before,
.overlay-ie__login.is-background:before {
  padding: 3px;
  border-radius: 8px;
  background-color: #fff;
  margin-right: -10px;
  color: #fff;
  -webkit-box-shadow: -7px -7px 8px 0px #ffffff, 7px -7px 8px 0px #ffffff, 7px 7px 8px 0px #ffffff, -7px 7px 8px 0px #ffffff;
  -moz-box-shadow: -7px -7px 8px 0px #ffffff, 7px -7px 8px 0px #ffffff, 7px 7px 8px 0px #ffffff, -7px 7px 8px 0px #ffffff;
  box-shadow: -7px -7px 8px 0px #ffffff, 7px -7px 8px 0px #ffffff, 7px 7px 8px 0px #ffffff, -7px 7px 8px 0px #ffffff;
}
.overlay-canvas__text,
.overlay-ie__text {
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 640px) {
  .overlay-canvas__text,
  .overlay-ie__text {
    top: 100px;
  }
}
.overlay-canvas__ditpol,
.overlay-ie__ditpol {
  position: absolute;
  right: 0px;
  left: 0px;
  text-align: center;
  cursor: none;
  font-size: 14px;
}
.overlay-canvas__ditpol a,
.overlay-ie__ditpol a {
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  .overlay-canvas__ditpol,
  .overlay-ie__ditpol {
    font-size: 18px;
  }
}
.overlay-canvas__create {
  position: absolute;
  right: 0px;
  left: 0px;
  text-align: center;
  cursor: none;
  top: 75px;
}
.overlay-canvas__create a {
  cursor: pointer;
}
.overlay-canvas__create a {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 640px) {
  .overlay-canvas__create {
    top: 120px;
  }
}
.overlay-ie__create {
  position: absolute;
  right: 0px;
  left: 0px;
  text-align: center;
  cursor: none;
  top: 75px;
}
.overlay-ie__create a {
  cursor: pointer;
}
.overlay-ie__create a {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 640px) {
  .overlay-ie__create {
    top: 100px;
  }
}
.overlay-canvas__login {
  position: absolute;
  right: 0px;
  left: 0px;
  text-align: center;
  cursor: none;
  top: 188px;
}
.overlay-canvas__login a {
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  .overlay-canvas__login {
    top: 226px;
  }
}
.overlay-ie__login {
  position: absolute;
  right: 0px;
  left: 0px;
  text-align: center;
  cursor: none;
  top: 188px;
}
.overlay-ie__login a {
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  .overlay-ie__login {
    top: 218px;
  }
}
.overlay-ie__headers {
  position: relative;
  top: 60px;
  cursor: none;
}
@media only screen and (min-width: 640px) {
  .overlay-ie__headers {
    top: 90px;
  }
}
.overlay-ie__header {
  color: #fff;
  font-family: 'Politiken Egyptienne';
  font-size: 24px;
  text-align: center;
  margin: 0 auto;
  width: 300px;
}
@media only screen and (min-width: 640px) {
  .overlay-ie__header {
    font-size: 36px;
    width: 680px;
  }
}
.overlay-ie__subheader {
  color: #fff;
  font-family: 'franklin_gothic_fsbook';
  font-size: 18px;
  text-align: center;
  cursor: none;
  margin: 0 auto;
  width: 300px;
  margin-top: 146px;
}
@media only screen and (min-width: 640px) {
  .overlay-ie__subheader {
    width: 680px;
  }
}
.overlay-ie__teaser {
  position: absolute;
  left: 0;
  right: 0;
  top: 78px;
  color: white;
  font-family: 'franklin_gothic_fsbook';
  font-size: 13px;
  text-align: center;
  cursor: none;
}
@media only screen and (min-width: 640px) {
  .overlay-ie__teaser {
    top: 102px;
  }
}
.overlay-ie__signature {
  color: #fff;
  font-family: 'Politiken Egyptienne';
  font-size: 23px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 272px;
  cursor: none;
}
.overlay-ie {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.overlay-ie__circle {
  position: absolute;
  left: -9999px;
  right: -9999px;
  cursor: none;
}
.overlay-ie__section {
  position: absolute;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
.overlay-ie__top {
  position: absolute;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.overlay-ie__bottom {
  position: absolute;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
  right: 0;
  bottom: 0;
  left: 0;
}
.overlay-ie__left {
  position: absolute;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
  left: 0;
}
.overlay-ie__right {
  position: absolute;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
  right: 0;
}
/*-----------------------------------------*\
| MODAL ADBLOCKBLOCKER
\*-----------------------------------------*/
.modal-adblockblocker__content {
  padding: 34px;
}
@media only screen and (min-width: 640px) {
  .modal-adblockblocker__content {
    width: 750px;
    max-width: 90%;
  }
}
.yourfeed.header-widget .item button {
  margin-top: 2em;
}
.yourfeed.header-widget .item h3 {
  font-size: 14px;
}
.dit-footer {
  border-top: solid 1px #cccccc;
  clear: both;
  margin: 10px 0;
}
.dit-footer .footer-list {
  margin: 0 0 10px 0;
  padding: 0;
  display: block;
}
.dit-footer .footer-listitem {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.dit-footer .footer-listitem.abo-user,
.dit-footer .footer-listitem.loggedin-user {
  display: none;
}
.dit-footer .footer-listitem .about-us a {
  text-decoration: underline;
  display: block;
}
.dit-footer .footer-listitem .buy-abo,
.dit-footer .footer-listitem .follow-us {
  margin-top: 10px;
}
.dit-footer ul {
  margin: 0;
  padding: 0;
}
.dit-footer li {
  list-style: none;
  padding: 0;
}
.dit-footer p {
  margin: 0 0 10px 0;
}
.dit-footer p:last-child {
  margin: 0;
}
.dit-footer a {
  text-decoration: none;
  color: #000000;
}
.dit-footer .login-btn:hover {
  color: #ffffff;
}
.dit-footer .buy-btn {
  margin-bottom: 10px;
}
.dit-footer .fa {
  padding-right: 10px;
  font-size: 18px;
}
.dit-footer .fa-check-circle {
  padding: 0 5px;
}
.dit-footer .subscripstatus {
  margin: 10px 0;
}
.dit-footer .footer-sectionplus {
  margin-top: 30px;
}
.dit-footer .footer-sectionplus a {
  text-decoration: underline;
}
.dit-footer .footer-sectionditpol .profile-links {
  margin: 10px 0;
}
.dit-footer .footer-sectionnewsletter .dit-input {
  width: 63%;
  margin-right: 10px;
  padding-left: 10px;
}
.dit-footer .footer-sectionnewsletter a {
  text-decoration: underline;
  display: block;
  margin-top: 10px;
}
.widget.plus .stamp,
.widget.plus .buylink--abo {
  display: none;
}
.widget.plus .shorttitle {
  line-height: 100%;
}
.widget.plus .underrubrik {
  margin: 10px 0 30px 0;
}
.widget.plus .pluspris {
  line-height: 28px;
}
.widget.plus .pluspris-currency {
  float: right;
}
.widget.plus .normalpris {
  margin-bottom: 10px;
}
.widget.plus .normalpris-currency {
  float: right;
}
.widget.plus.OneTwoSmallProducts .widget-row.one .normalpris-currency,
.widget.plus.OneTwoSmallEvents .widget-row.one .normalpris-currency {
  display: inline;
}
.widget.plus.plus.ThreeLargeProducts .shorttitle,
.widget.plus.plus.ThreeLargeEvents .shorttitle,
.widget.plus.DesktopHeaderProducts .shorttitle {
  display: none;
}
.widget.plus .widget-row {
  border-top: none !important;
}
.widget.plus .widget-row.three,
.plus-products-slider--item {
  padding-top: 20px;
}
.widget.plus .widget-row.three .item,
.plus-products-slider--item .item {
  padding-bottom: 11em;
  position: relative;
}
.widget.plus .widget-row.three .container,
.widget.plus .widget-row.three .container-bottom,
.plus-products-slider--item .container,
.plus-products-slider--item .container-bottom {
  padding: 0 10px;
}
.widget.plus .widget-row.three .container-bottom,
.plus-products-slider--item .container-bottom {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.widget.plus .widget-row.three .stamp,
.plus-products-slider--item .stamp {
  display: block;
  color: #999999;
  margin-top: -20px;
}
.widget.plus .widget-row.three a.buylink,
.plus-products-slider--item a.buylink {
  position: relative;
}
.widget.plus .widget-row.three .buylink--abo,
.plus-products-slider--item .buylink--abo {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  display: block;
  margin-top: 20px;
  text-align: center;
  text-decoration: underline;
  font-size: 14px;
}
.widget.plus .widget-row .item {
  padding: 3px 0 2em 0;
  margin-left: 5px;
  margin-right: 5px;
  border: 1px solid #cccccc;
}
.widget.plus .widget-row .item a.img {
  height: auto;
  padding: 0;
}
.widget.plus.header-widget .plus-intro {
  margin: 0 0 .5em;
}
.widget.plus.header-widget .widget-row .quarter {
  padding-bottom: 0;
}
.widget.plus.header-widget .widget-row .quarter > div {
  padding-bottom: 1em;
}
.widget.plus.header-widget .widget-row .quarter a:first-child {
  display: block;
  width: 50%;
  float: left;
  margin-right: 8px;
}
.widget.plus.header-widget .widget-row .quarter a:first-child img {
  width: 100%;
}
.widget.plus.header-widget .widget-row .quarter .pris,
.widget.plus.header-widget .widget-row .quarter .pluspris,
.widget.plus.header-widget .widget-row .quarter .normalpris {
  font-size: 10px;
}
.widget.plus.header-widget .widget-row .quarter a.buylink {
  text-transform: uppercase;
}
.widget.plus.pluspage {
  overflow: hidden;
}
.widget.plus.pluspage .widget-row {
  clear: both;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border: 0;
  position: relative;
}
.widget.plus.pluspage .widget-row .item {
  border-bottom: 0;
  display: table-cell;
  border-left: 1px solid #cccccc;
  padding-right: 10px;
  padding-bottom: 3em;
}
.widget.plus.pluspage .widget-row .item > a:first-child {
  display: block;
  margin-top: 0;
  overflow: hidden;
}
.widget.plus.pluspage .widget-row .item > a:first-child img {
  width: 100%;
}
.widget.plus.pluspage .widget-row .item .buylink {
  position: absolute;
  bottom: 15px;
}
.widget.plus.pluspage .widget-row.three .item {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  float: none;
}
.widget.plus.pluspage .widget-row.three .item .shorttitle,
.widget.plus.pluspage .widget-row.three .item .pris,
.widget.plus.pluspage .widget-row.three .item .pluspris {
  line-height: 100%;
}
.widget.plus.pluspage .widget-row.three .item .pris,
.widget.plus.pluspage .widget-row.three .item .pluspris,
.widget.plus.pluspage .widget-row.three .item .pluspris-currency {
  color: #cc0000;
}
.widget.plus.pluspage .widget-row.three .item .pluspris {
  line-height: 28px;
}
.widget.plus.pluspage .widget-row.three .item .pluspris-currency {
  text-align: right;
}
.widget.plus.pluspage .widget-row.three .item .normalpris {
  color: #999999;
}
.widget.plus.pluspage .widget-row.six .item {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  float: none;
  font-size: 10px;
}
.widget.plus.pluspage .widget-row.six .item .shorttitle,
.widget.plus.pluspage .widget-row.six .item .pris,
.widget.plus.pluspage .widget-row.six .item .pluspris {
  line-height: 100%;
}
.widget.plus.pluspage .widget-row.six .item .pris,
.widget.plus.pluspage .widget-row.six .item .pluspris {
  color: #cc0000;
}
.widget.plus.pluspage .widget-row.six .item .normalpris {
  color: #999999;
}
.plus-products-slider {
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  margin-top: 20px;
}
.plus-products-slider--main {
  width: 100%;
  height: 100%;
  overflow-y: auto !important;
}
.plus-products-slider--item {
  width: 80%;
  border: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  padding-top: 0;
  margin: 0 5px;
}
.plus-products-slider--item .item {
  position: static;
}
.plus-products-slider--item .item a.img {
  width: 100%;
  height: auto;
  padding-bottom: 0;
}
.plus-products-slider--item .item img {
  width: 100%;
  height: auto;
  overflow: auto;
}
.plus-products-slider--item .stamp,
.plus-products-slider--item .buylink--abo {
  display: block !important;
}
.widget-compact-list {
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  counter-increment: step;
}
.widget-compact-list:before {
  content: attr(data-readers) ' læser lige nu';
}
.widget-compact-list .img {
  position: relative;
  width: 50%;
  display: block;
  float: left;
  margin-right: 3%;
  height: 0;
  padding-bottom: 25%;
  overflow: hidden;
}
.widget-compact-list .img img {
  width: 100%;
}
.widget-compact-list .img:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: #cc0000;
  color: white;
  content: counter(step);
  font-size: 12px;
  padding: 5px;
}
.widget-compact-list h3 {
  display: inline-block;
  width: 45%;
}
.header-widget.popular .widget-row {
  position: static;
}
.header-widget.popular .widget-row .item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: left;
}
.header-widget.popular .widget-row .item button.dit-button-small--transparent {
  bottom: 0;
}
.header-widget.popular .widget-row .item button.dit-button-small--transparent:after {
  content: 'Gem';
}
.mixitup-widget.narrow h3 {
  width: 35%;
}
.mixitup-widget.narrow button.dit-button-small--transparent {
  float: right;
  bottom: 0;
  min-width: 0;
  padding-left: 11px;
}
.mixitup-widget.narrow button.dit-button-small--transparent:after {
  content: '';
}
.widget.article-block {
  overflow: hidden;
  padding-bottom: .5em;
}
.widget.article-block .widget-row {
  padding-bottom: 1em;
  border-bottom: 1px solid #cccccc;
}
.widget.article-block .widget-row button {
  position: absolute;
  bottom: 0;
}
/* PROFILE EDIT */
.change-email {
  min-height: 65px;
}
.change-email button {
  float: right;
  margin-top: 15px;
}
.edit-content form .dit-label .dit-input,
.settings-edit__debatetext form .dit-label .dit-input,
.edit-content form .dit-label .dit-textarea,
.settings-edit__debatetext form .dit-label .dit-textarea,
.edit-content form .dit-label .dit-input--readonly,
.settings-edit__debatetext form .dit-label .dit-input--readonly {
  margin-top: 4px;
}
.edit-content form .dit-inputbox__description,
.settings-edit__debatetext form .dit-inputbox__description {
  position: relative;
  top: 3px;
}
#divForPartialView .save-profile-settings a {
  margin-top: 10px;
  margin-right: 10px;
}
.profile-edit__subheader {
  margin: 10px 0 10px 0;
}
.profile-edit__subheadertext {
  margin-bottom: 10px;
}
.edit_profile_ajaxsave {
  height: 200px;
}
.profile-edit__futherinfosave {
  margin-top: 10px;
}
.profile-edit__futherinfosave a,
.profile-edit__futherinfosave button {
  float: right;
}
.profile-edit__saveinfobutton button {
  float: right;
}
/* PROFILE EDIT END */
/* SUBSCRIPTION */
.subscription-edit__button {
  float: right;
}
.user-message-container button {
  float: right;
}
.narrow-faq a {
  font-size: 20px;
}
.dit-subscription #submit_disassociate {
  float: right;
}
.dit-subscription .narrow-faq .qa .show-all-qa {
  margin-top: 10px;
}
.dit-subscription p {
  margin: 0;
  margin-bottom: 10px;
}
.dit-subscription h2 {
  margin-top: 30px;
}
.dit-subscription .seperator {
  border-bottom: 1px solid #CCC;
  margin-top: 40px;
}
.dit-subscription strong {
  display: inline;
}
.dit-subscription a:link,
.dit-subscription a:visited,
.dit-subscription a:hover {
  text-decoration: underline;
  color: #000;
}
/* SUBSCRIPTION END */
/* PUBLIC PROFILE */
.publicprofile-edit__container h5 {
  margin-bottom: 20px;
}
.publicprofile-edit__container .button-more {
  text-align: center;
}
.publicprofile-edit__container #list-container text,
.publicprofile-edit__container #list-container span {
  margin-bottom: 0;
}
.publicprofile-edit__container #list-container a:link,
.publicprofile-edit__container #list-container a:hover,
.publicprofile-edit__container #list-container a:visited {
  display: block;
  text-decoration: none;
}
.publicprofile-edit__container #list-container blockquote {
  font-family: Georgia, Times, serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  margin: 0;
}
.publicprofile-edit__container .debat-activity li {
  font-size: 22px;
}
/* SETTINGS */
.settings-edit__container .cannot-validate-text {
  margin-bottom: 20px;
}
.settings-edit__container .save-settings-newsletter {
  min-height: 65px;
}
.settings-edit__container .becomedebater a.deactiveprofile-action-button {
  color: #FFF;
  text-decoration: none;
}
.settings-edit__container a.deleteaccount-action-button {
  float: right;
}
.settings-edit__container #changePasswordFrame {
  width: 100%;
  height: 285px;
}
.settings-edit__container .activedebater {
  margin-bottom: 10px;
}
.settings-edit__container .activedebater a:first-child {
  display: block;
  margin-bottom: 15px;
}
.settings-edit__container .activedebater .deactiveprofile:link,
.settings-edit__container .activedebater .deactiveprofile:visited,
.settings-edit__container .activedebater .deactiveprofile:hover {
  text-decoration: none;
  color: #FFF;
}
.settings-edit__container a:link,
.settings-edit__container a:visited,
.settings-edit__container a:hover {
  text-decoration: underline;
  color: #000;
}
.settings-edit__container h2 {
  margin-bottom: 20px;
}
.settings-edit__container .settings-edit__savebutton {
  height: 80px;
}
.settings-edit__container .settings-edit__savebutton button {
  float: right;
}
.settings-edit__container .settings-edit__bonusinfo {
  margin-bottom: 10px;
}
.settings-edit__container .settings-edit__debatetext {
  margin-bottom: 20px;
}
.settings-edit__container .settings-edit__debatesavebutton button {
  float: right;
}
.settings-edit__container .settings-edit__deleteprofilebutton {
  margin-top: 10px;
}
.settings-edit__container .settings-edit__deleteprofilebutton a {
  color: #FFF;
  text-decoration: none;
}
.settings-edit__container .contenttoggle {
  color: #333;
  clear: both;
  margin: 0;
  font-size: 16px;
}
.settings-edit__container .contenttoggle > span {
  margin-left: 20px;
  text-transform: uppercase;
}
.settings-edit__container .contenttoggle > div {
  padding: 10px 20px;
  text-align: right;
  margin-bottom: 14px;
}
.settings-edit__container .contenttoggle > div > a,
.settings-edit__container .contenttoggle > div a:active,
.settings-edit__container .contenttoggle > div a:visited,
.settings-edit__container .contenttoggle > div a:hover {
  cursor: pointer;
  margin-right: -5px;
  text-transform: uppercase;
  text-decoration: none;
}
.settings-edit__container .contenttoggle > div.top {
  border: 0;
  text-align: left;
  padding: 15px;
  border-bottom: none;
  text-transform: uppercase;
  line-height: 1em;
}
.settings-edit__container .contenttoggle > ul {
  padding: 0;
  margin: 0;
}
.settings-edit__container .contenttoggle > ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #CCC;
}
.settings-edit__container .contenttoggle > ul li > .name {
  color: #333;
  position: relative;
  display: block;
}
.settings-edit__container .contenttoggle > ul li div.content {
  overflow: hidden;
  margin: 10px 0 9px;
  padding: 0;
}
.settings-edit__container .contenttoggle > ul li div.content .left + .right {
  width: 50%;
}
.settings-edit__container .contenttoggle > ul li div.content .left + .right img {
  display: block;
  margin: auto;
}
.settings-edit__container .contenttoggle > ul li div.content a p {
  font-size: 14px;
}
.settings-edit__container .contenttoggle > ul li:last-child {
  border-bottom: none;
}
.settings-edit__approvesave button,
.settings-edit__approvesave div {
  float: right;
}
.settings-edit__approvesave span {
  float: right;
  margin-right: 10px;
}
.profile-nav {
  position: relative;
  border-bottom: 1px solid #CCC;
}
.profile-nav .buy-subscription {
  float: left;
  position: relative;
  top: -2px;
  left: 20px;
}
.profile-nav a:hover,
.profile-nav a:link,
.profile-nav a:visited {
  color: #000;
  text-decoration: none;
}
.profile-nav ul {
  margin: 0;
  padding: 0;
}
.profile-nav ul li {
  list-style-type: none;
}
.profile-nav ul li a {
  text-decoration: none;
}
.profile-nav ul li a.active {
  text-decoration: underline;
}
.profile-nav .titlemain {
  font-family: 'politiken egyptienne';
  font-weight: normal;
  line-height: 100%;
  font-size: 60px;
  margin: 0 0 10px 0;
}
.profile-nav .titlemain a {
  text-decoration: none;
}
.profile-nav .profil-nav-topmenu {
  position: relative;
  border-bottom: #CCC solid 3px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.profile-nav .profil-nav-topmenu li {
  display: inline;
  margin-right: 20px;
}
.profile-nav .profil-nav-right-content li {
  margin-bottom: 2px;
}
.profile-nav .profil-nav-left-content a,
.profile-nav .profil-nav-left-content span {
  display: block;
}
.profile-nav .profil-nav-left-content .profileinfo {
  float: left;
}
.profile-nav .profil-nav-left-content .profileinfo p {
  margin-bottom: 4px;
}
.modal--deactiveprofile {
  width: 600px;
  background-color: #ffffff;
  margin: 0 auto;
  position: relative;
  top: 70px;
  padding: 20px;
  padding-bottom: 58px;
}
.modal--deactiveprofile .modal-deactiveprofile__close {
  position: absolute;
  right: 0;
  top: 5px;
  height: 43px;
  cursor: pointer;
  z-index: 8040;
  text-decoration: none;
  width: 50px;
  min-width: 50px;
}
.modal--deactiveprofile .modal-deactiveprofile__close:after {
  content: "×";
  font-size: 30px;
  font-weight: bold;
  color: #999;
  margin: 16px;
}
.modal--deactiveprofile .modal-deactiveprofile__send {
  float: right;
  padding: 0;
}
.stopsubscription-action-button {
  text-decoration: underline;
  cursor: pointer;
}
.modal--deleteaccount,
.modal--stopsubscription {
  width: 600px;
  background-color: #ffffff;
  margin: 0 auto;
  position: relative;
  top: 70px;
  padding: 20px;
  padding-bottom: 58px;
}
.modal--deleteaccount .modal-deleteaccount__close,
.modal--stopsubscription .modal-deleteaccount__close,
.modal--deleteaccount .modal-stopsubscription__close,
.modal--stopsubscription .modal-stopsubscription__close {
  position: absolute;
  right: 0;
  top: 5px;
  height: 43px;
  cursor: pointer;
  z-index: 8040;
  text-decoration: none;
  width: 50px;
  min-width: 50px;
}
.modal--deleteaccount .modal-deleteaccount__close:after,
.modal--stopsubscription .modal-deleteaccount__close:after,
.modal--deleteaccount .modal-stopsubscription__close:after,
.modal--stopsubscription .modal-stopsubscription__close:after {
  content: "×";
  font-size: 30px;
  font-weight: bold;
  color: #999;
  margin: 16px;
}
.modal--deleteaccount .modal-deleteaccount__send,
.modal--stopsubscription .modal-deleteaccount__send,
.modal--deleteaccount .modal-stopsubscription__send,
.modal--stopsubscription .modal-stopsubscription__send {
  float: right;
  padding: 0;
  padding-bottom: 10px;
}
.modal--deleteaccount .modal-deleteaccount__send button,
.modal--stopsubscription .modal-deleteaccount__send button,
.modal--deleteaccount .modal-stopsubscription__send button,
.modal--stopsubscription .modal-stopsubscription__send button {
  float: right;
}
.dit-public {
  padding: 10px 10px 20px 0;
  font-family: Roboto, Arial;
  font-weight: 400;
  font-size: 14px;
}
.dit-public ul {
  list-style: none;
  padding: 0;
}
.dit-public hr {
  border: 0;
  border-top: 1px solid #f5f5f5;
  height: 0;
  clear: both;
  margin-bottom: 20px;
  margin-top: 35px;
}
.dit-public .main-info {
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
}
.dit-public .main-info img {
  margin-right: 20px;
  float: left;
}
.dit-public .main-info .profiletype {
  color: #666;
  font-family: Arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}
.dit-public .main-info .byline {
  line-height: 18px;
}
.dit-public .main-info .user-badge-list {
  overflow: hidden;
  padding: 0;
  margin: 5px 0;
}
.dit-public .main-info .user-badge-list li {
  float: left;
  padding: 8px 0 4px;
  border-top: 1px solid #f5f5f5;
  width: 228px;
}
.dit-public .debat-activity {
  margin: 0;
  padding: 0;
}
.dit-public .debat-activity li {
  float: left;
  margin-right: 25px;
  margin-bottom: 10px;
}
.dit-public .debat-activity li span {
  display: block;
}
.dit-public .link-list {
  padding: 0;
  margin: 5px 0;
  max-width: 700px;
}
.dit-public .link-list li {
  margin-bottom: 10px;
}
.dit-public .link-list a {
  color: #cc0000;
  text-decoration: none;
}
.dit-public .button-more {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.dit-public .comment-recommendation {
  text-transform: uppercase;
  color: #666;
  font-size: 10px;
}
.dit-public #list-type {
  margin-top: 10px;
  padding: 5px;
  display: block;
  clear: both;
}
.dit-public #list-container li {
  max-width: 700px;
  border-top: 1px solid #f5f5f5;
  margin-top: 10px;
}
.dit-public #list-container li div a {
  margin-bottom: 8px;
}
.dit-public #list-container li div span {
  margin-top: 20px;
  display: block;
}
.dit-public #list-container li:first-child {
  border-top: 0;
}
/* GLOBAL */
.dit-politiken {
  padding: 15px 0;
  background-color: white;
  font-weight: normal !important;
  overflow: hidden;
  margin-top: 10px;
  font-size: 14px;
}
.dit-politiken .fa-check-circle {
  color: #00b1f0;
  margin-left: 1px;
}
.dit-politiken .profil-nav-right-content {
  float: right;
}
.dit-politiken hr {
  border-top: 1px solid #CCC;
  display: block;
}
.dit-politiken .deactiveprofile,
.dit-politiken .action-button {
  float: right;
}
.dit-politiken .save-success {
  clear: both;
  text-align: right;
  position: relative;
  top: 7px;
  min-height: 30px;
}
/* MOBILE ONLY */
@media screen and (max-width: 480px) {
  .dit-modal-overlay .modal--deleteaccount,
  .dit-modal-overlay .modal--deactiveprofile,
  .dit-modal-overlay .modal--stopsubscription {
    width: auto;
  }
  .dit-politiken .edit-content {
    padding: 10px;
  }
  .dit-politiken .dit-button-large--red,
  .dit-politiken .dit-button-large--red--full,
  .dit-politiken .article-limit__button,
  .dit-politiken .modal-carousel__ditpol,
  .dit-politiken .modal__ditpol,
  .dit-politiken .overlay-canvas__create a,
  .dit-politiken .overlay-ie__create a,
  .dit-politiken .dit-footer .login-btn,
  .dit-politiken a.modal-front__create,
  .dit-politiken .provide-info__next,
  .dit-politiken .modal-newuser__close,
  .dit-politiken .modal-campaign__accept,
  .dit-politiken .modal-campaign__success-link,
  .dit-politiken .modal-campaign__error-close,
  .dit-politiken .modal-bounce__button {
    width: 100%;
  }
  .dit-politiken .profile-nav {
    padding: 0 10px;
  }
  .dit-politiken .profile-nav .navigations {
    display: none;
  }
  .dit-politiken .profile-nav .titlemain {
    font-size: 26px;
  }
  .dit-politiken .widget {
    padding: 0 10px;
    margin-top: 10px;
  }
  .dit-politiken .profil-nav-topmenu {
    display: none;
  }
  .dit-politiken .contenttoggle > ul li div.content {
    display: none;
  }
  .dit-politiken .contenttoggle > ul li h3.name {
    padding: 10px 10px 10px 0;
    cursor: pointer;
  }
  .dit-politiken .contenttoggle > ul li h3.name:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #666666;
    content: "";
    margin-top: 5px;
    margin-left: 4px;
    display: block;
    float: right;
    height: 0;
    width: 0;
  }
  .dit-politiken .contenttoggle > ul li h3.name.active:before {
    border-top: 0;
    border-bottom: 4px solid #666666;
    margin-top: 4px;
  }
}
/* DESKTOP ONLY */
@media screen and (min-width: 481px) {
  .dit-politiken .manuel-validate-button {
    float: right;
  }
  .dit-politiken .edit-content {
    width: 700px;
  }
  .dit-politiken h3.name {
    padding: 10px 10px 0 0;
  }
  .dit-politiken .profile-nav {
    min-height: 210px;
    margin-bottom: 10px;
  }
  .dit-politiken .contenttoggle > ul li div.content {
    display: block;
  }
}
.changeusername-iframe {
  width: 450px;
  height: 300px;
  margin-top: 20px;
}
.pagetools {
  margin: 20px 0;
  position: relative;
}
.pagetools .pagetools-href--container {
  display: inline-block;
  height: 31px;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 13px;
  color: #000000;
  font-weight: bold;
  padding-left: 5px;
  box-sizing: border-box;
}
.pagetools .pagetools-href--container a {
  color: #000000;
  text-decoration: underline;
}
.pagetools .pagetools-href--container a:hover,
.pagetools .pagetools-href--container a:active,
.pagetools .pagetools-href--container a:visited,
.pagetools .pagetools-href--container a:link,
.pagetools .pagetools-href--container a:focus {
  color: #000000;
}
.pagetools .pagetools-href--container b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.pagetools .pagetools-href--container input {
  font-weight: normal;
  padding: 7px 5px;
  border: 0;
  border-left: 1px solid #e4e4e4;
  background: transparent;
  margin-left: 5px;
  width: 150px;
}
@media (max-width: 350px) {
  .pagetools .pagetools-href--container input {
    width: 120px;
  }
}
.pagetools .pagetools-dropdown {
  top: 50px;
  width: 250px;
}
.pagetools .pagetools-dropdown .pagetools-dropdownlayout {
  margin-top: 10px;
}
.pagetools .pagetools-arrow {
  top: 51px;
}
.pagetools #sofa_vm #pagetools {
  display: none;
}
@media only screen and (min-width: 481px) {
  .politiken .eq-height {
    display: table;
    table-layout: fixed;
    border-spacing: 35px 15px;
    margin: 0 -30px;
    width: 940px;
  }
}
.politiken .eq-height div.no-bg-border {
  border: 0;
  background: none;
}
.politiken .eq-height .grid-box {
  width: 100%;
}
@media only screen and (min-width: 481px) {
  .politiken .eq-height .grid-box {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    position: relative;
  }
}
.politiken .eq-height .grid-box .inner {
  text-align: center;
  padding: 0 20px;
}
.politiken .eq-height .grid-box .inner.mobile {
  padding: 0;
}
.politiken .eq-height .grid-box .inner h2 {
  font-family: 'Politiken Egyptienne', Georgia, sans-serif;
  font-size: 24px;
}
.politiken .eq-height .grid-box .inner br {
  display: none;
}
.politiken .eq-height .grid-box > h2 {
  padding: 0 10px;
}
.politiken .eq-height .grid-box > h2 span {
  color: #cc0000;
}
.politiken .eq-height .grid-box .graybg {
  margin: 0;
  padding: 0 0 30px 0;
  background: #f2f2f2;
  text-transform: none;
  font-family: Roboto, Arial, sans-serif;
  font-weight: normal !important;
  font-size: 21px;
}
.politiken .eq-height .grid-box img {
  max-width: 100%;
  height: auto;
}
.politiken .eq-height .grid-box form {
  position: absolute;
  bottom: 15px;
  width: 268px;
  text-align: center;
}
.politiken .eq-height .grid-box form button {
  font-size: 16px;
  line-height: 16px;
  padding-top: .5em;
}
.politiken .eq-height.buttons .grid-box .inner {
  cursor: pointer;
}
.politiken .eq-height.buttons .product-grid .inner {
  cursor: pointer;
}
.politiken .product-grid {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .mobile {
    display: none !important;
  }
}
header.dit-politiken-header {
  text-transform: none;
}
header.dit-politiken-header .widget.inline {
  border: none;
  padding: 0;
  overflow: hidden;
}
header.dit-politiken-header .widget.inline .widget-row {
  padding-bottom: 0;
  padding-top: 0;
  border-top: 0;
  width: auto;
}
header.dit-politiken-header .widget.inline .widget-row .item {
  height: 275px;
  width: 137px;
  max-width: 137px;
  padding-bottom: 0;
}
header.dit-politiken-header .widget.inline .widget-row .item > a {
  display: block;
  overflow: hidden;
}
header.dit-politiken-header .widget.inline .widget-row .item > a img {
  width: 100%;
}
header.dit-politiken-header .widget.inline .widget-row .item .buylink,
header.dit-politiken-header .widget.inline .widget-row .item button {
  position: absolute;
  bottom: 0;
}
header.dit-politiken-header .widget.inline .widget-row .item h3 {
  font-size: 14px;
}
header.dit-politiken-header .widget.plus.inline .widget-row.three {
  margin-top: 24px;
}
header.dit-politiken-header .widget.plus.inline .item {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  width: 100%;
  height: auto;
  max-width: none;
  padding-bottom: 10em;
}
header.dit-politiken-header .widget.plus.inline .item a.buylink {
  position: relative;
}
header.dit-politiken-header ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header.dit-politiken-header ul li {
  display: inline-block;
  padding: 5px 10px 5px 0;
  cursor: pointer;
  width: auto;
  border: none;
}
header.dit-politiken-header ul li.on {
  text-decoration: underline;
}
header.dit-politiken-header .plus,
header.dit-politiken-header .follow {
  display: none;
}
#servicemenu a.buylink--abo {
  text-decoration: underline;
}
.pol-popup {
  position: absolute;
  top: 46px;
  border: 1px solid #ccc;
  padding: 1em;
  background: white;
  z-index: 1;
  border-radius: 1px;
  left: 0;
}
.pol-popup br {
  margin: .25em;
  content: ' ';
  display: block;
}
.pol-popup > * {
  white-space: normal;
  text-align: left;
  margin: 0;
  font-size: 13px;
}
.pol-popup > * a {
  color: #cc0000;
}
.pol-popup:after,
.pol-popup:before {
  bottom: 100%;
  left: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.pol-popup:after {
  border-bottom-color: white;
  border-width: 10px;
}
.pol-popup:before {
  border-bottom-color: #ccc;
  border-width: 11px;
  margin-left: -1px;
}
.servicenavigation-listitem.is-ditpol.is-campaign .servicenavigation-dropdown__content,
.servicenavigation-listitem--mobile.is-ditpol.is-campaign .servicenavigation-dropdown__content,
.servicenavigation-listitem--noborder.is-ditpol.is-campaign .servicenavigation-dropdown__content,
.servicenavigation-listitem--right.is-ditpol.is-campaign .servicenavigation-dropdown__content,
.servicenavigation-listitem--rightnoborder.is-ditpol.is-campaign .servicenavigation-dropdown__content,
.servicenavigation-listitem--rightnoborderpadding.is-ditpol.is-campaign .servicenavigation-dropdown__content {
  display: none;
}
.servicenavigation-listitem.is-ditpol.is-campaign .servicenavigation-dropdown__content--tooltip,
.servicenavigation-listitem--mobile.is-ditpol.is-campaign .servicenavigation-dropdown__content--tooltip,
.servicenavigation-listitem--noborder.is-ditpol.is-campaign .servicenavigation-dropdown__content--tooltip,
.servicenavigation-listitem--right.is-ditpol.is-campaign .servicenavigation-dropdown__content--tooltip,
.servicenavigation-listitem--rightnoborder.is-ditpol.is-campaign .servicenavigation-dropdown__content--tooltip,
.servicenavigation-listitem--rightnoborderpadding.is-ditpol.is-campaign .servicenavigation-dropdown__content--tooltip {
  display: block;
}
.servicenavigation-dropdown__content--tooltip {
  display: none;
}
.servicenavigation-dropdown__content--tooltip,
.pagetool-dropdown__content--tooltip {
  position: relative;
  text-transform: none;
  line-height: 130%;
}
.servicenavigation-dropdown__content--tooltip p,
.pagetool-dropdown__content--tooltip p {
  margin: 10px 0;
}
.servicenavigation-dropdown__content--tooltip a.linkbottom,
.pagetool-dropdown__content--tooltip a.linkbottom {
  color: #cc0000;
  text-align: right;
  display: block;
  clear: both;
}
.servicenavigation-dropdown__content--tooltip .servicenavigation-dropdown__close,
.pagetool-dropdown__content--tooltip .servicenavigation-dropdown__close,
.servicenavigation-dropdown__content--tooltip .pagetool-dropdown__close,
.pagetool-dropdown__content--tooltip .pagetool-dropdown__close {
  position: absolute;
  font-size: 16px;
  right: 0;
  top: -20px;
}
.servicenavigation-dropdown__content--tooltip .servicenavigation-dropdown__close:before,
.pagetool-dropdown__content--tooltip .servicenavigation-dropdown__close:before,
.servicenavigation-dropdown__content--tooltip .pagetool-dropdown__close:before,
.pagetool-dropdown__content--tooltip .pagetool-dropdown__close:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  cursor: pointer;
  color: #000000;
}
.fasttrack {
  width: 300px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .fasttrack {
    border-color: #e4e4e4;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    padding: 0 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.fasttrack .img .medium-playicon {
  bottom: 30px;
}
.fasttrack .fasttrack--image--top img,
.fasttrack .fasttrack--image--bottom img {
  width: 100%;
}
.fasttrack.mob {
  margin-bottom: 0;
}
.fasttrack .jspContainer {
  overflow: hidden;
  position: relative;
}
.fasttrack .jspPane {
  position: absolute;
}
.fasttrack .jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
}
.fasttrack .jspCap {
  display: none;
}
.fasttrack .jspTrack {
  background: #FFF;
  position: relative;
  border-radius: 5px;
}
.fasttrack .jspDrag {
  background: #cccccc;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 0;
}
.fasttrack .jspDrag:hover {
  background: #aaaaaa;
}
.fasttrack .jspActive {
  background: #aaaaaa;
}
.fasttrack .jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
.fasttrack .fasttrack--quoted {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
}
.fasttrack--scrollable {
  width: 280px;
  height: 1000px;
  overflow: hidden;
  outline: none;
  margin-top: 5px;
}
.fasttrack--header {
  font-family: 'politiken egyptienne';
  font-weight: normal;
  font-size: 16px;
  color: black;
  padding: 5px 0;
  border-top: 5px solid #cc0000;
  border-bottom: 1px solid #cccccc;
  line-height: 1.3;
}
.fasttrack--header.has-breaking {
  border-bottom: 2px;
}
@media only screen and (min-width: 768px) {
  .fasttrack--header {
    margin: 0 -11px;
    border-top: 5px solid #cc0000;
    padding: 5px 10px;
  }
}
.fasttrack-breaking {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-left: -2px;
}
.fasttrack-breaking span {
  background: #FFE000;
  padding: 2px;
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 15px;
}
.fasttrack--header--islive:after {
  content: "LIVE";
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.fasttrack--newshost--content {
  height: 70px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #999999;
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.fasttrack--newshost--content a {
  color: #cc0000;
  font-size: 12px;
  margin-right: 5px;
}
.fasttrack--newshost--title {
  font-size: 12px;
  padding-top: 5px;
}
.fasttrack--newshost--name {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 1;
}
.fasttrack--newshost--image {
  float: right;
  margin-right: 10px;
  height: 100%;
}
.fasttrack--pinned {
  margin-right: 10px;
}
.fasttrack--pinned .fasttrack--time {
  display: none;
}
.fasttrack--pinned .tegnstift {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyMiAyMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjIgMjIiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiM3RDdFN0UiIGQ9Ik0xNi40NDIsMTQuNzI3YzEuNDQ5LTEuNDQ5LDIuOTYtMi45Niw0LjU4NC00LjU4NGMtMi41NDctMS43NzEtNS4wOTctMS44ODEtNy42NDMtMC45MDdjLTEuMTgyLTEuMDc5LTIuMzYtMi4xNTUtMy41NjQtMy4xNzZDOC42NTYsNS4wNzYsNy4yMzIsNC4yOTYsNi41MTUsMy4wMTZjMC4wNC0wLjU2LDAuNzU0LTEuMTIzLDEuMTY3LTEuNjgzQzcuMTg1LDEuMTQyLDYuNjkxLDAuMTgsNi4xOTMsMC4yMzFDNS4xOTgsMS4yMjcsNC4yMDcsMi4yMTgsMy4yMTEsMy4yMTNDMi4yMiw0LjIwNSwxLjIyNSw1LjIsMC4yMzMsNi4xOTVDMC4xODIsNi42OTMsMS4xNDQsNy4xODcsMS4zMzUsNy42ODRjMC41Ni0wLjQxLDEuMTIzLTEuMTIzLDEuNjgzLTEuMTY3YzEuMjg0LDAuNzE3LDIuMDYsMi4xNCwzLjA0NCwzLjMwNGMxLjAyMSwxLjIwNCwyLjA5NiwyLjM4MiwzLjE3NiwzLjU2NGMtMC45NzMsMi41NDctMC44NjMsNS4wOTcsMC45MDcsNy42NDNjMS42MjQtMS42MjQsMy4xMzYtMy4xMzYsNC41ODQtNC41ODRjMS43OTMsMS43MDUsMy42NjYsMy41NzUsNS41MjUsNS4zMjdsMS41MTUtMS41MTVDMjAuMDE2LDE4LjM5NywxOC4xNSwxNi41MiwxNi40NDIsMTQuNzI3eiIvPjwvZz48L3N2Zz4=);
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 0;
}
.fasttrack--pinned .pinned-text {
  display: inline;
  position: absolute;
  top: 10px;
  left: 30px;
  padding: 0;
  margin: 0;
  color: #999;
  font-size: 13px;
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
}
.fasttrack--newshost--email {
  text-transform: lowercase;
}
.fasttrack--items {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-right: 10px;
}
.fasttrack--items li {
  -moz-transition: max-height linear 1.3s;
  -o-transition: max-height linear 1.3s;
  -webkit-transition: max-height linear 1.3s;
  transition: max-height linear 1.3s;
  background-color: #fff;
  overflow: hidden;
  max-height: 1000px;
}
.fasttrack--items li.fasttrack--item--ishidden {
  max-height: 0;
}
.native-scroll {
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-bottom: 10px;
  width: 300px;
}
.native-scroll .fasttrack--items {
  margin-top: 8px;
  -ms-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.native-scroll .fasttrack--items li {
  margin-right: 15px;
}
.native-scroll .fasttrack--items li:last-child .fasttrack--item {
  padding-bottom: 0;
  border: 0;
}
.fasttrack--item {
  font-size: 13px;
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 0;
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  *zoom: 1;
}
.fasttrack--item:before,
.fasttrack--item:after {
  content: " ";
  display: table;
}
.fasttrack--item:after {
  clear: both;
}
.fasttrack--item:before,
.fasttrack--item:after {
  content: " ";
  display: table;
}
.fasttrack--item:after {
  clear: both;
}
.fasttrack--item a {
  text-decoration: underline;
}
.fasttrack--item span,
.fasttrack--item strong,
.fasttrack--item b {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
}
.fasttrack--item--quote .fasttrack--body {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
}
.fasttrack--item--quote .fasttrack--body:before {
  content: "";
  display: block;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAXCAYAAAAV1F8QAAAKRGlDQ1BJQ0MgUHJvZmlsZQAASA2dlndUFNcXx9/MbC+0XZYiZem9twWkLr1IlSYKy+4CS1nWZRewN0QFIoqICFYkKGLAaCgSK6JYCAgW7AEJIkoMRhEVlczGHPX3Oyf5/U7eH3c+8333nnfn3vvOGQAoASECYQ6sAEC2UCKO9PdmxsUnMPG9AAZEgAM2AHC4uaLQKL9ogK5AXzYzF3WS8V8LAuD1LYBaAK5bBIQzmX/p/+9DkSsSSwCAwtEAOx4/l4tyIcpZ+RKRTJ9EmZ6SKWMYI2MxmiDKqjJO+8Tmf/p8Yk8Z87KFPNRHlrOIl82TcRfKG/OkfJSREJSL8gT8fJRvoKyfJc0WoPwGZXo2n5MLAIYi0yV8bjrK1ihTxNGRbJTnAkCgpH3FKV+xhF+A5gkAO0e0RCxIS5cwjbkmTBtnZxYzgJ+fxZdILMI53EyOmMdk52SLOMIlAHz6ZlkUUJLVlokW2dHG2dHRwtYSLf/n9Y+bn73+GWS9/eTxMuLPnkGMni/al9gvWk4tAKwptDZbvmgpOwFoWw+A6t0vmv4+AOQLAWjt++p7GLJ5SZdIRC5WVvn5+ZYCPtdSVtDP6386fPb8e/jqPEvZeZ9rx/Thp3KkWRKmrKjcnKwcqZiZK+Jw+UyL/x7ifx34VVpf5WEeyU/li/lC9KgYdMoEwjS03UKeQCLIETIFwr/r8L8M+yoHGX6aaxRodR8BPckSKPTRAfJrD8DQyABJ3IPuQJ/7FkKMAbKbF6s99mnuUUb3/7T/YeAy9BXOFaQxZTI7MprJlYrzZIzeCZnBAhKQB3SgBrSAHjAGFsAWOAFX4Al8QRAIA9EgHiwCXJAOsoEY5IPlYA0oAiVgC9gOqsFeUAcaQBM4BtrASXAOXARXwTVwE9wDQ2AUPAOT4DWYgSAID1EhGqQGaUMGkBlkC7Egd8gXCoEioXgoGUqDhJAUWg6tg0qgcqga2g81QN9DJ6Bz0GWoH7oDDUPj0O/QOxiBKTAd1oQNYSuYBXvBwXA0vBBOgxfDS+FCeDNcBdfCR+BW+Bx8Fb4JD8HP4CkEIGSEgeggFggLYSNhSAKSioiRlUgxUonUIk1IB9KNXEeGkAnkLQaHoWGYGAuMKyYAMx/DxSzGrMSUYqoxhzCtmC7MdcwwZhLzEUvFamDNsC7YQGwcNg2bjy3CVmLrsS3YC9ib2FHsaxwOx8AZ4ZxwAbh4XAZuGa4UtxvXjDuL68eN4KbweLwa3gzvhg/Dc/ASfBF+J/4I/gx+AD+Kf0MgE7QJtgQ/QgJBSFhLqCQcJpwmDBDGCDNEBaIB0YUYRuQRlxDLiHXEDmIfcZQ4Q1IkGZHcSNGkDNIaUhWpiXSBdJ/0kkwm65KdyRFkAXk1uYp8lHyJPEx+S1GimFLYlESKlLKZcpBylnKH8pJKpRpSPakJVAl1M7WBep76kPpGjiZnKRcox5NbJVcj1yo3IPdcnihvIO8lv0h+qXyl/HH5PvkJBaKCoQJbgaOwUqFG4YTCoMKUIk3RRjFMMVuxVPGw4mXFJ0p4JUMlXyWeUqHSAaXzSiM0hKZHY9O4tHW0OtoF2igdRzeiB9Iz6CX07+i99EllJWV75RjlAuUa5VPKQwyEYcgIZGQxyhjHGLcY71Q0VbxU+CqbVJpUBlSmVeeoeqryVYtVm1Vvqr5TY6r5qmWqbVVrU3ugjlE3VY9Qz1ffo35BfWIOfY7rHO6c4jnH5tzVgDVMNSI1lmkc0OjRmNLU0vTXFGnu1DyvOaHF0PLUytCq0DqtNa5N03bXFmhXaJ/RfspUZnoxs5hVzC7mpI6GToCOVGe/Tq/OjK6R7nzdtbrNug/0SHosvVS9Cr1OvUl9bf1Q/eX6jfp3DYgGLIN0gx0G3QbThkaGsYYbDNsMnxipGgUaLTVqNLpvTDX2MF5sXGt8wwRnwjLJNNltcs0UNnUwTTetMe0zg80czQRmu836zbHmzuZC81rzQQuKhZdFnkWjxbAlwzLEcq1lm+VzK32rBKutVt1WH60drLOs66zv2SjZBNmstemw+d3W1JZrW2N7w45q52e3yq7d7oW9mT3ffo/9bQeaQ6jDBodOhw+OTo5ixybHcSd9p2SnXU6DLDornFXKuuSMdfZ2XuV80vmti6OLxOWYy2+uFq6Zroddn8w1msufWzd3xE3XjeO2323Ineme7L7PfchDx4PjUevxyFPPk+dZ7znmZeKV4XXE67m3tbfYu8V7mu3CXsE+64P4+PsU+/T6KvnO9632fein65fm1+g36e/gv8z/bAA2IDhga8BgoGYgN7AhcDLIKWhFUFcwJTgquDr4UYhpiDikIxQODQrdFnp/nsE84by2MBAWGLYt7EG4Ufji8B8jcBHhETURjyNtIpdHdkfRopKiDke9jvaOLou+N994vnR+Z4x8TGJMQ8x0rE9seexQnFXcirir8erxgvj2BHxCTEJ9wtQC3wXbF4wmOiQWJd5aaLSwYOHlReqLshadSpJP4iQdT8YmxyYfTn7PCePUcqZSAlN2pUxy2dwd3Gc8T14Fb5zvxi/nj6W6pZanPklzS9uWNp7ukV6ZPiFgC6oFLzICMvZmTGeGZR7MnM2KzWrOJmQnZ58QKgkzhV05WjkFOf0iM1GRaGixy+LtiyfFweL6XCh3YW67hI7+TPVIjaXrpcN57nk1eW/yY/KPFygWCAt6lpgu2bRkbKnf0m+XYZZxl3Uu11m+ZvnwCq8V+1dCK1NWdq7SW1W4anS1/+pDa0hrMtf8tNZ6bfnaV+ti13UUahauLhxZ77++sUiuSFw0uMF1w96NmI2Cjb2b7Dbt3PSxmFd8pcS6pLLkfSm39Mo3Nt9UfTO7OXVzb5lj2Z4tuC3CLbe2emw9VK5YvrR8ZFvottYKZkVxxavtSdsvV9pX7t1B2iHdMVQVUtW+U3/nlp3vq9Orb9Z41zTv0ti1adf0bt7ugT2ee5r2au4t2ftun2Df7f3++1trDWsrD+AO5B14XBdT1/0t69uGevX6kvoPB4UHhw5FHupqcGpoOKxxuKwRbpQ2jh9JPHLtO5/v2pssmvY3M5pLjoKj0qNPv0/+/tax4GOdx1nHm34w+GFXC62luBVqXdI62ZbeNtQe395/IuhEZ4drR8uPlj8ePKlzsuaU8qmy06TThadnzyw9M3VWdHbiXNq5kc6kznvn487f6Iro6r0QfOHSRb+L57u9us9ccrt08rLL5RNXWFfarjpebe1x6Gn5yeGnll7H3tY+p772a87XOvrn9p8e8Bg4d93n+sUbgTeu3px3s//W/Fu3BxMHh27zbj+5k3Xnxd28uzP3Vt/H3i9+oPCg8qHGw9qfTX5uHnIcOjXsM9zzKOrRvRHuyLNfcn95P1r4mPq4ckx7rOGJ7ZOT437j154ueDr6TPRsZqLoV8Vfdz03fv7Db56/9UzGTY6+EL+Y/b30pdrLg6/sX3VOhU89fJ39ema6+I3am0NvWW+738W+G5vJf49/X/XB5EPHx+CP92ezZ2f/AAOY8/wRDtFgAAAACXBIWXMAAAsTAAALEwEAmpwYAAAB1WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOkNvbXByZXNzaW9uPjE8L3RpZmY6Q29tcHJlc3Npb24+CiAgICAgICAgIDx0aWZmOlBob3RvbWV0cmljSW50ZXJwcmV0YXRpb24+MjwvdGlmZjpQaG90b21ldHJpY0ludGVycHJldGF0aW9uPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KOXS2agAAAjhJREFUSA3tlDFoU1EUhs+5bWpbpYOdDIGkFfKELPpSBd20hYqDOJYiDoKrDk6Ki652VHAqddFNxIKDS4tDBpukgwTSGtJWpQrSqakWfO8ez429L5eb+5Jm713Of75zzj3vnvveQ3Cs8lj2FhE+kkg3z2+sf3KktKFiPp8QO7uPCXAKQ7jhf1vbNpPQdAgAV8eyT7nJ/QO+j4C3/c3qazPP1sVkfhgHGovMrxzEfqCA6359rahzhRbKWk0UGiSgV8WMd085rqVOgsca7zimm6i0UyThYyntRSxqVM5kZ4yTmHtSH+GKCUwtdhpzQDBpsqYm2MNE+FnzZqNCKneSZ/tMQ9MSwvy5rWrBZFqX02cu8rjvat+0JOiBX6v90qzZaDDx9yGDUQ0jSxAA9j+JfEsQ0pyFmi4339hNJxfMmKjkcid4ZHdMGGnExYl65WvkG6I87k2we8lAkeQ37MXl5eUgAizE/u/gGtsRE2qNKN9qbVuSOGsz7fcJbKsTfJHTOsG2ASU+2Kzl09WWbik1trP16nqL/FeCA74NlU8E3y9sVn66YoVUaoi554rxg5dcXPA8x2MCNRdXbFiMqBrhigukLy7ez9B5PxIgzd/Wgi6SiAFKfJ/fqr6RKJ01Klf9grguqesIcU8CvcRSxuPpHXpJAXiaX6cMX+7SoasAtp3H77CBUE06xONCyV4bxW3UlR816jqiuISj0cVNpivveXQI4Z+uu7YnhL02Who6PrDavk9HEvL/9Pk/pIukrxGRNhgAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  width: 26px;
  height: 23px;
  margin-bottom: 5px;
}
.fasttrack--time {
  color: #999;
  padding-bottom: 5px;
}
.fasttrack--image {
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.fasttrack--image--right img,
.fasttrack--image--left img {
  width: 85px;
  height: auto;
}
.fasttrack--image--right {
  float: right;
  padding-left: 5px;
}
.fasttrack--image--left {
  float: left;
  padding-right: 5px;
}
.fasttrack--image--top,
.fasttrack--image--bottom {
  padding: 5px 0;
}
.fasttrack--image--source {
  color: #cccccc;
  clear: both;
  line-height: 1;
  padding-top: 3px;
  font-size: 10px;
}
.fasttrack--body ul,
.fasttrack--body ol {
  list-style-type: none;
  list-style-position: inside;
  margin-top: 13px;
  margin-bottom: 13px;
  margin-left: 0;
  padding: 0;
}
.fasttrack--body ul li,
.fasttrack--body ol li {
  position: relative;
  padding-left: 14px;
}
.fasttrack--body ul li:before,
.fasttrack--body ol li:before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: '\25A0 \00a0 \00a0';
  color: #cc0000;
  font-size: 11px;
}
.fasttrack--articlelink {
  color: #666666;
}
.fasttrack--articlelink a {
  color: #666666;
}
.fasttrack__showmore button {
  margin: 10px auto 0;
}
.fasttrack.mob {
  width: auto;
  border-bottom: 0;
  margin-top: 10px;
}
.fasttrack.mob .fasttrack--header {
  margin: 0 -8px;
  padding: 5px 8px;
}
.fasttrack.mob .fasttrack--items {
  margin: 0;
}
.fasttrack.mob .fasttrack--pinned {
  position: relative;
}
.fasttrack.mob .fasttrack--pinned .pinned-text {
  top: 0;
}
.avis-debatforms {
  width: 620px;
  padding-bottom: 35px;
  padding-top: 35px;
}
.avis-debatforms .header-debatforms {
  margin: 0;
}
.avis-debatforms .header-debatforms header {
  font-size: 36px;
  margin: 0;
  font-family: CapitoliumNews2-Bold, Georgia, serif;
  font-weight: normal;
}
.avis-debatforms .body-debatforms td {
  color: black;
  font-size: 17px;
  padding-bottom: 5px;
}
.avis-debatforms .body-debatforms td input[type=text],
.avis-debatforms .body-debatforms td textarea {
  width: 598px;
  padding: 10px;
  border: 1px solid #ccc;
}
.avis-debatforms .body-debatforms td span {
  padding-bottom: 15px;
  display: block;
}
.avis-debatforms .body-debatforms th {
  margin: 0;
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 10px;
  text-align: left;
}
.avis-debatforms .body-debatforms .text {
  height: 300px;
}
.avis-debatforms .body-debatforms .numCount {
  text-align: right;
  padding-top: 5px;
  color: #999;
}
.avis-debatforms .body-debatforms .field-validation-error {
  background: #cc0000;
  color: white;
  padding: 1px 4px;
  font-size: 85%;
}
.avis-debatforms .body-debatforms .publishOnline {
  float: left;
  width: 375px;
  font-size: 12px;
  margin-top: 20px;
}
.avis-debatforms .body-debatforms input[type=submit] {
  background-color: #cc0000;
  color: #FFFFFF;
  height: 34px;
  width: 150px;
  border-radius: 8px;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 20px;
}
.avis-debatforms .feedback div {
  margin-bottom: 14px;
}
.avis-debatforms .avis-footer {
  padding-top: 1em;
  width: 620px;
}
.avis-debatforms .mceEditor span {
  padding-bottom: 0 !important;
}
.avis-debatforms .mceStatusbar .pol-wordcount {
  display: none;
}
.avis-debatforms .mce-path {
  visibility: hidden;
}
.subscription__container {
  margin-bottom: 20px;
}
@media only screen and (min-width: 481px) {
  .subscription__container {
    margin-bottom: 30px;
    min-height: 450px;
  }
}
.subscription__section--left {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 481px) {
  .subscription__section--left {
    float: left;
    width: 40%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 481px) {
  .subscription__section--left.is-wide {
    float: left;
    width: 60%;
    margin-bottom: 0;
  }
}
.subscription__section--right {
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 481px) {
  .subscription__section--right {
    float: right;
    width: 40%;
  }
}
h1.subscription__header {
  width: 300px;
  margin: 0 auto 20px auto;
}
@media only screen and (min-width: 481px) {
  h1.subscription__header {
    font-size: 48px;
    width: 100%;
  }
}
.subscription__text h1 {
  margin-bottom: 20px;
}
.subscription__text p,
.subscription__text div {
  margin-bottom: 10px;
}
.subscription-steps {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 16px;
}
.subscription-steps__list {
  width: 100%;
  padding: 0;
  text-align: justify;
  font-size: 0;
  height: 45px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 16px;
  /* IE6-9 only fix */
  font-size: 13px\9;
}
.subscription-steps__list:after {
  content: "";
  width: 100%;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.subscription-steps__item {
  padding-top: 16px;
  padding-bottom: 16px;
  text-align: center;
  zoom: 1;
  line-height: 1;
  display: none;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 13px;
  color: #000000;
}
.subscription-steps__item a {
  color: #000000;
  text-decoration: underline;
}
.subscription-steps__item a:hover,
.subscription-steps__item a:active,
.subscription-steps__item a:visited,
.subscription-steps__item a:link,
.subscription-steps__item a:focus {
  color: #000000;
}
.subscription-steps__item b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
.subscription-steps__item.is-current {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 13px;
  color: #000000;
  display: inline-block;
  *display: inline;
  /* IE stuff again */
}
.subscription-steps__item.is-current a {
  color: #000000;
  text-decoration: underline;
}
.subscription-steps__item.is-current a:hover,
.subscription-steps__item.is-current a:active,
.subscription-steps__item.is-current a:visited,
.subscription-steps__item.is-current a:link,
.subscription-steps__item.is-current a:focus {
  color: #000000;
}
.subscription-steps__item.is-done:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  color: #cc0000;
  vertical-align: middle;
  font: normal normal normal 13px/0 FontAwesome;
}
.subscription-steps__item .is-mobile {
  display: inline;
}
.subscription-steps__item .is-desktop {
  display: none;
}
@media only screen and (min-width: 481px) {
  .subscription-steps__item {
    display: inline-block;
    *display: inline;
    /* IE stuff again */
  }
  .subscription-steps__item .is-mobile {
    display: none;
  }
  .subscription-steps__item .is-desktop {
    display: inline;
  }
}
.subscription-userinfo__body p {
  margin-top: 0;
  margin-botton: 15px;
}
.subscription-userinfo__body .desktop p {
  margin-top: 0;
  margin-botton: 15px;
}
.subscription__submit {
  margin-top: 30px;
  text-align: right;
}
.subscription__spinner {
  display: none;
  position: absolute;
  width: 14px;
  height: 14px;
  right: 90px;
  bottom: 12px;
  background-image: url("/static/Content/images/ajax/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
}
.dit-form-element.subscription__email {
  padding-bottom: 0;
}
.dit-form-element.subscription__email .dit-input-error-text {
  position: relative;
  bottom: 0;
  min-height: 19px;
}
.dit-form-element.subscription__email .dit-input-error-text .field-validation-error {
  display: block;
}
.dit-form-element.subscription__email .dit-input-error-text a {
  color: #000000;
  text-decoration: underline;
  margin-right: 25%;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 8px;
}
#brugerbetingelse,
#abonnementsvilkaar {
  display: none;
  padding: 15px 20px;
}
@media only screen and (min-width: 640px) {
  #brugerbetingelse,
  #abonnementsvilkaar {
    width: 580px;
    padding: 30px 50px;
  }
}
#brugerbetingelse .modal-close,
#abonnementsvilkaar .modal-close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 22px;
}
#brugerbetingelse .modal-close:before,
#abonnementsvilkaar .modal-close:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  color: #cccccc;
  content: "\f00d";
}
@media only screen and (min-width: 640px) {
  #brugerbetingelse .modal-close,
  #abonnementsvilkaar .modal-close {
    top: 15px;
    right: 25px;
  }
}
#brugerbetingelse ul {
  padding: 0;
  list-style-position: outside;
}
#brugerbetingelse ul li {
  margin-bottom: 10px;
  margin-left: 20px;
}
#abonnementsvilkaar {
  overflow-y: scroll;
}
#abonnementsvilkaar h3 {
  margin-top: 15px;
}
#abonnementsvilkaar p b {
  display: block;
  margin-top: 10px;
}
@media only screen and (min-width: 640px) {
  #abonnementsvilkaar {
    bottom: 40px;
    overflow-y: scroll;
  }
}
.subscription-receipt__form {
  margin-left: 15px;
}
.subscription-receipt__submit {
  margin-top: 30px;
  text-align: right;
}
.subscription-receipt__submit .save_message {
  font-style: none;
}
@media only screen and (min-width: 481px) {
  .subscription-email__text {
    width: 70%;
  }
}
.subscription__iframe-wrapper {
  margin-top: 40px;
}
.subscription__iframe {
  height: 400px;
  margin-left: -10px;
}
.valgheader2015 {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  display: table;
  table-layout: fixed;
  position: relative;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  margin: 7px 0 0 0;
}
.valgheader2015 .data {
  display: table-cell;
  width: 620px;
  padding-right: 10px;
  padding-bottom: 124px;
}
.valgheader2015 .data button {
  background: white;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  outline: none;
  -webkit-appearance: none;
  padding: 2px 7px;
  margin-right: 2px;
}
.valgheader2015 .data button.act {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  margin-right: 2px;
}
.valgheader2015 .data header {
  margin: 0 0 10px 0;
}
.valgheader2015 .data header h2 {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 5px 0;
  color: black;
}
.valgheader2015 .data header h2 span.countdown {
  padding: 1px 0 0 10px;
  display: inline-block;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 22px;
  vertical-align: text-top;
}
.valgheader2015 .data header h2 a {
  color: black;
}
.valgheader2015 .data .kilde {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 11px;
  color: #666;
  line-height: 135%;
}
.valgheader2015 .data .oversigt .blokke {
  width: 620px;
  position: absolute;
  bottom: 10px;
  overflow: hidden;
}
.valgheader2015 .data .oversigt .blokke .blok {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  background-repeat: no-repeat;
  background-size: cover;
  height: 124px;
  padding: 13px;
}
.valgheader2015 .data .oversigt .blokke .blok.roed {
  background-color: #42768B;
  background-position: -100px top;
  border-right: 2px solid #FFF;
  text-align: right;
}
.valgheader2015 .data .oversigt .blokke .blok.blaa {
  background-color: #D8360F;
  border-left: 2px solid #FFF;
  background-position: -28px top;
}
.valgheader2015 .data .oversigt .blokke .blok h3 {
  font-size: 56px;
  margin: -2px 0 5px;
}
.valgheader2015 .data .oversigt .blokke .blok span {
  display: block;
  font-size: 20px;
  line-height: 130%;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  letter-spacing: .02em;
  margin-top: -2px;
}
.valgheader2015 .data .oversigt .blokke .blok span.mandater {
  margin-top: -8px;
  margin-bottom: 10px;
}
.valgheader2015 .data .grafer .graf {
  display: table;
  table-layout: fixed;
  width: 620px;
  height: 124px;
  position: absolute;
  bottom: 10px;
}
.valgheader2015 .data .grafer .graf .party-a {
  background: #bf1e2e;
}
.valgheader2015 .data .grafer .graf .party-b {
  background: #f69a9b;
}
.valgheader2015 .data .grafer .graf .party-c {
  background: #01cbcb;
}
.valgheader2015 .data .grafer .graf .party-f {
  background: #ed1f24;
}
.valgheader2015 .data .grafer .graf .party-i {
  background: #75e2ff;
}
.valgheader2015 .data .grafer .graf .party-k {
  background: #000000;
}
.valgheader2015 .data .grafer .graf .party-o {
  background: #2a93fe;
}
.valgheader2015 .data .grafer .graf .party-v {
  background: #0f7dc0;
}
.valgheader2015 .data .grafer .graf .party-oe {
  background: #ff6601;
}
.valgheader2015 .data .grafer .graf .party-aa {
  background: #844203;
}
.valgheader2015 .data .grafer .graf .party-andre {
  background: #999999;
}
.valgheader2015 .data .grafer .graf > span {
  display: table-cell;
  border-style: solid;
  border-color: white;
  border-width: 0 2px;
  vertical-align: bottom;
  text-align: center;
}
.valgheader2015 .data .grafer .graf > span .label {
  font-size: 11px;
}
.valgheader2015 .data .grafer .graf > span .label.procent {
  display: none;
}
.valgheader2015 .data .grafer .graf > span b {
  color: black;
  display: block;
}
.valgheader2015 .data .grafer .graf > span > span {
  width: 100%;
  display: block;
  position: relative;
  -moz-transition: height 0.25s ease-out;
  -o-transition: height 0.25s ease-out;
  -webkit-transition: height 0.25s ease-out;
  transition: height 0.25s ease-out;
}
.valgheader2015 .data .grafer .graf > span > span b {
  color: white;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.valgheader2015 .livedata {
  display: table-cell;
  width: 300px;
  height: 200px;
  padding-left: 10px;
  border-left: 1px solid #e5e5e5;
  vertical-align: top;
  padding-top: 5px;
}
.valgheader2015 .livedata .res-listItem:last-child {
  border: 0;
}
.valgheader2015 .livedata .res-listItem:last-child .res-listItemLink {
  padding-bottom: 0;
}
.valgheader2015 .livedata .res-listItem .res-listItemLink {
  display: block;
  padding: 5px 0;
  font-size: 12px;
  line-height: 165%;
}
.valgheader2015 .livedata .res-listItem .res-listItemLink:hover {
  text-decoration: none;
}
.valgheader2015 .livedata .res-listTitle {
  font-size: 13px;
  margin-bottom: 5px;
}
.valgheader2015 .livedata .res-listTitle .res-fontIcon.icon-arrow-left,
.valgheader2015 .livedata .res-listTitle .res-fontIcon.icon-arrow-right {
  padding: 6px;
  margin-top: -6px;
  margin-right: -6px;
}
.valgheader2015 .links {
  display: table-cell;
  width: 300px;
  padding-left: 10px;
  border-left: 1px solid #e5e5e5;
}
.valgheader2015 .links ul {
  padding: 0;
  list-style-position: inside;
}
.valgheader2015 .links ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 0;
  overflow: hidden;
}
.valgheader2015 .links ul li a {
  font-size: 13px;
  line-height: 135%;
  white-space: nowrap;
  display: block;
}
.valgheader2015 .links ul li a img {
  vertical-align: middle;
}
.valgheader2015 .links ul li a span {
  white-space: normal;
  vertical-align: middle;
  display: inline-block;
}
.valgheader2015 .links ul li a img + span {
  width: 245px;
}
.valgheader2015 .links ul li:last-child {
  border: none;
  padding-bottom: 0;
}
.valgheader2015 .links.big-link img {
  max-height: 194px;
  float: right;
}
@media only screen and (max-width: 450px) {
  .valgheader2015 {
    border-top: 1px solid #ccc;
    display: block;
    width: auto;
    margin: 10px 0 15px;
    padding: 10px 0;
  }
  .valgheader2015 .data {
    display: block;
    width: auto;
    padding: 0;
  }
  .valgheader2015 .data header {
    margin-bottom: 10px;
  }
  .valgheader2015 .data header h2 span.countdown {
    display: block;
    padding: 0;
  }
  .valgheader2015 .data .kilde {
    display: block;
    margin: 10px 0;
  }
  .valgheader2015 .data .oversigt .blokke {
    width: 100%;
    position: relative;
    bottom: 0;
    height: 286px;
  }
  .valgheader2015 .data .oversigt .blokke .blok {
    width: 50%;
    position: absolute;
    bottom: 0;
    background-size: cover;
  }
  .valgheader2015 .data .oversigt .blokke .blok.roed {
    background-color: #42768B;
    border-right: 2px solid #FFF;
    left: 0;
    text-align: left;
    background-position: bottom left;
  }
  .valgheader2015 .data .oversigt .blokke .blok.blaa {
    background-color: #D8360F;
    border-left: 2px solid #FFF;
    background-position: bottom left;
    right: 0;
  }
  .valgheader2015 .data .oversigt .blokke .blok h3 {
    font-size: 42px;
  }
  .valgheader2015 .data .grafer .graf {
    display: block;
    position: static;
    width: calc(100% - 80px);
    height: auto;
  }
  .valgheader2015 .data .grafer .graf > span {
    display: block;
    border: 0;
    vertical-align: inherit;
    text-align: left;
    margin-bottom: 4px;
    white-space: nowrap;
  }
  .valgheader2015 .data .grafer .graf > span:last-child {
    margin-bottom: 0;
  }
  .valgheader2015 .data .grafer .graf > span > span {
    display: inline-block;
    padding: 5px;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -moz-transition: width 0.25s ease-out;
    -o-transition: width 0.25s ease-out;
    -webkit-transition: width 0.25s ease-out;
    transition: width 0.25s ease-out;
  }
  .valgheader2015 .data .grafer .graf > span > span:empty {
    padding: 5px 1px;
  }
  .valgheader2015 .data .grafer .graf > span > span:empty::after {
    content: '\00a0';
  }
  .valgheader2015 .data .grafer .graf > span > span b {
    display: inline;
    position: static;
  }
  .valgheader2015 .data .grafer .graf > span b {
    display: inline;
  }
  .valgheader2015 .data .grafer .graf > span span.label {
    display: inline;
  }
  .valgheader2015 .data .grafer .graf > span span.label.stemmer {
    vertical-align: middle;
    padding: 0 5px;
    line-height: 100%;
  }
  .valgheader2015 .links,
  .valgheader2015 .livedata {
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 0;
    border: 0;
  }
  .valgheader2015 .links ul li,
  .valgheader2015 .livedata ul li {
    padding: 5px 0;
  }
  .valgheader2015 .links.big-link a {
    color: black;
    font-size: 14px;
  }
  .valgheader2015 .links.big-link a br {
    display: none;
  }
  .valgheader2015 .links.big-link a b {
    display: block;
  }
  .valgheader2015 .links.big-link a img {
    max-height: 50px;
    float: left;
    vertical-align: middle;
    margin-right: 5px;
  }
  .valgheader2015 .livedata {
    height: auto;
  }
  .valgheader2015 .livedata ul li {
    padding: 3px 0;
  }
  .valgheader2015 .livedata .res-listTitle .res-fontIcon.icon-arrow-left,
  .valgheader2015 .livedata .res-listTitle .res-fontIcon.icon-arrow-right {
    margin-top: -4px;
    margin-right: -4px;
  }
}
@media only screen and (max-width: 450px) {
  #mainmenu + .valgheader2015 {
    border-top: none;
  }
}
.manuel-620 .valgheader2015 {
  display: block;
}
.manuel-620 .valgheader2015 header h2 a {
  color: black !important;
}
.manuel-620 .valgheader2015 .data,
.manuel-620 .valgheader2015 .links {
  display: block;
  width: 100%;
}
.manuel-620 .valgheader2015 .data {
  padding-bottom: 0;
}
.manuel-620 .valgheader2015 .data .oversigt .blokke {
  position: static;
}
.manuel-620 .valgheader2015 .data .grafer .graf {
  position: static;
}
.manuel-620 .valgheader2015 .data button {
  margin-bottom: 1em;
}
.manuel-620 .valgheader2015 .livedata {
  border: 0;
  padding-left: 0;
  width: 615px;
  height: 150px;
}
.manuel-620 .valgheader2015 .livedata .res-listBox .res-listItem {
  width: 49%;
  display: inline-block;
  margin-right: 1%;
}
.manuel-620 .valgheader2015 .livedata .res-listBox .res-listItem:nth-child(odd) {
  margin-right: 0;
  margin-left: 1%;
}
.manuel-620 .valgheader2015 .livedata .res-listBox .res-listItem:last-child {
  border-bottom: 1px solid #ccc;
}
.manuel-620 .valgheader2015 .livedata .res-listBox .res-listItem:last-child a {
  margin-bottom: 5px;
}
.manuel-620 .valgheader2015 .livedata .res-listBox .res-listItem a {
  color: black;
}
.manuel-620 .valgheader2015 .links {
  padding: 0;
  border: 0;
}
.manuel-620 .valgheader2015 .links ul {
  display: table;
  list-style: none;
  table-layout: fixed;
  width: 100%;
}
.manuel-620 .valgheader2015 .links ul + ul {
  border-top: 1px solid #e5e5e5;
  padding-top: 14px;
  margin-bottom: 0;
}
.manuel-620 .valgheader2015 .links ul li {
  display: table-cell;
  border-bottom: 0;
  padding: 0;
  width: auto;
  border-right: 1px solid #e5e5e5;
}
.manuel-620 .valgheader2015 .links ul li:last-child {
  border: none;
  padding-bottom: 0;
}
.manuel-620 .valgheader2015 .links ul li:last-child a img {
  margin-left: 5px;
}
.manuel-620 .valgheader2015 .links ul li a {
  color: black;
}
.manuel-620 .valgheader2015 .links ul li a img {
  float: left;
  margin-right: 5px;
}
.manuel-620 .valgheader2015 .links ul li a img + span {
  width: auto;
}
.manuel-620 .valgheader2015 .links ul li a span {
  display: block;
  overflow: hidden;
  padding-right: .25em;
}
.manuel-620 .valgheader2015 .links.big-link a {
  color: black;
}
.manuel-620 .valgheader2015 .links.big-link a br {
  display: none;
}
.manuel-620 .valgheader2015 .links.big-link a b {
  display: block;
}
.manuel-620 .valgheader2015 .links.big-link a img {
  max-height: 80px;
  float: left;
  vertical-align: middle;
  margin-right: 5px;
}
.manuel-620.kandidat-tjek-overrides {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #e5e5e5;
}
.manuel-620.kandidat-tjek-overrides header h2 {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  color: black;
}
.manuel-620.kandidat-tjek-overrides .links ul {
  margin: 16px 0;
}
.message-center {
  border-top: 5px solid #e4e4e4;
  width: 100%;
  position: fixed;
  bottom: -5px;
  background-color: #fff;
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  max-height: 0;
  -moz-transition: max-height 500ms ease-in-out;
  -o-transition: max-height 500ms ease-in-out;
  -webkit-transition: max-height 500ms ease-in-out;
  transition: max-height 500ms ease-in-out;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: hidden;
  z-index: 10002;
}
.message-center.show {
  max-height: 200px;
  bottom: 0;
}
.message-center.minimized {
  max-height: 50px;
  bottom: 0;
}
.message-center.minimized .message-center--minimized {
  display: block;
}
.message-center.minimized .message-center--maximized {
  display: none;
}
.message-center--minimized {
  display: none;
  line-height: 40px;
  color: #000;
  font-size: 14px;
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  margin-top: -10px;
}
.message-center--minimized a {
  color: #000;
}
.message-center--maximized {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.message-center--maximized a {
  color: #aaaaaa;
}
.message-center--maximized b a {
  color: #000;
}
.message-center--message {
  max-width: 670px;
}
.message-center--logo {
  margin-right: 10px;
}
.message-center--contentwrapper {
  width: 940px;
  margin: 0 auto;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
.message-center--contentwrapper .img-left {
  margin-right: 10px;
  max-width: 100%;
}
.message-center--contentwrapper .img-right {
  margin-left: 10px;
  margin-right: 40px;
  max-width: 100%;
}
.message-center--contentwrapper .img-bottom {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.message-center--contentwrapper b {
  color: #000;
  font-size: 14px;
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.message-center--contentwrapper p {
  overflow: hidden;
  margin: 0;
}
.message-center--contentwrapper .btn {
  height: 31px;
  padding: 8px 12px;
  border-radius: 2px;
  font-size: 13px;
  color: #ffffff !important;
  background-color: #2d9a00;
  border-color: #2d9a00;
  margin-top: 10px;
}
.message-center--contentwrapper .btn:hover {
  color: #ffffff !important;
  background-color: #2d9a00;
  border-color: #2d9a00;
}
.message-center--contentwrapper .btn-right {
  float: right;
}
.message-center--toggle {
  color: #999999;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 35px;
  font-weight: normal;
  line-height: 20px;
  cursor: pointer;
  font-family: "Roboto";
}
@media only screen and (max-width: 480px) {
  .message-center {
    border-top: 0;
    z-index: 100001;
    -moz-transition: max-height 0ms ease-in-out;
    -o-transition: max-height 0ms ease-in-out;
    -webkit-transition: max-height 0ms ease-in-out;
    transition: max-height 0ms ease-in-out;
  }
  .message-center.show {
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(238, 238, 238, 0.9);
  }
  .message-center.minimized {
    display: none;
  }
  .message-center .is-desktop-only {
    display: none;
  }
  .message-center--maximized {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .message-center--contentwrapper {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 14px;
    line-height: 16px;
    margin-top: 50%;
  }
  .message-center--contentwrapper .img-left {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .message-center--contentwrapper .img-right {
    margin-right: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .message-center--content {
    background-color: #ffffff;
    padding: 10px;
  }
  .message-center--message {
    -ms-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .message-center--logowrapper {
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .message-center--logo {
    width: 50px;
    height: auto;
  }
  .message-center--toggle {
    top: 10px;
    right: 20px;
  }
  .message-center--minimized {
    font-size: 12px;
  }
}
.dit-bezzerwizzer {
  width: 100%;
  overflow-y: hidden;
  min-height: 800px;
}
.modal--collect-info {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  position: fixed;
  z-index: 20001;
  width: 670px;
  top: 180px;
  left: 50%;
  margin-top: 0;
  margin-left: -335px;
}
.modal--collect-info b {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.modal--collect-info .survey-content,
.modal--collect-info header {
  background: white;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 13px;
}
.modal--collect-info header {
  margin-bottom: 2px;
  text-transform: uppercase;
  font-size: 14px;
  color: #666;
  line-height: 100%;
}
.modal--collect-info header .survey-close-btn {
  float: right;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #999;
  cursor: pointer;
  opacity: .5;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADYAAAA0CAIAAABO71yBAAAHI0lEQVR4nM3Z6U8TTRwH8KGmBXuAYNEUbCuHXCkCwT/AGBMjBtEYvA9itNEYMbzr9ti1x+7WxDegRkIavG8JQSRGY3xpakwjaBWoFKiEEC+gtECv2OfF6jzzFKTtFvH5vWK+O9v5sO12prNJ4XAY/CqPxyMSicD/oFAJB6bDw8NKpbKzs/Mvqf6trq4upVI5ODjINJOYq+hyuVQq1dTUFABAqVTW1NT8LV9nZ2dzczMAIDU1labptWvXJoXD4WAwqFQqv3z5AvsdO3Zs586dS+/r6OhoaWmBTbFYbLFYOAAALpdbX1/P4/HgMYvF0tbWtsS+9vZ21MeouFxuErxduru7DQaD3++Hnerq6mpra5fG19bW1traCps8Hg/H8YqKCgA/i0z19PTo9XpUefjw4T179vxp38OHD69cuYL6CIIoLy9nmv8hAgDevXtHEASqPHjw4L59+/6c7/79+9euXYPN5ORkgiDKyspgEkkEANjtdoIgfD4fTA4cOLB///4/4btz587NmzdRn16vLy0tRfvMQwQAfPjwAcfx2dlZmOzdu/fQoUOL67t9+/atW7dgMyUlRa/XKxSKiG7zEwEAvb29Op0OVe7evfvIkSOL5btx48bdu3dhc/ny5QaDoaSkZG7P3xIBAH19fTqdbmZmBia1tbV1dXWJ+65fv37v3j3UZzQai4uL5+28EBEA4HA4tFrt9PQ0THbt2nX06NFEfFevXn3w4AFs8vl8o9FYVFT0u/5RiACAjx8/arVar9cLkx07dhw/fpydr7W1FZ0UBAKByWQqKChY4JToRADAwMCARqNBlTU1NUqlMl6fxWJpb2+HTaFQaDKZ1q1bt/BZMREBAE6nU6PReDwemFRXV584cSJ2X0tLS0dHB+ojSTI/Pz/qibESAQBDQ0NqtZpZDTG1bdu2kydPJiUlRT23ubkZXeaJRCKSJPPy8mIZNw4iAGB4eBjDMFS5devWU6dOLaAMh8OXL1/u6uqCSWpqKkVROTk5MQ4aHxEA4HK5MAxzu90w2bJly+nTp+dVhsPhS5cuPXnyBPUxq8DYR+RE7/LfksvlZrM5PT0dJk+fPm1qapr7r4bD4YsXL6K+tLQ0s9kclw+wuIpMjYyMYBg2MTEBk82bN585c4bD4UBfU1PTs2fPYIf09HSKomQyWbxjsSQCAEZHR1Uq1fj4OEw2bdrU0NDA4XB+/PjR2Nj4/Plz1EfTtFQqZTEQeyKjxDDs+/fvMNm4cWNDQ0NjY+OLFy9gmJGRYTabs7Oz2Y2SEBEAMDY2plKpvn37BpPVq1d//vwZNleuXEnTNGvfIhABAGNjYxiGff36de4hsVhsNpslEkkirx/3HT23JBLJuXPnVq1aFZFnZmYm7gOLQgQAiMViuVweEcpksszMzMRffBGIoVDIbDa/fv06IrfZbDRNh0KhBF8/UWIoFKJp+uXLlzBZtmwZ/NtqtVIUFQwGExkiIWIwGKQoymq1wkQikZw/fz4rKwsmr169IkkyESX7OzoYDJIkib6/WVlZNE2LxeLx8XGVSjU6OgoPVVZW6nQ6LpfLYiCWVzEYDJpMJtSXnZ1tNpvFYjH49V2NziU2m81gMAQCARZjsbmKgUDAZDLZbDaYrFmzhqbpjIwMtNvExASGYSMjIzApLy/HcTw5OfnPEv1+v8Fg6O7uholUKqVpGl37wJqcnFSr1S6XCyZlZWUEQcSljI/o9/v1en1PTw9M5HI5RVErVqz43SlutxvDMFS5fv16giBSUlIWn+jz+fR6/du3b1EfTdNpaWkLnzg1NaVWq4eGhmCiUCj0en2MylhvF5/PRxAE6svJyYnFB36ttHNzc2Fit9sjNmQSJc7OzuI4brfbYZKbm0tRVCw+pkQiEUVR6O+99+/fR2x1/K6iv9EzMzM4jvf29sIkLy+PJEkWzxa8Xq9GoxkYGIBJUVGR0Wjk8/kLnBXlKs715efnUxTF7tmHUCikKArde+jr64vYkImPOD09rdVqUV9BQQFFUUKhkIWPKYFAQJJkYWEhTPr7+yM2ZGIler1erVbb398Pk8LCQpIkBQIBax9TfD7fZDKh+2AOhyNiqyM60ePxaDQah8MBk+LiYpPJtPCHJi6l0WhEdxOZbaN5lfMQGR/6oS4pKTEYDIvlY4rZ80T3ZJ1OZ8SGzPxE5mvW6XTCRKFQLLoPKiN2tgcHB9VqNbrVASK+dNxut0ajQaeB0tLSs2fPxj5Zsaiok9a/xMQnU9Y1d2kik8lommam/p/EyclJDMM+ffoEO7FbOLGuQCBgMBjevHkDE7iA+vmYsr6+HvVVVFTgOI4+FVwaZcQyVCqVXrhw4edjyu3bt8MDlZWVS+8DAPB4PJ1Ot2HDBphUV1dzuVwQ/lWPHz+uqqrCcTwQCIT/XgUCAYIgqqqqHj16xCQAPWy1Wv+uj6lAIGC1WmHzH/Q2keV+wQnwAAAAAElFTkSuQmCC') /*../../../images/gfx/cross.png*/;
}
.modal--collect-info header .survey-close-btn:hover {
  opacity: 1;
}
.modal--collect-info .survey-content {
  padding: 20px 35px;
}
.modal--collect-info .survey-content h3,
.modal--collect-info .survey-content h4 {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.modal--collect-info .survey-content h3 {
  font-size: 22px;
}
.modal--collect-info .survey-content h4 {
  font-size: 16px;
  margin: 5px 0;
}
.modal--collect-info .survey-content h5 {
  font-size: 11px;
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  margin: 5px 0 0;
}
.modal--collect-info .survey-content input[type=text] {
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
  padding: 10px;
}
.modal--collect-info .survey-content .err {
  color: #cc0000;
}
.modal--collect-info.birthdate .survey-content img {
  width: 110px;
  float: left;
  margin-right: 15px;
}
.modal--collect-info.birthdate .survey-content h3 {
  overflow: hidden;
}
.modal--collect-info.birthdate .survey-content h4 {
  display: inline-block;
}
.modal--collect-info.birthdate .survey-content form {
  clear: both;
}
.modal--collect-info.birthdate .survey-content form fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.modal--collect-info.birthdate .survey-content form fieldset select {
  padding: 4px;
}
.modal--collect-info.birthdate .survey-content form input[type=submit] {
  background: transparent url(/static/Content/images/gfx/videre_knap_desktop.png) no-repeat;
  background-size: contain;
  border: 0;
  text-indent: -1000px;
  width: 60px;
  height: 60px;
  margin-top: -40px;
  outline: none;
  float: right;
}
.modal--collect-info.birthdate .survey-content .result {
  padding: 5px 0;
}
.modal--collect-info.birthdate .survey-content .result img {
  display: block;
  width: 100%;
  float: none;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .modal--collect-info {
    width: 90%;
    margin-left: -45%;
    top: 0;
    margin-top: 80px;
  }
  .modal--collect-info header {
    font-size: 13px;
  }
  .modal--collect-info header .survey-close-btn {
    margin-top: -2px;
  }
  .modal--collect-info.birthdate .survey-content {
    padding: 20px 10px 10px 10px;
  }
  .modal--collect-info.birthdate .survey-content h3,
  .modal--collect-info.birthdate .survey-content h4 {
    font-size: 20px;
    line-height: 115%;
  }
  .modal--collect-info.birthdate .survey-content h4 {
    width: calc(100% - 65px);
    margin: 10px 0;
  }
  .modal--collect-info.birthdate .survey-content img {
    width: 125px;
  }
  .modal--collect-info.birthdate .survey-content form input[type=submit] {
    margin-top: -5px;
    width: 50px;
    height: 50px;
  }
  .modal--collect-info.birthdate .survey-content form fieldset select {
    padding: 10px;
  }
}
.eventbox {
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  margin: 7px 0 0 0;
}
.eventbox header {
  margin: 0 0 2px 0;
}
.eventbox header h2 {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-size: 28px;
  font-weight: normal;
  margin: 0;
  color: black;
}
.eventbox header h2 a {
  color: black;
}
.eventbox .links ul {
  padding: 0;
  list-style-position: inside;
  display: table;
  list-style: none;
  table-layout: fixed;
  width: 100%;
}
.eventbox .links ul:first-child {
  margin-top: 0;
}
.eventbox .links ul + ul {
  border-top: 1px solid #e5e5e5;
  padding-top: 14px;
  margin-bottom: 0;
}
.eventbox .links ul li {
  overflow: hidden;
  display: table-cell;
  border-bottom: 0;
  padding: 0;
  width: auto;
  border-right: 1px solid #e5e5e5;
}
.eventbox .links ul li a {
  font-size: 13px;
  line-height: 135%;
  white-space: nowrap;
  display: block;
  color: black;
}
.eventbox .links ul li a:visited,
.eventbox .links ul li a:hover {
  color: black;
}
.eventbox .links ul li a img {
  float: left;
  margin-right: 5px;
}
.eventbox .links ul li a span {
  white-space: normal;
  vertical-align: middle;
  display: block;
  overflow: hidden;
  padding-right: .25em;
  margin-left: 10px;
}
.eventbox .links ul li:first-child a span {
  margin-left: 0;
}
.eventbox .links ul li:last-child {
  border: none;
  padding-bottom: 0;
}
.eventbox .links ul li:last-child a img {
  margin-left: 5px;
}
@media only screen and (max-width: 450px) {
  .eventbox {
    border-top: 1px solid #ccc;
    display: block;
    width: auto;
    margin: 10px 0 15px;
    padding: 10px 0;
  }
  .eventbox header {
    margin-bottom: 5px;
  }
  .eventbox header img {
    width: 100%;
  }
  .eventbox .links {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
  }
  .eventbox .links ul {
    display: block;
  }
  .eventbox .links ul li {
    display: block;
    padding: 10px 0 0;
    border-bottom: 1px solid #e5e5e5;
    border-right: 0;
  }
  .eventbox .links ul li:first-child {
    padding-top: 0;
  }
  .eventbox .links ul li a span {
    padding-top: 2px;
    padding-bottom: 10px;
    margin-left: 0;
  }
  .eventbox .links ul li a img + span {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 450px) {
  #mainmenu + .eventbox {
    border-top: none;
  }
}
.bodyContainer {
  max-width: 620px;
  margin-top: 20px;
  overflow: hidden;
  /* ----- START custom styles ----- */
  /* START custom font icons */
  /* START custom tweets block */
  /* END custom tweets block */
  /* ----- END custom styles ----- */
}
.bodyContainer .el-progress {
  height: 10px;
}
.bodyContainer .el-progress span {
  background-color: #cc0000;
}
.bodyContainer .el-partyQuestionBox .el-miniTitle,
.bodyContainer .el-candidatQuestionBox .el-miniTitle {
  margin-top: 6px;
}
.bodyContainer .el-partyQuestionBox .el-agreementBox,
.bodyContainer .el-candidatQuestionBox .el-agreementBox {
  margin-top: 0;
}
.bodyContainer .el-letterNum:after {
  content: ".";
}
.bodyContainer .el-compareAgeNum {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 80px;
  color: #000;
}
.bodyContainer .el-compareAgeNum .el-compareYears {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 16px;
  color: #000;
}
.bodyContainer .el-compareColTitle {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 10px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 12px;
}
.bodyContainer .el-compareEduc {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 16px;
  color: #000;
}
.bodyContainer .el-answerNum {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 10px;
  color: #999;
}
.bodyContainer .el-compareCol .el-compareMenBox,
.bodyContainer .el-compareCol .el-compareWomenBox {
  margin-top: 4px;
}
.bodyContainer .el-compareCol .el-compareWomenBox {
  margin-left: 8px;
}
.bodyContainer .el-compareCol .el-compareMaleNum,
.bodyContainer .el-compareCol .el-compareWomenNum {
  margin-top: 10px;
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 14px;
  color: #000;
}
.bodyContainer .el-partyContactsBox .el-titleL {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 28px;
  color: #000;
}
.bodyContainer .el-partyContactsBox .el-partyContactsInfo {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 18px;
  color: #000;
  margin-top: 2px;
}
.bodyContainer .el-partyQuestionBox .el-miniTitle {
  margin-top: 4px;
  margin-bottom: 2px;
}
.bodyContainer .el-linkBox a.el-infoEl {
  text-decoration: underline;
}
.bodyContainer .el-fontIcon.icon-men:before {
  content: "\f183";
  font-family: FontAwesome;
  text-decoration: none;
  font-size: 44px;
}
.bodyContainer .el-fontIcon.icon-women:before {
  content: "\f182";
  font-family: FontAwesome;
  text-decoration: none;
  font-size: 44px;
}
.bodyContainer .icon-women,
.bodyContainer .icon-men {
  margin-bottom: 6px;
  display: block;
}
.bodyContainer .el-container {
  color: #000;
  font-family: Georgia, serif;
}
.bodyContainer .el-fontIcon {
  /* position: relative; */
  /* display: inline-block; */
  color: #000;
  /* text-align: center; */
  font-size: 1.875em;
  /* 30px */
}
.bodyContainer .el-bdrIcon {
  padding: 5px;
  border-radius: 50%;
  font-size: 1.250em;
  /* 20px */
  cursor: pointer;
  color: #fff;
}
.bodyContainer .el-fontIcon.icon-close {
  font-size: 0.750em;
  /* 12px */
  color: #999;
}
.bodyContainer .el-fontIcon.icon-close:active,
.bodyContainer .el-fontIcon.icon-close:hover {
  color: #000;
}
.bodyContainer .el-fontIcon.icon-facebook {
  background: #2d4485;
}
.bodyContainer .el-fontIcon.icon-twitter {
  top: -1px;
  padding: 6px;
  font-size: 1.125em;
  /* 18px */
  background: #2d9ada;
}
.bodyContainer .el-fontIcon.icon-linkedin {
  top: -2px;
  padding: 3px 5px 7px;
  background: #3860a5;
}
.bodyContainer .el-fontIcon.icon-mail {
  top: -2px;
  padding: 7px;
  background: #535353;
  font-size: 1em;
  /* 16px */
}
.bodyContainer .el-fontIcon.icon-jp {
  background: #fff;
  color: #000;
  border: 1px solid #535353;
}
.bodyContainer .el-fontIcon.icon-jp:hover {
  color: #000;
}
.bodyContainer .el-fontIcon.icon-men,
.bodyContainer .el-fontIcon.icon-women {
  font-size: 3.063em;
  /* 49px */
  color: #676767;
}
.bodyContainer .el-fontIcon.icon-snap-chat {
  padding: 6px;
  background: #e8d600;
  font-size: 1.125em;
  /* 18px */
}
.bodyContainer .el-fontIcon.icon-instagram {
  position: relative;
  bottom: 1px;
  padding: 7px;
  background: #517fa6;
  font-size: 1em;
  /* 16px */
}
.bodyContainer .el-fontIcon.icon-filter {
  font-size: 0.867em;
  /* 13px */
}
.bodyContainer .el-shareToolBar {
  margin: 22px 0 10px;
}
.bodyContainer .el-shareToolBar .el-fontIcon {
  margin-left: 15px;
}
.bodyContainer .el-shareToolBar .el-fontIcon:first-child {
  margin-left: 0;
}
.bodyContainer .el-tweetsAuthor {
  color: #373d41;
}
.bodyContainer .el-tweetsAuthor span {
  position: relative;
  left: 3px;
  color: #adbac4;
}
.bodyContainer .el-tweetsText {
  color: #333;
}
.bodyContainer .el-tweetsText a {
  color: #2477b3;
}
.bodyContainer .el-tweetsBox .el-btnBasic {
  margin-top: 30px;
}
.bodyContainer .el-citatBox {
  color: #999;
}
.bodyContainer .el-citatBox .icon-quote {
  display: none;
}
.bodyContainer .el-filterSearch span {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 16px;
  color: #000;
  margin-right: 10px;
}
.bodyContainer .el-filterAdvanced {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 16px;
  color: #000;
}
.bodyContainer .el-filterAdvanced .el-fontIcon {
  display: none;
}
.bodyContainer .el-filterAdvanced:before {
  content: "\f0b0";
  font-family: FontAwesome;
}
.bodyContainer #questionBox {
  margin-bottom: 260px;
}
.bodyContainer .el-topTitle {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 48px;
  color: #000;
}
.bodyContainer .el-questionTitle {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 26px;
  color: #000;
  margin-top: 6px;
  margin-bottom: 10px;
}
.bodyContainer .el-topDesc {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 20px;
  color: #999;
}
.bodyContainer .el-miniTitle {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 10px;
  color: #999;
}
.bodyContainer .el-disclaimer {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 10px;
  color: #999;
}
.bodyContainer .el-agreementEl {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  border: 1px solid #CCC;
  border-right: 0;
  font-size: 13px;
  color: #000;
}
.bodyContainer .el-label {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 13px;
  color: #000;
  margin-left: 10px;
}
.bodyContainer .el-dropBoxText {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 12px;
  color: #FFF;
}
.bodyContainer .el-titleS {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 13px;
  color: #000;
  float: left;
  margin-top: 2px;
}
.bodyContainer .el-radioBtnBox {
  float: left;
  margin-top: 0;
}
.bodyContainer .el-bdrBox {
  border-width: 1px;
  border-color: #CCC;
}
.bodyContainer .el-agreementEl.inactive {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 13px;
  color: #CCC;
}
.bodyContainer .el-agreementEl.active {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-weight: bold;
  font-size: 13px;
  color: #000;
  border: 1px solid #000;
}
.bodyContainer .el-questionTitle:before {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  margin: 0;
  font-weight: normal;
  font-size: 26px;
  color: #000;
  margin-right: 10px;
}
.bodyContainer .el-agreementEl:nth-last-child(2) {
  border-right: 1px solid #CCC;
}
.bodyContainer .el-agreementEl:hover,
.bodyContainer .el-agreementEl.active {
  padding-left: 1px;
  border: 2px solid #000;
}
.bodyContainer .el-bottomDesc {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  color: #000;
}
.bodyContainer .el-disclaimer {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 12px;
  color: #CCC;
}
.bodyContainer .el-disclaimer a:hover,
.bodyContainer .el-disclaimer a:visited,
.bodyContainer .el-disclaimer a:link {
  color: #cc0000;
}
.bodyContainer .el-selectBasicBox ul {
  max-width: 618px;
  box-shadow: none;
}
.bodyContainer .el-selectBasicBox li {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 13px;
}
.bodyContainer .el-selectBasicBox dt {
  border: 1px solid #CCC;
  margin-bottom: 14px;
}
.bodyContainer .el-selectBasicBox dt span {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 13px;
  padding: 10px 8px 0;
}
.bodyContainer .el-selectBasicBox dt .el-fontIcon:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  top: 11px;
  height: 0;
  width: 0;
  margin-top: 5px;
}
.bodyContainer .el-selectBasicBox dt .el-fontIcon:before {
  content: none;
}
.bodyContainer .el-selectBasicBox dt .icon-arrow-down {
  top: 0;
}
.bodyContainer .el-btnBig {
  background: #cc0000;
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 16px;
  text-transform: none;
  border-radius: 4px;
}
.bodyContainer .el-btnBig:hover {
  background: #cc0000;
}
.bodyContainer .electionsSeFlereButton,
.bodyContainer .electionsSeFlereButtonCrop {
  background: none;
  border: none;
  display: block;
  outline: none;
  margin: 5px auto 15px;
  -webkit-appearance: none;
  text-decoration: none;
  color: black;
  text-transform: none;
  font-size: 16px;
}
.bodyContainer .electionsSeFlereButton .el-fontIcon,
.bodyContainer .electionsSeFlereButtonCrop .el-fontIcon {
  display: none;
}
.bodyContainer .electionsSeFlereButton:before,
.bodyContainer .electionsSeFlereButtonCrop:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  margin-right: .25em;
  font-size: 85%;
  top: 0;
}
.bodyContainer .el-resultColName {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  color: #000;
  font-size: 20px;
}
.bodyContainer .el-resultColAgree {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  color: #999;
  font-size: 20px;
  margin-top: 4px;
}
.bodyContainer .el-resultColParty {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 20px;
  color: #000;
  margin-top: 2px;
}
.bodyContainer .el-candidateLink:hover .el-resultColName,
.bodyContainer .el-resultColData:hover .el-resultColName {
  text-decoration: none;
}
.bodyContainer .icon-facebook:hover {
  cursor: pointer;
}
.bodyContainer .el-bdrIcon {
  padding: 5px;
  border-radius: 50%;
  font-size: 1.250em;
  cursor: pointer;
  color: #fff;
}
.bodyContainer .el-resultCol2 .el-fontIcon {
  color: #FFF;
}
.bodyContainer .el-dropBoxLabel {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 16px;
  color: #000;
}
.bodyContainer .noUi-handle div {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 13px;
  color: #000;
}
.bodyContainer .el-aboutViewPage .el-btnBasic {
  font-size: 13px;
}
.bodyContainer .el-aboutViewPage .electionsSeFlereButtonCrop,
.bodyContainer .el-aboutViewPage .electionsSeFlereButton {
  font-size: 16px;
}
.bodyContainer .el-aboutViewPage .el-bdrBox .el-titleL {
  margin-top: 16px;
  margin-bottom: 10px;
}
.bodyContainer .el-aboutViewPage .el-compareBox .el-titleL {
  font-weight: normal;
}
.bodyContainer .el-aboutViewPage .seFlereResultColsetCrop {
  height: 52px;
}
.bodyContainer .el-aboutViewPage .el-partyAgreement {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 16px;
  color: #000;
}
.bodyContainer .el-aboutViewPage .el-infoEl {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 12px;
  color: #000;
}
.bodyContainer .el-aboutViewPage .el-aboutInfo,
.bodyContainer .el-aboutViewPage .el-basicText {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 18px;
  color: #000;
}
.bodyContainer .el-aboutViewPage .el-aboutList {
  margin-top: 15px;
}
.bodyContainer .el-aboutViewPage .el-compareCol:nth-child(4) {
  padding-left: 0;
}
.bodyContainer .el-aboutViewPage .el-titleL {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 28px;
  color: #000;
}
.bodyContainer .el-aboutViewPage .el-topTitle {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 48px;
  color: #000;
}
.bodyContainer .el-aboutViewPage .el-aboutBox {
  margin-top: 0;
}
.bodyContainer .el-aboutViewPage .el-aboutCandidat a {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 18px;
  color: #000;
}
.bodyContainer .el-aboutViewPage .el-aboutCandidat a:hover {
  text-decoration: underline;
}
.el-ballotPage .el-topTitle {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 48px;
  color: #000;
}
.el-ballotPage .el-topDesc {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 20px;
  color: #999;
}
.el-ballotPage .el-filterAdvanced {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 16px;
  color: #000;
}
.el-bdrBox .el-candidatesList li a {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 18px;
  color: #000;
}
.el-bdrBox .el-titleL {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 28px;
  color: #000;
  margin-bottom: 6px;
}
.el-bdrBox .el-titleL a {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 28px;
  color: #000;
}
@media (min-width: 768px) {
  .bodyContainer .el-titleS {
    font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
    font-weight: normal;
    margin: 0;
    font-size: 13px;
    color: #000;
    float: left;
    margin-top: 2px;
  }
  .bodyContainer .el-titleS.el-disclaimer {
    font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
    font-weight: normal;
    margin: 0;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
  }
  .bodyContainer .el-aboutBox img {
    width: 80px;
  }
  .bodyContainer #questionBox .el-questionBox .el-titleS {
    margin-right: 15px;
  }
  .bodyContainer .el-resultBox .el-titleL {
    font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
    font-weight: normal;
    margin: 0;
    color: #000;
    font-size: 28px;
  }
  .bodyContainer .el-compareCol,
  .bodyContainer .el-compareColLast {
    position: relative;
    min-height: 135px;
  }
  .bodyContainer .el-compareCol:nth-child(3) .el-answerNum {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .bodyContainer {
    margin-top: 10px;
  }
  .bodyContainer .el-aboutViewPage .el-aboutInfo {
    font-size: 16px;
  }
  .bodyContainer .el-aboutViewPage .el-topTitle {
    font-size: 24px;
  }
  .bodyContainer .el-aboutViewPage .el-partyAgreement {
    font-size: 14px;
  }
  .bodyContainer .el-aboutViewPage .el-titleL {
    font-size: 20px;
    margin-top: 10px;
  }
  .bodyContainer .el-aboutViewPage el-infoEl {
    font-size: 12px;
  }
  .bodyContainer .el-partyAgreement {
    font-size: 14px;
  }
  .bodyContainer .el-agreementEl {
    font-size: 11px;
  }
  .bodyContainer .el-dropBoxLabel {
    font-size: 14px;
  }
  .bodyContainer .el-topTitle {
    font-size: 24px;
  }
  .bodyContainer .el-titleS,
  .bodyContainer .el-label {
    font-size: 11px;
  }
  .bodyContainer .el-label {
    margin-right: 10px;
    padding-bottom: 2px;
  }
  .bodyContainer .el-topDesc {
    font-size: 16px;
    margin-top: 4px;
  }
  .bodyContainer el-topTitle {
    font-size: 28px;
  }
  .bodyContainer .el-bottomDesc {
    font-size: 16px;
  }
  .bodyContainer .el-compareAgeNum,
  .bodyContainer .el-compareMenBox,
  .bodyContainer .el-compareWomenBox {
    min-height: 86px;
  }
  .bodyContainer .el-dropBoxWrap {
    margin-top: 14px;
  }
  .bodyContainer .el-filterSearch span {
    font-size: 14px;
  }
  .bodyContainer .el-filterAdvanced {
    font-size: 14px;
  }
}
.electionsContainer {
  border-bottom: 1px solid #CCC;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
.electionsContainer .res-region_A {
  fill: #bf1e2e;
}
.electionsContainer .res-region_V {
  fill: #0f7dc0;
}
.electionsContainer .res-region_B {
  fill: #f69a9b;
}
.electionsContainer .res-region_C {
  fill: #01cbcb;
}
.electionsContainer .res-region_F {
  fill: #ed1f24;
}
.electionsContainer .res-region_I {
  fill: #75e2ff;
}
.electionsContainer .res-region_K {
  fill: #000000;
}
.electionsContainer .res-region_O {
  fill: #2a93fe;
}
.electionsContainer .res-region_Aa {
  fill: #844203;
}
.electionsContainer .res-region_Oo {
  fill: #ff6601;
}
.electionsContainer .res-chartBox .res-barA {
  background: #bf1e2e;
}
.electionsContainer .res-chartBox .res-barB {
  background: #f69a9b;
}
.electionsContainer .res-chartBox .res-barC {
  background: #01cbcb;
}
.electionsContainer .res-chartBox .res-barF {
  background: #ed1f24;
}
.electionsContainer .res-chartBox .res-barI {
  background: #75e2ff;
}
.electionsContainer .res-chartBox .res-barK {
  background: #000000;
}
.electionsContainer .res-chartBox .res-barO {
  background: #2a93fe;
}
.electionsContainer .res-chartBox .res-barV {
  background: #0f7dc0;
}
.electionsContainer .res-chartBox .res-barOo {
  background: #ff6601;
}
.electionsContainer .res-chartBox .res-barAa {
  background: #844203;
}
.electionsContainer .res-mainCandidateImg img {
  display: none;
}
.electionsContainer .res-LCandidate .res-imgOverlay {
  background-image: url("/static/Content/images/valg2015/thorning_red_mob_short.jpg");
  background-size: 141px;
  height: 186px;
  top: 34px;
  left: 10px;
  background-repeat: no-repeat;
}
.electionsContainer .res-RCandidate {
  background: #FFF;
}
.electionsContainer .res-RCandidate .res-mainCandidateImg {
  background: #0076BD;
}
.electionsContainer .res-RCandidate .res-imgOverlay {
  background: #0076BD;
  background-image: url("/static/Content/images/valg2015/lokke_blue_mob_short.jpg");
  background-size: 141px;
  height: 186px;
  width: 140px;
  top: 24px;
  left: 1px;
  background-repeat: no-repeat;
}
.electionsContainer .res-RCandidate .res-progress {
  background: #0076BD;
}
.electionsContainer .res-mainCandidateRes {
  height: 190px;
}
.electionsContainer .res-topDesc span:first-child {
  font-size: 16px;
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.electionsContainer .res-selectBasicBox dt {
  border: 1px solid #ccc;
  height: 29px;
}
.electionsContainer .res-selectBasicBox dt span {
  padding: 4px 8px;
}
.electionsContainer h2.res-topTitle {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 28px;
}
.electionsContainer .res-sorce,
.electionsContainer .res-topDesc {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.electionsContainer .res-btnBasic {
  font: none;
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  margin-top: 20px !important;
}
.electionsContainer .res-rate span {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.electionsContainer .res-btnBasic.active,
.electionsContainer .res-btnBasic:hover,
.electionsContainer .res-btnBasic {
  border: 1px solid #ccc;
  margin-right: 6px !important;
  padding: 5px 10px;
  padding-top: 8px;
  margin-top: 20px;
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.electionsContainer .res-btnBasic.active {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.electionsContainer .res-boldPrefix {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.electionsContainer .res-selectBasicBox dt span {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 14px;
}
.electionsContainer .res-selectBasicBox dt .res-fontIcon {
  display: none;
}
.electionsContainer .res-selectBasicBox dt:before {
  margin: 11px 6px 0 7px;
  display: block;
  float: right;
  width: 0;
  height: 0;
  border-top: 7px solid #000;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: '';
}
.electionsContainer .res-selectBasicBox dt.active:after {
  margin-top: -2px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid #000;
}
.electionsContainer .res-selectBasicBox dd li {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 14px;
}
.electionsDetailsContainer {
  position: relative;
}
.electionsDetailsContainer .res-indicator {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 14px;
}
.electionsDetailsContainer .res-indicator:nth-child(2) .icon-check {
  color: #ffa401;
}
.electionsDetailsContainer .res-btnBasic.active,
.electionsDetailsContainer .res-btnBasic:hover,
.electionsDetailsContainer .res-btnBasic:active,
.electionsDetailsContainer .res-btnBasic {
  border: none;
}
.electionsDetailsContainer .res-btnBasic {
  font: none;
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  border-color: none;
  border: 1px solid #CCC;
  padding: 5px 8px;
  margin-right: 10px;
  margin-top: 20px;
}
.electionsDetailsContainer .res-btnBasic.active {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  border: 1px solid #CCC;
  padding: 5px 8px;
  margin-right: 10px;
  margin-top: 20px;
}
.electionsDetailsContainer .res-btnBasic:hover {
  border: 1px solid #CCC;
  padding: 5px 8px;
}
.electionsDetailsContainer h3.res-top3VoteTitle,
.electionsDetailsContainer h3.res-top3VoteTitle {
  font-size: 28px;
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.electionsDetailsContainer h3.res-top3VoteTitle span,
.electionsDetailsContainer h3.res-top3VoteTitle span {
  font-size: 28px;
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  margin-right: 8px;
}
.electionsDetailsContainer .res-bdrBox {
  height: 1px;
  background: #CCC;
}
.electionsDetailsContainer .res-top3VoteBox .res-top3VoteSet {
  border-top: 1px solid #ccc;
}
.electionsDetailsContainer .res-top3VoteBox .res-top3VoteSet .res-top3VoteCol {
  font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 18px;
}
.electionsDetailsContainer .res-top3VoteBox .res-top3VoteSet .res-top3VoteCol .icon-check {
  color: #ffa401;
}
.electionsDetailsContainer .res-top3VoteBox .res-top3VoteSet .res-top3VoteCol .icon-check.active {
  color: #157533;
}
.electionsDetailsContainer .res-top3VoteBox .res-top3VoteSet .res-top3Col2 {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
}
.electionsDetailsContainer .res-top3VoteBox .res-top3VoteSet:nth-child(3) {
  border-top: none;
}
.electionsDetailsContainer .res-top3VoteBox .res-top3VoteSet.res-top3TitleCol {
  border-top: none;
}
.electionsDetailsContainer .res-top3VoteBox .res-top3VoteSet.res-top3TitleCol .res-top3Col1,
.electionsDetailsContainer .res-top3VoteBox .res-top3VoteSet.res-top3TitleCol .res-top3Col2,
.electionsDetailsContainer .res-top3VoteBox .res-top3VoteSet.res-top3TitleCol .res-top3Col3 {
  border-top: none;
  border-bottom: none;
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  font-size: 12px;
  text-transform: none;
}
.electionsDetailsContainer .res-top3VoteBox .res-btnMore {
  background: none;
  border: none;
  display: block;
  outline: none;
  margin: 5px auto 15px;
  -webkit-appearance: none;
  text-decoration: none;
  color: black;
  text-transform: none;
  font-size: 16px;
}
.electionsDetailsContainer .res-top3VoteBox .res-btnMore .res-fontIcon {
  display: none;
}
.electionsDetailsContainer .res-top3VoteBox .res-btnMore:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
  margin-right: .25em;
  font-size: 85%;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .electionsDetailsContainer .res-top3VoteBox .res-top3VoteSet .res-top3VoteCol {
    font-size: 14px;
  }
  .electionsDetailsContainer .res-btnBasic,
  .electionsDetailsContainer .res-btnBasic.active {
    margin-bottom: 18px;
    padding: 8px 8px;
  }
  .electionsDetailsContainer h3.res-top3VoteTitle,
  .electionsDetailsContainer .electionsDetailsContainer h3.res-top3VoteTitle {
    font-size: 24px;
  }
  .electionsContainer .res-LCandidate .res-imgOverlay {
    top: -33px;
    left: 15px;
  }
  .electionsContainer .res-RCandidate .res-imgOverlay {
    top: -37px;
    left: 15px;
  }
  .electionsContainer .res-mapBox .res-btnBig {
    background-color: #cc0000;
    height: 38px;
    padding-top: 10px;
    display: block;
    border-radius: 5px;
    font-family: 'franklin_gothic_fsmedium', Arial, sans-serif;
    font-weight: normal;
    margin: 0;
  }
  .electionsContainer .res-closeIcon {
    border: none;
  }
  .electionsContainer .res-closeIcon .res-fontIcon {
    font-size: 20px;
  }
}
.res-chartBox + .res-btnSet {
  display: none;
}
.electionsContainer .res-selectBasicBox dt {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .res-mapOverlay .res-btnBigBox {
    margin-top: 0;
  }
  .res-mapOverlay .res-selectBasicBox {
    margin-top: 10px !important;
  }
}
@media only screen and (min-width: 768px) {
  .electionsContainer .res-selectBasicBox dt {
    padding-top: 1px;
    padding-bottom: 2px;
  }
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000";
}
.icon-music:before {
  content: "\f001";
}
.icon-search:before {
  content: "\f002";
}
.icon-envelope-alt:before {
  content: "\f003";
}
.icon-heart:before {
  content: "\f004";
}
.icon-star:before {
  content: "\f005";
}
.icon-star-empty:before {
  content: "\f006";
}
.icon-user:before {
  content: "\f007";
}
.icon-film:before {
  content: "\f008";
}
.icon-th-large:before {
  content: "\f009";
}
.icon-th:before {
  content: "\f00a";
}
.icon-th-list:before {
  content: "\f00b";
}
.icon-ok:before {
  content: "\f00c";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-zoom-in:before {
  content: "\f00e";
}
.icon-zoom-out:before {
  content: "\f010";
}
.icon-power-off:before,
.icon-off:before {
  content: "\f011";
}
.icon-signal:before {
  content: "\f012";
}
.icon-gear:before,
.icon-cog:before {
  content: "\f013";
}
.icon-trash:before {
  content: "\f014";
}
.icon-home:before {
  content: "\f015";
}
.icon-file-alt:before {
  content: "\f016";
}
.icon-time:before {
  content: "\f017";
}
.icon-road:before {
  content: "\f018";
}
.icon-download-alt:before {
  content: "\f019";
}
.icon-download:before {
  content: "\f01a";
}
.icon-upload:before {
  content: "\f01b";
}
.icon-inbox:before {
  content: "\f01c";
}
.icon-play-circle:before {
  content: "\f01d";
}
.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e";
}
.icon-refresh:before {
  content: "\f021";
}
.icon-list-alt:before {
  content: "\f022";
}
.icon-lock:before {
  content: "\f023";
}
.icon-flag:before {
  content: "\f024";
}
.icon-headphones:before {
  content: "\f025";
}
.icon-volume-off:before {
  content: "\f026";
}
.icon-volume-down:before {
  content: "\f027";
}
.icon-volume-up:before {
  content: "\f028";
}
.icon-qrcode:before {
  content: "\f029";
}
.icon-barcode:before {
  content: "\f02a";
}
.icon-tag:before {
  content: "\f02b";
}
.icon-tags:before {
  content: "\f02c";
}
.icon-book:before {
  content: "\f02d";
}
.icon-bookmark:before {
  content: "\f02e";
}
.icon-print:before {
  content: "\f02f";
}
.icon-camera:before {
  content: "\f030";
}
.icon-font:before {
  content: "\f031";
}
.icon-bold:before {
  content: "\f032";
}
.icon-italic:before {
  content: "\f033";
}
.icon-text-height:before {
  content: "\f034";
}
.icon-text-width:before {
  content: "\f035";
}
.icon-align-left:before {
  content: "\f036";
}
.icon-align-center:before {
  content: "\f037";
}
.icon-align-right:before {
  content: "\f038";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-list:before {
  content: "\f03a";
}
.icon-indent-left:before {
  content: "\f03b";
}
.icon-indent-right:before {
  content: "\f03c";
}
.icon-facetime-video:before {
  content: "\f03d";
}
.icon-picture:before {
  content: "\f03e";
}
.icon-pencil:before {
  content: "\f040";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-adjust:before {
  content: "\f042";
}
.icon-tint:before {
  content: "\f043";
}
.icon-edit:before {
  content: "\f044";
}
.icon-share:before {
  content: "\f045";
}
.icon-check:before {
  content: "\f046";
}
.icon-move:before {
  content: "\f047";
}
.icon-step-backward:before {
  content: "\f048";
}
.icon-fast-backward:before {
  content: "\f049";
}
.icon-backward:before {
  content: "\f04a";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-forward:before {
  content: "\f04e";
}
.icon-fast-forward:before {
  content: "\f050";
}
.icon-step-forward:before {
  content: "\f051";
}
.icon-eject:before {
  content: "\f052";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-plus-sign:before {
  content: "\f055";
}
.icon-minus-sign:before {
  content: "\f056";
}
.icon-remove-sign:before {
  content: "\f057";
}
.icon-ok-sign:before {
  content: "\f058";
}
.icon-question-sign:before {
  content: "\f059";
}
.icon-info-sign:before {
  content: "\f05a";
}
.icon-screenshot:before {
  content: "\f05b";
}
.icon-remove-circle:before {
  content: "\f05c";
}
.icon-ok-circle:before {
  content: "\f05d";
}
.icon-ban-circle:before {
  content: "\f05e";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-arrow-up:before {
  content: "\f062";
}
.icon-arrow-down:before {
  content: "\f063";
}
.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064";
}
.icon-resize-full:before {
  content: "\f065";
}
.icon-resize-small:before {
  content: "\f066";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-asterisk:before {
  content: "\f069";
}
.icon-exclamation-sign:before {
  content: "\f06a";
}
.icon-gift:before {
  content: "\f06b";
}
.icon-leaf:before {
  content: "\f06c";
}
.icon-fire:before {
  content: "\f06d";
}
.icon-eye-open:before {
  content: "\f06e";
}
.icon-eye-close:before {
  content: "\f070";
}
.icon-warning-sign:before {
  content: "\f071";
}
.icon-plane:before {
  content: "\f072";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-random:before {
  content: "\f074";
}
.icon-comment:before {
  content: "\f075";
}
.icon-magnet:before {
  content: "\f076";
}
.icon-chevron-up:before {
  content: "\f077";
}
.icon-chevron-down:before {
  content: "\f078";
}
.icon-retweet:before {
  content: "\f079";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-folder-close:before {
  content: "\f07b";
}
.icon-folder-open:before {
  content: "\f07c";
}
.icon-resize-vertical:before {
  content: "\f07d";
}
.icon-resize-horizontal:before {
  content: "\f07e";
}
.icon-bar-chart:before {
  content: "\f080";
}
.icon-twitter-sign:before {
  content: "\f081";
}
.icon-facebook-sign:before {
  content: "\f082";
}
.icon-camera-retro:before {
  content: "\f083";
}
.icon-key:before {
  content: "\f084";
}
.icon-gears:before,
.icon-cogs:before {
  content: "\f085";
}
.icon-comments:before {
  content: "\f086";
}
.icon-thumbs-up-alt:before {
  content: "\f087";
}
.icon-thumbs-down-alt:before {
  content: "\f088";
}
.icon-star-half:before {
  content: "\f089";
}
.icon-heart-empty:before {
  content: "\f08a";
}
.icon-signout:before {
  content: "\f08b";
}
.icon-linkedin-sign:before {
  content: "\f08c";
}
.icon-pushpin:before {
  content: "\f08d";
}
.icon-external-link:before {
  content: "\f08e";
}
.icon-signin:before {
  content: "\f090";
}
.icon-trophy:before {
  content: "\f091";
}
.icon-github-sign:before {
  content: "\f092";
}
.icon-upload-alt:before {
  content: "\f093";
}
.icon-lemon:before {
  content: "\f094";
}
.icon-phone:before {
  content: "\f095";
}
.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096";
}
.icon-bookmark-empty:before {
  content: "\f097";
}
.icon-phone-sign:before {
  content: "\f098";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-github:before {
  content: "\f09b";
}
.icon-unlock:before {
  content: "\f09c";
}
.icon-credit-card:before {
  content: "\f09d";
}
.icon-rss:before {
  content: "\f09e";
}
.icon-hdd:before {
  content: "\f0a0";
}
.icon-bullhorn:before {
  content: "\f0a1";
}
.icon-bell:before {
  content: "\f0a2";
}
.icon-certificate:before {
  content: "\f0a3";
}
.icon-hand-right:before {
  content: "\f0a4";
}
.icon-hand-left:before {
  content: "\f0a5";
}
.icon-hand-up:before {
  content: "\f0a6";
}
.icon-hand-down:before {
  content: "\f0a7";
}
.icon-circle-arrow-left:before {
  content: "\f0a8";
}
.icon-circle-arrow-right:before {
  content: "\f0a9";
}
.icon-circle-arrow-up:before {
  content: "\f0aa";
}
.icon-circle-arrow-down:before {
  content: "\f0ab";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-wrench:before {
  content: "\f0ad";
}
.icon-tasks:before {
  content: "\f0ae";
}
.icon-filter:before {
  content: "\f0b0";
}
.icon-briefcase:before {
  content: "\f0b1";
}
.icon-fullscreen:before {
  content: "\f0b2";
}
.icon-group:before {
  content: "\f0c0";
}
.icon-link:before {
  content: "\f0c1";
}
.icon-cloud:before {
  content: "\f0c2";
}
.icon-beaker:before {
  content: "\f0c3";
}
.icon-cut:before {
  content: "\f0c4";
}
.icon-copy:before {
  content: "\f0c5";
}
.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6";
}
.icon-save:before {
  content: "\f0c7";
}
.icon-sign-blank:before {
  content: "\f0c8";
}
.icon-reorder:before {
  content: "\f0c9";
}
.icon-list-ul:before {
  content: "\f0ca";
}
.icon-list-ol:before {
  content: "\f0cb";
}
.icon-strikethrough:before {
  content: "\f0cc";
}
.icon-underline:before {
  content: "\f0cd";
}
.icon-table:before {
  content: "\f0ce";
}
.icon-magic:before {
  content: "\f0d0";
}
.icon-truck:before {
  content: "\f0d1";
}
.icon-pinterest:before {
  content: "\f0d2";
}
.icon-pinterest-sign:before {
  content: "\f0d3";
}
.icon-google-plus-sign:before {
  content: "\f0d4";
}
.icon-google-plus:before {
  content: "\f0d5";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-down:before {
  content: "\f0d7";
}
.icon-caret-up:before {
  content: "\f0d8";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-columns:before {
  content: "\f0db";
}
.icon-sort:before {
  content: "\f0dc";
}
.icon-sort-down:before {
  content: "\f0dd";
}
.icon-sort-up:before {
  content: "\f0de";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-linkedin:before {
  content: "\f0e1";
}
.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2";
}
.icon-legal:before {
  content: "\f0e3";
}
.icon-dashboard:before {
  content: "\f0e4";
}
.icon-comment-alt:before {
  content: "\f0e5";
}
.icon-comments-alt:before {
  content: "\f0e6";
}
.icon-bolt:before {
  content: "\f0e7";
}
.icon-sitemap:before {
  content: "\f0e8";
}
.icon-umbrella:before {
  content: "\f0e9";
}
.icon-paste:before {
  content: "\f0ea";
}
.icon-lightbulb:before {
  content: "\f0eb";
}
.icon-exchange:before {
  content: "\f0ec";
}
.icon-cloud-download:before {
  content: "\f0ed";
}
.icon-cloud-upload:before {
  content: "\f0ee";
}
.icon-user-md:before {
  content: "\f0f0";
}
.icon-stethoscope:before {
  content: "\f0f1";
}
.icon-suitcase:before {
  content: "\f0f2";
}
.icon-bell-alt:before {
  content: "\f0f3";
}
.icon-coffee:before {
  content: "\f0f4";
}
.icon-food:before {
  content: "\f0f5";
}
.icon-file-text-alt:before {
  content: "\f0f6";
}
.icon-building:before {
  content: "\f0f7";
}
.icon-hospital:before {
  content: "\f0f8";
}
.icon-ambulance:before {
  content: "\f0f9";
}
.icon-medkit:before {
  content: "\f0fa";
}
.icon-fighter-jet:before {
  content: "\f0fb";
}
.icon-beer:before {
  content: "\f0fc";
}
.icon-h-sign:before {
  content: "\f0fd";
}
.icon-plus-sign-alt:before {
  content: "\f0fe";
}
.icon-double-angle-left:before {
  content: "\f100";
}
.icon-double-angle-right:before {
  content: "\f101";
}
.icon-double-angle-up:before {
  content: "\f102";
}
.icon-double-angle-down:before {
  content: "\f103";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-desktop:before {
  content: "\f108";
}
.icon-laptop:before {
  content: "\f109";
}
.icon-tablet:before {
  content: "\f10a";
}
.icon-mobile-phone:before {
  content: "\f10b";
}
.icon-circle-blank:before {
  content: "\f10c";
}
.icon-quote-left:before {
  content: "\f10d";
}
.icon-quote-right:before {
  content: "\f10e";
}
.icon-spinner:before {
  content: "\f110";
}
.icon-circle:before {
  content: "\f111";
}
.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112";
}
.icon-github-alt:before {
  content: "\f113";
}
.icon-folder-close-alt:before {
  content: "\f114";
}
.icon-folder-open-alt:before {
  content: "\f115";
}
.icon-expand-alt:before {
  content: "\f116";
}
.icon-collapse-alt:before {
  content: "\f117";
}
.icon-smile:before {
  content: "\f118";
}
.icon-frown:before {
  content: "\f119";
}
.icon-meh:before {
  content: "\f11a";
}
.icon-gamepad:before {
  content: "\f11b";
}
.icon-keyboard:before {
  content: "\f11c";
}
.icon-flag-alt:before {
  content: "\f11d";
}
.icon-flag-checkered:before {
  content: "\f11e";
}
.icon-terminal:before {
  content: "\f120";
}
.icon-code:before {
  content: "\f121";
}
.icon-reply-all:before {
  content: "\f122";
}
.icon-mail-reply-all:before {
  content: "\f122";
}
.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123";
}
.icon-location-arrow:before {
  content: "\f124";
}
.icon-crop:before {
  content: "\f125";
}
.icon-code-fork:before {
  content: "\f126";
}
.icon-unlink:before {
  content: "\f127";
}
.icon-question:before {
  content: "\f128";
}
.icon-info:before {
  content: "\f129";
}
.icon-exclamation:before {
  content: "\f12a";
}
.icon-superscript:before {
  content: "\f12b";
}
.icon-subscript:before {
  content: "\f12c";
}
.icon-eraser:before {
  content: "\f12d";
}
.icon-puzzle-piece:before {
  content: "\f12e";
}
.icon-microphone:before {
  content: "\f130";
}
.icon-microphone-off:before {
  content: "\f131";
}
.icon-shield:before {
  content: "\f132";
}
.icon-calendar-empty:before {
  content: "\f133";
}
.icon-fire-extinguisher:before {
  content: "\f134";
}
.icon-rocket:before {
  content: "\f135";
}
.icon-maxcdn:before {
  content: "\f136";
}
.icon-chevron-sign-left:before {
  content: "\f137";
}
.icon-chevron-sign-right:before {
  content: "\f138";
}
.icon-chevron-sign-up:before {
  content: "\f139";
}
.icon-chevron-sign-down:before {
  content: "\f13a";
}
.icon-html5:before {
  content: "\f13b";
}
.icon-css3:before {
  content: "\f13c";
}
.icon-anchor:before {
  content: "\f13d";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-bullseye:before {
  content: "\f140";
}
.icon-ellipsis-horizontal:before {
  content: "\f141";
}
.icon-ellipsis-vertical:before {
  content: "\f142";
}
.icon-rss-sign:before {
  content: "\f143";
}
.icon-play-sign:before {
  content: "\f144";
}
.icon-ticket:before {
  content: "\f145";
}
.icon-minus-sign-alt:before {
  content: "\f146";
}
.icon-check-minus:before {
  content: "\f147";
}
.icon-level-up:before {
  content: "\f148";
}
.icon-level-down:before {
  content: "\f149";
}
.icon-check-sign:before {
  content: "\f14a";
}
.icon-edit-sign:before {
  content: "\f14b";
}
.icon-external-link-sign:before {
  content: "\f14c";
}
.icon-share-sign:before {
  content: "\f14d";
}
.icon-compass:before {
  content: "\f14e";
}
.icon-collapse:before {
  content: "\f150";
}
.icon-collapse-top:before {
  content: "\f151";
}
.icon-expand:before {
  content: "\f152";
}
.icon-euro:before,
.icon-eur:before {
  content: "\f153";
}
.icon-gbp:before {
  content: "\f154";
}
.icon-dollar:before,
.icon-usd:before {
  content: "\f155";
}
.icon-rupee:before,
.icon-inr:before {
  content: "\f156";
}
.icon-yen:before,
.icon-jpy:before {
  content: "\f157";
}
.icon-renminbi:before,
.icon-cny:before {
  content: "\f158";
}
.icon-won:before,
.icon-krw:before {
  content: "\f159";
}
.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a";
}
.icon-file:before {
  content: "\f15b";
}
.icon-file-text:before {
  content: "\f15c";
}
.icon-sort-by-alphabet:before {
  content: "\f15d";
}
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}
.icon-sort-by-attributes:before {
  content: "\f160";
}
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}
.icon-sort-by-order:before {
  content: "\f162";
}
.icon-sort-by-order-alt:before {
  content: "\f163";
}
.icon-thumbs-up:before {
  content: "\f164";
}
.icon-thumbs-down:before {
  content: "\f165";
}
.icon-youtube-sign:before {
  content: "\f166";
}
.icon-youtube:before {
  content: "\f167";
}
.icon-xing:before {
  content: "\f168";
}
.icon-xing-sign:before {
  content: "\f169";
}
.icon-youtube-play:before {
  content: "\f16a";
}
.icon-dropbox:before {
  content: "\f16b";
}
.icon-stackexchange:before {
  content: "\f16c";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-flickr:before {
  content: "\f16e";
}
.icon-adn:before {
  content: "\f170";
}
.icon-bitbucket:before {
  content: "\f171";
}
.icon-bitbucket-sign:before {
  content: "\f172";
}
.icon-tumblr:before {
  content: "\f173";
}
.icon-tumblr-sign:before {
  content: "\f174";
}
.icon-long-arrow-down:before {
  content: "\f175";
}
.icon-long-arrow-up:before {
  content: "\f176";
}
.icon-long-arrow-left:before {
  content: "\f177";
}
.icon-long-arrow-right:before {
  content: "\f178";
}
.icon-apple:before {
  content: "\f179";
}
.icon-windows:before {
  content: "\f17a";
}
.icon-android:before {
  content: "\f17b";
}
.icon-linux:before {
  content: "\f17c";
}
.icon-dribbble:before {
  content: "\f17d";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-foursquare:before {
  content: "\f180";
}
.icon-trello:before {
  content: "\f181";
}
.icon-female:before {
  content: "\f182";
}
.icon-male:before {
  content: "\f183";
}
.icon-gittip:before {
  content: "\f184";
}
.icon-sun:before {
  content: "\f185";
}
.icon-moon:before {
  content: "\f186";
}
.icon-archive:before {
  content: "\f187";
}
.icon-bug:before {
  content: "\f188";
}
.icon-vk:before {
  content: "\f189";
}
.icon-weibo:before {
  content: "\f18a";
}
.icon-renren:before {
  content: "\f18b";
}
.matches-widget {
  position: relative;
  width: 620px;
  overflow: hidden;
}
.matches-widget h1 {
  border-bottom: 1px solid #CCC;
  padding-bottom: 12px;
}
.matches-widget .doubleSlider-2 {
  margin-bottom: 8px;
  height: 35px;
}
.matches-widget .dates {
  height: 24px;
  margin: 0;
  padding: 0;
}
.matches-widget .dates div div {
  list-style-type: none;
  color: #CCC;
  height: 24px;
  text-align: center;
  border-right: 1px solid #F2F2F2;
  padding-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  font-family: Roboto, Arial;
  font-weight: 700;
}
.matches-widget .dates div:last-child .border {
  border: none;
}
.matches-widget .matches {
  width: 100%;
}
.matches-widget .matches .match-date,
.matches-widget .matches .match-text,
.matches-widget .matches .match-score {
  float: left;
  min-height: 1px;
}
.matches-widget .matches .match-date,
.matches-widget .matches .match-score {
  padding-top: 15px;
}
.matches-widget .matches .match-date {
  font-family: Roboto, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  width: 15%;
}
.matches-widget .matches .match-text {
  font-family: Roboto, Arial;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  margin-top: 6px;
  width: 70%;
}
.matches-widget .matches .match-text a,
.matches-widget .matches .match-text a:hover,
.matches-widget .matches .match-text a:visited {
  color: #000;
  text-decoration: none;
}
.matches-widget .matches .match-text span {
  font-family: Roboto, Arial;
  font-weight: 400;
  display: block;
  font-size: 12px;
  color: #666;
}
.matches-widget .matches .match-score {
  font-family: Roboto, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  width: 15%;
}
.matches-widget .matches .match-row {
  border-bottom: 1px solid #F2F2F2;
  height: 54px;
  padding-top: 10px;
}
.matches-widget .matches .match-row a {
  color: #000;
  text-decoration: none;
}
.matches-widget .matches div {
  text-align: center;
}
.matches-widget .doubleSlider-2 .selected div {
  color: #000;
}
.cupbox h1 {
  margin-top: 0;
}
.doubleSliderNextButton,
.doubleSliderPrevButton {
  cursor: pointer;
  width: 62px;
  background: #FFF;
  height: 38px;
  z-index: 9999;
  position: absolute;
  top: 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.doubleSliderNextButton:after,
.doubleSliderPrevButton:after {
  font-size: 20px;
  padding-left: 27px;
  color: #999;
  margin-top: 15px;
}
.doubleSliderNextButton {
  right: 0;
}
.doubleSliderNextButton:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f105";
}
.doubleSliderPrevButton {
  left: 0;
}
.doubleSliderPrevButton:after {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f104";
}
.doubleSlider-1 {
  width: 640px;
  padding-top: 8px;
  border-top: 1px solid #CCC;
}
.doubleSlider-2 {
  float: left;
  width: 640px;
  height: 60px;
  margin-top: 10px;
}
.doubleSlider-1 .slider {
  width: 100%;
  height: 100%;
}
.doubleSlider-1 .slider .item {
  position: relative;
  top: 0;
  left: 0;
  width: 900px;
  margin: 0 0 0 0;
  background: #FFF;
}
.doubleSlider-1 .slider .item .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 886px;
  padding: 7px;
  text-align: center;
}
.doubleSlider-1 .slider .item .caption .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 0;
}
.doubleSlider-1 .slider .item .caption span {
  font: normal 11px/15px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  text-shadow: 0 -1px 0 #333333;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.doubleSlider-2 .slider {
  width: 100%;
  height: 100%;
}
.doubleSlider-2 .button {
  float: left;
  margin: 0;
  width: 100px;
  height: 32px;
  cursor: pointer;
}
.sportsbox {
  width: 620px;
}
.sportsbox h1 {
  font-family: Roboto, Arial;
  font-weight: 700;
  font-size: 28px;
  color: #000;
  text-transform: uppercase;
  margin: 0;
}
.sportsbox hr {
  color: #CCC;
  border: none;
  border-bottom: 1px solid #CCC;
  width: 618px;
}
.matchresults-widget {
  margin-bottom: 24px;
}
.matchresults-widget h2 {
  margin-top: 8px;
  font-family: Roboto, Arial;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
.matchresults-widget .showmore,
.matchresults-widget .fasttrack__showmore button {
  padding-top: 14px;
  font-family: Roboto, Arial;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.matchresults-widget .match-row div:nth-child(1),
.matchresults-widget .headlines div:nth-child(1) {
  width: 15%;
  text-align: center;
  float: left;
}
.matchresults-widget .match-row div:nth-child(2),
.matchresults-widget .headlines div:nth-child(2) {
  width: 70%;
  float: left;
}
.matchresults-widget .match-row div:nth-child(3),
.matchresults-widget .headlines div:nth-child(3) {
  width: 15%;
  text-align: center;
  float: left;
}
.matchresults-widget .match-row {
  border-top: 1px solid #F2F2F2;
  height: 30px;
  padding-top: 10px;
}
.matchresults-widget .match-row a {
  color: #000;
  text-decoration: none;
}
.matchresults-widget .match-row div {
  min-height: 1px;
  float: left;
}
.matchresults-widget .match-row div:nth-child(2) {
  font-family: Roboto, Arial;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.matchresults-widget .match-row div:nth-child(1),
.matchresults-widget .match-row div:nth-child(3),
.matchresults-widget .match-row div:nth-child(4) {
  font-family: Roboto, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
.matchresults-widget .headlines {
  border-top: none;
  height: 18px;
}
.matchresults-widget .headlines > div {
  float: left;
  font-family: Roboto, Arial;
  font-weight: 700;
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
  min-height: 1px;
}
.matchstandings-widget {
  width: 100%;
  margin-bottom: 24px;
}
.matchstandings-widget h3 {
  padding-top: 10px;
  font-size: 20px;
  border-top: 1px solid #CCC;
  font-family: Roboto, Arial;
  font-weight: 700;
  text-transform: uppercase;
}
.matchstandings-widget h2 {
  font-family: Roboto, Arial;
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  margin: 10px 0 0 0;
}
.matchstandings-widget .color-explanation {
  min-height: 40px;
  margin-bottom: 10px;
  position: relative;
}
.matchstandings-widget .color-explanation > div {
  width: 58px;
  float: left;
  margin-right: 16px;
}
.matchstandings-widget .color-explanation > div div {
  height: 10px;
}
.matchstandings-widget .color-explanation > div span {
  height: 9px;
  font-family: Roboto, Arial;
  font-weight: 400;
  font-size: 10px;
  color: #000;
  position: relative;
  float: left;
  margin-right: 14px;
}
.matchstandings-widget .headlines {
  border-top: none;
  height: 18px;
}
.matchstandings-widget .headlines > div {
  font-family: Roboto, Arial;
  font-weight: 700;
  font-size: 10px;
  color: #000;
  text-transform: uppercase;
  min-height: 1px;
}
.matchstandings-widget .headlines div:nth-child(3),
.matchstandings-widget .standing-row div:nth-child(3),
.matchstandings-widget .headlines div:nth-child(4),
.matchstandings-widget .standing-row div:nth-child(4),
.matchstandings-widget .headlines div:nth-child(5),
.matchstandings-widget .standing-row div:nth-child(5),
.matchstandings-widget .headlines div:nth-child(6),
.matchstandings-widget .standing-row div:nth-child(6) {
  width: 8%;
  float: left;
  text-align: center;
}
.matchstandings-widget .headlines div:nth-child(1),
.matchstandings-widget .standing-row div:nth-child(1) {
  width: 6%;
  float: left;
  text-align: center;
}
.matchstandings-widget .headlines div:nth-child(7),
.matchstandings-widget .standing-row div:nth-child(7) {
  width: 12%;
  float: left;
  text-align: center;
}
.matchstandings-widget .headlines div:nth-child(2),
.matchstandings-widget .standing-row div:nth-child(2) {
  width: 40%;
  float: left;
  text-align: left;
}
.matchstandings-widget .headlines div:nth-child(8),
.matchstandings-widget .standing-row div:nth-child(8) {
  width: 10%;
  float: left;
  text-align: center;
}
.matchstandings-widget .standing-row {
  height: 44px;
  border-bottom: 2px solid #F2F2F2;
}
.matchstandings-widget .standing-row > div {
  font-family: Roboto, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  padding-top: 12px;
}
.matchstandings-widget .standing-row div:nth-child(2) {
  font-family: Roboto, Arial;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.matchstandings-widget .standing-row.last {
  border-bottom: none;
}
.match-events-widget {
  width: 620px;
}
.match-events-widget .match-str {
  position: absolute;
  top: 9px;
  font-size: 16px;
  left: -11px;
}
.match-events-widget .yellowcard,
.match-events-widget .redcard {
  border: 1px solid #B5B5B5;
  height: 15px;
  width: 11px;
  margin: auto;
}
.match-events-widget .yellowcard {
  background-image: url('/static/Content/images/sport/yellowcard.png');
}
.match-events-widget .redcard {
  background-image: url('/static/Content/images/sport/redcard.png');
}
.match-events-widget .match-goal,
.match-events-widget .match-owngoal {
  font-size: 16px;
  display: inline;
}
.match-events-widget .match-goal:after,
.match-events-widget .match-owngoal:after {
  content: "\f1e3";
  font-family: FontAwesome;
}
.match-events-widget .match-owngoal {
  color: #cc0000;
}
.match-events-widget h2 {
  font-size: 20px;
  font-family: Roboto, Arial;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  border-bottom: 1px solid #CCC;
  margin: 0;
  padding-bottom: 12px;
}
.match-events-widget h2 span {
  color: #999;
  font-family: Roboto, Arial;
  font-weight: 400;
  pointer-events: none;
}
.match-events-widget h2 span > a {
  text-decoration: none;
  color: inherit;
}
.match-events-widget table {
  width: 100%;
}
.match-events-widget td,
.match-events-widget th {
  text-align: center;
  height: 40px;
  color: #000;
}
.match-events-widget td {
  border-top: 1px solid #F2F2F2;
  font-family: Roboto, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  position: relative;
}
.match-events-widget th {
  font-family: Roboto, Arial;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  padding: 20px 0;
}
.match-events-widget th:nth-child(1),
.match-events-widget td:nth-child(1),
.match-events-widget th:nth-child(5),
.match-events-widget td:nth-child(5) {
  width: 35%;
}
.match-events-widget th:nth-child(2),
.match-events-widget td:nth-child(2),
.match-events-widget th:nth-child(4),
.match-events-widget td:nth-child(4) {
  width: 10%;
}
.match-events-widget th:nth-child(3),
.match-events-widget td:nth-child(3) {
  width: 10%;
}
.matches-overview {
  max-width: 620px;
}
.matches-overview a,
.matches-overview a:hover,
.matches-overview a:visited {
  color: #000;
  text-decoration: none;
}
.matches-overview hr {
  color: #CCC;
  border: none;
  border-bottom: 1px solid #CCC;
  width: 100%;
}
.matches-overview h1 {
  font-family: Roboto, Arial;
  font-weight: 700;
  font-size: 28px;
  color: #000;
  text-transform: uppercase;
  margin: 10px 0 0 0;
}
.matches-overview .matches-overview h1 {
  text-transform: Uppercase;
}
.matches-overview .sportsgroups {
  width: 100%;
  position: relative;
  display: flex;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-top: 6px;
  margin-bottom: 10px;
}
.matches-overview .sportsgroups h2 {
  float: left;
  padding: 0;
  margin: 0;
  text-transform: Uppercase;
  font-family: Roboto, Arial;
  font-weight: 700;
  font-size: 20px;
}
.matches-overview .sportsgroups .sportsflag {
  margin-left: 14px;
  width: 50px;
}
.matches-overview .sportsgroups img {
  width: 30px;
}
.matches-overview .sportsgroups .sportsitem {
  border-bottom: 1px solid #F2F2F2;
  padding: 10px 0;
  width: 100%;
  float: left;
  margin-right: 20px;
  font-size: 14px;
  font-family: Roboto, Arial;
  font-weight: 400;
}
.matches-overview .sportsgroups .sportsheader {
  position: relative;
  margin-bottom: 14px;
  height: 30px;
  margin-top: 10px;
}
.matches-overview .sportsgroups .sportsheader div {
  font-size: 20px;
  margin-bottom: 2px;
  float: left;
  text-transform: uppercase;
}
.matches-overview .sportsgroups .sportsheader .togglewidget {
  float: right;
}
@media only screen and (max-width: 767px) {
  .matches-overview .togglewidget {
    display: block;
  }
  .matches-overview .sportsgroups .sportsheader {
    margin: 0;
    border-bottom: 1px solid #CCC;
    padding-bottom: 2px;
  }
}
.sportsresults__content {
  display: table;
  width: 940px;
  margin-top: 20px 0;
}
.sportsresults__left {
  display: table-cell;
  width: 620px;
  vertical-align: top;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}
.sportsresults__right {
  display: table-cell;
  width: 300px;
  vertical-align: top;
  padding-left: 9px;
}
.sportsresults__right .ext-header {
  font-family: 'politiken egyptienne';
  font-weight: normal;
  font-size: 18px;
  color: black;
  padding: 5px 0;
  border-top: 5px solid #cc0000;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  line-height: 1.3;
}
/* SPORTS MOBIL NON-ARTICLE */
@media only screen and (max-width: 767px) {
  .dit-main {
    padding: 0 8px;
    overflow: hidden;
    background: white;
    width: auto;
    box-sizing: border-box;
  }
  .sportsresults__content {
    width: calc(100vw - 16px);
    padding-top: 10px;
  }
  .sportsresults__content .sportsresults__left {
    width: calc(100vw - 16px);
    border: none;
    padding: 0;
  }
  .sportsresults__content .sportsresults__left h1 {
    font-size: 16px;
    text-align: center;
    font-family: Roboto, Arial;
    font-weight: 700;
    text-transform: uppercase;
  }
  .sportsresults__content .sportsresults__left .matchresults-widget .headlines div:nth-child(1) {
    font-size: 10px;
    width: 15%;
  }
  .sportsresults__content .sportsresults__left .matchresults-widget .headlines div:nth-child(2) {
    font-size: 10px;
    width: 70%;
  }
  .sportsresults__content .sportsresults__left .matchresults-widget .headlines div:nth-child(3) {
    font-size: 10px;
    width: 15%;
  }
  .sportsresults__content .sportsresults__left .match-events-widget,
  .sportsresults__content .sportsresults__left .matchstandings-widget,
  .sportsresults__content .sportsresults__left .matches-widget,
  .sportsresults__content .sportsresults__left .matchresults-widget {
    width: calc(100vw - 16px);
  }
  .sportsresults__content .sportsresults__left .match-events-widget button.showmore,
  .sportsresults__content .sportsresults__left .matchstandings-widget button.showmore,
  .sportsresults__content .sportsresults__left .matches-widget button.showmore,
  .sportsresults__content .sportsresults__left .matchresults-widget button.showmore,
  .sportsresults__content .sportsresults__left .match-events-widget button.fasttrack__showmore button,
  .sportsresults__content .sportsresults__left .matchstandings-widget button.fasttrack__showmore button,
  .sportsresults__content .sportsresults__left .matches-widget button.fasttrack__showmore button,
  .sportsresults__content .sportsresults__left .matchresults-widget button.fasttrack__showmore button {
    font-size: 12px;
  }
  .sportsresults__content .sportsresults__left .match-events-widget .matches .match-row,
  .sportsresults__content .sportsresults__left .matchstandings-widget .matches .match-row,
  .sportsresults__content .sportsresults__left .matches-widget .matches .match-row,
  .sportsresults__content .sportsresults__left .matchresults-widget .matches .match-row {
    padding-top: 16px;
  }
  .sportsresults__content .sportsresults__left .match-events-widget .matches .match-row div,
  .sportsresults__content .sportsresults__left .matchstandings-widget .matches .match-row div,
  .sportsresults__content .sportsresults__left .matches-widget .matches .match-row div,
  .sportsresults__content .sportsresults__left .matchresults-widget .matches .match-row div {
    float: left;
    min-height: 1px;
  }
  .sportsresults__content .sportsresults__left .match-events-widget .matches .match-row div:nth-child(1),
  .sportsresults__content .sportsresults__left .matchstandings-widget .matches .match-row div:nth-child(1),
  .sportsresults__content .sportsresults__left .matches-widget .matches .match-row div:nth-child(1),
  .sportsresults__content .sportsresults__left .matchresults-widget .matches .match-row div:nth-child(1) {
    font-size: 11px;
    width: 15%;
  }
  .sportsresults__content .sportsresults__left .match-events-widget .matches .match-row div:nth-child(2),
  .sportsresults__content .sportsresults__left .matchstandings-widget .matches .match-row div:nth-child(2),
  .sportsresults__content .sportsresults__left .matches-widget .matches .match-row div:nth-child(2),
  .sportsresults__content .sportsresults__left .matchresults-widget .matches .match-row div:nth-child(2) {
    font-size: 12px;
    width: 70%;
  }
  .sportsresults__content .sportsresults__left .match-events-widget .matches .match-row div:nth-child(3),
  .sportsresults__content .sportsresults__left .matchstandings-widget .matches .match-row div:nth-child(3),
  .sportsresults__content .sportsresults__left .matches-widget .matches .match-row div:nth-child(3),
  .sportsresults__content .sportsresults__left .matchresults-widget .matches .match-row div:nth-child(3) {
    font-size: 12px;
    width: 15%;
  }
  .sportsresults__content .sportsresults__left .match-events-widget .doubleSliderPrevButton,
  .sportsresults__content .sportsresults__left .matchstandings-widget .doubleSliderPrevButton,
  .sportsresults__content .sportsresults__left .matches-widget .doubleSliderPrevButton,
  .sportsresults__content .sportsresults__left .matchresults-widget .doubleSliderPrevButton,
  .sportsresults__content .sportsresults__left .match-events-widget .doubleSliderNextButton,
  .sportsresults__content .sportsresults__left .matchstandings-widget .doubleSliderNextButton,
  .sportsresults__content .sportsresults__left .matches-widget .doubleSliderNextButton,
  .sportsresults__content .sportsresults__left .matchresults-widget .doubleSliderNextButton {
    height: 25px;
    top: 5px;
  }
  .sportsresults__content .sportsresults__left .match-events-widget .doubleSliderNextButton:after,
  .sportsresults__content .sportsresults__left .matchstandings-widget .doubleSliderNextButton:after,
  .sportsresults__content .sportsresults__left .matches-widget .doubleSliderNextButton:after,
  .sportsresults__content .sportsresults__left .matchresults-widget .doubleSliderNextButton:after {
    position: absolute;
    right: 10px;
    top: -18px;
    padding: 0;
  }
  .sportsresults__content .sportsresults__left .match-events-widget .doubleSliderPrevButton:after,
  .sportsresults__content .sportsresults__left .matchstandings-widget .doubleSliderPrevButton:after,
  .sportsresults__content .sportsresults__left .matches-widget .doubleSliderPrevButton:after,
  .sportsresults__content .sportsresults__left .matchresults-widget .doubleSliderPrevButton:after {
    padding: 0;
    position: absolute;
    left: 10px;
    top: -18px;
  }
  .sportsresults__content .sportsresults__left .match-events-widget .doubleSlider-1,
  .sportsresults__content .sportsresults__left .matchstandings-widget .doubleSlider-1,
  .sportsresults__content .sportsresults__left .matches-widget .doubleSlider-1,
  .sportsresults__content .sportsresults__left .matchresults-widget .doubleSlider-1 {
    border-top: 1px solid #CCC;
  }
  .sportsresults__content .sportsresults__left .match-events-widget .doubleSlider-2,
  .sportsresults__content .sportsresults__left .matchstandings-widget .doubleSlider-2,
  .sportsresults__content .sportsresults__left .matches-widget .doubleSlider-2,
  .sportsresults__content .sportsresults__left .matchresults-widget .doubleSlider-2,
  .sportsresults__content .sportsresults__left .match-events-widget .doubleSlider-1,
  .sportsresults__content .sportsresults__left .matchstandings-widget .doubleSlider-1,
  .sportsresults__content .sportsresults__left .matches-widget .doubleSlider-1,
  .sportsresults__content .sportsresults__left .matchresults-widget .doubleSlider-1 {
    width: calc(100vw - 16px);
    margin: 0;
    height: 36px;
  }
  .sportsresults__content .sportsresults__left .match-events-widget .doubleSlider-2 .button,
  .sportsresults__content .sportsresults__left .matchstandings-widget .doubleSlider-2 .button,
  .sportsresults__content .sportsresults__left .matches-widget .doubleSlider-2 .button,
  .sportsresults__content .sportsresults__left .matchresults-widget .doubleSlider-2 .button,
  .sportsresults__content .sportsresults__left .match-events-widget .doubleSlider-1 .button,
  .sportsresults__content .sportsresults__left .matchstandings-widget .doubleSlider-1 .button,
  .sportsresults__content .sportsresults__left .matches-widget .doubleSlider-1 .button,
  .sportsresults__content .sportsresults__left .matchresults-widget .doubleSlider-1 .button {
    width: 100vw;
  }
  .sportsresults__content .sportsresults__left .match-events-widget .doubleSlider-2 .slider .item,
  .sportsresults__content .sportsresults__left .matchstandings-widget .doubleSlider-2 .slider .item,
  .sportsresults__content .sportsresults__left .matches-widget .doubleSlider-2 .slider .item,
  .sportsresults__content .sportsresults__left .matchresults-widget .doubleSlider-2 .slider .item,
  .sportsresults__content .sportsresults__left .match-events-widget .doubleSlider-1 .slider .item,
  .sportsresults__content .sportsresults__left .matchstandings-widget .doubleSlider-1 .slider .item,
  .sportsresults__content .sportsresults__left .matches-widget .doubleSlider-1 .slider .item,
  .sportsresults__content .sportsresults__left .matchresults-widget .doubleSlider-1 .slider .item {
    width: 100vw;
  }
  .sportsresults__content .sportsresults__left .match-events-widget .standing-row div,
  .sportsresults__content .sportsresults__left .matchstandings-widget .standing-row div,
  .sportsresults__content .sportsresults__left .matches-widget .standing-row div,
  .sportsresults__content .sportsresults__left .matchresults-widget .standing-row div {
    font-size: 12px;
  }
  .sportsresults__content .sportsresults__left .match-events-widget h2,
  .sportsresults__content .sportsresults__left .matchstandings-widget h2,
  .sportsresults__content .sportsresults__left .matches-widget h2,
  .sportsresults__content .sportsresults__left .matchresults-widget h2,
  .sportsresults__content .sportsresults__left .match-events-widget h3,
  .sportsresults__content .sportsresults__left .matchstandings-widget h3,
  .sportsresults__content .sportsresults__left .matches-widget h3,
  .sportsresults__content .sportsresults__left .matchresults-widget h3 {
    font-size: 14px;
  }
  .sportsresults__content .sportsresults__left .match-events-widget th,
  .sportsresults__content .sportsresults__left .matchstandings-widget th,
  .sportsresults__content .sportsresults__left .matches-widget th,
  .sportsresults__content .sportsresults__left .matchresults-widget th {
    font-size: 14px;
    padding: 0;
  }
  .sportsresults__content .sportsresults__left .match-events-widget td,
  .sportsresults__content .sportsresults__left .matchstandings-widget td,
  .sportsresults__content .sportsresults__left .matches-widget td,
  .sportsresults__content .sportsresults__left .matchresults-widget td {
    font-size: 12px;
  }
  .sportsresults__content .sportsresults__left .matches-widget .matches .match-row {
    padding-top: 10px;
  }
  .sportsresults__content .sportsresults__left .matches-widget .matches .match-row div {
    float: left;
    min-height: 1px;
  }
  .sportsresults__content .sportsresults__left .matches-widget .matches .match-row div:nth-child(1) {
    width: 15%;
  }
  .sportsresults__content .sportsresults__left .matches-widget .matches .match-row div:nth-child(2) {
    font-size: 12px;
    width: 70%;
  }
  .sportsresults__content .sportsresults__left .matches-widget .matches .match-row div:nth-child(3) {
    font-size: 12px;
    display: none;
  }
  .sportsresults__content .sportsresults__left .matches-widget .matches .match-row div:nth-child(4) {
    width: 15%;
  }
  .sportsresults__content .sportsresults__right {
    display: none;
  }
}
/* SPORTS MOBIL NON-ARTICLE END */
.matchinfo-article {
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  padding: 20px;
}
.matchinfo-article .result {
  font-family: Roboto, Arial;
  font-weight: 400;
  font-weight: 500;
  overflow: hidden;
  color: #000;
  font-size: 18px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.matchinfo-article .result div {
  width: 33%;
  float: left;
}
.matchinfo-article .result .homename {
  text-align: left;
}
.matchinfo-article .result .awayname {
  text-align: right;
}
.matchinfo-article .result .score {
  text-align: center;
}
.matchinfo-article .events {
  font-family: Roboto, Arial;
  font-weight: 400;
  overflow: hidden;
  color: #999;
  font-size: 12px;
}
.matchinfo-article .events .homeevents {
  float: left;
  width: 50%;
  text-align: left;
}
.matchinfo-article .events .awayevents {
  float: left;
  width: 50%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .matchinfo-article .result {
    font-size: 16px;
  }
  .matchinfo-article .events {
    font-size: 10px;
  }
}
.togglewidget:before {
  font-family: 'FontAwesome';
  content: "\f0d7";
  font-size: 12px;
  padding: 0 5px 0 15px;
  color: #999;
}
.togglewidget {
  float: right;
  display: none;
  margin: 0 10px 0 0;
}
.hidewidget:before {
  content: "\f0d8";
}
.widget-articles {
  width: 300px;
  float: right;
  clear: right;
  margin: 26px 6px 0 18px;
  position: relative;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;
}
.widget-articles header {
  font-size: 15px;
  text-transform: uppercase;
  font-family: Roboto, Arial;
  font-weight: 700;
  padding: 11px 0;
}
.widget-articles header .togglewidget {
  display: none;
}
.widget-articles .readmore {
  text-align: right;
  padding: 6px 0;
}
.widget-articles .readmore a {
  color: #CA0205;
  font-family: Roboto, Arial;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .widget-articles {
    width: 100%;
    float: none;
    clear: none;
    margin: 15px 0 20px 0;
  }
  .widget-articles header {
    font-size: 12px;
  }
  .widget-articles header .togglewidget {
    display: block;
  }
  .widget-articles .readmore a {
    font-size: 12px;
  }
}
.upcomingmatches-article .matches .matchrow:first-child,
.latestmatches-article .matches .matchrow:first-child {
  border-top: 1px solid #F2F2F2;
}
.upcomingmatches-article .matches .matchrow,
.latestmatches-article .matches .matchrow {
  overflow: hidden;
  border-bottom: 1px solid #F2F2F2;
}
.upcomingmatches-article .matches .matchrow div,
.latestmatches-article .matches .matchrow div {
  box-sizing: border-box;
  text-align: center;
  margin: 0;
  border: none;
  float: left;
  padding: 6px;
}
.upcomingmatches-article .matches .matchrow div:nth-child(1),
.latestmatches-article .matches .matchrow div:nth-child(1) {
  width: 15%;
  font-size: 12px;
  color: #666;
  font-family: Roboto, Arial;
  font-weight: 400;
}
.upcomingmatches-article .matches .matchrow div:nth-child(2),
.latestmatches-article .matches .matchrow div:nth-child(2) {
  width: 70%;
  border-left: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
  font-size: 14px;
  font-family: Roboto, Arial;
  font-weight: 400;
  color: #000;
}
.upcomingmatches-article .matches .matchrow div:nth-child(3),
.latestmatches-article .matches .matchrow div:nth-child(3) {
  width: 15%;
  font-size: 12px;
  color: #666;
  font-family: Roboto, Arial;
  font-weight: 400;
}
.upcomingmatches-article .matches .matchrow div:nth-child(2) {
  width: 85%;
}
.upcomingmatches-article .matches .matchrow div:nth-child(3) {
  display: none;
}
@media only screen and (max-width: 767px) {
  .upcomingmatches-article .matches .matchrow div:nth-child(1),
  .latestmatches-article .matches .matchrow div:nth-child(1) {
    font-size: 11px;
  }
  .upcomingmatches-article .matches .matchrow div:nth-child(2),
  .latestmatches-article .matches .matchrow div:nth-child(2) {
    font-size: 12px;
  }
  .upcomingmatches-article .matches .matchrow div:nth-child(3),
  .latestmatches-article .matches .matchrow div:nth-child(3) {
    font-size: 11px;
  }
}
.topscorer .players .playerrow div:nth-child(1) {
  width: 8%;
  font-family: Roboto, Arial;
  font-weight: 400;
  font-size: 14px;
}
.topscorer .players .playerrow div:nth-child(2) {
  width: 47%;
  text-align: left;
  font-family: Roboto, Arial;
  font-weight: 400;
  font-size: 14px;
}
.topscorer .players .playerrow div:nth-child(3) {
  width: 35%;
  font-family: Roboto, Arial;
  font-weight: 400;
  font-size: 14px;
}
.topscorer .players .playerrow div:nth-child(4) {
  width: 10%;
  font-family: Roboto, Arial;
  font-weight: 400;
  font-size: 14px;
}
.topscorer .players .playerrow,
.topscorer .players .titles {
  overflow: hidden;
  border-bottom: 1px solid #F2F2F2;
}
.topscorer .players .playerrow div,
.topscorer .players .titles div {
  box-sizing: border-box;
  text-align: left;
  margin: 0;
  border: none;
  float: left;
  padding: 12px;
  font-size: 14px;
  color: #000;
}
.topscorer .players .playerrow div:nth-child(1),
.topscorer .players .titles div:nth-child(1) {
  width: 8%;
}
.topscorer .players .playerrow div:nth-child(2),
.topscorer .players .titles div:nth-child(2) {
  width: 47%;
}
.topscorer .players .playerrow div:nth-child(3),
.topscorer .players .titles div:nth-child(3) {
  width: 35%;
}
.topscorer .players .playerrow div:nth-child(4),
.topscorer .players .titles div:nth-child(4) {
  width: 10%;
}
.topscorer .players .titles div {
  padding: 6px;
}
.topscorer .players .titles {
  border-bottom: 1px solid #F2F2F2;
}
.topscorer .players .titles div {
  border: none;
  font-size: 10px;
  font-family: Roboto, Arial;
  font-weight: 700;
  text-transform: uppercase;
}
.topscorer-nonarticle {
  margin-bottom: 10px;
}
.topscorer-nonarticle h3 {
  padding-top: 10px;
  font-size: 16px;
  border-top: 1px solid #CCC;
  font-family: Roboto, Arial;
  font-weight: 700;
}
.topscorer-nonarticle .players .playerrow div {
  font-size: 14px;
}
.topscorer-nonarticle .players .playerrow div:nth-child(2) {
  font-size: 16px;
}
.topscorer-nonarticle .players .titles div {
  font-size: 10px;
}
@media only screen and (max-width: 767px) {
  .topscorer h3 {
    font-size: 14px;
  }
  .topscorer .players .playerrow div:nth-child(-n+4) {
    font-size: 12px;
  }
}
.standings-article .teams hr {
  border: 0;
  border-bottom: 1px dotted #ccc;
  text-align: center;
}
.standings-article .teams .teamrow {
  overflow: hidden;
  border-bottom: 1px solid #F2F2F2;
}
.standings-article .teams .teamrow div {
  box-sizing: border-box;
  text-align: center;
  margin: 0;
  border: none;
  float: left;
  padding: 6px;
  color: #000;
}
.standings-article .teams .teamrow div:nth-child(1) {
  width: 15%;
  font-size: 14px;
  font-family: Roboto, Arial;
  font-weight: 400;
}
.standings-article .teams .teamrow div:nth-child(2) {
  width: 70%;
  text-align: left;
  font-size: 14px;
  font-family: Roboto, Arial;
  font-weight: 400;
}
.standings-article .teams .teamrow div:nth-child(3) {
  width: 15%;
  font-size: 14px;
  font-family: Roboto, Arial;
  font-weight: 400;
}
.standings-article .teams .teamrow:first-child {
  border-bottom: 1px solid #F2F2F2;
}
.standings-article .teams .teamrow:first-child div {
  border: none;
  font-size: 10px;
  font-family: Roboto, Arial;
  font-weight: 700;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .standings-article .teams .teamrow div:nth-child(1) {
    font-size: 12px;
  }
  .standings-article .teams .teamrow div:nth-child(2) {
    font-size: 12px;
  }
  .standings-article .teams .teamrow div:nth-child(3) {
    font-size: 12px;
  }
  .standings-article .teams .teamrow:first-child div {
    font-size: 10px;
  }
}
.sportsresults_topmonster,
.sportsresults_bottommonster {
  clear: both;
  margin: 0 auto 10px auto;
  min-height: 180px;
  position: relative;
  width: 960px;
  z-index: 9000;
}
.sportsresults_bottommonster {
  width: 930px;
}
.sportsresults__vinkelv {
  left: -160px;
  width: 160px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.sportsresults__vinkelh {
  left: 960px;
  position: absolute;
  top: 0;
  bottom: 0;
}
#vinkelv .bannerpositioner > div {
  float: right !important;
  text-align: right;
  margin-bottom: 40px;
  min-height: 950px;
}
#vinkelh .bannerpositioner > div {
  margin-bottom: 40px;
  min-height: 950px;
}
.bannerpositioner {
  position: relative;
}
.stickybanner-lefttop,
.stickybanner-leftbottom {
  position: absolute;
}
.stickybanner-lefttop > div,
.stickybanner-leftbottom > div {
  float: right !important;
  text-align: right;
}
.stickybanner-righttop,
.stickybanner-rightbottom {
  position: absolute;
  width: 300px;
}
.stickybanner-righttop > div,
.stickybanner-rightbottom > div {
  float: left !important;
  text-align: left;
}
.stickybanner-lefttop,
.stickybanner-righttop {
  top: 1500px;
}
.stickybanner-rightbottom,
.stickybanner-leftbottom {
  top: 8500px;
}
.sportsresults_ad-text {
  color: #999;
  display: block;
  font: 11px/10px Arial, Helvetica, sans-serif;
  margin-bottom: 5px;
}
.sportsresults_topmonster--mobile,
.sportsresults_bottommonster--mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sportsresults_topmonster,
  .sportsresults_bottommonster {
    display: none;
  }
  .sportsresults_topmonster--mobile {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .sportsresults_bottommonster--mobile {
    display: block;
    text-align: center;
    padding: 5px 0 5px;
    margin: 8px 0;
    border-color: #e6e6e6;
    border-style: solid;
    border-width: 1px 0;
  }
  .sportsresults_bottommonster--mobile:before {
    content: 'Annonce';
    color: #999;
    font-weight: normal;
    display: block;
    text-align: left;
    padding: 0 0 8px 8px;
    font-size: 11px;
  }
}
.livetpaamars .focal-point {
  position: relative;
  background-color: transparent;
}
.livetpaamars .focal-point h2.header {
  margin: 0;
  position: absolute;
  z-index: 1;
  font-family: 'politiken egyptienne';
  font-weight: normal;
}
.livetpaamars .focal-point h2.header.black,
.livetpaamars .focal-point h2.header.white {
  background-color: transparent;
}
.livetpaamars .focal-point h2.header.white a {
  color: #ffffff;
}
.livetpaamars .focal-point .credit {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  font-size: 10px;
  background: none;
  font-family: Roboto, Arial;
  font-weight: 400;
}
.livetpaamars .focal-point .credit.white {
  color: #ffffff;
}
.livetpaamars .art-body {
  max-width: none;
}
.livetpaamars .art-body .image.inlineLightBox {
  width: auto;
}
.livetpaamars .livetpaamars-bagomlivet.magazinebox-row.three h2 {
  margin-top: 20px;
}
.livetpaamars .mars-header {
  margin-top: 20px;
  font-family: 'politiken egyptienne';
  font-weight: normal;
  font-size: 18px;
  padding: 5px 8px 5px 0;
  border-top: 5px solid #cc0000;
  border-bottom: 1px solid #ccc;
}
.livetpaamars .stamp {
  padding-top: 10px;
}
.livetpaamars .stamp a {
  color: #ccc !important;
  font-weight: normal !important;
}
.livetpaamars .first .stamp {
  padding-top: 0;
}
.livetpaamars .magazinebox-row {
  border-top: none;
  margin-bottom: 20px;
}
.livetpaamars .magazinebox-row.three h2 {
  margin: 0;
}
.livetpaamars .magazine-box.large:first-child {
  margin-bottom: 20px;
}
.livetpaamars .magazine-box {
  vertical-align: top;
}
.livetpaamars .magazine-box h2 a {
  color: #000;
}
.livetpaamars-zone {
  padding-bottom: 10px;
}
.livetpaamars-zone .overlay {
  position: absolute;
  top: 10px;
  left: 10px;
}
.livetpaamars-zone .overlay h1 {
  color: #fff;
}
.livetpaamars-zone .campaign-underrubrik {
  color: #ccc;
}
.livetpaamars-zone .stamp {
  color: #ccc;
  font-weight: normal !important;
}
.livetpaamars-zone .stamp a {
  color: #ccc !important;
}
.livetpaamars-zone .stamp .premium-content__stamp {
  color: #ccc !important;
}
.livetpaamars-zone a {
  color: #fff;
}
.livetpaamars-zone .campaign-background .campaign-background-rubrik a {
  color: #fff;
}
.livetpaamars-zone .campaign-background a {
  color: #fff;
}
.ebembed-generic {
  width: 100%;
}
.article-follow__dropdown {
  display: none;
  position: absolute;
  top: 46px;
  left: 0px;
  width: 250px;
  background-color: #fff;
  border: 1px solid #ccc;
  z-index: 100;
  text-align: left;
  padding: 0 15px;
}
.article-follow__dropdown.is-open {
  display: block;
  height: auto;
}
.article-follow__dropdown.is-loading {
  height: 69px;
  background-image: url("/static/Content/images/ajax/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
}
.article-follow__dropdown:after,
.article-follow__dropdown:before {
  bottom: 100%;
  left: 83px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.article-follow__dropdown:after {
  border-bottom-color: white;
  border-width: 10px;
}
.article-follow__dropdown:before {
  border-bottom-color: #ccc;
  border-width: 11px;
  margin-left: -1px;
}
.article-follow__item {
  position: relative;
  padding: 15px 0;
}
.article-follow__item + .article-follow__item {
  border-top: 1px solid #f2f2f2;
}
.article-follow__title {
  margin-bottom: 2px;
}
.article-follow__item-button {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -11px;
}
.article-follow__noitem {
  padding: 15px 0;
}
.forside-sektions-baand-container {
  overflow: hidden;
}
.forside-sektions-baand-container .forside-sektions-baand {
  margin: 0 -10px 30px;
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
}
.forside-sektions-baand-container .forside-sektions-baand ul {
  display: table;
  padding: 0;
  margin: 0;
  table-layout: fixed;
  list-style: none;
  width: 100%;
}
.forside-sektions-baand-container .forside-sektions-baand li {
  vertical-align: top;
}
.forside-sektions-baand-container .forside-sektions-baand h3,
.forside-sektions-baand-container .forside-sektions-baand h4,
.forside-sektions-baand-container .forside-sektions-baand h5 {
  margin: 0;
  font-weight: normal;
  line-height: 116%;
}
.forside-sektions-baand-container .forside-sektions-baand > ul > li {
  display: table-cell;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #e5e5e5;
}
.forside-sektions-baand-container .forside-sektions-baand > ul > li:first-child {
  border: 0;
}
.forside-sektions-baand-container .forside-sektions-baand h5 {
  font-size: 9px;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-family: roboto;
}
.forside-sektions-baand-container .forside-sektions-baand h5 a {
  color: #999;
}
.forside-sektions-baand-container .forside-sektions-baand ul.upper a.img {
  display: block;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  margin-bottom: 9px;
}
.forside-sektions-baand-container .forside-sektions-baand ul.upper a.img img {
  width: 100%;
}
.forside-sektions-baand-container .forside-sektions-baand ul.upper h3 {
  margin-bottom: 12px;
  line-height: 50%;
}
.forside-sektions-baand-container .forside-sektions-baand ul.upper h3 a {
  font-family: 'politiken egyptienne', Georgia, Times, serif;
  font-size: 14px;
}
.forside-sektions-baand-container .forside-sektions-baand ul.upper h4 {
  font-family: CapitoliumNews2-Bold, Georgia, serif;
  font-weight: normal;
  margin: 0;
  font-size: 17px;
  margin: 5px 0;
}
.forside-sektions-baand-container .forside-sektions-baand ul.lower {
  position: relative;
}
.forside-sektions-baand-container .forside-sektions-baand ul.lower li {
  padding-top: 6px;
  padding-bottom: 10px;
}
.forside-sektions-baand-container .forside-sektions-baand ul.lower li ul li {
  border-top: 1px solid #e5e5e5;
}
.forside-sektions-baand-container .forside-sektions-baand ul.lower li ul li:last-child {
  padding-bottom: 15px;
}
.forside-sektions-baand-container .forside-sektions-baand ul.lower li > a {
  position: absolute;
  bottom: 0;
  color: #cc0000;
  font-size: 11px;
  font-weight: bold;
}
.forside-sektions-baand-container .forside-sektions-baand ul.lower h4 {
  font-family: CapitoliumNews2-Bold, Georgia, serif;
  font-weight: normal;
  margin: 0;
  font-size: 14px;
}
.fik-du-set [data-showmore] .row {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
  margin-top: 10px;
}
.fik-du-set .row > div {
  border-left: 1px solid #e5e5e5;
  display: table-cell;
  vertical-align: top;
  width: 33%;
  padding: 0 10px;
}
.fik-du-set .row > div.small + .small {
  border-top: 0;
  padding-top: 0;
}
@media only screen and (max-width: 450px) {
  .fik-du-set .container {
    overflow: hidden;
  }
  .fik-du-set .container .row {
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
    padding-top: 10px;
  }
  .fik-du-set .container .row:first-child {
    border: 0;
    margin-top: 0;
  }
  .fik-du-set .container .row > div {
    width: 50%;
  }
  .fik-du-set .container .row > div img {
    height: auto;
  }
  .fik-du-set .container .row > div h2 {
    font-family: CapitoliumNews2-Bold, Georgia, serif;
    font-weight: normal;
    margin: 0;
    font-size: 15px;
    line-height: 110%;
    margin: .5em 0 0;
  }
  .fik-du-set .container .row > div.large h2 {
    font-size: 25px;
  }
  .fik-du-set .container div .row,
  .fik-du-set .container div .row:first-child {
    margin-top: 10px;
    border-top: 1px solid #e5e5e5;
  }
}
.sec-fikduset .magazine-section {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.cover-zone {
  font-family: roboto;
  background: white;
  color: #000;
  z-index: 1;
  padding: 5px 0;
  position: relative;
  padding-bottom: 25px;
}
.cover-zone .topbar-teaser__button {
  height: 50px;
  top: 50%;
  margin-top: -25px;
}
.cover-zone .topbar-teaser__button.swiper-button-disabled {
  display: none;
}
.cover-zone:hover .topbar-teaser__button.left {
  left: -1px;
}
.cover-zone:hover .topbar-teaser__button.right {
  right: -1px;
}
.cover-zone .coverzone__bgfauxlink {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.cover-zone .pol-popup {
  top: -75px;
  color: black;
  padding: 16px;
  left: 50%;
  margin-left: -116px;
}
.cover-zone .pol-popup:before,
.cover-zone .pol-popup:after {
  bottom: -22px;
  left: 46%;
  border-bottom-color: transparent;
}
.cover-zone .pol-popup:before {
  border-top-color: #ccc;
}
.cover-zone .pol-popup:after {
  bottom: -20px;
  border-top-color: white;
}
@media only screen and (min-width: 640px) {
  .cover-zone {
    margin: -5px 0;
  }
}
@media only screen and (min-width: 640px) {
  .cover-zone.swiper-container {
    width: 940px;
    height: 450px;
  }
  .cover-zone .swiper-pagination {
    bottom: 0;
  }
  .cover-zone .onethird {
    width: 307px;
  }
  .cover-zone .onethird:last-child {
    width: 306px;
  }
  .cover-zone .halfwidth {
    width: calc(50% - 10px);
  }
  .cover-zone .twothirds {
    width: calc(66.6666% - 10px);
  }
  .cover-zone .fullwidth {
    width: calc(100% - 10px);
  }
  .cover-zone .onethird,
  .cover-zone .halfwidth,
  .cover-zone .twothirds {
    float: left;
  }
  .cover-zone .onethird > div,
  .cover-zone .halfwidth > div,
  .cover-zone .twothirds > div {
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }
}
@media only screen and (max-width: 480px) {
  .cover-zone .fullwidth {
    width: calc(100% - 10px);
    float: left;
  }
  .cover-zone .doublewidth {
    width: calc(200% - 10px);
    float: left;
  }
  .cover-zone .swiper-pagination {
    bottom: 5px;
  }
}
.cover-zone .swiper-wrapper {
  width: calc(100% + 10px);
}
.cover-zone .onethird,
.cover-zone .halfwidth,
.cover-zone .twothirds,
.cover-zone .fullwidth,
.cover-zone .doublewidth {
  margin-right: 10px;
}
.cover-zone .onethird:last-child,
.cover-zone .halfwidth:last-child,
.cover-zone .twothirds:last-child,
.cover-zone .fullwidth:last-child,
.cover-zone .doublewidth:last-child {
  margin-right: 0;
}
.cover-zone .onethird > div,
.cover-zone .halfwidth > div,
.cover-zone .twothirds > div,
.cover-zone .fullwidth > div,
.cover-zone .doublewidth > div {
  border-radius: 3px;
  height: 450px;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cover-zone .button-container {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: calc(100% - 20px);
  padding: 20px 0;
}
.cover-zone .button-container button,
.cover-zone .button-container a {
  font-family: 'roboto';
  font-weight: bold;
  font-size: 16px;
  line-height: 14px;
}
.cover-zone .button-container .dit-button-large--red,
.cover-zone .button-container .dit-button-large--red--full,
.cover-zone .button-container .article-limit__button,
.cover-zone .button-container .modal-carousel__ditpol,
.cover-zone .button-container .modal__ditpol,
.cover-zone .button-container .overlay-canvas__create a,
.cover-zone .button-container .overlay-ie__create a,
.cover-zone .button-container .dit-footer .login-btn,
.cover-zone .button-container a.modal-front__create,
.cover-zone .button-container .provide-info__next,
.cover-zone .button-container .modal-newuser__close,
.cover-zone .button-container .modal-campaign__accept,
.cover-zone .button-container .modal-campaign__success-link,
.cover-zone .button-container .modal-campaign__error-close,
.cover-zone .button-container .modal-bounce__button {
  position: relative;
  z-index: 1;
}
.cover-zone .follow_profile {
  border: 1px solid #ddd;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-align-content: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}
.cover-zone .follow_profile .top-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -ms-flex: 1 0;
  -webkit-flex: 1 0;
  flex: 1 0;
}
.cover-zone .follow_profile .mid-bar {
  padding: 5px 20px;
  background: #f5f5f5;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 0;
}
@media only screen and (max-width: 480px) {
  .cover-zone .follow_profile .mid-bar {
    font-size: 16px;
  }
}
.cover-zone .follow_profile .mid-bar span,
.cover-zone .follow_profile .mid-bar a {
  display: block;
  margin: 2px 0;
  font-family: roboto;
  font-weight: bold;
}
.cover-zone .follow_profile .mid-bar a {
  color: #cc0000;
}
.cover-zone .follow_profile .bottom-text {
  font-size: 16px;
  -ms-flex: 1 0;
  -webkit-flex: 1 0;
  flex: 1 0;
  position: relative;
  text-align: center;
  padding: 0 10px 62px;
}
.cover-zone .follow_profile .bottom-text p {
  margin: 1em 0 0;
}
.cover-zone .follow_topic {
  padding: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.cover-zone .follow_topic header {
  font-family: 'politiken egyptienne';
  font-size: 30px;
  margin: 5px 0 0 0;
  background: none;
  color: inherit;
  border: none;
}
.cover-zone .follow_topic .text {
  border-style: solid;
  border-width: 1px 0;
  padding: 8px 0;
  margin-top: 15px;
  font-size: 17px;
}
.cover-zone .follow_topic .text p {
  margin: 0;
}
.cover-zone .follow_topic .links {
  position: absolute;
  width: calc(100% - 20px);
  bottom: 75px;
}
.cover-zone .follow_topic .links a {
  font-family: CapitoliumNews2-Bold, Georgia, serif;
  font-weight: normal;
  margin: 0;
  font-size: 18px;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid black;
}
.cover-zone .follow_topic.white {
  color: white;
}
.cover-zone .follow_topic.white .text {
  border-color: white;
}
.cover-zone .follow_topic.white a {
  color: white;
  border-bottom: 1px solid white;
}
.cover-zone .follow_topic.white .pol-popup a {
  color: #cc0000;
  font-size: 13px;
}
.cover-zone .pic_and_text {
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media only screen and (max-width: 480px) {
  .cover-zone .pic_and_text.contained {
    background-size: contain;
  }
}
.cover-zone .pic_and_text.background-link {
  cursor: pointer;
}
.cover-zone .pic_and_text.white {
  color: white;
}
.cover-zone .pic_and_text.white .text {
  border-color: white;
}
.cover-zone .pic_and_text .text {
  font-size: 16px;
}
.cover-zone .pic_and_text.black {
  background-color: transparent;
}
.cover-zone .pic_and_text header {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  border: none;
  background: none;
  color: inherit;
  padding: 5px 0;
}
.cover-zone .pic_and_text .image-link {
  display: block;
}
.cover-zone .pic_and_text .image-link:first-child img {
  margin-top: -8px;
}
.cover-zone .pic_and_text img {
  width: calc(100% + 16px);
  margin: 8px -8px 0 -8px;
}
.cover-zone .pic_and_text img:first-child {
  margin-top: -8px;
}
.cover-zone .pic_and_text header + .image-link img {
  margin-top: 8px;
}
.cover-zone + .widget {
  display: none !important;
}
body.ie9 .cover-zone .follow_profile .top-image {
  height: 40%;
}
.stopsigns {
  width: 800px;
  margin: 0 auto;
  background: none;
  text-align: left;
}
@media only screen and (max-width: 480px) {
  .stopsigns {
    width: calc(100vw - 16px);
  }
}
.stopsigns .container {
  overflow: hidden;
  margin-right: -26px;
}
@media only screen and (max-width: 480px) {
  .stopsigns .container {
    margin-right: 0;
  }
}
.stopsigns .container > div.onethird,
.stopsigns .container > div.onethird:last-child {
  width: calc(33.333% - 26px);
}
.stopsigns .container > div.twothirds {
  width: calc(66.666% - 26px);
}
.stopsigns .container > div.halfwidth {
  width: calc(50% - 26px);
}
.stopsigns .container > div.fullwidth {
  width: calc(100% - 26px);
}
@media only screen and (max-width: 480px) {
  .stopsigns .container > div.fullwidth {
    width: 100%;
    margin-right: 0;
    margin-top: .5em;
  }
  .stopsigns .container > div.fullwidth:first-child {
    margin-top: 0;
  }
}
@media only screen and (min-width: 481px) {
  .stopsigns .container > div.onethird,
  .stopsigns .container > div.twothirds,
  .stopsigns .container > div .halfwidth,
  .stopsigns .container > div .fullwidth {
    margin-right: 26px;
  }
}
.stopsigns .container > div > div.pic_and_text,
.stopsigns .container > div > div.pic_and_text.black {
  padding: 15px;
  height: 345px;
  background-size: contain;
  background-color: white;
}
@media only screen and (max-width: 480px) {
  .stopsigns .container > div > div.pic_and_text,
  .stopsigns .container > div > div.pic_and_text.black {
    height: auto;
  }
}
@media only screen and (min-width: 481px) {
  .stopsigns .container > div > div.pic_and_text .image-link,
  .stopsigns .container > div > div.pic_and_text.black .image-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.stopsigns .container > div > div.pic_and_text.no-bg,
.stopsigns .container > div > div.pic_and_text.black.no-bg {
  background: none;
  border: none;
  box-shadow: none;
}
.stopsigns .container > div > div.pic_and_text header,
.stopsigns .container > div > div.pic_and_text.black header {
  text-align: center;
}
.stopsigns .container > div > div.pic_and_text ul,
.stopsigns .container > div > div.pic_and_text.black ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.stopsigns .container > div > div.pic_and_text.bullet-type-checkmark ul,
.stopsigns .container > div > div.pic_and_text.black.bullet-type-checkmark ul {
  list-style: none;
}
.stopsigns .container > div > div.pic_and_text.bullet-type-checkmark ul li:before,
.stopsigns .container > div > div.pic_and_text.black.bullet-type-checkmark ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00c";
  color: #96d7af;
  margin-right: 5px;
  line-height: 160%;
}
.stopsigns .container > div .button-container {
  width: calc(100% - 30px);
}
@media only screen and (max-width: 480px) {
  .stopsigns .container > div .button-container {
    position: static;
  }
}
.stopsigns.banner {
  position: absolute;
  padding: 10px;
  background: #456;
  bottom: 0;
}
.scrolllist {
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .scrolllist {
    border-color: #e4e4e4;
    border-style: solid;
    border-width: 0 1px 1px 1px;
  }
}
@media only screen and (max-width: 767px) {
  .scrolllist {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.scrolllist header {
  padding: 5px 10px;
  font-size: 16px;
}
.scrolllist.native-scroll ul {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.scrolllist.native-scroll ul li {
  margin-right: 15px;
}
.scrolllist div ul {
  overflow: hidden;
  margin: 0 0 5px;
  line-height: 120%;
  position: relative;
  list-style: none;
  padding: 0 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .scrolllist div ul {
    height: 1145px;
    width: 285px;
  }
  .scrolllist div ul li:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .scrolllist div ul {
    padding: 0 10px 0 0;
  }
}
.scrolllist div ul li {
  padding-top: 10px;
  padding-right: 12px;
  border-top: 1px solid #e4e4e4;
  margin-top: 1em;
}
.scrolllist div ul li:first-child {
  border-top: 0;
  padding-top: 0;
}
.scrolllist div ul li:last-child {
  margin-bottom: 0;
}
.scrolllist div ul li time {
  font-family: roboto;
  font-size: 10px;
  color: #999;
  min-width: 35px;
  display: block;
  float: left;
}
.scrolllist div ul .stamp {
  display: block;
  padding-bottom: 1px;
}
.scrolllist div ul .stamp a {
  font-size: 10px !important;
}
.scrolllist div ul .showmore,
.scrolllist div ul .fasttrack__showmore button {
  margin-top: 1em;
}
.scrolllist-link {
  display: block;
  padding-left: 35px;
  font-family: CapitoliumNews2-Bold, Georgia, serif;
  font-weight: normal;
  margin: 0;
  font-size: 15px;
  line-height: 130%;
}
.scrolllist .jspContainer {
  overflow: hidden;
  position: relative;
}
.scrolllist .jspPane {
  position: absolute;
}
.scrolllist .jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
}
.scrolllist .jspCap {
  display: none;
}
.scrolllist .jspTrack {
  background: #FFF;
  position: relative;
  border-radius: 5px;
}
.scrolllist .jspDrag {
  background: #cccccc;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 0;
}
.scrolllist .jspDrag:hover {
  background: #aaaaaa;
}
.scrolllist .jspActive {
  background: #aaaaaa;
}
.scrolllist .jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
.scrolllist .fasttrack--quoted {
  font-family: 'franklin_gothic_fsbook', Arial, sans-serif;
}
.article-ticker {
  margin: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.article-ticker__progress {
  height: 3px;
  width: 10%;
  background-color: #ccc;
}
.article-ticker__progress.is-active {
  width: 100%;
  -webkit-transition: width 6s linear;
  -moz-transition: width 6s linear;
  -ms-transition: width 6s linear;
  -o-transition: width 6s linear;
  transition: width 6s linear;
}
.article-ticker__list {
  position: relative;
  height: 62px;
  overflow: hidden;
}
@media only screen and (min-width: 481px) {
  .article-ticker__list {
    height: 34px;
  }
}
.article-ticker__item {
  position: absolute;
  top: 34px;
  left: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, top 0s 0.5s;
  -moz-transition: opacity 0.2s ease-out, top 0s 0.5s;
  -ms-transition: opacity 0.2s ease-out, top 0s 0.5s;
  -o-transition: opacity 0.2s ease-out, top 0s 0.5s;
  transition: opacity 0.2s ease-out, top 0s 0.5s;
}
.article-ticker__item.is-active {
  top: 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-out, top 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out, top 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out, top 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out, top 0.5s ease-out;
  transition: opacity 0.5s ease-out, top 0.5s ease-out;
}
@media only screen and (min-width: 481px) {
  .article-ticker__item {
    display: inline;
    white-space: nowrap;
  }
}
.article-ticker__link {
  display: block;
  padding: 7px 0;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.article-ticker__teaser {
  display: inline;
  text-transform: uppercase;
  white-space: nowrap;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 13px;
  color: #000000;
}
.article-ticker__teaser a {
  color: #000000;
  text-decoration: underline;
}
.article-ticker__teaser a:hover,
.article-ticker__teaser a:active,
.article-ticker__teaser a:visited,
.article-ticker__teaser a:link,
.article-ticker__teaser a:focus {
  color: #000000;
}
.article-ticker__title {
  display: block;
  line-height: 135%;
  font-family: CapitoliumNews2-Regular, Georgia, serif;
  font-weight: normal;
  margin: 0;
  font-size: 14px;
  color: #000000;
}
.article-ticker__title a {
  color: #000000;
  text-decoration: underline;
}
.article-ticker__title a:hover,
.article-ticker__title a:active,
.article-ticker__title a:visited,
.article-ticker__title a:link,
.article-ticker__title a:focus {
  color: #000000;
}
@media only screen and (min-width: 481px) {
  .article-ticker__title {
    display: inline;
    white-space: nowrap;
  }
}
.front-debate {
  border-top: 5px solid #cc0000;
  margin: 0 0 10px 0;
}
@media only screen and (min-width: 640px) {
  .front-debate {
    border-top: 10px solid #cc0000;
  }
}
.front-debate .front-debate__bottomlink {
  text-align: center;
}
.front-debate .front-debate__bottomlink a {
  display: inline-block;
  margin: 5px auto 20px;
  padding: 5px 18px;
  border: 1px solid #ffcccc;
  border-radius: 2px;
  color: #cc0000;
  font-size: 14px;
}
.front-debate .front-debate__bottomlink a:hover {
  border-color: #cc0000;
}
.front-debate__top .debater-person__image_border {
  border-radius: 65px;
  display: inline-block;
  overflow: hidden;
  width: 130px;
  height: 130px;
  vertical-align: middle;
  position: relative;
  margin: 1px 1px 1px 1px;
  border: 1px solid white;
  box-shadow: 0 0 1px #888;
  padding: 0;
}
.front-debate__top .debater-person__image_border:after {
  background-color: rgba(221, 221, 221, 0.3);
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.front-debate__top .debater-person__image_border__image {
  width: 130px;
  height: 130px;
  display: inline-block;
  vertical-align: middle;
}
.front-debate__top .debater-person__editorial:before {
  content: 'p';
  font-family: "Politiken Egyptienne", Georgia, serif;
  font-weight: normal;
  margin: 0;
  font-size: 88px;
  text-align: center;
  padding: 7px 0 0 7px;
  display: block;
}
.front-debate__bottom {
  position: relative;
  padding-bottom: 30px;
  border-top: 1px solid #e4e4e4;
}
.front-debate__bottom .debater-person__image_border {
  border-radius: 45px;
  display: inline-block;
  overflow: hidden;
  width: 90px;
  height: 90px;
  vertical-align: middle;
  position: relative;
  margin: 1px 1px 1px 1px;
  border: 1px solid white;
  box-shadow: 0 0 1px #888;
  padding: 0;
}
.front-debate__bottom .debater-person__image_border:after {
  background-color: rgba(221, 221, 221, 0.3);
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.front-debate__bottom .debater-person__image_border__image {
  width: 90px;
  height: 90px;
  display: inline-block;
  vertical-align: middle;
}
.front-debate__bottom .debater-person__editorial:before {
  content: 'p';
  font-family: "Politiken Egyptienne", Georgia, serif;
  font-weight: normal;
  margin: 0;
  font-size: 88px;
  text-align: center;
  padding: 7px 0 0 7px;
  display: block;
}
.front-debate__bottom .debater-person__editorial:before {
  font-size: 66px;
  padding-left: 4px;
  padding-top: 2px;
}
.front-debate__bottom:before {
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0));
  background-repeat: repeat-x;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  z-index: 5;
}
.debate-slider {
  position: relative;
}
@media only screen and (min-width: 640px) {
  .debate-slider:before,
  .debate-slider:after {
    background-color: rgba(255, 255, 255, 0);
    background-repeat: repeat-x;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 5;
  }
  .debate-slider:before {
    background-image: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
    left: 0;
  }
  .debate-slider:after {
    background-image: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
    right: 0;
  }
}
.debate-slider__main {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  padding-top: 15px;
  overflow: hidden;
}
@media only screen and (min-width: 640px) {
  .debate-slider__main {
    padding-top: 30px;
    min-height: 190px;
  }
}
.debate-slider__list {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.debate-slider__item {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 15px;
  float: left;
  list-style: none;
  *zoom: 1;
}
.debate-slider__item:before,
.debate-slider__item:after {
  content: " ";
  display: table;
}
.debate-slider__item:after {
  clear: both;
}
.debate-slider__item:before,
.debate-slider__item:after {
  content: " ";
  display: table;
}
.debate-slider__item:after {
  clear: both;
}
@media only screen and (min-width: 640px) {
  .debate-slider__item {
    padding: 0 100px;
  }
}
.debate-slider__person {
  display: block;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .debate-slider__person {
    display: inline-block;
    vertical-align: middle;
  }
}
.debate-slider__name {
  color: #cc0000;
  line-height: 100%;
  margin-top: 8px;
}
@media only screen and (min-width: 640px) {
  .debate-slider__name {
    max-width: 135px;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 480px) {
  .debate-slider__name {
    padding-bottom: 8px;
  }
}
.debate-slider__text {
  display: block;
}
@media only screen and (min-width: 640px) {
  .debate-slider__text {
    display: inline-block;
    width: 550px;
    margin-left: 50px;
    vertical-align: middle;
  }
}
.debate-slider__quote {
  font-size: 20px;
  line-height: 1.15;
}
.debate-slider__quote:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  width: 18px;
  height: 18px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAXCAYAAAAV1F8QAAAKRGlDQ1BJQ0MgUHJvZmlsZQAASA2dlndUFNcXx9/MbC+0XZYiZem9twWkLr1IlSYKy+4CS1nWZRewN0QFIoqICFYkKGLAaCgSK6JYCAgW7AEJIkoMRhEVlczGHPX3Oyf5/U7eH3c+8333nnfn3vvOGQAoASECYQ6sAEC2UCKO9PdmxsUnMPG9AAZEgAM2AHC4uaLQKL9ogK5AXzYzF3WS8V8LAuD1LYBaAK5bBIQzmX/p/+9DkSsSSwCAwtEAOx4/l4tyIcpZ+RKRTJ9EmZ6SKWMYI2MxmiDKqjJO+8Tmf/p8Yk8Z87KFPNRHlrOIl82TcRfKG/OkfJSREJSL8gT8fJRvoKyfJc0WoPwGZXo2n5MLAIYi0yV8bjrK1ihTxNGRbJTnAkCgpH3FKV+xhF+A5gkAO0e0RCxIS5cwjbkmTBtnZxYzgJ+fxZdILMI53EyOmMdk52SLOMIlAHz6ZlkUUJLVlokW2dHG2dHRwtYSLf/n9Y+bn73+GWS9/eTxMuLPnkGMni/al9gvWk4tAKwptDZbvmgpOwFoWw+A6t0vmv4+AOQLAWjt++p7GLJ5SZdIRC5WVvn5+ZYCPtdSVtDP6386fPb8e/jqPEvZeZ9rx/Thp3KkWRKmrKjcnKwcqZiZK+Jw+UyL/x7ifx34VVpf5WEeyU/li/lC9KgYdMoEwjS03UKeQCLIETIFwr/r8L8M+yoHGX6aaxRodR8BPckSKPTRAfJrD8DQyABJ3IPuQJ/7FkKMAbKbF6s99mnuUUb3/7T/YeAy9BXOFaQxZTI7MprJlYrzZIzeCZnBAhKQB3SgBrSAHjAGFsAWOAFX4Al8QRAIA9EgHiwCXJAOsoEY5IPlYA0oAiVgC9gOqsFeUAcaQBM4BtrASXAOXARXwTVwE9wDQ2AUPAOT4DWYgSAID1EhGqQGaUMGkBlkC7Egd8gXCoEioXgoGUqDhJAUWg6tg0qgcqga2g81QN9DJ6Bz0GWoH7oDDUPj0O/QOxiBKTAd1oQNYSuYBXvBwXA0vBBOgxfDS+FCeDNcBdfCR+BW+Bx8Fb4JD8HP4CkEIGSEgeggFggLYSNhSAKSioiRlUgxUonUIk1IB9KNXEeGkAnkLQaHoWGYGAuMKyYAMx/DxSzGrMSUYqoxhzCtmC7MdcwwZhLzEUvFamDNsC7YQGwcNg2bjy3CVmLrsS3YC9ib2FHsaxwOx8AZ4ZxwAbh4XAZuGa4UtxvXjDuL68eN4KbweLwa3gzvhg/Dc/ASfBF+J/4I/gx+AD+Kf0MgE7QJtgQ/QgJBSFhLqCQcJpwmDBDGCDNEBaIB0YUYRuQRlxDLiHXEDmIfcZQ4Q1IkGZHcSNGkDNIaUhWpiXSBdJ/0kkwm65KdyRFkAXk1uYp8lHyJPEx+S1GimFLYlESKlLKZcpBylnKH8pJKpRpSPakJVAl1M7WBep76kPpGjiZnKRcox5NbJVcj1yo3IPdcnihvIO8lv0h+qXyl/HH5PvkJBaKCoQJbgaOwUqFG4YTCoMKUIk3RRjFMMVuxVPGw4mXFJ0p4JUMlXyWeUqHSAaXzSiM0hKZHY9O4tHW0OtoF2igdRzeiB9Iz6CX07+i99EllJWV75RjlAuUa5VPKQwyEYcgIZGQxyhjHGLcY71Q0VbxU+CqbVJpUBlSmVeeoeqryVYtVm1Vvqr5TY6r5qmWqbVVrU3ugjlE3VY9Qz1ffo35BfWIOfY7rHO6c4jnH5tzVgDVMNSI1lmkc0OjRmNLU0vTXFGnu1DyvOaHF0PLUytCq0DqtNa5N03bXFmhXaJ/RfspUZnoxs5hVzC7mpI6GToCOVGe/Tq/OjK6R7nzdtbrNug/0SHosvVS9Cr1OvUl9bf1Q/eX6jfp3DYgGLIN0gx0G3QbThkaGsYYbDNsMnxipGgUaLTVqNLpvTDX2MF5sXGt8wwRnwjLJNNltcs0UNnUwTTetMe0zg80czQRmu836zbHmzuZC81rzQQuKhZdFnkWjxbAlwzLEcq1lm+VzK32rBKutVt1WH60drLOs66zv2SjZBNmstemw+d3W1JZrW2N7w45q52e3yq7d7oW9mT3ffo/9bQeaQ6jDBodOhw+OTo5ixybHcSd9p2SnXU6DLDornFXKuuSMdfZ2XuV80vmti6OLxOWYy2+uFq6Zroddn8w1msufWzd3xE3XjeO2323Ineme7L7PfchDx4PjUevxyFPPk+dZ7znmZeKV4XXE67m3tbfYu8V7mu3CXsE+64P4+PsU+/T6KvnO9632fein65fm1+g36e/gv8z/bAA2IDhga8BgoGYgN7AhcDLIKWhFUFcwJTgquDr4UYhpiDikIxQODQrdFnp/nsE84by2MBAWGLYt7EG4Ufji8B8jcBHhETURjyNtIpdHdkfRopKiDke9jvaOLou+N994vnR+Z4x8TGJMQ8x0rE9seexQnFXcirir8erxgvj2BHxCTEJ9wtQC3wXbF4wmOiQWJd5aaLSwYOHlReqLshadSpJP4iQdT8YmxyYfTn7PCePUcqZSAlN2pUxy2dwd3Gc8T14Fb5zvxi/nj6W6pZanPklzS9uWNp7ukV6ZPiFgC6oFLzICMvZmTGeGZR7MnM2KzWrOJmQnZ58QKgkzhV05WjkFOf0iM1GRaGixy+LtiyfFweL6XCh3YW67hI7+TPVIjaXrpcN57nk1eW/yY/KPFygWCAt6lpgu2bRkbKnf0m+XYZZxl3Uu11m+ZvnwCq8V+1dCK1NWdq7SW1W4anS1/+pDa0hrMtf8tNZ6bfnaV+ti13UUahauLhxZ77++sUiuSFw0uMF1w96NmI2Cjb2b7Dbt3PSxmFd8pcS6pLLkfSm39Mo3Nt9UfTO7OXVzb5lj2Z4tuC3CLbe2emw9VK5YvrR8ZFvottYKZkVxxavtSdsvV9pX7t1B2iHdMVQVUtW+U3/nlp3vq9Orb9Z41zTv0ti1adf0bt7ugT2ee5r2au4t2ftun2Df7f3++1trDWsrD+AO5B14XBdT1/0t69uGevX6kvoPB4UHhw5FHupqcGpoOKxxuKwRbpQ2jh9JPHLtO5/v2pssmvY3M5pLjoKj0qNPv0/+/tax4GOdx1nHm34w+GFXC62luBVqXdI62ZbeNtQe395/IuhEZ4drR8uPlj8ePKlzsuaU8qmy06TThadnzyw9M3VWdHbiXNq5kc6kznvn487f6Iro6r0QfOHSRb+L57u9us9ccrt08rLL5RNXWFfarjpebe1x6Gn5yeGnll7H3tY+p772a87XOvrn9p8e8Bg4d93n+sUbgTeu3px3s//W/Fu3BxMHh27zbj+5k3Xnxd28uzP3Vt/H3i9+oPCg8qHGw9qfTX5uHnIcOjXsM9zzKOrRvRHuyLNfcn95P1r4mPq4ckx7rOGJ7ZOT437j154ueDr6TPRsZqLoV8Vfdz03fv7Db56/9UzGTY6+EL+Y/b30pdrLg6/sX3VOhU89fJ39ema6+I3am0NvWW+738W+G5vJf49/X/XB5EPHx+CP92ezZ2f/AAOY8/wRDtFgAAAACXBIWXMAAAsTAAALEwEAmpwYAAAB1WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyI+CiAgICAgICAgIDx0aWZmOkNvbXByZXNzaW9uPjE8L3RpZmY6Q29tcHJlc3Npb24+CiAgICAgICAgIDx0aWZmOlBob3RvbWV0cmljSW50ZXJwcmV0YXRpb24+MjwvdGlmZjpQaG90b21ldHJpY0ludGVycHJldGF0aW9uPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KOXS2agAAAjhJREFUSA3tlDFoU1EUhs+5bWpbpYOdDIGkFfKELPpSBd20hYqDOJYiDoKrDk6Ki652VHAqddFNxIKDS4tDBpukgwTSGtJWpQrSqakWfO8ez429L5eb+5Jm713Of75zzj3vnvveQ3Cs8lj2FhE+kkg3z2+sf3KktKFiPp8QO7uPCXAKQ7jhf1vbNpPQdAgAV8eyT7nJ/QO+j4C3/c3qazPP1sVkfhgHGovMrxzEfqCA6359rahzhRbKWk0UGiSgV8WMd085rqVOgsca7zimm6i0UyThYyntRSxqVM5kZ4yTmHtSH+GKCUwtdhpzQDBpsqYm2MNE+FnzZqNCKneSZ/tMQ9MSwvy5rWrBZFqX02cu8rjvat+0JOiBX6v90qzZaDDx9yGDUQ0jSxAA9j+JfEsQ0pyFmi4339hNJxfMmKjkcid4ZHdMGGnExYl65WvkG6I87k2we8lAkeQ37MXl5eUgAizE/u/gGtsRE2qNKN9qbVuSOGsz7fcJbKsTfJHTOsG2ASU+2Kzl09WWbik1trP16nqL/FeCA74NlU8E3y9sVn66YoVUaoi554rxg5dcXPA8x2MCNRdXbFiMqBrhigukLy7ez9B5PxIgzd/Wgi6SiAFKfJ/fqr6RKJ01Klf9grguqesIcU8CvcRSxuPpHXpJAXiaX6cMX+7SoasAtp3H77CBUE06xONCyV4bxW3UlR816jqiuISj0cVNpivveXQI4Z+uu7YnhL02Who6PrDavk9HEvL/9Pk/pIukrxGRNhgAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  background-size: contain;
}
.debate-slider__info {
  color: #999;
  font-size: 16px;
  margin-top: 2px;
}
.debate-slider__pager {
  left: 0;
  right: 0;
  margin: 25px 0 15px 0;
  padding: 0;
  z-index: 20;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .debate-slider__pager {
    margin: 0 0 12px 0;
  }
}
.debate-slider__page {
  position: relative;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 6px;
  border-radius: 6px;
  background-color: #e4e4e4;
  list-style: none;
}
.debate-slider__page.is-active {
  background-color: #cc0000;
}
@media only screen and (min-width: 640px) {
  .debate-slider__page:hover .debate-slider__dropdown-wrapper {
    display: block;
  }
}
.debate-slider__dropdown-wrapper {
  display: none;
  position: absolute;
  top: 28px;
  left: 6px;
  z-index: 100;
}
.debate-slider__dropdown {
  position: relative;
  left: -50%;
  padding: 6px 10px;
  background-color: #cc0000;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 2px 4px 0 #ccc;
  -moz-box-shadow: 0 2px 4px 0 #ccc;
  box-shadow: 0 2px 4px 0 #ccc;
  white-space: nowrap;
}
.debate-slider__dropdown:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #cc0000;
  border-width: 7px;
  margin-left: -7px;
}
.debate-slider__prev,
.debate-slider__next {
  display: none;
}
@media only screen and (min-width: 640px) {
  .debate-slider__prev,
  .debate-slider__next {
    position: absolute;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    background-image: none;
    border-style: solid;
    border-width: 0px;
    white-space: nowrap;
    line-height: 1;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    font-weight: normal;
    margin: 0;
    text-decoration: none;
    z-index: 10000;
    background-color: transparent;
    color: #e4e4e4;
    padding: 0;
    bottom: calc(50% - 28px);
    z-index: 20;
  }
  .debate-slider__prev:focus,
  .debate-slider__next:focus {
    outline: 0;
  }
  .debate-slider__prev:before,
  .debate-slider__next:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e4e4e4;
    font-size: 40px;
  }
}
.debate-slider__prev {
  left: 0;
  padding-right: 10px;
}
.debate-slider__prev:before {
  content: "\f104";
}
.debate-slider__next {
  right: 0;
  padding-left: 10px;
}
.debate-slider__next:before {
  content: "\f105";
}
.debate-list {
  margin: 0;
  padding: 0;
  *zoom: 1;
}
.debate-list:before,
.debate-list:after {
  content: " ";
  display: table;
}
.debate-list:after {
  clear: both;
}
.debate-list:before,
.debate-list:after {
  content: " ";
  display: table;
}
.debate-list:after {
  clear: both;
}
.debate-list__item {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  width: 23.5%;
}
.debate-list__item + .debate-list__item {
  padding-left: 2%;
}
.debate-list__person {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding-top: 30px;
}
.debate-list__person:hover .debate-list__dropdown {
  bottom: 0;
}
.debate-list__image {
  height: 100px;
}
.debate-list__name {
  margin-top: 6px;
  color: #cc0000;
  font-size: 14px;
}
.debate-list__dropdown {
  box-sizing: border-box;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 100%;
  padding-top: 30px;
  padding-left: 10px;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.9);
  -moz-transition: bottom 0.15s ease-out;
  -o-transition: bottom 0.15s ease-out;
  -webkit-transition: bottom 0.15s ease-out;
  transition: bottom 0.15s ease-out;
}
.debate-list__dropdown .pol-popup {
  top: -78px;
  left: -64px;
}
.debate-list__dropdown .pol-popup:after,
.debate-list__dropdown .pol-popup:before {
  top: 100%;
  left: 78px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.debate-list__dropdown .pol-popup:after {
  border-top-color: white;
  border-width: 10px;
}
.debate-list__dropdown .pol-popup:before {
  border-top-color: #ccc;
  border-width: 11px;
  margin-left: -1px;
}
.debate-list__description {
  color: #cc0000;
}
.debate-list__button-wrapper {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}
.debate-list__title {
  margin-top: 6px;
}
.profile-page {
  padding: 0;
}
.profile-page__header {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  clear: both;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  margin: 35px 0 20px;
}
.profile-page__upper,
.profile-page__lower {
  overflow: hidden;
}
.profile-page__upper .debater-person__image_border {
  border-radius: 50px;
  display: inline-block;
  overflow: hidden;
  width: 100px;
  height: 100px;
  vertical-align: middle;
  position: relative;
  margin: 1px 20px 1px 1px;
  border: 1px solid white;
  box-shadow: 0 0 1px #888;
  padding: 0;
}
.profile-page__upper .debater-person__image_border:after {
  background-color: rgba(221, 221, 221, 0.3);
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.profile-page__upper .debater-person__image_border__image {
  width: 100px;
  height: 100px;
  display: inline-block;
  vertical-align: middle;
}
.profile-page__upper .debater-person__editorial:before {
  content: 'p';
  font-family: "Politiken Egyptienne", Georgia, serif;
  font-weight: normal;
  margin: 0;
  font-size: 88px;
  text-align: center;
  padding: 7px 0 0 7px;
  display: block;
}
.profile-page__upper .debater-person__large {
  margin-bottom: 40px;
}
.profile-page__upper .debater-person__large a {
  text-decoration: none;
}
@media only screen and (min-width: 640px) {
  .profile-page__upper .debater-person__large {
    height: 100px;
    width: 50%;
    float: left;
  }
  .profile-page__upper .debater-person__large__image {
    margin-right: 20px;
  }
}
.profile-page__upper .name-title-link {
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  line-height: 100%;
  max-width: calc(100% - 150px);
}
.profile-page__upper .name-title-link .title {
  display: block;
  color: #cc0000;
  font-size: 18px;
}
.profile-page__lower .debater-person__image_border {
  border-radius: 25px;
  display: inline-block;
  overflow: hidden;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  position: relative;
  margin: 1px 10px 1px 1px;
  border: 1px solid white;
  box-shadow: 0 0 1px #888;
  padding: 0;
}
.profile-page__lower .debater-person__image_border:after {
  background-color: rgba(221, 221, 221, 0.3);
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.profile-page__lower .debater-person__image_border__image {
  width: 50px;
  height: 50px;
  display: inline-block;
  vertical-align: middle;
}
.profile-page__lower .debater-person__editorial:before {
  content: 'p';
  font-family: "Politiken Egyptienne", Georgia, serif;
  font-weight: normal;
  margin: 0;
  font-size: 88px;
  text-align: center;
  padding: 7px 0 0 7px;
  display: block;
}
.profile-page__lower .debater-person__small {
  height: 50px;
  width: 50%;
  float: left;
  margin-bottom: 25px;
}
.profile-page__lower .debater-person__small a {
  text-decoration: none;
}
@media only screen and (min-width: 640px) {
  .profile-page__lower .debater-person__small {
    width: 25%;
  }
  .profile-page__lower .debater-person__small__image {
    margin-right: 10px;
  }
}
.profile-page__lower .debater-person__small .name {
  display: inline-block;
  max-width: calc(100% - 75px);
  vertical-align: middle;
}
.cookie-warning {
  width: 100%;
  display: none;
  background-color: #333;
  color: #fff;
  padding: 15px 0;
}
.cookie-warning .button_ok {
  background-color: #333;
  cursor: pointer;
  color: white;
  padding: 4px 12px;
  display: inline-block;
  border: 1px solid #fff;
  float: right;
  font-size: 12px;
  font-family: franklin_gothic_fsbook, sans-serif;
  text-decoration: none;
}
.cookie-warning .button_ok:after {
  clear: both;
}
.cookie-warning .inner-container {
  width: 960px;
  margin: auto;
  position: relative;
}
.cookie-warning img {
  padding-right: 15px;
  float: left;
}
.cookie-warning .info {
  float: left;
  font-weight: normal;
  margin-top: 5px;
  font-size: 12px;
  font-family: franklin_gothic_fsbook, sans-serif;
}
.cookie-warning a,
.cookie-warning a:visited,
.cookie-warning a:hover {
  text-decoration: underline;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .cookie-warning {
    padding: 15px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cookie-warning .inner-container {
    width: 100%;
  }
  .cookie-warning .info {
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0;
    width: 85%;
  }
}
.auto-login {
  position: relative;
  background-color: #000000;
  color: #ffffff;
  font-family: roboto;
}
.auto-login__content {
  box-sizing: border-box;
  max-width: 940px;
  margin: 0 auto;
  padding: 12px 40px 12px 10px;
  text-align: center;
  font-size: 12px;
}
.auto-login__name {
  font-weight: 700;
}
.auto-login__link {
  color: #ffffff;
  text-decoration: underline;
}
.auto-login__link:hover,
.auto-login__link:active,
.auto-login__link:visited,
.auto-login__link:link,
.auto-login__link:focus {
  color: #ffffff;
}
.auto-login__close {
  position: absolute;
  right: 3px;
  top: 50%;
  margin-top: -17px;
  cursor: pointer;
  font-size: 26px;
  padding: 0 10px;
}
@media only screen and (min-width: 481px) {
  .auto-login__close {
    right: 12px;
  }
}
.partner-redirect--msg {
  text-align: center;
  margin-top: 50px;
  font-size: 13px;
}
.partner-redirect--header {
  font-family: "Politiken Egyptienne", Georgia, serif;
  font-weight: normal;
  margin: 0;
  font-size: 42px;
  color: #000000;
}
.partner-redirect--header a {
  color: #000000;
  text-decoration: underline;
}
.partner-redirect--header a:hover,
.partner-redirect--header a:active,
.partner-redirect--header a:visited,
.partner-redirect--header a:link,
.partner-redirect--header a:focus {
  color: #000000;
}
.partner-redirect--spinner {
  background: url('/static/Content/images/ajax/spinner.gif') no-repeat 50% 50%;
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.premium-content__content-box {
  position: relative;
}
.premium-content__content-box:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  height: 350px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  background-image: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
}
.premium-content__message {
  margin-top: 35px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 481px) {
  .premium-content__message.has-image {
    text-align: left;
  }
}
.premium-content__message.top {
  margin-bottom: 1em;
}
.premium-content__message .premium-content__message_top p {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 18px;
  color: #000000;
  margin-bottom: 1em;
}
.premium-content__message .premium-content__message_top p a {
  color: #000000;
  text-decoration: underline;
}
.premium-content__message .premium-content__message_top p a:hover,
.premium-content__message .premium-content__message_top p a:active,
.premium-content__message .premium-content__message_top p a:visited,
.premium-content__message .premium-content__message_top p a:link,
.premium-content__message .premium-content__message_top p a:focus {
  color: #000000;
}
@media only screen and (max-width: 480px) {
  .premium-content__message .premium-content__message_top p {
    font-size: 16px;
  }
}
.premium-content__message .premium-content__message__image {
  max-width: 190px;
  height: auto;
  vertical-align: middle;
}
@media only screen and (min-width: 481px) {
  .premium-content__message .premium-content__message__image {
    margin-right: 15px;
  }
}
.premium-content__message .premium-content__message__inner {
  display: inline-block;
  vertical-align: middle;
}
.premium-content__message .premium-content__message_bottom p {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 14px;
  color: #999999;
  margin-top: 1em;
}
.premium-content__message .premium-content__message_bottom p a {
  color: #999999;
  text-decoration: underline;
}
.premium-content__message .premium-content__message_bottom p a:hover,
.premium-content__message .premium-content__message_bottom p a:active,
.premium-content__message .premium-content__message_bottom p a:visited,
.premium-content__message .premium-content__message_bottom p a:link,
.premium-content__message .premium-content__message_bottom p a:focus {
  color: #999999;
}
.premium-content__message .premium-content__message_bottom p b {
  font-family: Roboto, Arial, sans-serif;
  font-weight: 700;
  margin: 0;
}
@media only screen and (max-width: 480px) {
  .premium-content__message .premium-content__message_bottom p {
    font-size: 12px;
  }
}
.premium-content__stamp {
  padding-left: 1px;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
}
.premium-content__stamp:before {
  content: '';
  background-image: url('/static/Content/images/svg/checkmark.svg');
  background-repeat: no-repeat;
  height: 23px;
  width: 23px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin-right: 6px;
  margin-top: 0;
}
.premium-content__message--hidden {
  display: none;
}
.stamp .premium-content__stamp {
  color: black !important;
  margin-left: 2px;
}
.is-premium {
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.is-premium:before {
  content: 'For abonnenter';
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  color: white;
  padding: 10px 10px 10px 35px;
  text-transform: uppercase;
  font-size: 10px;
  font-family: roboto;
  line-height: 150%;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .is-premium.small:before {
    content: none;
  }
}
.is-premium:after {
  content: '';
  background-image: url('/static/Content/images/svg/checkmark.svg');
  background-repeat: no-repeat;
  height: 23px;
  width: 23px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  bottom: 5px;
  left: 5px;
}
.is-premium.medium-playicon {
  bottom: auto;
  top: 11px;
}
.is-premium .medium-playicon {
  display: none;
}
.article-next__content {
  position: relative;
}
.article-next__content .stamp {
  position: absolute;
  bottom: 18px;
  left: 15px;
}
.article-next__content .premium-content__stamp {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 10px 10px 5px;
  text-transform: uppercase;
  font-size: 10px;
  font-family: roboto;
  line-height: 150%;
  font-weight: bold;
  color: white !important;
}
.six .is-premium:before,
.list-img-left-image .is-premium:before,
.mixfeed .widget-row.two .is-premium:before {
  content: none;
}
@media only screen and (max-width: 480px) {
  .is-premium .medium-playicon {
    display: none;
  }
  .frontpage-smallart .is-premium::before,
  .widget-row.two .is-premium:before,
  .small .is-premium:before .mixfeed .widget-row.two:before {
    content: none;
  }
  .article-next__content .stamp {
    top: 118px;
    bottom: auto;
  }
  .article-next__content .premium-content__stamp {
    background: none;
    padding: 10px 10px 10px 1px;
    font-size: 0;
  }
}
.premium-overlay {
  position: fixed;
  bottom: 0;
  background-color: #FFF;
  width: 100%;
  z-index: 9999;
  height: 40%;
  border-top: 1px solid #ccc;
  box-shadow: 0 -5px 9px 0 rgba(50, 50, 50, 0.2);
  display: none;
}
.premium-overlay .premium-content__message {
  border: 0;
  margin-top: 0;
  padding: 24px;
  box-shadow: none;
}
.premium-overlay .premium-content__message .premium-content__message_top p {
  font-size: 20px;
}
.premium-overlay .premium-overlay-disclaimer {
  position: relative;
  width: 158px;
  margin: auto;
  margin-top: 20px;
  height: 20px;
}
.premium-overlay .premium-overlay-disclaimer-icon {
  background-image: url('/static/Content/images/svg/checkmark.svg');
  background-repeat: no-repeat;
  height: 24px;
  width: 23px;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.premium-overlay .premium-overlay-disclaimer-text {
  font-size: 16px;
  position: absolute;
  left: 31px;
  top: 2px;
  font-size: 14px;
  font-family: roboto;
  line-height: 150%;
  font-weight: bold;
  color: #cc0000;
}
.premium-disablescroll {
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  .premium-disablescroll {
    position: fixed;
    width: 100%;
  }
  .premium-overlay .premium-content__message .premium-content__message_top p {
    font-size: 16px;
  }
  .premium-overlay .premium-overlay-disclaimer {
    margin-top: 10px;
    height: 10px;
  }
}
@media screen and (min-width: 481px) {
  .premium-overlay {
    height: 40%;
  }
  .premium-overlay .premium-overlay-disclaimer {
    margin-top: 24px;
  }
}
.eavis {
  border: 1px solid #bbb;
  padding: 10px;
  text-align: center;
}
.eavis__link {
  display: inline-block;
  margin: 12px auto 10px;
  font-size: 15px;
  line-height: 14px;
  padding: 12px 15px;
  letter-spacing: .04em;
}
.eavis__header {
  font-family: roboto;
  text-transform: uppercase;
  font-size: 18px;
  margin: 5px 0 12px;
}
.eavis__image {
  border: 1px solid #e3e3e3;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}
