﻿@media only screen and (min-width: 400px) {
  body:after {
    display: none;
    content: 'js-break-small'
  }
}

@media only screen and (min-width: 700px) {
  body:after {
    display: none;
    content: 'js-break-medium'
  }
}

@media only screen and (min-width: 1000px) {
  body:after {
    display: none;
    content: 'js-break-large'
  }
}

.l-element, .button, .form__submit, .form__cancel, .product__item__order, .teaser__option__cta, .paywall__option__item__cta {
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 18px
}

.l-module, .box, .form, .newsletter, .path, .transport, .flag, .table {
  display: block;
  margin-bottom: 18px
}

@media only screen and (min-width: 700px) {
  .l-module, .box, .form, .newsletter, .path, .transport, .flag, .table {
    margin-bottom: 36px
  }
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block
}

audio, canvas, video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden] {
  display: none
}

body {
  margin: 0
}

*:focus {
  outline: none
}

a:focus {
  outline: thin dotted
}

a:active, a:hover {
  outline: 0
}

b, strong {
  font-weight: bold
}

blockquote {
  margin: 0
}

q:after, q:before {
  content: ""
}

h1, h2, h3, h4, h5, p, pre {
  margin: 0
}

dl, menu, ol, ul {
  margin: 0
}

dl ul, dl ol, menu ul, menu ol, ol ul, ol ol, ul ul, ul ol {
  margin: 0
}

dd {
  margin: 0
}

menu, ol, ul {
  padding: 0
}

nav ul, nav ol {
  list-style: none;
  list-style-image: none
}

body:not(.landing_pages) img {
  width: 100%;
  border: 0;
  -ms-interpolation-mode: bicubic
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 0
}

form {
  margin: 0
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0
}

button, input, select, textarea {
  margin: 0;
  vertical-align: baseline
}

button, select {
  text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  appearance: none;
  border-radius: 0;
  cursor: pointer;
  overflow: visible
}

button[disabled], input[disabled] {
  cursor: default
}

input[type="checkbox"], input[type="radio"] {
  padding: 0
}

input[type="search"] {
  -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  appearance: none;
  border-radius: 0
}

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

textarea {
  overflow: auto;
  vertical-align: top
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box
}

html, body {
  height: 100%;
  background-color: #FFF;
  position: relative
}

body {
  padding-top: 72px
}

body.fixfixed .header {
  position: absolute !important
}

.ng-cloak {
  display: none
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal
}

.fa, .option__item:before, .option__item:after, .box__close:before, .button--cta:after, .teaser__option__cta:after, .button--menu_is_hidden:before, .button--menu_is_visible:before, .trigger:before, .user-input__edit:before, .user-input__delete:before, .path__item__icon:before, .js .section__header:after, .teaser__option--monthly:before, .teaser__option--daily:before, .teaser__option--free:before, .paywall__see-all:after, .newsletter__cta: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
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .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.28571em;
  text-align: center
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none
}

.fa-ul > li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: .14286em;
  text-align: center
}

.fa-li.fa-lg {
  left: -1.85714em
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em
}

.pull-right {
  float: right
}

.pull-left {
  float: left
}

.fa.pull-left, .pull-left.option__item:before, .pull-left.option__item:after, .pull-left.box__close:before, .pull-left.button--cta:after, .pull-left.teaser__option__cta:after, .pull-left.button--menu_is_hidden:before, .pull-left.button--menu_is_visible:before, .pull-left.trigger:before, .pull-left.user-input__edit:before, .pull-left.user-input__delete:before, .pull-left.path__item__icon:before, .js .pull-left.section__header:after, .pull-left.teaser__option--monthly:before, .pull-left.teaser__option--daily:before, .pull-left.teaser__option--free:before, .pull-left.paywall__see-all:after, .pull-left.newsletter__cta:after {
  margin-right: .3em
}

.fa.pull-right, .pull-right.option__item:before, .pull-right.option__item:after, .pull-right.box__close:before, .pull-right.button--cta:after, .pull-right.teaser__option__cta:after, .pull-right.button--menu_is_hidden:before, .pull-right.button--menu_is_visible:before, .pull-right.trigger:before, .pull-right.user-input__edit:before, .pull-right.user-input__delete:before, .pull-right.path__item__icon:before, .js .pull-right.section__header:after, .pull-right.teaser__option--monthly:before, .pull-right.teaser__option--daily:before, .pull-right.teaser__option--free:before, .pull-right.paywall__see-all:after, .pull-right.newsletter__cta:after {
  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);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1)
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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: #fff
}

.fa-glass:before {
  content: ""
}

.fa-music:before {
  content: ""
}

.fa-search:before {
  content: ""
}

.fa-envelope-o:before, .option__item--mail:before {
  content: ""
}

.fa-heart:before {
  content: ""
}

.fa-star:before {
  content: ""
}

.fa-star-o:before {
  content: ""
}

.fa-user:before, .teaser__option--free:before {
  content: ""
}

.fa-film:before {
  content: ""
}

.fa-th-large:before {
  content: ""
}

.fa-th:before, .button--menu_is_hidden:before {
  content: ""
}

.fa-th-list:before {
  content: ""
}

.fa-check:before {
  content: ""
}

.fa-remove:before, .fa-close:before, .box__close:before, .fa-times:before {
  content: ""
}

.fa-search-plus:before {
  content: ""
}

.fa-search-minus:before {
  content: ""
}

.fa-power-off:before {
  content: ""
}

.fa-signal:before {
  content: ""
}

.fa-gear:before, .fa-cog:before {
  content: ""
}

.fa-trash-o:before {
  content: ""
}

.fa-home:before {
  content: ""
}

.fa-file-o:before {
  content: ""
}

.fa-clock-o:before, .teaser__option--daily:before {
  content: ""
}

.fa-road:before {
  content: ""
}

.fa-download:before {
  content: ""
}

.fa-arrow-circle-o-down:before {
  content: ""
}

.fa-arrow-circle-o-up:before {
  content: ""
}

.fa-inbox:before {
  content: ""
}

.fa-play-circle-o:before {
  content: ""
}

.fa-rotate-right:before, .fa-repeat:before {
  content: ""
}

.fa-refresh:before {
  content: ""
}

.fa-list-alt:before {
  content: ""
}

.fa-lock:before {
  content: ""
}

.fa-flag:before {
  content: ""
}

.fa-headphones:before {
  content: ""
}

.fa-volume-off:before {
  content: ""
}

.fa-volume-down:before {
  content: ""
}

.fa-volume-up:before {
  content: ""
}

.fa-qrcode:before {
  content: ""
}

.fa-barcode:before {
  content: ""
}

.fa-tag:before {
  content: ""
}

.fa-tags:before {
  content: ""
}

.fa-book:before {
  content: ""
}

.fa-bookmark:before {
  content: ""
}

.fa-print:before, .option__item--print:before {
  content: ""
}

.fa-camera:before {
  content: ""
}

.fa-font:before {
  content: ""
}

.fa-bold:before {
  content: ""
}

.fa-italic:before {
  content: ""
}

.fa-text-height:before {
  content: ""
}

.fa-text-width:before {
  content: ""
}

.fa-align-left:before {
  content: ""
}

.fa-align-center:before {
  content: ""
}

.fa-align-right:before {
  content: ""
}

.fa-align-justify:before {
  content: ""
}

.fa-list:before {
  content: ""
}

.fa-dedent:before, .fa-outdent:before {
  content: ""
}

.fa-indent:before {
  content: ""
}

.fa-video-camera:before {
  content: ""
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: ""
}

.fa-pencil:before, .trigger--edit:before, .user-input__edit:before {
  content: ""
}

.fa-map-marker:before {
  content: ""
}

.fa-adjust:before {
  content: ""
}

.fa-tint:before {
  content: ""
}

.fa-edit:before, .fa-pencil-square-o:before {
  content: ""
}

.fa-share-square-o:before {
  content: ""
}

.fa-check-square-o:before {
  content: ""
}

.fa-arrows:before {
  content: ""
}

.fa-step-backward:before {
  content: ""
}

.fa-fast-backward:before {
  content: ""
}

.fa-backward:before {
  content: ""
}

.fa-play:before {
  content: ""
}

.fa-pause:before {
  content: ""
}

.fa-stop:before {
  content: ""
}

.fa-forward:before {
  content: ""
}

.fa-fast-forward:before {
  content: ""
}

.fa-step-forward:before {
  content: ""
}

.fa-eject:before {
  content: ""
}

.fa-chevron-left:before {
  content: ""
}

.fa-chevron-right:before {
  content: ""
}

.fa-plus-circle:before, .option__item--plus:after {
  content: ""
}

.fa-minus-circle:before {
  content: ""
}

.fa-times-circle:before {
  content: ""
}

.fa-check-circle:before {
  content: ""
}

.fa-question-circle:before {
  content: ""
}

.fa-info-circle:before {
  content: ""
}

.fa-crosshairs:before {
  content: ""
}

.fa-times-circle-o:before {
  content: ""
}

.fa-check-circle-o:before {
  content: ""
}

.fa-ban:before {
  content: ""
}

.fa-arrow-left:before, .path__item__icon:before {
  content: ""
}

.fa-arrow-right:before, .button--cta:after, .teaser__option__cta:after, .paywall__see-all:after, .newsletter__cta:after {
  content: ""
}

.fa-arrow-up:before {
  content: ""
}

.fa-arrow-down:before {
  content: ""
}

.fa-mail-forward:before, .fa-share:before {
  content: ""
}

.fa-expand:before {
  content: ""
}

.fa-compress:before {
  content: ""
}

.fa-plus:before, .button--menu_is_visible:before, .js .section__header:after {
  content: ""
}

.fa-minus:before {
  content: ""
}

.fa-asterisk:before {
  content: ""
}

.fa-exclamation-circle:before {
  content: ""
}

.fa-gift:before {
  content: ""
}

.fa-leaf:before {
  content: ""
}

