@charset "UTF-8";
/* Bourbon 4.0.2
 * http://bourbon.io
 * Copyright 2011-2014 thoughtbot, inc.
 * MIT License */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    font-size: 0.975em !important;
    border: none !important;
  }

  .pipe {
    margin: 0 4px !important;
  }

  h1, h2.h1 {
    font-size: 2em !important;
  }

  h2.h1 {
    font-size: 1.2em !important;
    padding-top: 10px !important;
  }

  nav, header, .modal, .btn, .divider, .info-box, .info-box-message {
    display: none !important;
  }

  .heading-wrapper {
    padding-bottom: 0 !important;
  }
  .heading-wrapper figure {
    display: none;
  }

  article {
    padding: 10px !important;
    border: 1px solid #cccccc !important;
  }
  article.child {
    border-top: 0 !important;
  }

  .split, .split.odd {
    width: 50% !important;
  }

  h1:before, h2.h1:before, h2:before {
    display: none;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
.container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

html, body {
  height: 100%;
  background: #e7e7e7;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  color: #424242;
}

h1, h2.h1, h2, h3, h4 {
  margin: 0;
  font-weight: 600;
}
h1 b, h2.h1 b, h2 b, h3 b, h4 b {
  font-size: inherit;
  font-weight: 400;
}
h1 strong, h2.h1 strong, h2 strong, h3 strong, h4 strong {
  font-weight: 700;
}
h1:before, h2.h1:before, h2:before, h3:before, h4:before {
  margin-top: 7px;
}

h1, h2.h1 {
  font-size: 20px;
  padding: 16px 27px;
}
h1.search-results-title, h2.search-results-title.h1 {
  font-size: 22px;
  text-transform: none;
  padding: 0 27px 8px;
  font-weight: normal;
}
h1.search-results-title span, h2.search-results-title.h1 span {
  font-weight: 600;
}
h1.xl, h2.xl.h1 {
  font-size: 32px;
  text-transform: none;
  font-weight: 600;
}

h2 {
  font-size: 18px;
  /*padding: 0 0 7px 0;*/
  line-height: 1;
}
h2.bordered {
  line-height: 1.4;
  border-bottom: 1px solid #e7e7e7;
  padding: 20px 0;
  text-align: center;
}
h2.required:after {
  margin-left: 1px;
  content: "*";
}
h2.h1 {
  line-height: 1.4;
}
h2.h1 .accordion-toggler {
  display: none;
}
h2.h1 .count {
  display: none;
}

.query h3 {
  font-size: 17px;
  padding-top: 10px;
  padding-bottom: 5px;
}

b {
  font-size: 14px;
  font-weight: 400;
  color: #9e9e9e;
}
b.pipe {
  display: inline-block;
  margin: 0 4px;
  font-weight: 700;
}

a {
  cursor: pointer;
  color: #2969bf;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #205295;
  text-decoration: underline;
}
a:focus-visible, i:focus-visible {
	outline: 3px dotted;
	outline-offset: 3px;
    outline-color: #424242;
}

.textcontent a {
	text-decoration: underline;
}

span.italic {
  font-style: italic;
}
.service .queries .query article .italic {
    font-style: normal;
}
.service .preview .queries .query article .italic,
.service .queries .preview .query article .italic,
.service .queries.receipt .query article .italic {
	border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    font-size: 14px;
}

span.tip {
  padding-left: 20px;
  font-style: italic;
}

strong {
  font-weight: 600;
}
strong.block {
  font-size: 16px;
  display: block;
}

.main {
  clear: both;
  position: relative;
  z-index: 100;
  padding-bottom: 50px;
}
.main:after {
  content: "";
  display: table;
  clear: both;
}

.content {
  clear: none;
  display: block;
  float: left;
  margin-right: 1.25%;
  width: 74.6875%;
  padding-bottom: 16px;
}
.content:last-child {
  margin-right: 0;
}
.content.omega {
  margin-right: 0;
}

.content-wide {
  display: block;
  float: left;
  margin-right: 1.25%;
  width: 100%;
  margin-right: 0;
  padding-bottom: 16px;
}
.content-wide:last-child {
  margin-right: 0;
}

.description {
  line-height: 1.6;
}

@media screen and (max-width: 1280px) {
  .content-wide section:first-child {
    margin-top: 0;
  }

  .main,
  .content,
  .content-wide,
  .service {
    padding-bottom: 0;
  }
}
section {
  position: relative;
  background: #fff;
  margin-top: 16px;
  min-height: 20px;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
  padding: 0 0 18px 0;
}
section:after {
  content: "";
  display: table;
  clear: both;
}
section .inner {
  padding: 0 27px;
}
section.child {
  margin-top: 0;
}
section.no-shadow-btm {
  border-bottom: 0;
}
@media screen and (max-width: 1004px) {
  section.no-shadow-btm {
    padding-bottom: 20px;
  }
}

aside {
  display: block;
  float: left;
  margin-right: 1.25%;
  width: 24.0625%;
  margin-right: 0;
  min-height: 1px;
  margin-top: 16px;
}
aside:last-child {
  margin-right: 0;
}
aside.first {
  margin-right: 1.25%;
}
aside h2.bordered {
  line-height: 1;
  padding: 16px 0;
}
aside .inner a {
  font-weight: 600;
}
aside section {
  padding-bottom: 30px;
}
aside .center a {
  color: #424242;
  text-decoration: none;
}
aside .center a:hover h2, aside .center a:focus h2 {
  color: #2969bf;
  text-decoration: underline;
}

.heading-wrapper {
  position: relative;
  overflow: visible;
}
.heading-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.heading-wrapper * {
  overflow: visible;
}
.heading-wrapper h1, .heading-wrapper h2.h1, .heading-wrapper h2, .heading-wrapper h3, .heading-wrapper h4, .heading-wrapper label {
  float: left;
}
section.flowtype .heading-wrapper > h2.h1.has-icon {
	padding-left: 15px;
}
section.flowtype .heading-wrapper > figure {
	float: left;
	height: auto;
	margin: 10px 0 0 27px;
	width: 40px;
}
section.flowtype .heading-wrapper > figure img {
	border-radius: 3px;
	height: 40px;
}
.heading-wrapper.nowrap {
  padding: 18px 47.52px 7px;
}
.heading-wrapper .help, .query-help, .heading-wrapper .close, .heading-wrapper .edit {
  float: right;
  font-weight: 700;
  font-size: 14px;
}

.query-help {
	margin-bottom: 10px;
}

.section-full legend.heading-wrapper {
    width: auto;
}
.heading-wrapper .help i, .query-help i, .heading-wrapper .close i, .heading-wrapper .edit i {
  padding-left: 4px;
  font-weight: 400;
}
.heading-wrapper .heading {
  overflow: hidden;
}

.input-error .query-help i {
	display: inline-block;
	position: relative;
	top: 0;
	right: 0;
}

.icon {
  font-family: 'riges-icons';
  font-style: normal;
  font-size: 11px;
  line-height: 1;
  margin-left: 2px;
}
.icon a {
  color: #424242;
  text-decoration: none;
}
.icon .popover {
  right: -16px;
  bottom: 18px;
}

.divider {
  clear: both;
  width: 100%;
  height: 1px;
  background: #e7e7e7;
  margin: 30px 0 12px;
}
.divider.preview {
  margin: 40px 0 20px;
}
.divider.errands {
  margin: 30px 0;
}

.help {
  position: relative;
}
.help a {
  color: #424242;
  text-decoration: none;
}
.help a:hover, .help a:focus {
  color: #2969bf;
}

.help-box {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 275;
  width: 700px;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}

.help-box h1, .help-box h2, .help-box h3, .help-box h4 {
	float: none;
}

.help-box:after {
  content: "";
  display: table;
  clear: both;
}
.help-box.active {
  display: block;
}
.help-box img {
  float: left;
  margin-right: 10px;
  overflow: hidden;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
.help-box > div {
  position: relative;
  transform: translate(-50%, -50%);
  display: block;
  padding: 2em;
  pointer-events: none;
}
.help-box h2 {
  padding: 0;
  margin-bottom: .4em;
}
.help-box h2:before {
  font-size: .8em;
  margin: .4em .4em 0 0;
}
.help-box > div > div {
  position: relative;
  display: block;
  padding: 25px;
  font-weight: 400;
  font-size: 14px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: all;
  width: auto;
  overflow-x: hidden;
}
.help-box > div > div:after {
  content: "";
  display: table;
  clear: both;
}
.help-box > div > div strong {
  margin-bottom: .5em;
}
.help-box > div > div strong:before {
  color: #fff;
}
.help-box > div > div a:not(.btn) {
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  margin-top: 6px;
  color: #2969bf;
}
.help-box > div > div a.close {
  position: absolute;
  margin: 0;
  top: 16px;
  right: 16px;
  color: #424242;
  text-decoration: none;
}
.help-box > div > div a.close:hover {
  border: 0;
}
.help-box > div > div a:hover:not(.btn), .help-box > div > div a:focus:not(.btn) {
  color: #205295;
  text-decoration: underline;
}
.help-box .marker {
  *display: none;
  position: absolute;
  bottom: -6px;
  right: 49px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 12px;
  height: 12px;
  background: #303030;
  z-index: 101;
}

.help-backdrop {
  display: none;
  position: fixed;
  top: -5em;
  right: -5em;
  bottom: -5em;
  left: -5em;
  background: url(../images/black_overlay.png);
  background: rgba(0, 0, 0, 0.7);
  z-index: 274;
  margin: auto;
}

.center {
  text-align: center;
  padding: 40px 45px 0;
}
.center figure {
  width: 63px;
  height: 63px;
  overflow: hidden;
  border-radius: 3px;
  margin: 0 auto 12px;
}
.center h2 i {
  vertical-align: 1px;
}

.favourite {
  cursor: pointer;
}
.favourite:after, .favourite:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-top: 2px;
  text-indent: -9999px;
  background: url(../images/favourite.png);
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .favourite:after, .favourite:before {
    background: url(../images/favourite@2x.png);
    background-size: 13px auto;
  }
}
.favourite.gray:after, .favourite.gray:before {
  display: none;
  background-position: 0 -13px;
}
.favourite.gray:hover:after, .favourite.gray:hover:before {
  display: inline-block;
}
.favourite.xl:after, .favourite.xl:before {
  vertical-align: top;
  display: inline-block;
  width: 25px;
  height: 26px;
  margin-top: 9px;
  text-indent: -9999px;
  background: url(../images/favourite_xl.png);
  background-size: 25px auto;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .favourite.xl:after, .favourite.xl:before {
    background: url(../images/favourite_xl@2x.png);
    background-size: 25px auto;
  }
}
.favourite.xl.gray:after, .favourite.xl.gray:before {
  background-position: 0 -26px;
}

.only-mobile {
  display: none !important;
}

.hide-desktop {
  display: none !important;
}

.text-right {
  text-align: right;
  padding-top: 5px;
}
.text-right .btn:first-child {
  margin-left: 0;
}

/* ========== TABLET ========== */
@media screen and (max-width: 1004px) {
  .touch .help-box a.close:after {
    font-size: 18px;
  }

  .content, .content-wide {
    display: block;
    float: left;
    margin-right: 1.88679%;
    width: 100%;
    margin-right: 0;
    padding-bottom: 0;
  }
  .content:last-child, .content-wide:last-child {
    margin-right: 0;
  }

  .main,
  section.has-navigator {
    padding-bottom: 0;
    margin-top: 0;
  }

  .section-inside .heading-wrapper {
    width: auto !important;
    float: none !important;
    margin-right: 0 !important;
  }

  aside {
    display: block;
    float: left;
    margin-right: 1.88679%;
    width: 100%;
    margin-right: 0;
    padding-bottom: 16px;
  }
  aside:last-child {
    margin-right: 0;
  }
  aside.first {
    padding-bottom: 0;
  }
  aside section {
    display: block;
    float: left;
    margin-right: 1.88679%;
    width: 49.0566%;
    border: 0;
    box-shadow: inset -1px -1px 0 #cfcfcf;
  }
  aside section:last-child {
    margin-right: 0;
  }
  aside section:nth-child(3n) {
    margin-right: 0;
  }
  aside section:nth-child(3n+1) {
    clear: left;
  }
  aside section.wide {
    width: 100%;
    margin-right: 0;
  }
  aside section.wide a {
    display: block;
  }
  aside section.wide a:after {
    content: "";
    display: table;
    clear: both;
  }
  aside section.wide figure {
    display: inline;
    margin-right: 12px;
  }
  aside section.wide .center .text {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }

  .favourite.gray:after, .favourite.gray:before {
    display: inline-block;
  }

  .hide-tablet {
    display: none !important;
  }

  .hide-desktop {
    display: block !important;
  }
}
/* ========== MOBILE ========== */
@media screen and (max-width: 767px) {
  .help-box h2 {
    padding-top: 0;
    padding-left: 0;
  }

  aside section.wide .center figure {
    margin: 0 auto 12px;
    display: block;
  }

  aside section.wide .center .text {
    text-align: center;
  }

  .heading-wrapper h1, .heading-wrapper h2.h1,
  .heading-wrapper h2.h1,
  .heading-wrapper h2 {
    padding-left: 0;
  }

  .errands-wrapper .heading-wrapper {
    padding-left: .5em;
  }

  .section-inside .heading-wrapper {
    padding-bottom: 16px !important;
  }

  .main {
    padding-bottom: 0;
  }

  section {
    border-right: 0;
  }

  h2.h1 {
    padding: 16px 5%;
  }
  h2.h1.search-results-title {
    padding: 0 5% 8px;
  }

  .content,
  .content-wide {
    display: block;
    float: left;
    margin-right: 3.84615%;
    width: 100%;
  }
  .content:last-child,
  .content-wide:last-child {
    margin-right: 0;
  }
  .content section,
  .content-wide section {
    overflow: hidden;
  }
  .content section.has-navigator,
  .content-wide section.has-navigator {
    padding: 0;
    margin: 0;
  }
  .content section.accordion,
  .content-wide section.accordion {
    max-height: 500em;
    margin-top: 16px;
    padding-bottom: 0;
  }
  .content section.accordion .select-wrapper,
  .content-wide section.accordion .select-wrapper {
    display: none;
  }
  .content section.accordion h2.h1,
  .content-wide section.accordion h2.h1 {
    display: table-cell;
    float: none;
    font-size: 18px;
    height: 60px;
    vertical-align: middle;
    padding: 0 56px 0 0;
  }
  .content section.accordion h2.h1 .count,
  .content-wide section.accordion h2.h1 .count {
    display: block;
    position: absolute;
    right: 5%;
    top: 16px;
    font-weight: 600;
    font-size: 12px;
    color: #656565;
    padding: 10px 10px 9px;
  }
  .content section.accordion h2.h1 .count:before,
  .content-wide section.accordion h2.h1 .count:before {
    content: 'Dölj ';
  }
  .content section.accordion h2.h1 .count:hover,
  .content-wide section.accordion h2.h1 .count:hover {
    padding: 9px 10px 9px;
  }
  .content section.accordion.active,
  .content-wide section.accordion.active {
    max-height: 60px;
    padding-bottom: 0;
  }
  .content section.accordion.active h2.h1 .count:before,
  .content-wide section.accordion.active h2.h1 .count:before {
    content: 'Visa ';
  }
  .content section .section-inside,
  .content section .aside-inside,
  .content-wide section .section-inside,
  .content-wide section .aside-inside {
    clear: left;
  }
  .content section .section-inside.header-full,
  .content section .aside-inside.header-full,
  .content-wide section .section-inside.header-full,
  .content-wide section .aside-inside.header-full {
    padding-top: 16px;
    margin-left: 0;
  }
  .content section .section-inside.header-full .description, .content section .section-inside.header-full .inner,
  .content section .aside-inside.header-full .description,
  .content section .aside-inside.header-full .inner,
  .content-wide section .section-inside.header-full .description,
  .content-wide section .section-inside.header-full .inner,
  .content-wide section .aside-inside.header-full .description,
  .content-wide section .aside-inside.header-full .inner {
    padding: 0 5%;
  }
  .content section .section-inside .section.yellow,
  .content section .aside-inside .section.yellow,
  .content-wide section .section-inside .section.yellow,
  .content-wide section .aside-inside .section.yellow {
    padding: 0;
  }
  .content section .section-inside .section.yellow .bordered,
  .content section .aside-inside .section.yellow .bordered,
  .content-wide section .section-inside .section.yellow .bordered,
  .content-wide section .aside-inside .section.yellow .bordered {
    font-size: 16px;
  }
  .content.omega,
  .content-wide.omega {
    padding-bottom: 16px;
  }

  aside {
    display: block;
    float: left;
    margin-right: 3.84615%;
    width: 100%;
    margin-right: 0;
  }
  aside:last-child {
    margin-right: 0;
  }
  aside section {
    display: block;
    float: left;
    margin-right: 3.84615%;
    width: 100%;
    margin-right: 0;
    border: 0;
    box-shadow: inset -1px -1px 0 #cfcfcf;
    overflow: hidden;
  }
  aside section:last-child {
    margin-right: 0;
  }
  aside.first {
    padding-bottom: 0;
  }

  span.tip {
    padding: 0;
  }

  .help-box h2 {
    padding-top: 0;
    padding-left: 0;
  }

  div.section-inside {
    padding-top: 27px;
  }
  div.section-inside.step .heading-wrapper .inner {
    padding: 0 5%;
  }

  div.heading-wrapper,
  .section-inside div.heading-wrapper {
    width: auto;
    margin: 0;
    padding: 0 5%;
  }
  div.heading-wrapper figure,
  .section-inside div.heading-wrapper figure {
    float: left;
    display: block;
    margin: 0;
    width: 57px;
    height: 57px;
  }
  div.heading-wrapper figure img,
  .section-inside div.heading-wrapper figure img {
    width: 57px;
    height: 57px;
  }
  div.heading-wrapper .edit,
  .section-inside div.heading-wrapper .edit {
    position: absolute;
    bottom: 5px;
    right: 5px;
  }
  div.heading-wrapper .heading,
  .section-inside div.heading-wrapper .heading {
    display: table-cell;
    vertical-align: middle;
    height: 57px;
    padding: 0 0 0 16px;
  }
  div.heading-wrapper .heading h2.h1, div.heading-wrapper .heading h1, div.heading-wrapper .heading h2.h1,
  .section-inside div.heading-wrapper .heading h2.h1,
  .section-inside div.heading-wrapper .heading h1,
  .section-inside div.heading-wrapper .heading h2.h1 {
    padding: 0 0 0;
  }
  div.heading-wrapper .heading h2.h1.xl, div.heading-wrapper .heading h1.xl, div.heading-wrapper .heading h2.xl.h1,
  .section-inside div.heading-wrapper .heading h2.h1.xl,
  .section-inside div.heading-wrapper .heading h1.xl,
  .section-inside div.heading-wrapper .heading h2.xl.h1 {
    margin: 0;
    font-size: 22px;
  }
  div.heading-wrapper .heading h2.h1.xl i, div.heading-wrapper .heading h1.xl i, div.heading-wrapper .heading h2.xl.h1 i,
  .section-inside div.heading-wrapper .heading h2.h1.xl i,
  .section-inside div.heading-wrapper .heading h1.xl i,
  .section-inside div.heading-wrapper .heading h2.xl.h1 i {
    display: inline-block;
    line-height: .75;
  }
  div.heading-wrapper .select-wrapper,
  .section-inside div.heading-wrapper .select-wrapper {
    width: 100%;
    padding: 0;
    display: none;
  }
  div.heading-wrapper .select-wrapper .select-box,
  .section-inside div.heading-wrapper .select-wrapper .select-box {
    width: 100%;
  }
  div.heading-wrapper .select-wrapper .select-box .options,
  .section-inside div.heading-wrapper .select-wrapper .select-box .options {
    width: 100%;
  }
  div.heading-wrapper .select-wrapper .select-box .options ul li a .text,
  .section-inside div.heading-wrapper .select-wrapper .select-box .options ul li a .text {
    width: auto;
  }
  div.heading-wrapper .select-wrapper .select-box .options ul li a .count,
  .section-inside div.heading-wrapper .select-wrapper .select-box .options ul li a .count {
    float: right;
    margin: 9px 9px 0 0;
  }

  .favourite {
    display: none;
  }
  .favourite:before, .favourite:after {
    margin-top: 3px;
  }
  .favourite.gray:after, .favourite.gray:before {
    display: none;
  }
  .favourite.gray:hover:after, .favourite.gray:hover:before {
    display: none;
  }

  .hide-mobile {
    display: none !important;
  }

  .only-mobile {
    display: block !important;
  }

  span.only-mobile {
    display: inline !important;
  }
}
.heading-meta {
  clear: both;
  display: block;
  padding-top: .5em;
}
.heading-meta .button-wrapper {
  margin-top: .5em;
  padding: 0 5%;
}

.no-pad-top {
  padding-top: 0 !important;
}

.errand-menu {
  padding: 25px;
}
@media screen and (max-width: 1004px) {
  .errand-menu {
    background: #cacaca;
  }
}
@media screen and (max-width: 767px) {
  .errand-menu {
    padding: 1em 5%;
  }
}
.errand-menu .btn-light {
  padding-left: 0;
  background: transparent !important;
}
.errand-menu a.active {
  color: #888 !important;
  text-decoration: underline;
}
.errand-menu a.active:hover, .errand-menu a.active:focus {
  color: #888;
}
@media screen and (max-width: 1004px) {
  .errand-menu ul .btn-light,
  .errand-menu ul .btn-light {
    background: #fff !important;
    padding-left: 1em;
  }
}
.errand-menu ul .btn-light:hover, .errand-menu ul .btn-light:focus,
.errand-menu ul .btn-light:hover,
.errand-menu ul .btn-light:focus {
  background: transparent !important;
  border: 0 !important;
  color: #424242;
  text-decoration: underline;
  box-shadow: none !important;
  padding: 1em 1em 1em 0 !important;
  background: #ddd;
}
@media screen and (max-width: 1004px) {
  .errand-menu ul .btn-light:hover, .errand-menu ul .btn-light:focus,
  .errand-menu ul .btn-light:hover,
  .errand-menu ul .btn-light:focus {
    padding: 1em !important;
  }
}
.errand-menu > a {
  display: none;
}
@media screen and (max-width: 1004px) {
  .errand-menu > a {
    display: block;
  }
}
.errand-menu > a:hover, .errand-menu > a:focus {
  padding-top: 15px !important;
}
.errand-menu a {
  text-align: left;
  padding: 1em 1em;
  border-radius: 0;
  font-size: 16px;
}
.errand-menu a span:after,
.errand-menu a span:before {
  margin-top: 4px;
}
.errand-menu a.active {
  color: #cacaca;
}
.errand-menu > a {
  border-radius: 3px;
}
.errand-menu > a span:after {
  float: right;
}
.errand-menu ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1004px) {
  .errand-menu ul {
    background: #fff;
    display: none;
    border-top: 1px solid #e7e7e7;
  }
}
.errand-menu ul li {
  display: block;
  border-bottom: 1px solid #e7e7e7;
}
.errand-menu ul li:last-child {
  border-bottom: none;
}
.errand-menu ul li:last-child a {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.errand-menu.buttons-in-desktop + .content section:first-child {
  margin-top: 0;
}
.errand-menu.buttons-in-desktop {
  padding-bottom: 25px;
  padding-left: 32px;
}
@media screen and (max-width: 1004px) {
  .errand-menu.buttons-in-desktop {
    padding-bottom: 25px;
    padding-left: 25px;
    padding-top: 25px;
  }
}
.errand-menu.buttons-in-desktop ul {
  width: 100%;
}
.errand-menu.buttons-in-desktop ul li {
  display: inline-block;
  border-bottom: 0;
}
@media screen and (max-width: 1004px) {
  .errand-menu.buttons-in-desktop ul li {
    display: block;
    border-bottom: 1px solid #e7e7e7;
  }
}
.errand-menu.buttons-in-desktop ul li a, .errand-menu.buttons-in-desktop ul li a:hover, .errand-menu.buttons-in-desktop ul li a:focus {
  padding: .75em 2.5em .75em 0 !important;
}
@media screen and (max-width: 1004px) {
  .errand-menu.buttons-in-desktop ul li a, .errand-menu.buttons-in-desktop ul li a:hover, .errand-menu.buttons-in-desktop ul li a:focus {
    padding: 1em !important;
    background: #fff !important;
  }
}
.errand-menu.buttons-in-desktop ul li .btn-red {
  background: transparent;
  color: #424242;
  box-shadow: none;
  border: 0;
}
.errand-menu.buttons-in-desktop ul li .btn-red span:before {
  color: #c73434;
}
.errand-menu.buttons-in-desktop ul li .btn-red:hover, .errand-menu.buttons-in-desktop ul li .btn-red:focus {
  text-decoration: underline;
}
.errand-menu.menu-active > a {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.errand-menu.menu-active > a span:after {
  content: '^';
}
.errand-menu.menu-active ul {
  display: block;
}

.errand-menu ~ .content section:first-child,
.errand-menu ~ aside section:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1004px) {
  .errand-menu ~ .content section:first-child,
  .errand-menu ~ aside section:first-child {
    margin-top: 16px;
  }
}

@media screen and (min-width: 1005px) {

	aside.first .errand-menu {
		border-right: 1px solid #cfcfcf;
		border-bottom: 1px solid #cfcfcf;
		background-color: #FFF;
		margin: 0;
		padding: 0;
	}
	
	aside.first .errand-menu > ul {
		margin: 13px 4%;
		padding: 0;
		display: inline-block;
		width: calc(100% - 8%);
	}
	
	aside.first .errand-menu > ul li {
		background-color: #f7f7f7;
		width: 100%;
		display: block;
	}
	
	aside.first .errand-menu > ul > li > a, aside.first .errand-menu > ul > li > a:hover, aside.first .errand-menu > ul > li > a:focus {
		padding: 14px 0 11px 4% !important;
	}
	
	aside.first .errand-menu > ul li:nth-child(2n), aside.first .errand-menu > ul li.odd {
		background-color: #FFF;
	}

}

.buttons-in-desktop + .content-wide section:first-child {
  margin-top: 0;
}

.accordion {
  padding-bottom: 0;
}

.publisher-wrap {
  display: table;
  margin-left: 6.7567568%;
  margin-top: 32px;
  width: 320px;
  border: 1px solid #ddd;
  border-radius: 6px;
}
@media screen and (max-width: 767px) {
  .publisher-wrap {
    width: 90%;
    max-width: 288px;
    margin: 32px auto 0;
  }
}
.publisher-wrap .publisher,
.publisher-wrap figure {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
}
.publisher-wrap .publisher .inner {
  padding: 21px 10px;
}
@media screen and (max-width: 767px) {
  .publisher-wrap .publisher .inner {
    padding: 10px;
  }
}
.publisher-wrap figure {
  position: relative;
  box-shadow: -1px 0 0 #ddd;
  padding: 0;
}
.publisher-wrap figure a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
}
.publisher-wrap figure img {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 68.2%;
  max-height: 68.2%;
  margin: auto;
}
.publisher-wrap a {
  text-decoration: none;
}
.publisher-wrap a:hover, .publisher-wrap a:focus {
  text-decoration: underline;
}
.publisher-wrap span {
  display: block;
}