.fa-fire:before {
  content: ""
}

.fa-eye:before {
  content: ""
}

.fa-eye-slash:before {
  content: ""
}

.fa-warning:before, .fa-exclamation-triangle:before {
  content: ""
}

.fa-plane:before {
  content: ""
}

.fa-calendar:before, .teaser__option--monthly:before {
  content: ""
}

.fa-random:before {
  content: ""
}

.fa-comment:before, .option__item--comment:before {
  content: ""
}

.fa-magnet:before {
  content: ""
}

.fa-chevron-up:before {
  content: ""
}

.fa-chevron-down:before {
  content: ""
}

.fa-retweet:before {
  content: ""
}

.fa-shopping-cart:before {
  content: ""
}

.fa-folder:before {
  content: ""
}

.fa-folder-open:before {
  content: ""
}

.fa-arrows-v:before {
  content: ""
}

.fa-arrows-h:before {
  content: ""
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: ""
}

.fa-twitter-square:before {
  content: ""
}

.fa-facebook-square:before {
  content: ""
}

.fa-camera-retro:before {
  content: ""
}

.fa-key:before {
  content: ""
}

.fa-gears:before, .fa-cogs:before {
  content: ""
}

.fa-comments:before {
  content: ""
}

.fa-thumbs-o-up:before {
  content: ""
}

.fa-thumbs-o-down:before {
  content: ""
}

.fa-star-half:before {
  content: ""
}

.fa-heart-o:before {
  content: ""
}

.fa-sign-out:before {
  content: ""
}

.fa-linkedin-square:before {
  content: ""
}

.fa-thumb-tack:before {
  content: ""
}

.fa-external-link:before {
  content: ""
}

.fa-sign-in:before {
  content: ""
}

.fa-trophy:before {
  content: ""
}

.fa-github-square:before {
  content: ""
}

.fa-upload:before {
  content: ""
}

.fa-lemon-o:before {
  content: ""
}

.fa-phone:before {
  content: ""
}

.fa-square-o:before {
  content: ""
}

.fa-bookmark-o:before {
  content: ""
}

.fa-phone-square:before {
  content: ""
}

.fa-twitter:before, .option__item--twitter:before {
  content: ""
}

.fa-facebook:before, .option__item--facebook:before {
  content: ""
}

.fa-github:before {
  content: ""
}

.fa-unlock:before {
  content: ""
}

.fa-credit-card:before {
  content: ""
}

.fa-rss:before {
  content: ""
}

.fa-hdd-o:before {
  content: ""
}

.fa-bullhorn:before {
  content: ""
}

.fa-bell:before {
  content: ""
}

.fa-certificate:before {
  content: ""
}

.fa-hand-o-right:before {
  content: ""
}

.fa-hand-o-left:before {
  content: ""
}

.fa-hand-o-up:before {
  content: ""
}

.fa-hand-o-down:before {
  content: ""
}

.fa-arrow-circle-left:before {
  content: ""
}

.fa-arrow-circle-right:before {
  content: ""
}

.fa-arrow-circle-up:before {
  content: ""
}

.fa-arrow-circle-down:before {
  content: ""
}

.fa-globe:before {
  content: ""
}

.fa-wrench:before {
  content: ""
}

.fa-tasks:before {
  content: ""
}

.fa-filter:before {
  content: ""
}

.fa-briefcase:before {
  content: ""
}

.fa-arrows-alt:before {
  content: ""
}

.fa-group:before, .fa-users:before {
  content: ""
}

.fa-chain:before, .fa-link:before {
  content: ""
}

.fa-cloud:before {
  content: ""
}

.fa-flask:before {
  content: ""
}

.fa-cut:before, .fa-scissors:before {
  content: ""
}

.fa-copy:before, .fa-files-o:before {
  content: ""
}

.fa-paperclip:before {
  content: ""
}

.fa-save:before, .fa-floppy-o:before {
  content: ""
}

.fa-square:before {
  content: ""
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: ""
}

.fa-list-ul:before {
  content: ""
}

.fa-list-ol:before {
  content: ""
}

.fa-strikethrough:before {
  content: ""
}

.fa-underline:before {
  content: ""
}

.fa-table:before {
  content: ""
}

.fa-magic:before {
  content: ""
}

.fa-truck:before {
  content: ""
}

.fa-pinterest:before {
  content: ""
}

.fa-pinterest-square:before {
  content: ""
}

.fa-google-plus-square:before {
  content: ""
}

.fa-google-plus:before, .option__item--google:before {
  content: ""
}

.fa-money:before {
  content: ""
}

.fa-caret-down:before {
  content: ""
}

.fa-caret-up:before {
  content: ""
}

.fa-caret-left:before {
  content: ""
}

.fa-caret-right:before {
  content: ""
}

.fa-columns:before {
  content: ""
}

.fa-unsorted:before, .fa-sort:before {
  content: ""
}

.fa-sort-down:before, .fa-sort-desc:before {
  content: ""
}

.fa-sort-up:before, .fa-sort-asc:before {
  content: ""
}

.fa-envelope:before {
  content: ""
}

.fa-linkedin:before, .option__item--linkedin:before {
  content: ""
}

.fa-rotate-left:before, .fa-undo:before {
  content: ""
}

.fa-legal:before, .fa-gavel:before {
  content: ""
}

.fa-dashboard:before, .fa-tachometer:before {
  content: ""
}

.fa-comment-o:before {
  content: ""
}

.fa-comments-o:before {
  content: ""
}

.fa-flash:before, .fa-bolt:before {
  content: ""
}

.fa-sitemap:before {
  content: ""
}

.fa-umbrella:before {
  content: ""
}

.fa-paste:before, .fa-clipboard:before {
  content: ""
}

.fa-lightbulb-o:before {
  content: ""
}

.fa-exchange:before {
  content: ""
}

.fa-cloud-download:before {
  content: ""
}

.fa-cloud-upload:before {
  content: ""
}

.fa-user-md:before {
  content: ""
}

.fa-stethoscope:before {
  content: ""
}

.fa-suitcase:before {
  content: ""
}

.fa-bell-o:before {
  content: ""
}

.fa-coffee:before {
  content: ""
}

.fa-cutlery:before {
  content: ""
}

.fa-file-text-o:before {
  content: ""
}

.fa-building-o:before {
  content: ""
}

.fa-hospital-o:before {
  content: ""
}

.fa-ambulance:before {
  content: ""
}

.fa-medkit:before {
  content: ""
}

.fa-fighter-jet:before {
  content: ""
}

.fa-beer:before {
  content: ""
}

.fa-h-square:before {
  content: ""
}

.fa-plus-square:before {
  content: ""
}

.fa-angle-double-left:before {
  content: ""
}

.fa-angle-double-right:before {
  content: ""
}

.fa-angle-double-up:before {
  content: ""
}

.fa-angle-double-down:before {
  content: ""
}

.fa-angle-left:before {
  content: ""
}

.fa-angle-right:before {
  content: ""
}

.fa-angle-up:before {
  content: ""
}

.fa-angle-down:before {
  content: ""
}

.fa-desktop:before {
  content: ""
}

.fa-laptop:before {
  content: ""
}

.fa-tablet:before {
  content: ""
}

.fa-mobile-phone:before, .fa-mobile:before {
  content: ""
}

.fa-circle-o:before {
  content: ""
}

.fa-quote-left:before {
  content: ""
}

.fa-quote-right:before {
  content: ""
}

.fa-spinner:before {
  content: ""
}

.fa-circle:before {
  content: ""
}

.fa-mail-reply:before, .fa-reply:before {
  content: ""
}

.fa-github-alt:before {
  content: ""
}

.fa-folder-o:before {
  content: ""
}

.fa-folder-open-o:before {
  content: ""
}

.fa-smile-o:before {
  content: ""
}

.fa-frown-o:before {
  content: ""
}

.fa-meh-o:before {
  content: ""
}

.fa-gamepad:before {
  content: ""
}

.fa-keyboard-o:before {
  content: ""
}

.fa-flag-o:before {
  content: ""
}

.fa-flag-checkered:before {
  content: ""
}

.fa-terminal:before {
  content: ""
}

.fa-code:before {
  content: ""
}

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: ""
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: ""
}

.fa-location-arrow:before {
  content: ""
}

.fa-crop:before {
  content: ""
}

.fa-code-fork:before {
  content: ""
}

.fa-unlink:before, .fa-chain-broken:before {
  content: ""
}

.fa-question:before {
  content: ""
}

.fa-info:before {
  content: ""
}

.fa-exclamation:before {
  content: ""
}

.fa-superscript:before {
  content: ""
}

.fa-subscript:before {
  content: ""
}

.fa-eraser:before {
  content: ""
}

.fa-puzzle-piece:before {
  content: ""
}

.fa-microphone:before {
  content: ""
}

.fa-microphone-slash:before {
  content: ""
}

.fa-shield:before {
  content: ""
}

.fa-calendar-o:before {
  content: ""
}

.fa-fire-extinguisher:before {
  content: ""
}

.fa-rocket:before {
  content: ""
}

.fa-maxcdn:before {
  content: ""
}

.fa-chevron-circle-left:before {
  content: ""
}

.fa-chevron-circle-right:before {
  content: ""
}

.fa-chevron-circle-up:before {
  content: ""
}

.fa-chevron-circle-down:before {
  content: ""
}

.fa-html5:before {
  content: ""
}

.fa-css3:before {
  content: ""
}

.fa-anchor:before {
  content: ""
}

.fa-unlock-alt:before {
  content: ""
}

.fa-bullseye:before {
  content: ""
}

.fa-ellipsis-h:before {
  content: ""
}

.fa-ellipsis-v:before {
  content: ""
}

.fa-rss-square:before {
  content: ""
}

.fa-play-circle:before {
  content: ""
}

.fa-ticket:before {
  content: ""
}

.fa-minus-square:before {
  content: ""
}

.fa-minus-square-o:before {
  content: ""
}