.search-wrapper {
  display: block;
  float: left;
  margin-right: 1.67364%;
  width: 54.81172%;
}
.search-wrapper:last-child {
  margin-right: 0;
}
.search-wrapper .search {
  padding: 0 27px;
}
.search-wrapper .search .input-wrapper {
  position: relative;
  margin: 0;
  border-radius: 3px;
  padding-right: 64px;
}
.search-wrapper .search .input-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.search-wrapper .search .input-wrapper input[type=text] {
  display: block;
  background-position: right 0;
  width: 96%;
  padding: 12px 12px 11px;
  outline: 0;
  margin: 0;
  border-radius: 3px;
}
.search-wrapper .search .input-wrapper input[type=text].ipad {
  padding: 11px 12px 10px;
}
.search-wrapper .search .input-wrapper input[type=text]:focus {
  border-color: #e7e7e7;
}
.search-wrapper .search .input-wrapper.searching input[type=text], .search-wrapper .search .input-wrapper.searching .symbol {
  background: #f3f8ff;
}
.search-wrapper .search .input-wrapper.focus input[type=text], .search-wrapper .search .input-wrapper.focus .symbol {
  border-color: #2969bf;
}
.search-wrapper .search .input-wrapper.focus input[type=text] i, .search-wrapper .search .input-wrapper.focus .symbol i {
  color: #2969bf;
}
.search-wrapper .search .input-wrapper .symbol {
  position: absolute;
  top: 0;
  *top: 1px;
  right: 50px;
  width: 36px;
  height: 39px;
  border: 1px solid #e7e7e7;
  border-left: 0;
  border-radius: 0 3px 3px 0;
  background: #fff;
}
.search-wrapper .search .input-wrapper .symbol i {
  color: #e7e7e7;
  display: block;
  padding: 3px 0 0 0;
  text-align: center;
}

.tags-wrapper {
  display: block;
  float: left;
  margin-right: 1.67364%;
  width: 43.51464%;
  margin-right: 0;
}
.tags-wrapper:last-child {
  margin-right: 0;
}
.tags-wrapper .tags h1, .tags-wrapper .tags h2.h1 {
  padding: 16px 0;
}
.tags-wrapper .tags ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tags-wrapper .tags ul li {
  float: left;
  padding: 0 14px 0 0;
  margin: 0;
}
.tags-wrapper .tags ul li a {
  font-weight: 600;
  line-height: 25px;
  color: #2969bf;
  text-decoration: none;
  white-space: nowrap;
}
.tags-wrapper .tags ul li a:hover {
  text-decoration: underline;
}

.filter-wrapper {
  display: block;
  float: left;
  margin-right: 1.67364%;
  width: 100%;
  margin-right: 0;
}
.filter-wrapper:last-child {
  margin-right: 0;
}
.filter-wrapper > .btn {
  display: none;
  margin: 0 27px 10px;
}
@media screen and (max-width: 767px) {
  .filter-wrapper > .btn {
    display: block;
    margin: 0 5% 10px;
  }
}
.filter-wrapper > .btn:after {
  font-size: 14px;
  margin-top: 8px;
  margin-left: 7px;
}
.filter-wrapper > .btn.active + .filters {
  display: block;
}
.filter-wrapper .filters {
  padding: 23px 27px 0;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .filter-wrapper .filters {
    padding: 0 5%;
    display: none;
  }
}
.filter-wrapper .filters .btn {
  font-size: 14px;
  margin: 0 10px 10px 0;
}
.filter-wrapper .filters .btn.btn-light, .filter-wrapper .filters .btn.btn-blue {
  padding-left: 9px;
  padding-right: 9px;
}
.filter-wrapper .filters .btn.btn-light:before, .filter-wrapper .filters .btn.btn-blue:before {
  display: none;
}
.filter-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0 27px;
  font-size: 0;
}
.filter-wrapper ul:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 767px) {
  .filter-wrapper ul {
    padding: 0 5%;
  }
}
.filter-wrapper ul li {
  font-size: 14px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  width: 25%;
}
@media screen and (max-width: 1004px) {
  .filter-wrapper ul li {
    width: 33%;
  }
}
@media screen and (max-width: 767px) {
  .filter-wrapper ul li {
    width: 50%;
  }
}
@media screen and (max-width: 490px) {
  .filter-wrapper ul li {
    display: block;
    width: 100%;
  }
}
.filter-wrapper ul li .checkbox {
  margin-top: 0;
}