.fa-level-up:before {
  content: ""
}

.fa-level-down:before {
  content: ""
}

.fa-check-square:before {
  content: ""
}

.fa-pencil-square:before {
  content: ""
}

.fa-external-link-square:before {
  content: ""
}

.fa-share-square:before {
  content: ""
}

.fa-compass:before {
  content: ""
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: ""
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: ""
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: ""
}

.fa-euro:before, .fa-eur:before {
  content: ""
}

.fa-gbp:before {
  content: ""
}

.fa-dollar:before, .fa-usd:before {
  content: ""
}

.fa-rupee:before, .fa-inr:before {
  content: ""
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: ""
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: ""
}

.fa-won:before, .fa-krw:before {
  content: ""
}

.fa-bitcoin:before, .fa-btc:before {
  content: ""
}

.fa-file:before {
  content: ""
}

.fa-file-text:before {
  content: ""
}

.fa-sort-alpha-asc:before {
  content: ""
}

.fa-sort-alpha-desc:before {
  content: ""
}

.fa-sort-amount-asc:before {
  content: ""
}

.fa-sort-amount-desc:before {
  content: ""
}

.fa-sort-numeric-asc:before {
  content: ""
}

.fa-sort-numeric-desc:before {
  content: ""
}

.fa-thumbs-up:before {
  content: ""
}

.fa-thumbs-down:before {
  content: ""
}

.fa-youtube-square:before {
  content: ""
}

.fa-youtube:before {
  content: ""
}

.fa-xing:before {
  content: ""
}

.fa-xing-square:before {
  content: ""
}

.fa-youtube-play:before {
  content: ""
}

.fa-dropbox:before {
  content: ""
}

.fa-stack-overflow:before {
  content: ""
}

.fa-instagram:before {
  content: ""
}

.fa-flickr:before {
  content: ""
}

.fa-adn:before {
  content: ""
}

.fa-bitbucket:before {
  content: ""
}

.fa-bitbucket-square:before {
  content: ""
}

.fa-tumblr:before {
  content: ""
}

.fa-tumblr-square:before {
  content: ""
}

.fa-long-arrow-down:before {
  content: ""
}

.fa-long-arrow-up:before {
  content: ""
}

.fa-long-arrow-left:before {
  content: ""
}

.fa-long-arrow-right:before {
  content: ""
}

.fa-apple:before {
  content: ""
}

.fa-windows:before {
  content: ""
}

.fa-android:before {
  content: ""
}

.fa-linux:before {
  content: ""
}

.fa-dribbble:before {
  content: ""
}

.fa-skype:before {
  content: ""
}

.fa-foursquare:before {
  content: ""
}

.fa-trello:before {
  content: ""
}

.fa-female:before {
  content: ""
}

.fa-male:before {
  content: ""
}

.fa-gittip:before {
  content: ""
}

.fa-sun-o:before {
  content: ""
}

.fa-moon-o:before {
  content: ""
}

.fa-archive:before {
  content: ""
}

.fa-bug:before {
  content: ""
}

.fa-vk:before {
  content: ""
}

.fa-weibo:before {
  content: ""
}

.fa-renren:before {
  content: ""
}

.fa-pagelines:before {
  content: ""
}

.fa-stack-exchange:before {
  content: ""
}

.fa-arrow-circle-o-right:before {
  content: ""
}

.fa-arrow-circle-o-left:before {
  content: ""
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: ""
}

.fa-dot-circle-o:before {
  content: ""
}

.fa-wheelchair:before {
  content: ""
}

.fa-vimeo-square:before {
  content: ""
}

.fa-turkish-lira:before, .fa-try:before {
  content: ""
}

.fa-plus-square-o:before {
  content: ""
}

.fa-space-shuttle:before {
  content: ""
}

.fa-slack:before {
  content: ""
}

.fa-envelope-square:before {
  content: ""
}

.fa-wordpress:before {
  content: ""
}

.fa-openid:before {
  content: ""
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: ""
}

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: ""
}

.fa-yahoo:before {
  content: ""
}

.fa-google:before {
  content: ""
}

.fa-reddit:before {
  content: ""
}

.fa-reddit-square:before {
  content: ""
}

.fa-stumbleupon-circle:before {
  content: ""
}

.fa-stumbleupon:before {
  content: ""
}

.fa-delicious:before {
  content: ""
}

.fa-digg:before {
  content: ""
}

.fa-pied-piper:before {
  content: ""
}

.fa-pied-piper-alt:before {
  content: ""
}

.fa-drupal:before {
  content: ""
}

.fa-joomla:before {
  content: ""
}

.fa-language:before {
  content: ""
}

.fa-fax:before {
  content: ""
}

.fa-building:before {
  content: ""
}

.fa-child:before {
  content: ""
}

.fa-paw:before {
  content: ""
}

.fa-spoon:before {
  content: ""
}

.fa-cube:before {
  content: ""
}

.fa-cubes:before {
  content: ""
}

.fa-behance:before {
  content: ""
}

.fa-behance-square:before {
  content: ""
}

.fa-steam:before {
  content: ""
}

.fa-steam-square:before {
  content: ""
}

.fa-recycle:before {
  content: ""
}

.fa-automobile:before, .fa-car:before {
  content: ""
}

.fa-cab:before, .fa-taxi:before {
  content: ""
}

.fa-tree:before {
  content: ""
}

.fa-spotify:before {
  content: ""
}

.fa-deviantart:before {
  content: ""
}

.fa-soundcloud:before {
  content: ""
}

.fa-database:before {
  content: ""
}

.fa-file-pdf-o:before {
  content: ""
}

.fa-file-word-o:before {
  content: ""
}

.fa-file-excel-o:before {
  content: ""
}

.fa-file-powerpoint-o:before {
  content: ""
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: ""
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: ""
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: ""
}

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: ""
}

.fa-file-code-o:before {
  content: ""
}

.fa-vine:before {
  content: ""
}

.fa-codepen:before {
  content: ""
}

.fa-jsfiddle:before {
  content: ""
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: ""
}

.fa-circle-o-notch:before {
  content: ""
}

.fa-ra:before, .fa-rebel:before {
  content: ""
}

.fa-ge:before, .fa-empire:before {
  content: ""
}

.fa-git-square:before {
  content: ""
}

.fa-git:before {
  content: ""
}

.fa-hacker-news:before {
  content: ""
}

.fa-tencent-weibo:before {
  content: ""
}

.fa-qq:before {
  content: ""
}

.fa-wechat:before, .fa-weixin:before {
  content: ""
}

.fa-send:before, .fa-paper-plane:before {
  content: ""
}

.fa-send-o:before, .fa-paper-plane-o:before {
  content: ""
}

.fa-history:before {
  content: ""
}

.fa-circle-thin:before {
  content: ""
}

.fa-header:before {
  content: ""
}

.fa-paragraph:before {
  content: ""
}

.fa-sliders:before {
  content: ""
}

.fa-share-alt:before {
  content: ""
}

.fa-share-alt-square:before {
  content: ""
}

.fa-bomb:before {
  content: ""
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: ""
}

.fa-tty:before {
  content: ""
}

.fa-binoculars:before {
  content: ""
}

.fa-plug:before {
  content: ""
}

.fa-slideshare:before {
  content: ""
}

.fa-twitch:before {
  content: ""
}

.fa-yelp:before {
  content: ""
}

.fa-newspaper-o:before {
  content: ""
}

.fa-wifi:before {
  content: ""
}

.fa-calculator:before {
  content: ""
}

.fa-paypal:before {
  content: ""
}

.fa-google-wallet:before {
  content: ""
}

.fa-cc-visa:before {
  content: ""
}

.fa-cc-mastercard:before {
  content: ""
}

.fa-cc-discover:before {
  content: ""
}

.fa-cc-amex:before {
  content: ""
}

.fa-cc-paypal:before {
  content: ""
}

.fa-cc-stripe:before {
  content: ""
}

.fa-bell-slash:before {
  content: ""
}

.fa-bell-slash-o:before {
  content: ""
}

.fa-trash:before, .trigger--delete:before, .user-input__delete:before {
  content: ""
}

.fa-copyright:before {
  content: ""
}

.fa-at:before {
  content: ""
}

.fa-eyedropper:before {
  content: ""
}

.fa-paint-brush:before {
  content: ""
}

.fa-birthday-cake:before {
  content: ""
}

.fa-area-chart:before {
  content: ""
}

.fa-pie-chart:before {
  content: ""
}

.fa-line-chart:before {
  content: ""
}

.fa-lastfm:before {
  content: ""
}

.fa-lastfm-square:before {
  content: ""
}

.fa-toggle-off:before {
  content: ""
}

.fa-toggle-on:before {
  content: ""
}

.fa-bicycle:before {
  content: ""
}

.fa-bus:before {
  content: ""
}

.fa-ioxhost:before {
  content: ""
}

.fa-angellist:before {
  content: ""
}

.fa-cc:before {
  content: ""
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: ""
}

.fa-meanpath:before {
  content: ""
}