.filter-wrapper a.filter-btn {
	margin-top: 24px;
}

.select-wrapper {
  float: right;
  padding: 21px 3.1380753% 0 0;
  width: 200px;
}

.previews {
  list-style: none;
  margin: 23px 0 0 0;
  padding: 0;
}
.previews:after {
  content: "";
  display: table;
  clear: both;
}
.previews li {
  display: block;
  float: left;
  margin-right: 1.67364%;
  width: 43.51464%;
  margin-bottom: 20px;
}
.previews li:last-child {
  margin-right: 0;
}
.previews li:nth-child(3n+1) {
  clear: left;
}
.previews li a {
  color: #424242;
  text-decoration: none;
}
.previews li a:hover, .previews li a:focus {
  color: #424242;
}
.previews li a:hover h2, .previews li a:focus h2 {
  color: #2969bf;
  text-decoration: underline;
}
.previews li .inner {
  padding: 0 0 0 27px;
  *max-height: 68px;
  *overflow: hidden;
}
.previews li.odd {
  margin-right: 0;
}
.previews li.odd .inner {
  padding: 0 27px 0 0;
}
.previews li.disabled figure {
  position: relative;
}
.previews li.disabled figure img {
  filter: grayscale(100%);
  /* IE6-9 */
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.previews li.disabled figure:after {
  position: absolute;
  font-family: 'riges-icons';
  color: #424242;
  display: block;
  content: 'l';
  bottom: 3px;
  right: 3px;
  font-size: 11px;
}
.previews li figure {
  float: left;
  width: 63px;
  height: 63px;
  color: #e7e7e7;
  overflow: hidden;
  border-radius: 3px;
  margin-right: 16px;
  background: transparent;
}
.previews li div p {
  display: block;
  margin-top: 0;
  overflow: hidden;
}
.previews li.separator {
  display: block;
  float: left;
  margin-right: 1.67364%;
  width: 9.62343%;
  background: none;
}
.previews li.separator:last-child {
  margin-right: 0;
}
.previews li:hover .gray:after {
  display: inline-block;
}

.previews li .inner h2.no-flows {
	margin: 17px 0;
}

/* ========== MOBILE ========== */
@media screen and (max-width: 767px) {
  .search-wrapper {
    display: block;
    float: left;
    margin-right: 3.84615%;
    width: 100%;
  }
  .search-wrapper:last-child {
    margin-right: 0;
  }
  .search-wrapper .search {
    padding: 0 5%;
  }

  .tags-wrapper {
    display: block;
    float: left;
    margin-right: 3.84615%;
    width: 100%;
  }
  .tags-wrapper:last-child {
    margin-right: 0;
  }
  .tags-wrapper .tags {
    display: none;
    padding: 0 27px;
  }

  .previews {
    margin: 0;
  }
  .previews li {
    display: block;
    float: left;
    margin-right: 3.84615%;
    width: 100%;
    margin-right: 0;
    border-top: 1px solid #e1e1e1;
    margin: 0;
  }
  .previews li:last-child {
    margin-right: 0;
  }
  .previews li a, .previews li b {
    display: block;
    padding: 10px 0;
  }
  .previews li .inner {
    padding: 0 5%;
  }
  .previews li .inner div h2 {
    font-size: 16px;
    display: table-cell;
    height: 57px;
    padding: 0;
    vertical-align: middle;
  }
  .previews li .inner div h2:after {
    display: none;
  }
  .previews li .inner div h2 i {
    display: none;
  }
  .previews li .inner div span.description {
    display: none;
  }
  .previews li.odd .inner {
    padding: 0 5%;
  }
  .previews li.separator {
    display: none;
  }
  .previews li figure {
    width: 57px;
    height: 57px;
  }
  .previews li figure img {
    width: 57px;
    height: 57px;
  }
  .previews li:hover .gray:after {
    display: none;
  }
}
.errands-wrapper {
  margin: 0 27px 16px;
  padding: 16px 2.11346% 19px;
}
.errands-wrapper td.service {
  margin: 0;
}
.errands-wrapper th {
  white-space: nowrap;
  font-weight: 600;
}
.errands-wrapper td {
  font-weight: normal;
}
.errands-wrapper td .btn {
  white-space: nowrap;
}
.errands-wrapper td.link {
  width: 1px;
}
.errands-wrapper.makeup {
  border: 1px solid #c7c2a9;
  background: #fffae1;
}
.errands-wrapper.makeup .oep-table tr {
  border-bottom: 1px solid #fffae1;
}
.errands-wrapper.makeup .oep-table tr td {
  background: #fffae1 !important;
}
.errands-wrapper.makeup .oep-table tr:nth-child(2n+1) td {
  background: #f7f2da !important;
}
.errands-wrapper.makeup .oep-table th,
.errands-wrapper.makeup .oep-table td {
  border-right: 1px solid #fffae1;
}
.errands-wrapper.makeup .oep-table tbody td {
  background: #fff;
  border-bottom: 1px solid #fffae1;
}
.errands-wrapper.messages {
  margin: 0 27px 16px;
  padding: 16px 2.11346% 19px;
}
.errands-wrapper .heading-wrapper {
  padding-bottom: 10px;
}
.errands-wrapper .heading-wrapper > h1 {
  padding: 10px 0 10px 0;
  float: none;
  font-size: 22px;
}
.errands-wrapper .heading-wrapper h2 {
  padding-top: 9px;
}
.errands-wrapper .heading-wrapper .btn {
  float: right;
}
.errands-wrapper h2.h1 {
  padding-left: 0;
}
.errands-wrapper h2 span {
  color: #2969bf;
}
.errands-wrapper h2 span.guide {
  color: #1d8034;
}
.errands-wrapper .oep-table {
  width: 100%;
}
.errands-wrapper .oep-table tbody tr.odd td {
  background: #ffffff !important;
}
.errands-wrapper .oep-table tbody tr.even td {
	background: #f7f7f7 !important;
}
.errands-wrapper .oep-table tbody tr td {
  border-bottom: 1px solid #fff;
}
.errands-wrapper .oep-table tbody tr.disabled .icon:hover i:before {
  color: #424242;
}
.errands-wrapper .oep-table tbody tr.disabled .link {
  text-align: center;
  color: #cacaca;
}
.errands-wrapper .oep-table tbody tr.unread td.icon {
  color: #2969bf;
}
.errands-wrapper .oep-table td, .errands-wrapper .oep-table th {
  background: #ffffff;
  text-align: left;
  padding: 13px 10px;
  border-right: 1px solid #fff;
}
.errands-wrapper .oep-table td.icon, .errands-wrapper .oep-table th.icon {
  text-align: center;
  width: 15px;
}
.errands-wrapper .oep-table td.icon i, .errands-wrapper .oep-table th.icon i {
  width: 11px;
  padding: 0;
  margin: 0;
}
.errands-wrapper .oep-table td.icon i:before, .errands-wrapper .oep-table th.icon i:before {
  margin: 0;
}
.errands-wrapper .oep-table td.service, .errands-wrapper .oep-table th.service {
  font-weight: 600;
}
.errands-wrapper .oep-table td.link, .errands-wrapper .oep-table th.link {
  text-align: right;
  white-space: nowrap;
}
.errands-wrapper .oep-table td.link .btn, .errands-wrapper .oep-table th.link .btn {
  display: inline-block;
}
.errands-wrapper .oep-table td.link a:before, .errands-wrapper .oep-table th.link a:before {
  margin-right: 0;
}
.errands-wrapper .oep-table tr td {
  background: #fff !important;
}
.errands-wrapper .oep-table tr:nth-child(2n+1) td {
  background: #f7f7f7 !important;
}
.errands-wrapper .oep-table thead tr:first-of-type td {
  background: #fff !important;
  border-bottom: 1px solid #fff;
}
.errands-wrapper .oep-table thead th {
  background: transparent;
  padding: 6px 10px;
  font-size: 16px;
}
.errands-wrapper .oep-table thead th:after {
  content: "";
  display: table;
  clear: both;
}
.errands-wrapper .oep-table thead th span {
  float: left;
}
.errands-wrapper .oep-table thead th span:after {
  display: none;
}
.errands-wrapper .oep-table thead.sortable th {
  color: #424242;
  border-bottom: 1px solid #fff;
  font-size: 16px;
}
.errands-wrapper .oep-table thead.sortable th span {
  display: block;
  width: 100%;
}
.errands-wrapper .oep-table thead.sortable th span:after {
  display: none;
  float: right;
  margin-top: 5px;
}
.errands-wrapper .oep-table thead.sortable th.active span:after {
  display: inline-block;
}
.tabs-content .oep-table tr, .tabs-content .oep-table td, .tabs-content .oep-table th {
  border-color: #f5f5f5 !important;
}
.tabs-content .oep-table tbody tr td {
  background: #f5f5f5 !important;
}
.tabs-content .oep-table tbody tr:nth-child(2n+1) td {
  background: #ededed !important;
}

/* ========== MOBILE ========== */
@media screen and (max-width: 767px) {
  .errands-wrapper .open-help:after {
    margin-top: 10px;
  }

  .errands-wrapper, .errands-wrapper.messages, .errands-wrapper.draft, .errands-wrapper.makeup {
    margin: 0 3% 16px;
  }
  .errands-wrapper .oep-table, .errands-wrapper thead, .errands-wrapper th, .errands-wrapper tbody, .errands-wrapper tr, .errands-wrapper td, .errands-wrapper.messages .oep-table, .errands-wrapper.messages thead, .errands-wrapper.messages th, .errands-wrapper.messages tbody, .errands-wrapper.messages tr, .errands-wrapper.messages td, .errands-wrapper.draft .oep-table, .errands-wrapper.draft thead, .errands-wrapper.draft th, .errands-wrapper.draft tbody, .errands-wrapper.draft tr, .errands-wrapper.draft td, .errands-wrapper.makeup .oep-table, .errands-wrapper.makeup thead, .errands-wrapper.makeup th, .errands-wrapper.makeup tbody, .errands-wrapper.makeup tr, .errands-wrapper.makeup td {
    display: block;
  }
  .errands-wrapper .oep-table thead th, .errands-wrapper.messages .oep-table thead th, .errands-wrapper.draft .oep-table thead th, .errands-wrapper.makeup .oep-table thead th {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .errands-wrapper .oep-table tbody, .errands-wrapper.messages .oep-table tbody, .errands-wrapper.draft .oep-table tbody, .errands-wrapper.makeup .oep-table tbody {
    width: 100%;
  }
  .errands-wrapper .oep-table tbody tr, .errands-wrapper.messages .oep-table tbody tr, .errands-wrapper.draft .oep-table tbody tr, .errands-wrapper.makeup .oep-table tbody tr {
    width: 100%;
    border: 1px solid #e7e7e7;
    margin-bottom: 16px;
    box-shadow: 0 -3px #424242;
  }
  .errands-wrapper .oep-table tbody tr td, .errands-wrapper.messages .oep-table tbody tr td, .errands-wrapper.draft .oep-table tbody tr td, .errands-wrapper.makeup .oep-table tbody tr td {
    width: 96%;
    padding: 13px 2%;
    border: 0;
    background: #f7f7f7 !important;
    font-weight: 400;
  }
  .errands-wrapper .oep-table tbody tr td[data-title]:before, .errands-wrapper.messages .oep-table tbody tr td[data-title]:before, .errands-wrapper.draft .oep-table tbody tr td[data-title]:before, .errands-wrapper.makeup .oep-table tbody tr td[data-title]:before {
    float: left;
    display: block;
    content: attr(data-title);
    width: 45%;
    font-weight: 600;
  }
  .errands-wrapper .oep-table tbody tr td div, .errands-wrapper.messages .oep-table tbody tr td div, .errands-wrapper.draft .oep-table tbody tr td div, .errands-wrapper.makeup .oep-table tbody tr td div {
    overflow: hidden;
  }
  .errands-wrapper .oep-table tbody tr td:nth-child(2n+1), .errands-wrapper.messages .oep-table tbody tr td:nth-child(2n+1), .errands-wrapper.draft .oep-table tbody tr td:nth-child(2n+1), .errands-wrapper.makeup .oep-table tbody tr td:nth-child(2n+1) {
    background: #fff !important;
  }
  .errands-wrapper .oep-table tbody tr td.icon, .errands-wrapper.messages .oep-table tbody tr td.icon, .errands-wrapper.draft .oep-table tbody tr td.icon, .errands-wrapper.makeup .oep-table tbody tr td.icon {
    display: none;
  }
  .errands-wrapper .oep-table tbody tr td.link, .errands-wrapper.messages .oep-table tbody tr td.link, .errands-wrapper.draft .oep-table tbody tr td.link, .errands-wrapper.makeup .oep-table tbody tr td.link {
    text-align: center;
    white-space: normal;
  }
  .errands-wrapper .oep-table tbody tr td.link .btn, .errands-wrapper.messages .oep-table tbody tr td.link .btn, .errands-wrapper.draft .oep-table tbody tr td.link .btn, .errands-wrapper.makeup .oep-table tbody tr td.link .btn {
    display: block;
    padding: 15px 20px 14px;
    white-space: normal;
  }
  .errands-wrapper .oep-table tbody tr td.link .btn:hover, .errands-wrapper.messages .oep-table tbody tr td.link .btn:hover, .errands-wrapper.draft .oep-table tbody tr td.link .btn:hover, .errands-wrapper.makeup .oep-table tbody tr td.link .btn:hover {
    padding-top: 14px;
  }
  .errands-wrapper .oep-table tbody tr.odd td, .errands-wrapper.messages .oep-table tbody tr.odd td, .errands-wrapper.draft .oep-table tbody tr.odd td, .errands-wrapper.makeup .oep-table tbody tr.odd td {
    background: #f7f7f7;
  }
  .errands-wrapper .oep-table tbody tr.odd td:nth-child(2n), .errands-wrapper.messages .oep-table tbody tr.odd td:nth-child(2n), .errands-wrapper.draft .oep-table tbody tr.odd td:nth-child(2n), .errands-wrapper.makeup .oep-table tbody tr.odd td:nth-child(2n) {
    background: #fff;
  }
  .errands-wrapper.makeup .oep-table tbody tr td, .errands-wrapper.makeup .oep-table tbody tr:nth-child(2n+1) td, .errands-wrapper.messages.makeup .oep-table tbody tr td, .errands-wrapper.messages.makeup .oep-table tbody tr:nth-child(2n+1) td, .errands-wrapper.draft.makeup .oep-table tbody tr td, .errands-wrapper.draft.makeup .oep-table tbody tr:nth-child(2n+1) td, .errands-wrapper.makeup.makeup .oep-table tbody tr td, .errands-wrapper.makeup.makeup .oep-table tbody tr:nth-child(2n+1) td {
    background: #f7f2da !important;
  }
  .errands-wrapper.makeup .oep-table tbody tr td:nth-child(2n+1), .errands-wrapper.makeup .oep-table tbody tr:nth-child(2n+1) td:nth-child(2n+1), .errands-wrapper.messages.makeup .oep-table tbody tr td:nth-child(2n+1), .errands-wrapper.messages.makeup .oep-table tbody tr:nth-child(2n+1) td:nth-child(2n+1), .errands-wrapper.draft.makeup .oep-table tbody tr td:nth-child(2n+1), .errands-wrapper.draft.makeup .oep-table tbody tr:nth-child(2n+1) td:nth-child(2n+1), .errands-wrapper.makeup.makeup .oep-table tbody tr td:nth-child(2n+1), .errands-wrapper.makeup.makeup .oep-table tbody tr:nth-child(2n+1) td:nth-child(2n+1) {
    background: #fffae1 !important;
  }
  .errands-wrapper.draft table tbody tr td.link, .errands-wrapper.messages.draft table tbody tr td.link, .errands-wrapper.draft.draft table tbody tr td.link, .errands-wrapper.makeup.draft table tbody tr td.link {
    width: 96%;
  }
  .errands-wrapper.draft table tbody tr td.link .btn, .errands-wrapper.messages.draft table tbody tr td.link .btn, .errands-wrapper.draft.draft table tbody tr td.link .btn, .errands-wrapper.makeup.draft table tbody tr td.link .btn {
    display: inline-block;
    width: 49%;
    margin: 0;
    padding: 15px 8px 14px;
  }
  .errands-wrapper.draft table tbody tr td.link .btn:hover, .errands-wrapper.messages.draft table tbody tr td.link .btn:hover, .errands-wrapper.draft.draft table tbody tr td.link .btn:hover, .errands-wrapper.makeup.draft table tbody tr td.link .btn:hover {
    padding: 14px 8px;
  }
}
.section-inside {
  display: block;
  float: left;
  margin-right: 1.25%;
  width: 57.8125%;
  padding-top: 50px;
}
.section-inside:last-child {
  margin-right: 0;
}
.section-inside.header-full {
  padding-top: 0;
}
.section-inside.step {
  display: block;
  float: left;
  margin-right: 1.25%;
  width: 49.375%;
}
.section-inside.step:last-child {
  margin-right: 0;
}
.section-inside.step.preview {
  display: block;
  float: left;
  margin-right: 1.25%;
  width: 100%;
  margin-right: 0;
}
.section-inside.step.preview:last-child {
  margin-right: 0;
}
.section-inside.step.preview .heading-wrapper .inner {
  padding: 0 4.0625%;
}
.section-inside.step .heading-wrapper {
  display: block;
  float: left;
  margin-right: 2.53165%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.section-inside.step .heading-wrapper:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .section-inside.step .heading-wrapper {
    padding-bottom: 0 !important;
  }
}
.section-inside.step .heading-wrapper .inner {
  padding: 0 0 0 7.8567568%;
}
.section-inside.step .heading-wrapper .inner-less-padding {
  padding: 0 0 0 3.925%;
}
.section-inside .heading-wrapper {
  display: block;
  float: left;
  margin-right: 2.16216%;
  width: 100%;
  float: left;
  padding: 0 6.7567568% 32px;
}
.section-inside .heading-wrapper:last-child {
  margin-right: 0;
}
.section-inside .heading-wrapper figure {
  float: left;
  margin-right: 16px;
  width: 75px;
  height: 75px;
  border-radius: 3px;
  overflow: hidden;
}
.section-inside .heading-wrapper figure img {
  width: 75px;
  height: 75px;
}
.section-inside .heading-wrapper .heading h1, .section-inside .heading-wrapper .heading h2.h1 {
  float: none;
  margin: 0;
  padding: 0;
  line-height: 1.3;
  overflow-wrap: break-word;
}
.section-inside .heading-wrapper .heading span.errandno {
  font-size: 16px;
  font-weight: 600;
}
.section-inside .description {
  clear: both;
  padding-left: 6.7567568%;
  font-size: 16px;
}
.section-inside .description img {
	max-width: 100%;
	height: auto;
}
.section-inside .description .add-official-1 {
  display: block;
  padding: 0 0 14px;
}
.section-inside .description .add-official-1 .btn {
  margin: 0;
}
.section-inside .description .add-official-2 {
  display: none;
  padding: 0 0 14px;
}
.section-inside .description .add-official-2 .select-box {
  float: left;
  margin-right: 4px;
}
.section-inside .description i:before, .section-inside .description i:after {
  margin-top: 6px;
}
.section-inside .description .btn i:before {
  margin-top: 2px;
}
.section-inside .description .btn-readmore {
  display: none;
}
.section-inside.header-full .description {
  padding: 0 6.7567568%;
}
.section-inside .section-inside.header-full.no-pad-top + .aside-inside section.noboder {
  padding: 0 6.7567568% !important;
  width: auto;
}

.aside-inside {
  display: block;
  float: left;
  margin-right: 1.25%;
  width: 32.5%;
  margin-left: 8.4375%;
  margin-right: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}
.aside-inside:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1004px) {
  .aside-inside.summary {
    padding-bottom: 0;
  }
}
.aside-inside.step {
  display: block;
  float: right;
  margin-right: 1.25%;
  width: 42.75%;
  margin-left: 0%;
  margin-right: 0;
}
.aside-inside.step:last-child {
  margin-right: 0;
}
.aside-inside.step .section:after {
  content: "";
  display: table;
  clear: both;
}
.aside-inside.step .section .inner {
  position: relative;
  padding: 15px 170px 15px 3.1746032%;
  float: left;
  min-height: 54px;
}
.aside-inside.step .section .inner .btn {
  position: absolute;
  top: 16px;
  right: 16px;
}
.aside-inside.step .section.yellow {
  width: 90%;
}
.aside-inside.step .section.yellow .btn-wrapper {
  border: 0;
  padding-bottom: 0;
}
.aside-inside.step .section.yellow .btn-wrapper .btn {
  float: right;
}
.aside-inside.header-full {
  padding-top: 0;
}
.aside-inside .bordered {
  border-color: #e7e7e7;
}
.aside-inside .section {
  width: 86.243386%;
  border: 1px solid #e7e7e7;
}
.aside-inside .section.no-border {
	border: none;
}
.aside-inside .section.yellow {
  padding: 1px;
  background: #ffef9f;
  border: 0;
  border-color: #c7c2a9;
}
.aside-inside .section.yellow .btn-wrapper {
  border-color: #c7c2a9;
}
.aside-inside .section.yellow .bordered {
  border-color: #c7c2a9;
}
.aside-inside .section.noborder {
  border: 0;
  font-size: 16px;
}
.aside-inside .section.noborder .btn-wrapper {
	border: none;
}
.aside-inside .section .checklist {
  list-style: none;
  margin: 0;
  padding: 24px 8.5798817% 0 8.5798817%;
}
.aside-inside .section .checklist li {
  padding: 0 0 24px 0;
  font-weight: 600;
  font-size: 16px;
}
.aside-inside .section .checklist li:before {
  display: inline-block;
  font-family: 'riges-icons';
  content: 'C';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  margin-right: 5px;
  margin-top: 0;
  font-size: 22px;
  color: #424242;
  -webkit-font-smoothing: antialiased;
  vertical-align: top;
}
.aside-inside .section .checklist li.time:before {
  content: 'T';
}
.aside-inside .section .checklist li.link:before {
  content: 'e';
}
.aside-inside .section .inner {
  padding: 24px 5.9171598%;
  font-size: 16px;
}
.aside-inside .section .btn-wrapper {
  padding: 15px 5%;
  border-top: 1px solid #e7e7e7;
  text-align: center;
}
.aside-inside .section .btn-wrapper.no-border {
	border-top: 0;
}
.aside-inside .section .btn-wrapper.no-padding {
	padding-top: 0;
}
.aside-inside .section .btn-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.aside-inside .section .btn-wrapper .btn {
  float: none;
  display: inline-block;
  white-space: nowrap;
}
.aside-inside .section .btn-wrapper .btn.flowFormDownload {
  white-space: normal;
}

.section-full {
  clear: both;
  margin-right: 0;
  padding: 13px 4.0625% 0;
}
.section-full:after {
  content: "";
  display: table;
  clear: both;
}
.section-full.header-full {
  padding: 50px 4.0625% 5px;
}
.section-full.padtop {
  padding: 50px 4.0625% 0;
}
.section-full.padtop.receipt .heading-wrapper {
  padding-bottom: 20px;
}
.official .section-full.padtop {
  padding-bottom: 50px;
}
.section-full.pull-left {
  padding: 0;
  border-bottom: 1px solid #f7f7f7;
}
.section-full h1, .section-full h2.h1 {
  padding: 16px 0;
}
.section-full h1:before, .section-full h2.h1:before, .section-full h1:after, .section-full h2.h1:after {
  color: #1d8034;
  font-size: 14px;
}
.section-full .heading-wrapper {
  display: block;
  float: left;
  margin-right: 1.25%;
  width: 100%;
}
/* .section-full:not(.preview) .query .heading-wrapper { */
/* 	width: auto; */
/* } */
.section-full .heading-wrapper:last-child {
  margin-right: 0;
}
.section-full .heading-wrapper figure {
  float: left;
  margin-right: 16px;
  width: 74px;
  height: 74px;
  border-radius: 3px;
  overflow: hidden;
}
.section-full .heading-wrapper figure img {
  width: 75px;
  height: 75px;
}
.section-full .heading-wrapper .heading h1, .section-full .heading-wrapper .heading h2.h1 {
  float: none;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}
.section-full .heading-wrapper .heading span {
  display: block;
}
.section-full .heading-wrapper .heading span.errandno {
  font-size: 16px;
  font-weight: 600;
}
.section-full .heading-wrapper .heading span.errandno .pipe {
  display: inline-block;
  margin: 0 4px;
  font-weight: 700;
}
.section-full .heading-wrapper .select-box {
  padding-top: 0;
  float: right;
}
.section-full.preview {
  padding-bottom: 0;
}
.section-full.preview article {
  position: relative;
  border: 1px solid #cacaca;
  background: #fff;
  word-wrap: break-word;
}
.section-full.preview article.child {
  border-top: 0;
}
.section-full.preview article .heading-wrapper {
  position: static;
}
.section-full.receipt article {
  border: 1px solid #c7c2a9;
  background: #fffae1;
}
.section-full.receipt article.child {
  border-top: 0;
}
.section-full .split-left {
  display: block;
  float: left;
  margin-right: 1.25%;
  width: 49.375%;
  zoom: 1;
  *width: 49%;
}
.section-full .split-left:last-child {
  margin-right: 0;
}
.section-full .split-left .inner {
  padding: 31px 6.7567568% 0;
  border-right: 1px solid #e7e7e7;
}
.section-full .split-right {
  display: block;
  float: left;
  margin-right: 1.25%;
  width: 49.375%;
  margin-right: 0;
  *margin-right: 0;
  *width: 49%;
}
.section-full .split-right:last-child {
  margin-right: 0;
}
.section-full .split-right.search-wrapper {
  padding-bottom: 0;
}
.section-full .split-right .inner {
  padding: 31px 6.7567568% 0;
}
.section-full .split-right .search {
  padding: 0;
}
.section-full .split-right .search .italic {
  display: block;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 11px;
}

.info-box {
  position: relative;
  border: 1px solid #c73434;
  border-radius: 3px 3px 0 0;
  background: #c73434;
  color: #fff;
  font-size: 16px;
  margin-top: 16px;
}
.info-box .close {
  cursor: pointer;
  font-size: 9px;
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  *top: 50%;
  *margin: 0;
  *margin-top: -4.5px;
  right: 20px;
}
.info-box.first {
  margin-top: 0;
}
.info-box span {
  display: block;
  padding: 15px 0;
  text-align: center;
}
.info-box span strong:before {
  color: #fff;
  margin-top: 6px;
}
.info-box .marker {
  position: absolute;
  bottom: -9px;
  right: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 7px;
  background: url(../images/marker-sprite.png) 0 -30px no-repeat;
  z-index: 101;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .info-box .marker {
    background: url(../images/marker-sprite@2x.png) 0 -30px no-repeat;
    background-size: 16px auto;
  }
}
.info-box.draft {
  background: #2969bf;
  border-color: #2969bf;
}
.info-box.draft .marker {
  background: url(../images/marker-sprite.png) 0 -40px no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .info-box.draft .marker {
    background: url(../images/marker-sprite@2x.png) 0 -40px no-repeat;
    background-size: 16px auto;
  }
}
.info-box.success {
  background: #1d8034;
  border-color: #1d8034;
}
.info-box.success.alternatesubmittext {
  background: #d7a700;
  border-color: #d7a700;
}
.info-box.success .marker {
  background: url(../images/marker-sprite.png) 0 -60px no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .info-box.success .marker {
    background: url(../images/marker-sprite@2x.png) 0 -60px no-repeat;
    background-size: 16px auto;
  }
}
.info-box.success span:before {
  margin-top: 7px;
}

.info-box-message {
  padding: 28px 3.43346% 30px;
  border: 1px solid #e7e7e7;
  background: #fff;
  font-size: 16px;
  text-align: center;
}
.info-box-message.success {
  border-color: #1d8034;
  background: #e8ffee;
}
.info-box-message.success.alternatesubmittext {
  border-color: #d7a700;
  background: #ffedB0;
}
.info-box-message .button-wrapper {
  padding-top: 1em;
  display: block;
}
.info-box.error a {
	color: #fff;
	text-decoration: underline;
}
.info-box.error a:hover {
	color: #fff;
	text-decoration: underline;
}
.info-box-message .button-wrapper .btn {
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .info-box-message {
    margin-bottom: 5%;
  }
}

.service .info {
	padding: 20px 2.11346% 22px;
    position: relative;
    margin: 16px 0 16px 0;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    font-size: 16px;
}

.service .info-symbol {    
    background-image: url(../images/info.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 3em auto;
    height: 20px;
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 5px;
}

.service .info-symbol.grey {    
    background-image: url(../images/info-grey.svg);
}

.service article {
  padding: 28px 2.11346% 30px;
  position: relative;
  margin: 16px 0 0;
  background: #f7f7f7;
  border: 1px solid #f7f7f7;
  font-size: 16px;
  word-wrap: break-word;
}

.service article.nobackground{
	background: none;
	border: none;
}

.service article:after {
  content: "";
  display: table;
  clear: both;
}
.service article.disabled {
  background: #e7e7e7;
}
.service article h2, .service article .help a {
  line-height: 1;
}
.service article h2, .service article .italic {
  display: block;
  padding-bottom: 16px;
}
.service article.first {
  margin-top: 0;
}
.service article.child {
  margin-top: 0;
  border-top: 1px solid #e7e7e7;
}
.service article.draft {
  background: #f3f8ff;
  border-color: #2969bf;
}
.service article.error {
  background: #fff6f6;
  border-color: #c73434;
}
.service article.warning {
  background: #fffae1;
  border-color: #c7c2a9;
}

div.section-inside .description .readmore-text h3 {
	font-size: 16px;
}

div.section-inside .description .readmore-text h4 {
	font-size: 15px;
}

div.section-inside .description .readmore-text h5 {
	font-size: 14px;
}

div.section-inside .description .readmore-text h6 {
	font-size: 13px;
}

div.section-inside .description .readmore-text h1 {
	padding-left: 0px;
	padding-top: 0.8em;
 	padding-bottom: 0;
}

div.section-inside .description .readmore-text h2,
div.section-inside .description .readmore-text h3,
div.section-inside .description .readmore-text h4  {
	padding-top: 0.9em;
	padding-bottom: 0.2em;
	margin: 0;
}

div.section-inside .description .details > h3 {
    padding-bottom: 0em;
}

div.section-inside .description .readmore-text h4,
div.section-inside .description .readmore-text h5,
div.section-inside .description .readmore-text h6 {
	margin: 0;
	padding-bottom: 0;
	padding-top: 0.8em;
}

/* ========== TABLET ========== */
@media screen and (max-width: 1004px) {
  aside.first + .content section:first-child {
    margin-top: 0;
    padding-top: 0;
  }

  .container > .info-box,
  .container > .info-box-message {
    margin-left: 16px;
    margin-right: 16px;
  }

  .no-pad-tablet, .section-full.no-pad-tablet {
    padding: 0;
    margin-top: 0;
  }

  .aside-inside {
    display: block;
    float: left;
    margin-right: 1.88679%;
    width: 100%;
    margin-right: 0;
    padding-top: 50px;
    margin: 0;
    width: 100%;
    padding-bottom: 0;
  }
  .aside-inside:last-child {
    margin-right: 0;
  }
  .aside-inside .section {
  	width: 100%;
  }
  .aside-inside .section.yellow {
    padding: 0;
    border: 0;
    border-color: #c7c2a9;
    width: 100%;
  }
  .aside-inside .section.yellow .btn-wrapper {
    border-color: #c7c2a9;
  }
  .aside-inside .section.yellow .bordered {
    font-size: 20px;
  }
  .aside-inside .section .inner {
    padding: 0 0 24px 0;
  }
  .aside-inside .section .checklist {
    padding-right: 5%;
    padding-left: 5%;
  }
  .aside-inside .section .checklist li {
    font-size: 16px;
  }
  .aside-inside .section .checklist li :before {
    font-size: 18px;
  }
  .aside-inside.step {
    padding: 10px 6.7567568% 0;
    width: auto;
    float: none;
    clear: left;
  }
  .aside-inside.step .section.yellow {
    margin: 0;
    width: 100%;
  }
  .aside-inside.step .section.yellow .inner {
    float: none;
    width: auto;
  }
  .aside-inside.step .section.yellow .btn-wrapper {
    float: none;
    display: block;
    text-align: center;
  }
  .aside-inside.step .section.yellow .btn-wrapper .btn {
    float: none;
    margin-bottom: 10px;
  }

  .section-inside {
    display: block;
    float: left;
    margin-right: 1.88679%;
    width: 100%;
    margin-right: 0;
  }
  .section-inside:last-child {
    margin-right: 0;
  }
  .section-inside.step {
    display: block;
    float: left;
    margin-right: 1.88679%;
    width: 100%;
  }
  .section-inside.step:last-child {
    margin-right: 0;
  }
  .section-inside.step .heading-wrapper {
    float: none;
    display: block;
    float: left;
    margin-right: 1.88679%;
    width: 100%;
  }
  .section-inside.step .heading-wrapper:last-child {
    margin-right: 0;
  }
  .section-inside.step .heading-wrapper .inner {
    padding: 0 6.7567568%;
  }
  .section-inside .description {
    padding: 0 6.7567568%;
  }

  .section-inside + .aside-inside.header-full {
    padding: 0 6.7567568% !important;
    width: auto !important;
  }
}
@media screen and (max-width: 1004px) and (max-width: 767px) {
  .section-inside + .aside-inside.header-full {
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 1004px) {
  .section-full {
    padding: 13px 6.7567568% 0;
  }
  .section-full article {
    padding: 16px 3% 30px;
  }
  .section-full article .heading-wrapper {
    padding: 0;
  }
}
/* ========== MOBILE ========== */
@media screen and (max-width: 767px) {
  .help {
    position: absolute;
    top: -7px;
    right: 5px;
  }
  .help > a > span {
    display: none;
  }

  .query-help {
	position: relative;
    top: 0;
    right: 0;
  }
	
  .query-help > a > span { 
    display: inline-block; 
  }

  .help > a:after {
    font-size: 22px;
  }

  .container > .info-box,
  .container > .info-box-message {
    margin-right: 5%;
    margin-left: 5%;
  }

  .no-pad-mobile, .section-full.no-pad-mobile {
    padding: 0;
  }

  .service {
    margin-bottom: 16px;
    margin-top: 0;
  }
  .service h2.has-help {
    padding-right: 24px;
  }
  .service .step + .section-inside {
    padding-top: 0 !important;
  }
  .service .step + .section-inside .description {
    padding-top: 16px !important;
  }
  .service .aside-inside {
    padding-top: 0 !important;
  }

  .aside-inside {
    display: block;
    float: left;
    margin-right: 3.84615%;
    width: 100%;
    margin-right: 0;
    width: 100%;
    padding: 0;
    float: none;
  }
  .aside-inside:last-child {
    margin-right: 0;
  }
  .aside-inside .section {
    width: auto;
  }
  .aside-inside .section.yellow {
    border-top: 1px solid #cacaca;
  }
  .aside-inside .section.yellow .bordered {
    text-align: left;
    padding-left: 5%;
    padding-right: 0;
  }
  .aside-inside .section.yellow .checklist {
    padding: 24px 0 10px;
  }
  .aside-inside .section.yellow .checklist li {
    padding: 0 5% 22px;
  }
  .aside-inside .section.yellow .checklist li:before {
    color: #424242;
  }
  .aside-inside .section.yellow .btn-wrapper .btn {
    display: block;
    margin: 0;
  }
  .aside-inside.step {
    padding: 0;
  }
  .aside-inside.step .section .inner {
    padding: 15px 5%;
  }

  .content-wide section .aside-inside {
    margin: 0;
    width: auto;
  }

  .section-full {
    padding: 13px 5% 0;
  }
  .section-full.has-navigator {
    padding: 0 5%;
  }
  .section-full.header-full {
    padding: 50px 0 5px;
  }
  .section-full.header-full .heading-wrapper.full {
    width: auto;
  }
  .section-full .heading-wrapper {
    padding: 0;
  }
  .section-full .heading-wrapper figure {
    margin: 0;
  }
  .section-full.padtop {
    padding: 50px 5% 0;
  }
  .section-full.padtop .heading-wrapper {
    padding: 0;
  }

  .info-box span {
    padding: 15px 6px;
  }

  div.section-inside {
    padding: 16px 0;
  }
  div.section-inside div.heading-wrapper {
    padding: 0 5%;
  }
  div.section-inside div.heading-wrapper .heading h1.xl, div.section-inside div.heading-wrapper .heading h2.xl.h1 {
    font-size: 16px;
  }
  div.section-inside div.heading-wrapper .heading h1.xl i, div.section-inside div.heading-wrapper .heading h2.xl.h1 i {
    display: none;
  }
  div.section-inside div.heading-wrapper .heading span {
    padding-top: 3px;
  }
  div.section-inside div.heading-wrapper .heading span:before {
    margin-top: 3px;
    margin-right: 7px;
  }
  div.section-inside .description {
    position: relative;
    padding: 16px 5% 0;
  }
  
  div.section-inside .description:not(.after-description-summary) {
    border-top: 1px solid #cacaca;
  }
  /* div.section-inside .description span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    margin-right: 70px;
  } */
  div.section-inside .description .btn-readmore {
    display: block;
    position: absolute;
    right: 5%;
    top: 16px;
    font-weight: 600;
    font-size: 12px;
    color: #656565;
    padding: 10px 10px 9px;
  }
  div.section-inside .description .btn-readmore:hover {
    padding: 9px 10px 9px;
  }
  /* div.section-inside .description.active span {
    overflow: visible;
    white-space: normal;
    margin: 0;
  } */
  div.section-inside .description.active .btn {
    display: none;
  }
}
.settings article {
  padding: 0 27px 10px;
}
.settings article .italic {
  display: block;
  padding: 0 22px 10px 0;
  font-size: 16px;
}
.settings article.buttons {
  padding: 10px 27px 0;
}

/* ========== TABLET ========== */
@media screen and (max-width: 1204px) {
  
  .settings article.buttons .btn {
    width: 100%;
    margin: 10px 0 0;
  }
}

/* ========== MOBILE ========== */
@media screen and (max-width: 1004px) {
  .settings article.buttons {
    text-align: right;
  }
  .settings article.buttons .btn {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .settings {
    padding: 0 0 10px;
  }
  .settings article {
    padding: 0 5% 10px;
  }
  .settings article.buttons {
    padding: 0 5%;
  }
  .settings article.buttons .btn:first-child {
    margin: 0;
  }
  .settings article .heading-wrapper {
    padding: 0;
  }
}
.nothing {
  transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

/* ========== FlowForm dropdown list ========== */
#flowforms-list a {
	color: #424242;
	background: #fff;
}

#flowforms-list a:nth-child(2n) {
	background: #f7f7f7;
}

#flowforms-list-button span[data-icon-before]:before {
	margin-top: 8px;
}

/* .btn.open-help.btn-dark {
	color: #ffffff !important;
} */

.help .btn.open-help:hover, .help .btn.open-help:focus {
	border-top: none;
	padding-top: 10px;
	color: inherit;
}

/* Dialog */

.modal-open {
	/* Prevents background scrolling and page scrolling to top */
    width: 99vw !important;
}

/* Header */
.help .modal__header {
	padding: 0 1rem;
	border-bottom: none;
}

.help .modal__header-title {
	padding-bottom: 0 !important;
}

.help button.modal__close-button {
	width: auto;
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

/* Body */
.help .modal__body {
	font-weight: 400;
}

.help .modal__body a {
	text-decoration: underline;
	color: #2969bf !important;
}

.modal__body h1, .modal__body h2, .modal__body h3, .modal__body h4 {
	float: none;
}

/* Footer */
.help .modal__footer {
	border-top: none;
}

/* Close button */
.help button.modal__close-button {
	flex-direction: row;
}

.help button.modal__close-button > span {
	margin-right: 0.2rem;
}