@font-face {
  font-family: 'GuardianSansLight';
  src: url("../fonts/Guardian Sans-Light.eot");
  src: local("☺"), url("../fonts/Guardian Sans-Light.woff") format("woff"), url("../fonts/Guardian Sans-Light.ttf") format("truetype"), url("../fonts/Guardian Sans-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'GuardianSansRegular';
  src: url("../fonts/Guardian Sans-Regular.eot");
  src: local("☺"), url("../fonts/Guardian Sans-Regular.woff") format("woff"), url("../fonts/Guardian Sans-Regular.ttf") format("truetype"), url("../fonts/Guardian Sans-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'GuardianSansSemibold';
  src: url("../fonts/Guardian Sans-Semibold.eot");
  src: local("☺"), url("../fonts/Guardian Sans-Semibold.woff") format("woff"), url("../fonts/Guardian Sans-Semibold.ttf") format("truetype"), url("../fonts/Guardian Sans-Semibold.svg") format("svg");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'GuardianSansBold';
  src: url("../fonts/GuardianSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/GuardianSans-Bold.otf") format("opentype"), url("../fonts/GuardianSans-Bold.woff") format("woff"), url("../fonts/GuardianSans-Bold.ttf") format("truetype"), url("../fonts/GuardianSans-Bold.svg#GuardianSans-Bold") format("svg");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'GuardianSansCondBold';
  src: url("../fonts/Guardian Sans Cond-Bold.eot");
  src: local("☺"), url("../fonts/Guardian Sans Cond-Bold.woff") format("woff"), url("../fonts/Guardian Sans Cond-Bold.ttf") format("truetype"), url("../fonts/Guardian Sans Cond-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'GuardianTextEgyptian';
  src: url("../fonts/Guardian Text Egyp-Regular.eot");
  src: local("☺"), url("../fonts/Guardian Text Egyp-Regular.woff") format("woff"), url("../fonts/Guardian Text Egyp-Regular.ttf") format("truetype"), url("../fonts/Guardian Text Egyp-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: 'FedraMonoStdBook';
  src: url("../fonts/FedraMonoStd Book.eot");
  src: local("☺"), url("../fonts/FedraMonoStd Book.woff") format("woff"), url("../fonts/FedraMonoStd Book.ttf") format("truetype"), url("../fonts/FedraMonoStd Book.svg") format("svg");
  font-weight: normal;
  font-style: normal
}

.wrapper, .menu__body__content {
  width: 100%;
  max-width: 1308px;
  margin: 0 auto;
  padding: 0 18px;
  position: relative
}

@media only screen and (min-width: 1000px) {
  .wrapper, .menu__body__content {
    padding: 0 36px
  }
}

.grid, .product, .paywall__option {
  max-width: none;
  margin-left: -18px;
  margin-right: -18px;
  position: relative
}

.grid__item {
  float: left;
  padding: 0 18px
}

.grid__item--half {
  width: 50%
}

.grid__item--top {
  width: 100%
}

@media only screen and (min-width: 700px) {
  .grid__item--top {
    width: 75%;
    margin-left: 12.5%
  }
}

@media only screen and (min-width: 1000px) {
  .grid__item--top {
    width: 100%;
    margin-left: 0%
  }
}

.grid__item--primary {
  width: 100%
}

@media only screen and (min-width: 700px) {
  .grid__item--primary {
    width: 75%;
    margin-left: 12.5%
  }
}

@media only screen and (min-width: 1000px) {
  .grid__item--primary {
    width: 62.5%;
    margin-left: 0%
  }
}

.grid__item--primary__half {
  width: 100%
}

@media only screen and (min-width: 400px) {
  .grid__item--primary__half {
    width: 50%
  }
}

.grid__item--secondary {
  width: 100%;
  padding-top: 18px
}

@media only screen and (min-width: 700px) {
  .grid__item--secondary {
    width: 75%;
    margin-left: 12.5%
  }
}

@media only screen and (min-width: 1000px) {
  .grid__item--secondary {
    width: 33.33333%;
    margin-left: 0%;
    float: right;
    padding-top: 0
  }
}

.grid__item--aside {
  width: 100%;
  padding: 0;
  float: none
}

@media only screen and (min-width: 1000px) {
  .grid__item--aside {
    width: 50%;
    width: calc(50% + 9px);
    float: right;
    margin-right: -60%;
    margin-right: calc(-60% - 24px);
    height: 0
  }
}

.l-right {
  float: right !important
}

.l-left {
  float: left !important
}

.l-float-none {
  float: none !important
}

.l-center {
  clear: both !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important
}

.l-clear-both {
  clear: both !important
}

.l-clear-left {
  clear: left !important
}

.l-clear-right {
  clear: right !important
}

.l-table {
  display: table !important
}

.l-block {
  display: block !important
}

.l-inline {
  display: inline !important
}

.l-inline-block {
  display: inline-block !important
}

.l-oh {
  overflow: hidden !important
}

.l-ov {
  overflow: visible !important
}

.l-vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.l-baseline-half {
  margin-bottom: 6px !important
}

.l-baseline-1 {
  margin-bottom: 12px !important
}

.l-baseline-2 {
  margin-bottom: 24px !important
}

.l-baseline-3 {
  margin-bottom: 36px !important
}

.l-gutter-half {
  margin-bottom: 18px !important
}

.l-gutter-1 {
  margin-bottom: 36px !important
}

.l-gutter-2 {
  margin-bottom: 72px !important
}

.l-gutter-3 {
  margin-bottom: 108px !important
}

.l-relative {
  position: relative
}

.l-reset {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none
}

.l-cf:after, .wrapper:after, .menu__body__content:after, .grid:after, .product:after, .paywall__option:after, .byline:after, .option:after, .box:after, .form:after, .newsletter:after, .box__header:after, .newsletter__header:after, .box__footer:after, .flag:after, .form__block:after, .form__fieldset:after, .form__radio-group:after, .teaser:after, .checklist:after {
  content: "";
  display: table;
  clear: both
}

.l-cf-reset:after {
  display: inline;
  clear: none
}

.l-no-scroll {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important
}

.l-appearance-reset, .button, .form__submit, .form__cancel, .product__item__order, .teaser__option__cta, .paywall__option__item__cta, .form__input, .form__select, .form__textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0
}

.l-no-margin {
  margin: 0 !important
}

.l-no-margin-top {
  margin-top: 0 !important
}

.l-no-margin-right {
  margin-right: 0 !important
}

.l-no-margin-bottom {
  margin-bottom: 0 !important
}

.l-no-margin-left {
  margin-left: 0 !important
}

.l-no-padding {
  padding: 0 !important
}

.l-no-padding-top {
  padding-top: 0 !important
}

.l-no-padding-right {
  padding-right: 0 !important
}

.l-no-padding-bottom {
  padding-bottom: 0 !important
}

.l-no-padding-left {
  padding-left: 0 !important
}

.l-no-border {
  border: 0 !important
}

.l-no-border-top {
  border-top: 0 !important
}

.l-no-border-right {
  border-right: 0 !important
}

.l-no-border-bottom {
  border-bottom: 0 !important
}

.l-no-border-left {
  border-left: 0 !important
}

.l-show {
  display: block !important
}

@media only screen and (min-width: 400px) {
  .l-show-small {
    display: block !important
  }
}

@media only screen and (min-width: 700px) {
  .l-show-medium {
    display: block !important
  }
}

@media only screen and (min-width: 1000px) {
  .l-show-large {
    display: block !important
  }
}

.l-hide {
  display: none !important
}

@media only screen and (min-width: 400px) {
  .l-hide-small {
    display: none !important
  }
}

@media only screen and (min-width: 700px) {
  .l-hide-medium {
    display: none !important
  }
}

@media only screen and (min-width: 1000px) {
  .l-hide-large {
    display: none !important
  }
}

.l-baseline-grid {
  background-image: -webkit-linear-gradient(0deg, rgba(0, 120, 200, 0.5) 123px, transparent 36px), -webkit-linear-gradient(top, transparent 95%, rgba(0, 120, 200, 0.5) 100%);
  background-image: -moz-linear-gradient(0deg, rgba(0, 120, 200, 0.5) 123px, transparent 36px), -moz-linear-gradient(top, transparent 95%, rgba(0, 120, 200, 0.5) 100%);
  background-image: -o-linear-gradient(0deg, rgba(0, 120, 200, 0.5) 123px, transparent 36px), -o-linear-gradient(top, transparent 95%, rgba(0, 120, 200, 0.5) 100%);
  background-size: 159px 100%, 100% 12px;
  background-position: 36px 0px
}

html {
  font-size: 62.5%
}

body {
  font-family: "GuardianSansRegular", "Helvetica", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

@media only screen and (min-width: 621px) {
  body {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem
  }
}

a {
  color: #0078C8;
  text-decoration: none
}

a:hover, a:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer
}

a:hover strong, a:focus strong {
  text-decoration: underline
}

h1, .h1, h2, .h2, .menu__main__item__title, .transport__item__title, .js .section__title, h3, .h3, .box__title, .newsletter__title, .transport--small .transport__item__title, .teaser__option__title, .teaser__option__price, h4, .h4, .user-input__label, .form__fieldset__legend, .teaser__header__title {
  font-family: "GuardianSansSemibold", "Helvetica", sans-serif;
  margin-bottom: 12px;
  font-weight: normal;
  font-style: normal
}

@media only screen and (min-width: 621px) {
  h1, .h1, h2, .h2, .menu__main__item__title, .transport__item__title, .js .section__title, h3, .h3, .box__title, .newsletter__title, .transport--small .transport__item__title, .teaser__option__title, .teaser__option__price, h4, .h4, .user-input__label, .form__fieldset__legend, .teaser__header__title {
    margin-bottom: 12px
  }
}

h1, .h1 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 36px;
  line-height: 3.6rem
}

@media only screen and (min-width: 700px) {
  h1, .h1 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 42px;
    line-height: 4.2rem
  }
}

h2, .h2, .menu__main__item__title, .transport__item__title, .js .section__title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem
}

@media only screen and (min-width: 621px) {
  h2, .h2, .menu__main__item__title, .transport__item__title, .js .section__title {
    font-size: 30px;
    font-size: 3rem;
    line-height: 36px;
    line-height: 3.6rem
  }
}

h3, .h3, .box__title, .newsletter__title, .transport--small .transport__item__title, .teaser__option__title, .teaser__option__price {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem
}

@media only screen and (min-width: 700px) {
  h3, .h3, .box__title, .newsletter__title, .transport--small .transport__item__title, .teaser__option__title, .teaser__option__price {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
    line-height: 3rem
  }
}

h4, .h4, .user-input__label, .form__fieldset__legend, .teaser__header__title {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-bottom: 0
}

@media only screen and (min-width: 700px) {
  h4, .h4, .user-input__label, .form__fieldset__legend, .teaser__header__title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem
  }
}

p, .p, .user-input__data {
  margin-bottom: 12px;
}

@media only screen and (min-width: 700px) {
  p, .p, .user-input__data {
    margin-bottom: 24px
  }
}

.intro {
  margin-bottom: 12px
}

@media only screen and (min-width: 700px) {
  .intro {
    margin-bottom: 24px
  }
}

@media only screen and (min-width: 1000px) {
  .intro {
    margin-bottom: 36px
  }
}

.article {
  font-family: "GuardianTextEgyptian", "Georgia", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem
}

@media only screen and (min-width: 621px) {
  .article {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 27px;
    line-height: 2.7rem
  }
}

.figure {
  margin-bottom: 24px
}

.figure img {
  width: auto !important;
  max-width: 100%
}

.figure__caption {
  font-family: "GuardianSansSemibold", "Helvetica", sans-serif
}

.title {
  font-family: "GuardianSansCondBold", "Helvetica", sans-serif;
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 48px;
  line-height: 4.8rem
}

@media only screen and (min-width: 700px) {
  .title {
    font-size: 60px;
    font-size: 6rem;
    line-height: 60px;
    line-height: 6rem
  }
}

.leadtext {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 27px;
  line-height: 2.7rem;
  color: #5f5f5f;
  border-bottom: 1px solid #b7b7b7
}

@media only screen and (min-width: 700px) {
  .leadtext {
    font-size: 20px;
    font-size: 2rem;
    line-height: 28px;
    line-height: 2.8rem
  }
}

.byline {
  padding: 12px 0;
  border-bottom: 1px solid #b7b7b7;
  font-family: "GuardianSansRegular", "Helvetica", sans-serif;
  margin-bottom: 12px
}

.author img {
  float: left;
  max-width: 84px;
  margin-right: 12px
}

.author a {
  display: inline-block;
  font-family: "GuardianSansSemibold", "Helvetica", sans-serif;
  padding-top: 6px
}

.timestamp {
  color: #5f5f5f
}

.option {
  border-bottom: 1px solid #b7b7b7;
  font-family: "GuardianSansRegular", "Helvetica", sans-serif;
  margin-bottom: 12px
}

.option__item {
  float: left;
  display: block;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
  line-height: 2rem;
  margin: 0 12px 12px 0
}

.option__item--plus {
  float: right;
  font-family: "GuardianSansSemibold", "Helvetica", sans-serif
}

.option__item--plus:after {
  padding-left: 6px
}

.option__item span {
  display: none
}

@media only screen and (min-width: 400px) {
  .option__item span {
    display: inline
  }
}

.teasertext {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
  border-bottom: 0
}

.teasertext:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), #FFF)
}

.bodytext--blurred, .leadtext--blurred, .bodytext--blurred *, .leadtext--blurred * {
  color: transparent !important;
  text-shadow: 0 0 13px rgba(120, 120, 120, 0.5) !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-color: transparent
}

.bodytext--blurred img, .leadtext--blurred img, .bodytext--blurred img *, .leadtext--blurred img *, .bodytext--blurred * img, .leadtext--blurred * img, .bodytext--blurred * img *, .leadtext--blurred * img * {
  -webkit-filter: blur(12px);
  -moz-filter: blur(12px);
  -o-filter: blur(12px);
  -ms-filter: blur(12px);
  filter: blur(12px);
  cursor: default
}

hr, .hr {
  border: 0;
  margin-top: 18px;
  height: 2px;
  background-color: #b7b7b7;
  margin-bottom: 36px
}

b, strong {
  font-style: normal;
  font-weight: normal;
  font-family: "GuardianSansSemibold", "Helvetica", sans-serif
}

small, .text--small, .figure__caption, .box--note, .form__note, .form__radio__description, .teaser__option__description {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem
}

.text--large {
  font-size: 60px;
  font-size: 6rem;
  line-height: 60px;
  line-height: 6rem
}

.text--antialiased, body, .form__input, .form__select, .form__textarea {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased
}

.text--hide {
  font: 0/0 a;
  text-shadow: none;
  color: transparent
}

.text--no-select, .js .section__title, .form__checkbox__label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.text--emboss {
  box-shadow: #FFF .8 0 1px 0, inset #000 .05 0 1px 0
}

.text--letterpress {
  text-shadow: #FFF .5 0 1px 0
}

.text--primary {
  color: #0078C8
}

.text--tertiary {
  color: #DE4A14
}

.text--uppercase {
  text-transform: uppercase
}

.text--lowercase {
  text-transform: lowercase
}

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

.text--right {
  text-align: right
}

.text--white {
  color: #FFF
}

.text--black {
  color: #000
}

.text--error {
  color: red
}

.text--success {
  color: green
}

.text--strong {
  font-weight: bold
}

.text--italic {
  font-style: italic
}

.text--nowrap {
  white-space: nowrap
}

.text--text-lighter {
  color: #5f5f5f
}

.text--text {
  color: #000
}

.text--no-wrap {
  white-space: nowrap
}

.text--primary {
  color: #0078C8
}

::selection {
  background: #0078C8;
  color: #FFF;
  text-shadow: none
}

.touch a:hover, .touch a:focus {
  text-decoration: none
}

.box, .form, .newsletter {
  padding: 18px;
  background-color: #F7F7F7;
  border: 1px solid #e5e5e5;
  position: relative
}

.box__header, .newsletter__header {
  margin-bottom: 12px
}

.box__title, .newsletter__title {
  margin-bottom: 0
}

.box--note {
  background-color: transparent;
  border: 1px dotted #DE4A14;
  color: #DE4A14
}

.box--note a {
  color: #DE4A14
}

.box--note *:last-child {
  margin-bottom: 0
}

.box--campaign {
  box-shadow: inset 0 1px 6px #e5e5e5;
  background-color: #FFF;
  border-radius: 0;
  margin-top: 24px
}

.box--help {
  background-color: transparent
}

.box--help .box__header, .box--help .newsletter__header {
  background-color: #0078C8;
  margin-top: -19px;
  margin-left: -19px;
  margin-right: -19px;
  padding: 18px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px
}

.box--help .box__title, .box--help .newsletter__title {
  color: #FFF
}

.box--help__img {
  width: 100%;
  margin-top: 12px;
  margin-bottom: -26px
}

.box--temp {
  background-color: transparent;
  border-style: dotted;
  border-color: #b7b7b7
}

.box__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-align: center
}

.button, .form__submit, .form__cancel, .product__item__order, .teaser__option__cta, .paywall__option__item__cta {
  display: inline-block;
  margin-bottom: 24px;
  padding: 12px;
  border: 2px solid #0078C8;
  background-color: #0078C8;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  font-family: "GuardianSansSemibold", "Helvetica", sans-serif;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: inherit;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 24px;
  line-height: 2.4rem
}

.button:hover, .form__submit:hover, .form__cancel:hover, .product__item__order:hover, .teaser__option__cta:hover, .paywall__option__item__cta:hover, .button:focus, .form__submit:focus, .form__cancel:focus, .product__item__order:focus, .teaser__option__cta:focus, .paywall__option__item__cta:focus {
  background-color: transparent;
  color: #0078C8;
  text-decoration: none
}

.button--full, .form__submit--full {
  width: 100%;
  text-align: left
}

.button--secondary, .button--prev {
  background-color: #777;
  border-color: #777
}

.button--secondary:hover, .button--prev:hover {
  color: #777
}

.button--cta, .teaser__option__cta {
  background-color: #DE4A14;
  border-color: #DE4A14
}

.button--cta:hover, .teaser__option__cta:hover {
  color: #DE4A14
}

.button--cta:after, .teaser__option__cta:after {
  padding-left: 6px
}

.button--subscribe:hover, .product__item__order:hover {
  background-color: #666;
  border-color: #5f5f5f;
  color: #FFF
}

.button--transparent, .button--cancel, .form__cancel {
  border-color: transparent;
  background-color: transparent;
  color: #0078C8
}

.button--transparent:hover, .button--cancel:hover, .form__cancel:hover {
  border-color: transparent;
  background-color: transparent;
  color: #0078C8;
  text-decoration: underline
}

.button--icon i {
  margin-right: 12px
}

.button--cancel, .form__cancel {
  color: #777
}

.button--cancel:hover, .form__cancel:hover {
  color: #000
}

.button--menu {
  padding-right: 30px;
  position: relative;
  margin: 0
}

.button--menu:hover {
  background-color: transparent;
  color: #FFF
}

.button--menu_is_hidden:before, .button--menu_is_visible:before {
  position: absolute;
  top: 12px;
  right: 0;
  line-height: 24px;
  line-height: 2.4rem
}

.button--menu_is_visible:before {
  transform: rotate(-45deg)
}

.button--disabled, .paywall__option__item__cta--disabled {
  background-color: #b7b7b7;
  border-color: #b7b7b7;
  pointer-events: none
}

.touch .button--menu:hover, .touch .button--menu:focus {
  background-color: transparent;
  color: #FFF;
  border-radius: 0
}

.trigger, .user-input__edit, .user-input__delete {
  float: right;
  display: inline-block;
  padding-left: 18px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap
}

.trigger:before, .user-input__edit:before, .user-input__delete:before {
  margin-right: 6px
}

.path {
  display: block
}

.path__item {
  display: inline-block
}

.path__item__icon:before {
  padding-right: 12px
}

.menu {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%
}

.menu a {
  color: #FFF
}

.menu__main {
  margin-bottom: 36px;
  margin-left: -18px;
  margin-right: -18px
}

.menu__main__item {
  position: relative;
  width: 50%;
  min-height: 220px;
  padding: 18px;
  float: left;
  border-bottom: 1px solid #FFF;
  border-left: 1px solid #FFF
}

.menu__main__item:nth-child(2n+1) {
  border-left: none
}

@media only screen and (min-width: 1000px) {
  .menu__main__item:nth-child(2n+1) {
    border-left: 1px solid #FFF
  }
}

.menu__main__item:nth-child(2n+7), .menu__main__item:nth-child(2n+8) {
  border-bottom: none
}

@media only screen and (min-width: 1000px) {
  .menu__main__item:nth-child(2n+7), .menu__main__item:nth-child(2n+8) {
    border-bottom: 1px solid #FFF
  }
}

@media only screen and (min-width: 1000px) {
  .menu__main__item {
    width: 25%;
    border-left: 1px solid #FFF
  }

  .menu__main__item:nth-child(4n+1) {
    border-left: none
  }

  .menu__main__item:nth-child(4n+5), .menu__main__item:nth-child(4n+6), .menu__main__item:nth-child(4n+7), .menu__main__item:nth-child(4n+8) {
    border-bottom: none
  }
}

.menu__main__item__title {
  display: block
}

.menu__global {
  margin-bottom: 36px
}

.menu__global__item {
  text-align: right
}

.menu__global__item__link {
  display: inline-block;
  padding: 6px 12px;
  text-decoration: none;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 20px;
  line-height: 2rem
}

.menu__body {
  position: fixed;
  z-index: 10000;
  display: none;
  width: 100%;
  background-color: #0078C8;
  color: #FFF;
  padding: 72px 0 0 0
}

@media only screen and (min-width: 700px) {
  .menu__body {
    padding-top: 108px;
    padding-bottom: 72px
  }
}

.menu__body__content__profile {
  position: relative;
  color: #FFF;
  padding: 12px 18px;
  margin-left: -18px;
  margin-right: -18px;
  border-top: 1px dotted #FFF;
  border-bottom: 1px dotted #FFF
}

@media only screen and (min-width: 700px) {
  .menu__body__content__profile {
    margin-bottom: 72px
  }
}

.menu__body_is_visible {
  display: block;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

.no-js .menu {
  position: static
}

.no-js .menu__body {
  position: static;
  top: auto;
  display: block
}

.global-menu {
  background-color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "GuardianSansRegular", "Helvetica", sans-serif;
  margin-top: 12px
}

@media only screen and (min-width: 400px) {
  .global-menu {
    margin-top: 6px
  }
}

.global-menu a {
  display: inline-block;
  color: #FFF;
  padding: 3px 0
}

.global-menu a:hover {
  color: #666
}

.global-menu__item + .global-menu__item {
  margin-left: 18px
}

.global-menu__item__icon {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  line-height: 2.4rem
}

.global-menu__item__title {
  padding-left: 6px;
  display: none
}

@media only screen and (min-width: 400px) {
  .global-menu__item__title {
    display: inline
  }
}

.transport__item {
  display: block;
  padding: 12px 0
}

.transport__item + .transport__item {
  border-top: 1px solid #e5e5e5
}

.transport__item__title {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  margin-bottom: 0
}

.transport__item__description {
  color: #5f5f5f;
  margin-bottom: 0
}

.transport--small .transport__item {
  padding: 6px 0
}

.transport--small .transport__item__title {
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  margin-bottom: 0
}

.transport--small .transport__item + .transport__item {
  border: none
}

.js .section__header {
  cursor: pointer;
  position: relative;
  padding: 12px 36px 12px 0;
  border-top: 1px solid #e5e5e5;
  color: #0078C8
}

.js .section__header:after {
  text-align: center;
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 30px;
  line-height: 3rem
}

.js .section__header:hover {
  color: #000
}

.js .section__title {
  margin-bottom: 0
}

.js .section__body {
  height: 0;
  opacity: 0;
  overflow: hidden
}

.js .section_is_active .section__header {
  color: #000;
  transition: all .25s ease-in-out
}

.js .section_is_active .section__header:after {
  transform: rotate(-45deg);
  transition: all .25s ease-in-out
}

.js .section_is_active .section__body {
  height: auto;
  overflow: visible;
  opacity: 1;
  padding: 12px 0;
  transition: all .25s ease-in-out
}

.flag__header {
  margin-bottom: 18px
}

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

@media only screen and (min-width: 400px) {
  .flag {
    width: 100%;
    display: table;
    position: relative
  }

  .flag__header, .flag__body {
    display: table-cell;
    vertical-align: middle
  }

  .flag__header {
    margin-bottom: 0;
    width: 33.33%;
    padding-right: 9px
  }

  .flag__header--invert {
    width: 66.66%
  }

  .flag__body {
    width: 66.66%;
    padding-left: 9px
  }

  .flag__body--invert {
    width: 33.33%
  }

  .flag__body *:last-child {
    margin-bottom: 0
  }

  .flag--rev {
    direction: rtl
  }

  .flag--rev .flag__header {
    padding-right: 0;
    padding-left: 9px;
    direction: ltr
  }

  .flag--rev .flag__body {
    padding-left: 0;
    padding-right: 9px;
    direction: ltr
  }

  .flag--top .flag__header, .flag--top .flag__body {
    vertical-align: top
  }

  .flag--bottom .flag__header, .flag--bottom .flag__body {
    vertical-align: bottom
  }
}

.user-input__label {
  float: left
}

.user-input__edit {
  float: left
}

.user-input__delete {
  float: left
}

.user-input__data {
  clear: both
}

.form {
  font-family: "GuardianSansRegular", "Helvetica", sans-serif;
  padding-bottom: 0
}

.form__header, .form__body {
  max-width: 500px
}

.form__note, .form__radio__description {
  margin-bottom: 12px;
  color: #5f5f5f;
  min-width: 280px
}

.form__note--error {
  color: red
}

.form__note--ps {
  color: #DE4A14
}

.form__block, .form__fieldset {
  width: 100%;
  display: block;
  clear: both;
  margin-bottom: 12px
}

.form__block--inline, .form__fieldset--inline {
  display: inline-block;
  float: left;
  clear: none;
  width: auto
}

.form__block--inline + .form__block--inline, .form__fieldset--inline + .form__block--inline, .form__block--inline + .form__fieldset--inline, .form__fieldset--inline + .form__fieldset--inline {
  margin-left: 36px
}

.form__block--half {
  clear: none;
  width: 48%;
  width: calc(50% - 18px)
}

.form__block--street-number, .form__block--postal-code, .form__block--floor {
  max-width: 84px
}

.form__block--doorway {
  max-width: 60px
}

.form__block--postal-city {
  width: auto;
  margin-left: 36px;
  max-width: 120px
}

.form__block--date {
  max-width: 192px
}

.form__block--phone, .form__block--subscription-number, .form__block--apartment-number, .form__block--captcha {
  max-width: 132px
}

.form__block--creditcard-expires .form__input, .form__block--creditcard-expires .form__select, .form__block--creditcard-expires .form__textarea {
  width: 60px;
  text-align: center
}

.form__block--creditcard-security {
  max-width: 72px
}

.form__block--error .form__input, .form__block--error .form__select, .form__block--error .form__textarea {
  border-color: red
}

.form__fieldset__legend {
  margin-bottom: 12px
}

.form__label {
  display: block;
  margin-bottom: 6px;
  white-space: nowrap
}

.form__input, .form__select, .form__textarea {
  display: inline-block;
  height: 48px;
  padding: 0 12px;
  width: 100%;
  border: 2px solid #b7b7b7;
  margin-bottom: 12px;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit
}

.form__input::-webkit-inner-spin-button, .form__select::-webkit-inner-spin-button, .form__textarea::-webkit-inner-spin-button, .form__input::-webkit-outer-spin-button, .form__select::-webkit-outer-spin-button, .form__textarea::-webkit-outer-spin-button {
  margin: 0
}

.form__input:hover, .form__select:hover, .form__textarea:hover {
  border-color: #9e9e9e
}

.form__input:focus, .form__select:focus, .form__textarea:focus {
  outline: none;
  border-color: #777
}

.form__input--small {
  display: block
}

.form__input--disabled {
  background-color: #F7F7F7
}

.form__input--disabled:hover, .form__input--disabled:focus {
  background-color: #F7F7F7;
  border-color: #b7b7b7
}

.form__select {
  padding-right: 36px;
  cursor: pointer;
  background: #FFF url(../img/png/select.png) no-repeat right top;
  background: none, #FFF url(../img/select.svg) no-repeat right top;
  width: 100%
}

.form__select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000
}

.form__select--day {
  width: 84px;
  margin-right: 12px
}

@media only screen and (min-width: 700px) {
  .form__select--day {
    width: 96px
  }
}

.form__select--month {
  width: 132px;
  margin-right: 12px
}

@media only screen and (min-width: 700px) {
  .form__select--month {
    width: 156px
  }
}

.form__select--year {
  width: 96px;
  margin-right: 12px
}

@media only screen and (min-width: 700px) {
  .form__select--year {
    width: 108px
  }
}

.form__select--disabled {
  background-color: #F7F7F7;
  cursor: default
}

.form__select--disabled:hover, .form__select--disabled:focus {
  background-color: #F7F7F7;
  border-color: #b7b7b7
}

.form__textarea {
  margin-bottom: 18px;
  display: block;
  padding: 12px;
  min-height: 120px
}

.form__hidden-options {
  padding-top: 18px
}

.form__radio-group {
  margin-bottom: 12px
}

.form__radio-group__item {
  display: block;
  clear: both;
  margin-bottom: 18px
}

.form__radio-group__item__options {
  padding-top: 12px;
  padding-left: 44px
}

.form__radio-group__item--inline {
  display: inline-block;
  margin-right: 36px
}

.form__radio-group__item__status {
  color: green
}

.form__radio-group__item--small {
  margin-bottom: 6px
}

@media only screen and (min-width: 400px) {
  .form__radio-group--two-columns .form__radio-group__item {
    clear: none;
    float: left;
    width: 50%
  }
}

.form__radio__label {
  line-height: 30px;
  line-height: 3rem;
  cursor: pointer
}

.form__radio__description {
  margin-bottom: 0;
  padding-top: 6px;
  clear: both;
  display: block;
  padding-left: 44px
}

.form__radio__description a {
  color: #000
}

.form__radio__input {
  display: block;
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  margin-right: 18px;
  cursor: pointer;
  float: left;
  border: 0 !important;
  font-size: 5px !important
}

.form__radio__input:before, .form__radio__input:after {
  content: '';
  position: absolute;
  border-radius: 100%
}

.form__radio__input:before {
  display: block;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  background-color: #FFF;
  border: 2px solid #b7b7b7
}

.form__radio__input:after {
  display: none;
  width: 12px;
  height: 12px;
  top: 8px;
  left: 8px;
  background-color: #0078C8
}

.form__radio__input:hover:before {
  border-color: #9e9e9e
}

.form__radio__input:checked:before {
  background-color: #0078C8;
  border-color: #0078C8
}

.form__radio__input:checked:after {
  display: block;
  background-color: #FFF
}

.form__checkbox {
  margin-bottom: 12px
}

.form__checkbox:hover .form__checkbox__helper {
  border-color: #000
}

.form__checkbox__label {
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  line-height: 30px;
  line-height: 3rem
}

.form__checkbox__label--small {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem
}

.form__checkbox__input {
  display: none
}

html.lt-IE9 .form__checkbox__input {
  display: block
}

.form__checkbox__input + .form__checkbox__helper {
  width: 28px;
  height: 28px;
  display: inline-block;
  position: relative;
  top: 8px;
  margin-right: 12px;
  border: 2px solid #b7b7b7;
  cursor: pointer
}

.form__checkbox__input + .form__checkbox__helper:after {
  content: '';
  width: 12px;
  height: 6px;
  position: absolute;
  top: 6px;
  left: 5px;
  border: 2px solid #b7b7b7;
  border-top: none;
  border-right: none;
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  zoom: 1;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg)
}

.form__checkbox__input + .form__checkbox__helper:hover {
  border-color: #000
}

.form__checkbox__input:checked + .form__checkbox__helper {
  border-color: #0078C8
}

.form__checkbox__input:checked + .form__checkbox__helper:after {
  border-color: #0078C8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  zoom: 1
}

.form__checkbox__input--small + .form__checkbox__helper {
  width: 18px;
  height: 18px;
  top: 4px;
  margin-right: 6px
}

.form__checkbox__input--small + .form__checkbox__helper:after {
  width: 6px;
  height: 3px;
  top: 3px;
  left: 3px
}

.form__submit--full {
  width: 100%
}

.form--with-summary .form__header, .form--with-summary .form__body {
  max-width: 500px
}

@media only screen and (min-width: 400px) {
  .form--with-summary .form__header, .form--with-summary .form__body {
    width: calc(100% - 138px)
  }
}

.form__summary {
  padding-top: 24px
}

@media only screen and (min-width: 400px) {
  .form__summary {
    position: absolute;
    top: 18px;
    right: 18px;
    padding-top: 0
  }
}

.table {
  width: 100%;
  display: block;
  text-align: left;
  border: 1px solid #e5e5e5
}

@media only screen and (min-width: 400px) {
  .table {
    display: table
  }
}

.table__row {
  border-bottom: 1px solid #e5e5e5
}

.table__row:last-child {
  border-bottom: 0
}

.table__row:nth-child(even) {
  background-color: #F7F7F7
}

@media only screen and (min-width: 400px) {
  .table__row:nth-child(even) {
    background-color: transparent
  }
}

@media only screen and (min-width: 700px) {
  .table__row:hover {
    background-color: #F7F7F7
  }
}

.table__row--header {
  display: none
}

@media only screen and (min-width: 400px) {
  .table__row--header {
    display: table-row;
    border-bottom: 1px solid #e5e5e5
  }

  .table__row--header:hover {
    background-color: transparent
  }
}

.table th, .table td {
  display: block;
  width: 100%;
  float: left;
  vertical-align: top;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 18px;
  padding-left: 18px
}

@media only screen and (min-width: 400px) {
  .table th, .table td {
    display: table-cell;
    width: auto;
    float: none
  }
}

.table th {
  font-style: normal;
  font-weight: normal;
  font-family: "GuardianSansSemibold", "Helvetica", sans-serif
}

.table td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem
}

.table td a {
  display: inline-block;
  margin-top: -6px;
  margin-bottom: -6px;
  padding-top: 6px;
  padding-bottom: 6px
}

.table__label {
  display: block
}

@media only screen and (min-width: 400px) {
  .table__label {
    display: none
  }
}

.product__item {
  width: 100%;
  float: left;
  padding: 0 18px;
  margin-bottom: 36px
}

@media only screen and (min-width: 400px) {
  .product__item {
    width: 50%;
    float: left;
    padding: 0 18px;
    margin-bottom: 36px
  }
}

@media only screen and (min-width: 1000px) {
  .product__item {
    width: 25%;
    float: left;
    padding: 0 18px;
    margin-bottom: 36px
  }
}

.product__item__box {
  padding: 18px;
  background-color: #e5e5e5
}

.product__item__figure {
  display: block;
  margin-bottom: 18px
}

.product__item__header {
  text-align: center
}

.product__item__title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  white-space: nowrap
}

@media only screen and (min-width: 400px) {
  .product__item__description {
    min-height: 144px
  }
}

.product__item__intro {
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem
}

.product__item__more {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem
}

.product__item__price, .paywall__option__item__price {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: #DE4A14;
  color: #FFF;
  text-align: center;
  margin: 0 auto 18px auto;
  padding: 12px
}

.product__item__price__intro, .paywall__option__item__price__intro, .paywall__option__item__price__outro, .product__item__price__outro {
  display: block;
  height: 24px;
  margin-bottom: 6px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem
}

.product__item__price__amount, .paywall__option__item__price__amount {
  display: block;
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 36px;
  line-height: 3.6rem
}

.product__item__price__free, .paywall__option__item__price__free {
  display: block;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 36px;
  line-height: 3.6rem
}

.product__item__order {
  display: block;
  text-align: center;
  margin-left: -18px;
  margin-right: -18px;
  margin-bottom: -18px
}

.teaser {
  margin-bottom: 36px;
  background-color: #F7F7F7
}

.teaser__header {
  background-color: #FFF;
  padding-bottom: 12px
}

.teaser__header__title {
  margin-bottom: 0
}

.teaser__option {
  padding-top: 12px;
  padding-bottom: 18px;
  padding-right: 18px;
  padding-left: 72px;
  position: relative
}

.teaser__option:before {
  position: absolute;
  top: 18px;
  left: 18px;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 36px;
  line-height: 3.6rem;
  color: #b7b7b7
}

.teaser__option__title, .teaser__option__price {
  margin-bottom: 6px
}

.teaser__option__title {
  float: left
}

.teaser__option__price {
  float: right;
  color: #5f5f5f
}

.teaser__option__description {
  clear: both;
  margin-bottom: 12px
}

.teaser__option__cta {
  margin: 0
}

@media only screen and (min-width: 1000px) {
  .teaser--horizontal .teaser__option {
    width: 50%;
    float: left
  }
}

.teaser--horizontal .teaser__option + .teaser__option {
  border-top: 1px solid #b7b7b7
}

@media only screen and (min-width: 1000px) {
  .teaser--horizontal .teaser__option + .teaser__option {
    border-top: none;
    border-left: 1px solid #b7b7b7
  }
}

@media only screen and (min-width: 1000px) {
  .teaser--vertical .teaser__option__title {
    width: 400px
  }
}

.teaser--vertical .teaser__option__price {
  float: right
}

@media only screen and (min-width: 1000px) {
  .teaser--vertical .teaser__option__price {
    float: left
  }
}

@media only screen and (min-width: 1000px) {
  .teaser--vertical .teaser__option__cta {
    position: absolute;
    top: 18px;
    right: 18px
  }
}

@media only screen and (min-width: 1000px) {
  .teaser--vertical .teaser__option__description {
    margin-bottom: 0
  }
}

.teaser--vertical .teaser__option + .teaser__option {
  border-top: 1px solid #b7b7b7
}

.checklist {
  list-style: none;
  margin: 0;
  padding: 12px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem
}

.checklist__item {
  margin-bottom: 6px;
  position: relative;
  padding-left: 36px
}

.checklist__item:before {
  display: none
}

.checklist__item__icon {
  display: inline
}

.checklist__item__icon--checked:after {
  content: '';
  width: 12px;
  height: 6px;
  position: absolute;
  top: 4px;
  left: 6px;
  border: 2px solid #0078C8;
  border-top: none;
  border-right: none;
  background: transparent;
  transform: rotate(-45deg)
}

.checklist__item__icon--unchecked:after {
  content: '';
  width: 12px;
  height: 6px;
  position: absolute;
  top: 4px;
  left: 6px;
  border-bottom: 2px solid #b7b7b7;
  background: transparent
}

@media only screen and (min-width: 400px) {
  .checklist--two-columns .checklist__item {
    clear: none;
    float: left;
    width: 50%
  }
}

.paywall {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 24px;
  font-family: "GuardianSansRegular", "Helvetica", sans-serif;
  background-color: #FFF;
  border: 2px solid #b7b7b7
}

.paywall-wrapper {
  z-index: 1000000
}

.paywall__body {
  padding: 18px
}

.paywall__header {
  margin-bottom: 36px;
  text-align: center
}

.paywall__heading {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  font-family: "GuardianSansSemibold", "Helvetica", sans-serif;
  color: #DE4A14
}

.paywall__option {
  margin-bottom: 24px;
  border: 1px solid #e5e5e5;
  background-color: #F7F7F7;
  width: calc(100% - 24px);
  margin-left: 12px
}

@media only screen and (min-width: 700px) {
  .paywall__option {
    width: auto;
    margin-left: -18px;
    border-left: none;
    border-right: none
  }
}

.paywall__option__item {
  width: 100%;
  float: left;
  padding: 0 18px;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative
}

@media only screen and (min-width: 621px) {
  .paywall__option__item {
    width: 33.33333%;
    float: left;
    padding: 0 18px;
    margin-bottom: 0;
    padding-top: 18px;
    padding-bottom: 18px
  }
}

.paywall__option__item__header {
  text-align: center
}

.paywall__option__item__title {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  white-space: nowrap
}

.paywall__option__item__limit {
  margin-bottom: 18px
}

@media only screen and (min-width: 700px) {
  .paywall__option__item__limit {
    height: 120px
  }
}

.paywall__option__item__cta {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 0
}

.paywall__option__item__banner {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px
}

.paywall__option__item__banner__body {
  width: 120px;
  position: relative;
  top: 15px;
  left: -5px;
  padding: 7px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  font-family: "GuardianSansSemibold", "Helvetica", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  text-align: center;
  background-color: #DE4A14;
  color: #FFF
}

.paywall__option__item__banner__body:after, .paywall__option__item__banner__body:before {
  content: "";
  border-top: 3px solid #862B01;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px
}

.paywall__option__item__banner__body:before {
  left: 0
}

.paywall__option__item__banner__body:after {
  right: 0
}

.paywall__option__item--featured {
  width: calc(100% + 24px);
  margin-left: -12px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #e5e5e5;
  z-index: 10;
  border: 2px solid #b7b7b7
}

@media only screen and (min-width: 700px) {
  .paywall__option__item--featured {
    width: 33.33333%;
    float: left;
    padding: 0 18px;
    margin-left: 0;
    margin-top: -12px;
    margin-bottom: -12px;
    padding-top: 30px;
    padding-bottom: 30px
  }
}

@media only screen and (min-width: 700px) {
  .paywall__option__item--featured .paywall__option__item__header {
    margin-top: -2px
  }
}

.paywall__login {
  display: block;
  margin-bottom: 12px
}

@media only screen and (min-width: 700px) {
  .paywall__login {
    display: inline-block;
    margin-bottom: 0
  }
}

.paywall__see-all {
  display: block
}

@media only screen and (min-width: 700px) {
  .paywall__see-all {
    display: inline-block;
    float: right
  }
}

.paywall__see-all:after {
  padding-left: 6px
}

.paywall .form {
  margin-bottom: 0;
  border: none
}

.newsletter {
  width: 100%;
  float: left;
  margin-right: 18px;
  margin-bottom: 18px;
  clear: both;
  border: none
}

.newsletter-wrapper {
  z-index: 1000000
}

@media only screen and (min-width: 400px) {
  .newsletter {
    max-width: 270px
  }
}

.newsletter__title {
  font-family: "GuardianSansBold", "Helvetica", sans-serif;
  color: #DE4A14
}

.newsletter__cta {
  display: block;
  font-family: "GuardianSansRegular", "Helvetica", sans-serif
}

.newsletter__cta:after {
  padding-left: 6px
}

.header {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 72px;
  background-color: #0078C8;
  padding: 12px 0
}

.header__brand {
  float: left
}

.header__brand__img {
  display: block;
  max-width: 160px;
  margin-top: 6px
}

@media only screen and (min-width: 400px) {
  .header__brand__img {
    margin-top: 0;
    max-width: 220px
  }
}

.header__toggle {
  float: right
}

.body {
  padding: 36px 0;
  padding-top: 54px;
  background-color: #FFF;
  min-height: 900px
}

@media only screen and (min-width: 700px) {
  .body {
    padding: 54px 0;
    padding-top: 72px
  }
}

.footer {
  padding: 72px 0 144px 0
}

.hide {
  display: none
}

button.transport__item.logged-in.chat {
  background-color: transparent;
  border: none;
  color: #0078c8
}

button.transport__item.logged-in.chat:hover, button.transport__item.logged-in.chat:focus {
  color: #000
}

button.transport__item.logged-in.chat:hover h2 > strong, button.transport__item.logged-in.chat:focus h2 > strong {
  text-decoration: underline
}

div.ui-datepicker {
  font-size: 15px
}

.span--note {
  color: #de4a14
}

.no_padding_horisontal {
  padding-left: 0;
  padding-right: 0
}

.no_padding_horisontal strong, .no_padding_horisontal span {
  padding-left: 0;
  padding-right: 0
}

.form__block--half .form__note.form__note--error, .form__block--half .form__note--error.form__radio__description {
  min-width: 200px
}

button.button_as_link, button.button_as_link:focus, button.button_as_link:active {
  background: none;
  border: none;
  display: inline;
  font: inherit;
  font-size: 1.4rem;
  margin: 0 !important;
  padding: 0;
  outline: none;
  outline-offset: 0;
  color: #0078c8;
  cursor: pointer !important;
  text-decoration: none
}

button.button_as_link:hover, button.button_as_link:active {
  color: #000
}

button.button_as_link + button.button_as_link {
  padding-left: 20px
}

.text--smaller {
  font-size: 1.4rem
}

html.dnno-app header.header {
  display: none
}

section.member-card {
  max-width: 503px;
  postion: relative;
  margin: 0 auto
}

section.member-card .member-card-upper {
  border: 1px solid black;
  border-radius: 37px 37px 0 0;
  background: url("../img/dnfordel-background.png") repeat scroll 0 0/100% 100% transparent;
  color: white;
  font-size: 120%;
  height: 0;
  max-width: 503px;
  padding-bottom: 56%;
  padding-left: 5%;
  padding-top: 70%;
  text-transform: uppercase
}

section.member-card .member-card-lower {
  border: 1px solid black;
  border-radius: 0 0 37px 37px;
  padding: 0 10px 8px;
  text-align: center;
  padding: 0 0 10px;
  max-width: 503px;
  width: 100%
}

section.member-card .member-card-lower img {
  width: 65%
}

.page-heading-title {
  border-bottom: 1px dotted #777;
  color: #de4a14;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 20px
}

#dnno-chunk-header ul li::before, #dnno-chunk-footer ul li::before, div.preShown ul li::before, div.shown ul li::before {
  content: ""
}

#dnno-chunk-header ul li, #dnno-chunk-footer ul li {
  padding-left: 0px
}

#dnno-chunk-header nav {
  box-sizing: content-box
}

#dnno-chunk-header .menu.dnMenu {
  position: inherit;
  left: inherit;
  top: inherit
}

.dn input[type="submit"].btn {
  width: 30px;
  box-sizing: content-box
}

section.order-flow ul {
  max-width: inherit
}

section.order-flow ul li::before {
  content: ""
}

.dn.dn-article-include ul li {
  padding-left: inherit
}

.dn.dn-article-include ul li::before {
  content: ""
}

.dn.dn-article-include .header {
  background-color: inherit;
  max-height: inherit;
  padding: inherit;
  position: inherit
}

#dnno-chunk-header {
  margin-bottom: -50px
}

#dnno-chunk-header .dn .wrap {
  max-width: 1254px
}

#dnno-chunk-header {
  margin-bottom: -50px
}

#dnno-chunk-header .dn .wrap {
  max-width: 1254px
}

#dnno-chunk-footer footer.dn {
  font-size: 17px;
  line-height: 22.1px;
  margin-top: 10em
}

html body {
  min-width: inherit
}

@media only screen and (max-width: 700px) {
  #dnno-chunk-footer {
    display: none
  }

  .navigation .navigation__toggle[class^="navigation__"] a {
    font-size: 0
  }

  .navigation .navigation__toggle[class^="navigation__"] li {
    margin-right: 8px
  }

  #kundeService {
    display: none
  }

  header.header div.wrapper, header.header div.menu__body__content {
    padding: 2px 18px
  }
}

@media only screen and (min-width: 1000px) {
  #dnno-chunk-footer {
    display: block
  }

  ul.navigation__toggle .navigation .navigation__toggle[class^="navigation__"] a {
    font-size: 1.7rem
  }

  #kundeService {
    display: block
  }

  .navigation .navigation__toggle[class^="navigation__"] a.navigation__toggle-search i {
    display: block
  }
}

@media only screen and (max-width: 700px) {
  #dnno-chunk-footer {
    display: none
  }

  .navigation .navigation__toggle[class^="navigation__"] a {
    font-size: 0
  }

  .navigation .navigation__toggle[class^="navigation__"] li {
    margin-right: 8px
  }

  .navigation .navigation__toggle[class^="navigation__"] a.navigation__toggle-search i {
    display: none
  }

  #kundeService {
    display: none
  }

  header.header div.wrapper, header.header div.menu__body__content {
    padding: 2px 18px
  }
}

@media only screen and (min-width: 1000px) {
  #dnno-chunk-footer {
    display: block
  }

  ul.navigation__toggle .navigation .navigation__toggle[class^="navigation__"] a {
    font-size: 1.7rem
  }

  #kundeService {
    display: block
  }

  .navigation .navigation__toggle[class^="navigation__"] a.navigation__toggle-search i {
    display: block
  }
}

.ui-datepicker.ui-widget {
  z-index: 10 !important
}

.form__block.disabled, .disabled.form__fieldset {
  cursor: not-allowed
}

.form__block.disabled label.form__label, .disabled.form__fieldset label.form__label {
  cursor: not-allowed;
  color: #5f5f5f
}

.form__block.disabled input, .disabled.form__fieldset input, .form__block.disabled select, .disabled.form__fieldset select {
  cursor: not-allowed
}

body > [class^=navigation__] li.hasSubItems {
  position: static !important
}

@media only screen and (max-width: 599px) {
  body > [class^=navigation__] {
    width: 100% !important;
    max-width: 599px !important
  }

  body > [class^=navigation__] li.hasSubItems {
    position: static !important
  }

  body > [class^=navigation__] li.hasSubItems > ul {
    left: 50%;
    top: 0 !important;
    bottom: auto
  }
}

@media only screen and (min-width: 1000px) {
  .five-items .product__item {
    width: 20%
  }
}

select::-ms-expand {
  display: none
}

.form__fieldset__legend {
  max-width: 100%
}
