﻿@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=48em&large=75em&xlarge=90em&xxlarge=118.75em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 6em;
  border-radius: 4px; }

select {
  width: 100%;
  border-radius: 4px; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 4px;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    max-width: none;
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 48em) {
      .row .row {
        margin-left: -0.625rem;
        margin-right: -0.625rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 48em) {
    .column, .columns {
      padding-left: 0.625rem;
      padding-right: 0.625rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row,
.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  margin-left: auto;
  margin-right: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 48em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row,
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .medium-centered {
    margin-left: auto;
    margin-right: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 75em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row,
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }
  .large-centered {
    margin-left: auto;
    margin-right: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.35;
  margin-bottom: 1rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Trebuchet MS, Arial, Sans-Serif;
  font-weight: normal;
  font-style: normal;
  color: #d21107;
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.125rem; }

h3 {
  font-size: 1rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 48em) {
  h1 {
    font-size: 1.375rem; }
  h2 {
    font-size: 1.0625rem; }
  h3 {
    font-size: 1rem; }
  h4 {
    font-size: 1rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #1d576b;
  text-decoration: underline;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #194b5c;
    text-decoration: none; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 0.8rem; }

ol {
  margin-left: 0.8rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5rem 1.25rem 0.5rem 1.25rem;
  border-left: 2px solid #d21107; }
  blockquote, blockquote p {
    line-height: 1.35;
    color: #000; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #000;
  cursor: help;
  border-bottom: 1px dotted #000; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #000;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  border-radius: 4px; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 75em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  /*@page { margin: 0.5cm; }*/
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fff;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 4px 0 0 4px; }
  .input-group > :last-child > * {
    border-radius: 0 4px 4px 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #000;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.5375rem;
  padding: 0.6rem 1.5rem 0.6rem 0.3rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #004c98;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #004181;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #004c98;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #003d7a;
      color: #fff; }
  .button.secondary {
    background-color: #e9e9e9;
    color: #000; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #bababa;
      color: #000; }
  .button.success {
    background-color: #5da423;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #4a831c;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.hollow {
    border: 1px solid #004c98;
    color: #004c98; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #00264c;
      color: #00264c; }
    .button.hollow.primary {
      border: 1px solid #004c98;
      color: #004c98; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #00264c;
        color: #00264c; }
    .button.hollow.secondary {
      border: 1px solid #e9e9e9;
      color: #e9e9e9; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #757575;
        color: #757575; }
    .button.hollow.success {
      border: 1px solid #5da423;
      color: #5da423; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #2f5212;
        color: #2f5212; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #004c98;
      color: #fff; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #004c98;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #003d7a;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #e9e9e9;
    color: #000; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #bababa;
      color: #000; }
  .button-group.success .button {
    background-color: #5da423;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #4a831c;
      color: #fff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 48em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (min-width: 75em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 47.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 47.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    border-radius: 4px;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 48em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #000;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 4px; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #004c98;
    color: #fff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.1875rem 0.625rem;
    color: #000; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media screen and (min-width: 48em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  float: left;
  margin-right: 1rem; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 47.9375em) {
  .hide-for-small-only, .hide-for-small {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only, .show-for-small {
    display: none !important; } }

@media screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 74.9375em) {
  .hide-for-medium-only, .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 75em) {
  .show-for-medium-only, .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 74.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-large-only, .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 74.9375em), screen and (min-width: 90em) {
  .show-for-large-only, .show-for-large {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.contentfunctions {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  padding: 3px 20px 0 20px; }
  .contentfunctions a {
    display: inline-block; }
  .contentfunctions ul {
    overflow: hidden;
    margin: 0;
    padding-left: 20px; }
    .contentfunctions ul li {
      margin: 0 2em 0 0;
      list-style: none;
      float: left;
      padding: 5px 0; }
  .contentfunctions #easyread, .contentfunctions #signlanguage {
    border-top: 1px solid #ddd;
    margin-top: 1em;
    padding: 1em 0;
    clear: both; }

.tellfriendlinkarea {
  clear: both; }

#sharethislinks {
  background: #fff;
  border-top: 1px solid #c9c9bd;
  border-bottom: 1px solid #c9c9bd;
  padding: 4px 0;
  display: block;
  height: 1%;
  overflow: hidden;
  margin: 7px 0; }
  #sharethislinks a {
    float: left;
    margin: 0;
    text-decoration: underline; }
  #sharethislinks a:hover, #sharethislinks a:focus {
    text-decoration: none; }
  #sharethislinks .facebookshare {
    background: url(cssimg/ikon_facebook_large.png) transparent 80% 2px no-repeat; }
  #sharethislinks .twittershare {
    background: url(cssimg/ikon_twitter_large.png) transparent 80% 2px no-repeat; }
  #sharethislinks .mail {
    background: url(cssimg/ikon_mail_large.png) transparent 80% 2px no-repeat; }
  #sharethislinks .print {
    background: url(cssimg/ikon_print_large.png) transparent 80% 2px no-repeat; }
  #sharethislinks span {
    display: inline;
    float: left;
    padding: 0 10px 0 0;
    border-right: 1px solid #c9c9bd;
    margin: 0 15px 0 0; }
  #sharethislinks span.print {
    float: right;
    border-right: 0;
    margin: 0; }
    #sharethislinks span.print a {
      padding-right: 45px; }
  #sharethislinks span a {
    display: inline;
    padding: 5px 40px 5px 0px; }
  #sharethislinks .vipps {
    margin: 0;
    padding: 2px 30px 2px 0;
    border: 0;
    background: url(cssimg/vipps_ikon.png) transparent 100% 2px no-repeat;
    display: inline-block; }
    #sharethislinks .vipps a {
      padding: 0;
      margin-right: 0.5em;
      display: inline-block; }
  #sharethislinks hr {
    margin: 9px auto; }

.followUsBlock a {
  display: block; }
  .followUsBlock a:before {
    content: "";
    float: left;
    width: 30px;
    height: 30px;
    margin: -3px 5px 0 0;
    background-image: url("cssimg/icons-sprite.svg");
    background-repeat: no-repeat; }
  .followUsBlock a.facebookFollowUs:before {
    background-position: 0 -600px; }
  .followUsBlock a.facebookFollowUs:hover:before, .followUsBlock a.facebookFollowUs:focus:before {
    background-position: 0 -650px; }
  .followUsBlock a.twitterFollowUs:before {
    background-position: 0 -500px; }
  .followUsBlock a.twitterFollowUs:hover:before, .followUsBlock a.twitterFollowUs:focus:before {
    background-position: 0 -550px; }
  .followUsBlock a.youtubeFollowUs:before {
    background-position: 0 -700px; }
  .followUsBlock a.youtubeFollowUs:hover:before, .followUsBlock a.youtubeFollowUs:focus:before {
    background-position: 0 -750px; }
  .followUsBlock a.linkedInFollowUs:before {
    background-position: 0 -1600px; }
  .followUsBlock a.linkedInFollowUs:hover:before, .followUsBlock a.linkedInFollowUs:focus:before {
    background-position: 0 -1650px; }

body {
  font-size: 15px; }

#__ba_panel {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.ingress {
  font-size: 18px;
  margin: 0 0 1em 0; }

h1 {
  margin: 15px 0;
  line-height: 35px;
  font-weight: bold; }

#breadcrumbs {
  margin-bottom: 10px;
  font-size: 14px; }

ul, ol {
  padding-left: 0.5em; }
  ul li, ol li {
    padding-left: 0.5em; }
  ul.listing, ul.no-bullet, ol.listing, ol.no-bullet {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    ul.listing li, ul.no-bullet li, ol.listing li, ol.no-bullet li {
      padding-left: 0; }
  ul.listing, ol.listing {
    padding-left: 0;
    margin: 1rem 0; }
    ul.listing ul, ul.listing ol, ol.listing ul, ol.listing ol {
      padding-left: 0;
      margin-left: 0;
      list-style: none; }

a.underlineLink, a.pdf-link, a.doc-link, a.xls-link, a.ppt-link, a.txt-link, a.img-link {
  display: block;
  border-bottom: 3px solid #d21107;
  text-decoration: none;
  padding: 2px 0 2px 25px; }
  a.underlineLink:hover, a.underlineLink:focus, a.pdf-link:hover, a.pdf-link:focus, a.doc-link:hover, a.doc-link:focus, a.xls-link:hover, a.xls-link:focus, a.ppt-link:hover, a.ppt-link:focus, a.txt-link:hover, a.txt-link:focus, a.img-link:hover, a.img-link:focus {
    border-bottom-color: #000; }

a.underlineLink {
  background: url("cssimg/icons-sprite.svg") 0 -3943px no-repeat; }

a.pdf-link, a.doc-link, a.xls-link, a.ppt-link, a.txt-link, a.img-link {
  padding: 0 10px 3px 0;
  background: url("cssimg/icons-sprite.svg") 5px -3922px no-repeat;
  margin-left: 40px; }
  a.pdf-link:before, a.doc-link:before, a.xls-link:before, a.ppt-link:before, a.txt-link:before, a.img-link:before {
    content: "";
    position: relative;
    height: 40px;
    width: 35px;
    display: inline-block;
    top: 20px;
    background-image: url("cssimg/icons-sprite.svg");
    background-repeat: no-repeat;
    margin-right: 32px;
    margin-left: -40px; }
  a.pdf-link:hover, a.doc-link:hover, a.xls-link:hover, a.ppt-link:hover, a.txt-link:hover, a.img-link:hover {
    text-decoration: underline; }

a.pdf-link:before {
  background-position: 0 -2549px; }

a.doc-link:before {
  background-position: 0 -2449px; }

a.xls-link:before {
  background-position: 0 -2649px; }

a.ppt-link:before {
  background-position: 0 -2949px; }

a.txt-link:before {
  background-position: 0 -2749px; }

a.img-link:before {
  background-position: 0 -2849px; }

a.tabbed, input.tabbed, button.tabbed, textarea.tabbed, select.tabbed {
  outline: 2px solid #d21107; }

blockquote {
  margin: 2rem 0;
  font-size: 1.125rem; }
  blockquote p:last-of-type {
    margin-bottom: 0; }

.imageArea {
  padding: 0;
  margin: 0; }

.imageText {
  background-color: #f8f8f8;
  font-size: 15px;
  padding: 0.7rem 1rem; }

table, th, td {
  font-size: 100%;
  vertical-align: top; }

@media screen and (min-width: 48em) {
  h1 {
    line-height: 47px; } }

button, .button, input[type="button"], input[type="submit"] {
  position: relative;
  line-height: 1.35;
  transition: background-color 400ms ease-out 0s;
  border: 1px solid #ccc;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin: 0;
  text-align: center;
  text-decoration: none;
  padding: 0.3em 1em;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  background-color: #f8f8f8;
  color: #000;
  width: 100%; }
  .active button.nocursor, .active .button.nocursor, .active input[type="button"].nocursor, .active input[type="submit"].nocursor {
    cursor: default; }
    .active button.nocursor:hover, .active .button.nocursor:hover, .active input[type="button"].nocursor:hover, .active input[type="submit"].nocursor:hover {
      background-color: initial;
      background-color: #000;
      border: 1px solid #000;
      color: #fff; }
  button:hover, button:focus, .button:hover, .button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #000;
    border: 1px solid #000;
    color: #fff; }
  button.fjern-button, .button.fjern-button, input[type="button"].fjern-button, input[type="submit"].fjern-button {
    padding: 0.3em 0.3em;
    width: auto; }
  button:active, .button:active, input[type="button"]:active, input[type="submit"]:active {
    background-color: gray; }
  button.tiny, .button.tiny, input[type="button"].tiny, input[type="submit"].tiny {
    padding: 0.3em 1em;
    font-size: 12px; }
  button.small, .button.small, input[type="button"].small, input[type="submit"].small {
    padding: 0.4em 1em;
    font-size: 14px; }
  button.large, .button.large, input[type="button"].large, input[type="submit"].large {
    padding: 0.6em 1em;
    font-size: 20px; }
  button.lightGray, .button.lightGray, input[type="button"].lightGray, input[type="submit"].lightGray {
    background-color: #eee;
    color: #000;
    text-decoration: underline; }
    button.lightGray:hover, button.lightGray:focus, .button.lightGray:hover, .button.lightGray:focus, input[type="button"].lightGray:hover, input[type="button"].lightGray:focus, input[type="submit"].lightGray:hover, input[type="submit"].lightGray:focus {
      background-color: #eee;
      text-decoration: none;
      border-color: #eee; }
    button.lightGray:active, .button.lightGray:active, input[type="button"].lightGray:active, input[type="submit"].lightGray:active {
      background-color: #eee;
      color: #000; }
  button.white, .button.white, input[type="button"].white, input[type="submit"].white {
    background-color: #fff;
    color: #000; }
    button.white:hover, button.white:focus, .button.white:hover, .button.white:focus, input[type="button"].white:hover, input[type="button"].white:focus, input[type="submit"].white:hover, input[type="submit"].white:focus {
      background-color: #f8f8f8; }
    button.white:active, .button.white:active, input[type="button"].white:active, input[type="submit"].white:active {
      background-color: #f8f8f8; }
  button.black, .button.black, input[type="button"].black, input[type="submit"].black {
    background-color: #000;
    color: #fff;
    border-color: #000; }
    button.black:hover, button.black:focus, .button.black:hover, .button.black:focus, input[type="button"].black:hover, input[type="button"].black:focus, input[type="submit"].black:hover, input[type="submit"].black:focus {
      background-color: #f8f8f8;
      border-color: #f8f8f8;
      color: #000; }
    button.black:active, .button.black:active, input[type="button"].black:active, input[type="submit"].black:active {
      background-color: #ebebeb;
      border-color: #d0d0d0; }

@media screen and (min-width: 48em) {
  .contentarea button, .contentarea .button, .contentarea input[type="button"], .contentarea input[type="submit"] {
    width: auto; }
  .button {
    display: inline-block; } }

fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 1rem 0; }
  fieldset legend {
    font-weight: bold;
    margin: 5px 0;
    padding: 0; }
  fieldset fieldset {
    margin: 0; }
  fieldset ul {
    list-style: none; }
    fieldset ul li input[type="radio"],
    fieldset ul li input[type="checkbox"] {
      float: left;
      margin: 0.4em 5px 0.6em 0;
      line-height: 2em; }
    fieldset ul.floating li {
      float: left; }
      fieldset ul.floating li label {
        padding-right: 1em; }
  fieldset label {
    margin-top: 0; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  background-color: #fff;
  font-family: "AvantGardeGothic Semi", "Myriad Pro", Helvetica, Arial, sans-serif;
  border: 1px solid #bbb;
  display: block;
  margin: 0 0 0.35rem 0;
  padding: 0.6em 0.5rem;
  width: 100%;
  border: 1px solid #bbb;
  border-radius: 2px; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999; }
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  input[type="date"]:disabled,
  input[type="datetime"]:disabled,
  input[type="datetime-local"]:disabled,
  input[type="month"]:disabled,
  input[type="week"]:disabled,
  input[type="email"]:disabled,
  input[type="number"]:disabled,
  input[type="search"]:disabled,
  input[type="tel"]:disabled,
  input[type="time"]:disabled,
  input[type="url"]:disabled,
  textarea:disabled {
    background-color: #ddd; }
  input[type="text"][disabled], input[type="text"][readonly],
  fieldset[disabled] input[type="text"],
  input[type="password"][disabled],
  input[type="password"][readonly],
  fieldset[disabled]
  input[type="password"],
  input[type="date"][disabled],
  input[type="date"][readonly],
  fieldset[disabled]
  input[type="date"],
  input[type="datetime"][disabled],
  input[type="datetime"][readonly],
  fieldset[disabled]
  input[type="datetime"],
  input[type="datetime-local"][disabled],
  input[type="datetime-local"][readonly],
  fieldset[disabled]
  input[type="datetime-local"],
  input[type="month"][disabled],
  input[type="month"][readonly],
  fieldset[disabled]
  input[type="month"],
  input[type="week"][disabled],
  input[type="week"][readonly],
  fieldset[disabled]
  input[type="week"],
  input[type="email"][disabled],
  input[type="email"][readonly],
  fieldset[disabled]
  input[type="email"],
  input[type="number"][disabled],
  input[type="number"][readonly],
  fieldset[disabled]
  input[type="number"],
  input[type="search"][disabled],
  input[type="search"][readonly],
  fieldset[disabled]
  input[type="search"],
  input[type="tel"][disabled],
  input[type="tel"][readonly],
  fieldset[disabled]
  input[type="tel"],
  input[type="time"][disabled],
  input[type="time"][readonly],
  fieldset[disabled]
  input[type="time"],
  input[type="url"][disabled],
  input[type="url"][readonly],
  fieldset[disabled]
  input[type="url"],
  textarea[disabled],
  textarea[readonly],
  fieldset[disabled]
  textarea {
    background-color: #ddd; }

label {
  display: inline-block;
  margin: 1em 0 3px 0;
  font-family: "AvantGardeGothic Semi", "Myriad Pro", Helvetica, Arial, sans-serif; }
  label.block {
    display: block; }

input[type=radio] + label, input[type=checkbox] + label {
  display: inline-block; }

input[type=radio].tabbed, input[type=checkbox].tabbed {
  outline: 0; }
  input[type=radio].tabbed + label, input[type=checkbox].tabbed + label {
    outline: 2px solid #d21107; }

form {
  display: inline; }

/* Error Handling */
.error input,
input.error,
.error textarea,
textarea.error {
  border-color: #ec5840;
  background-color: #f9e6e7; }
  .error input:focus,
  input.error:focus,
  .error textarea:focus,
  textarea.error:focus {
    background: #fafafa;
    border-color: #999999; }

.error label,
label.error {
  color: #ec5840; }

.error small, small.error, span.error, small.field-validation-error {
  background: none repeat scroll 0 0 #ec5840;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 3px 0;
  padding: 0.6em;
  line-height: 14px; }

/* error summary */
.errorInfo, .ValidationSummary, .validation-summary-errors {
  margin: 10px 0;
  border: 2px solid #ec5840;
  padding: 1em;
  background-color: #f9e6e7;
  border-radius: 3px;
  font-weight: bold; }
  .errorInfo p, .ValidationSummary p, .validation-summary-errors p {
    font-size: 100%; }
  .errorInfo a, .ValidationSummary a, .validation-summary-errors a {
    color: #000; }
  .errorInfo ul, .ValidationSummary ul, .validation-summary-errors ul {
    margin: 1em;
    font-weight: normal; }

.error small, small.error, span.error, span.field-validation-error, small.field-validation-error {
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 3px 0;
  padding: 0.625rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #ec5840; }

.validation-summary-valid {
  display: none; }

.field-validation-valid {
  display: none; }

time {
  display: block;
  font-size: 90%;
  color: #666; }

.w10 {
  width: 10%; }

.w15 {
  width: 15%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w40 {
  width: 40%; }

.w50 {
  width: 50%; }

.w60 {
  width: 60%; }

.w70 {
  width: 70%; }

.w80 {
  width: 80%; }

.w90 {
  width: 90%; }

.w100 {
  width: 100%; }

header .top-links {
  padding-top: 5px; }
  header .top-links ul li {
    margin: 0;
    padding: 0 10px;
    border-right: 1px solid #000; }
    header .top-links ul li:last-of-type {
      border: 0; }

header .logoarea {
  float: left; }

header .logoarea h1 {
  display: inline-block;
  margin: 0; }

header .searcharea {
  padding: 3px 8px 8px 8px;
  margin: 14px 0 0 0;
  background-color: #f6ead5;
  border-radius: 10px; }
  header .searcharea ul li {
    margin: 0;
    padding: 0 15px 0 0;
    border-right: 1px solid #000; }
    header .searcharea ul li:last-of-type {
      border: 0;
      padding: 0 0 0 15px; }
  header .searcharea #quicksearchlinks {
    margin-bottom: 6px; }

header .searcharea label {
  display: none; }

header .searcharea .quicksearchfield {
  background: #fff url("cssimg/bg_search.png") 99% 50% no-repeat;
  padding: 5px 30px 5px 3px;
  border-radius: 3px;
  font-family: Arial, Helvetica, sans-serif;
  height: auto;
  font-size: 14px; }

header .searcharea .quickSearchButton {
  padding: 4px 8px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px; }

header ul, header li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px; }

header li {
  display: inline-block;
  margin-left: 0;
  padding: 0.4rem 0; }
  header li a {
    color: #000;
    padding: 0px 5px;
    text-decoration: underline; }
    header li a:hover, header li a:focus {
      text-decoration: none; }

header .logoType {
  padding: 16px 0;
  text-align: center; }
  header .logoType a {
    margin-bottom: 2px;
    display: inline-block; }
  header .logoType img {
    width: 170px; }

.quickSearchArea {
  padding: 1.7rem 0;
  line-height: 25px; }

.smallSearchArea {
  line-height: 25px; }
  .smallSearchArea label {
    margin: 0;
    font-size: 1.125rem;
    display: inline; }

@media screen and (min-width: 48em) {
  header li {
    margin-left: 1rem; }
  header .logoType {
    padding: 25px 0 0 0;
    text-align: left; } }

/* ---------------------------------------------------------------- */
/* globalnavigation */
/* ---------------------------------------------------------------- */
.globalNavigationArea {
  margin-top: 16px;
  background: #d21107;
  background: linear-gradient(to right, #d21107 0%, #d21107 20%, #f86d10 80%, #f86d10 100%); }

.globalNavigation ul, .globalNavigation li {
  margin: 0;
  padding: 0;
  list-style: none; }

.globalNavigation ul {
  display: block;
  background-color: #fcf8f1;
  margin-top: 7px;
  border-radius: 10px 10px 0 0;
  box-shadow: inset 0px 0px 2px 0px rgba(0, 0, 0, 0.25); }

.globalNavigation li a, .globalNavigation li span {
  display: block;
  color: #b30e06;
  text-decoration: none;
  font-family: Trebuchet MS, Arial, Sans-Serif;
  font-size: 16px;
  padding: 10px 10px 10px 25px; }

.globalNavigation li a {
  background: url("cssimg/bg_globalmenu_item.png") 12px 19px no-repeat; }
  .globalNavigation li a:hover, .globalNavigation li a:focus {
    text-decoration: underline; }

.globalNavigation li.active a, .globalNavigation li.active span {
  font-weight: bold;
  display: block;
  text-decoration: none;
  border-radius: 10px 10px 0 0;
  margin-top: -10px;
  padding-top: 20px;
  box-shadow: 0 -2px 2px 0 rgba(50, 50, 50, 0.25);
  background: url("cssimg/bg_globalnavigation_selected.png") #fff 10px 31px no-repeat; }

/* ---------------------------------------------------------------- */
/* leftarea - navigationarea */
/* ---------------------------------------------------------------- */
.navigationarea {
  min-height: 1px;
  /* level 1 */
  /* level 2 */
  /* level 3 */
  /* level 4 */ }
  .navigationarea ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #fcb687; }
  .navigationarea li {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 1%;
    border-bottom: 1px solid #fcb687; }
  .navigationarea a, .navigationarea span {
    display: block;
    padding: 6px 0 6px 15px;
    text-decoration: none;
    color: #242424;
    font-size: 15px; }
  .navigationarea ul li span, .navigationarea ul li a.active {
    background-color: #f6ead5;
    font-weight: bold; }
  .navigationarea ul li span {
    background: url(cssimg/bg_nav_active.png) #f6ead5 3px 14px no-repeat; }
  .navigationarea a:hover, .navigationarea a:focus {
    text-decoration: underline; }
  .navigationarea ul ul {
    border: 0;
    padding: 0 10px 5px 12px;
    background-color: #f6ead5; }
  .navigationarea ul ul li {
    border: 0; }
  .navigationarea ul li ul li a, .navigationarea ul li ul li span {
    padding: 5px 0 5px 18px;
    font-weight: normal; }
  .navigationarea ul li ul li a.active,
  .navigationarea ul li ul li span {
    display: block;
    font-weight: bold;
    padding: 5px 15px 0 18px;
    background: url(cssimg/bg_nav2_active.png) transparent 0px 0px no-repeat; }
  .navigationarea ul li ul li a.active {
    background-image: none;
    margin-bottom: 5px; }
  .navigationarea ul ul ul {
    padding: 0;
    margin: 0 0 10px 0px; }
  .navigationarea ul li ul li ul li a,
  .navigationarea ul li ul li ul li span {
    padding: 5px 5px 5px 33px;
    font-weight: normal;
    border: 0; }
  .navigationarea ul li ul li ul li a.active,
  .navigationarea ul li ul li ul li span {
    font-weight: bold;
    padding: 5px 5px 0 33px; }
  .navigationarea .bottom {
    display: block;
    background-image: none;
    height: 5px;
    overflow: hidden;
    padding: 0;
    background: url(cssimg/bg_nav2_active_bottom.png) transparent 0px 100% no-repeat; }
  .navigationarea ul li ul li ul li ul li a, .navigationarea ul li ul li ul li ul li span {
    padding: 5px 5px 5px 25px;
    font-weight: normal; }
  .navigationarea ul li ul li ul li ul li a.active,
  .navigationarea ul li ul li ul li ul li span {
    display: block;
    font-weight: bold;
    padding: 5px 5px 5px 25px; }

.navigationareaheading {
  color: #d21107;
  font-size: 145%;
  font-weight: normal;
  margin: 15px 0 20px 0; }

.foreningar {
  padding: 2em 0 0 0; }

.navigationarea .foreningar a {
  padding: 0 0 0 15px;
  background: transparent url("cssimg/bg_link.png") no-repeat 6px 5px; }

.mobileNavigation.show {
  display: block; }

.smallSearchArea.show {
  display: block; }

.smallSearchArea {
  display: none;
  margin-bottom: 10px;
  border: 15px solid #fff;
  background-color: #fff; }

.mobileNavigation .row {
  margin-left: 0;
  margin-right: 0; }

/* MOBILETRIGGERS */
.mobileTriggers {
  border-top: 5px solid #fff; }
  .mobileTriggers button {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    padding: 12px 0 12px 50px;
    text-decoration: none;
    text-align: left;
    border: 0; }
    .mobileTriggers button.tabbed {
      outline-offset: -2px; }
  .mobileTriggers .menuLink {
    border-right: 3px solid #fff; }
    .mobileTriggers .menuLink button {
      background: url("cssimg/icons-sprite.svg") #000 20px -233px no-repeat; }
      .mobileTriggers .menuLink button:hover, .mobileTriggers .menuLink button:focus, .mobileTriggers .menuLink button:active, .mobileTriggers .menuLink button.active {
        background: url(" cssimg/icons-sprite.svg") #eee 20px -180px no-repeat; }
  .mobileTriggers .searchLink {
    border-left: 3px solid #fff; }
    .mobileTriggers .searchLink a, .mobileTriggers .searchLink button {
      background: url("cssimg/icons-sprite.svg") #000 20px -137px no-repeat; }
      .mobileTriggers .searchLink a:hover, .mobileTriggers .searchLink a:focus, .mobileTriggers .searchLink a:active, .mobileTriggers .searchLink a.active, .mobileTriggers .searchLink button:hover, .mobileTriggers .searchLink button:focus, .mobileTriggers .searchLink button:active, .mobileTriggers .searchLink button.active {
        background: url("cssimg/icons-sprite.svg") #eee 20px -87px no-repeat; }
  .mobileTriggers .menuLink a:focus,
  .mobileTriggers .searchLink a:focus,
  .mobileTriggers .searchLink button:focus,
  .mobileTriggers .menuLink button:focus {
    text-decoration: underline; }
  .mobileTriggers .menuLink a:hover, .mobileTriggers .menuLink a:focus, .mobileTriggers .menuLink a:active, .mobileTriggers .menuLink a.active,
  .mobileTriggers .searchLink a:hover,
  .mobileTriggers .searchLink a:focus,
  .mobileTriggers .searchLink a:active,
  .mobileTriggers .searchLink a.active,
  .mobileTriggers .searchLink button:hover,
  .mobileTriggers .searchLink button:focus,
  .mobileTriggers .searchLink button:active,
  .mobileTriggers .searchLink button.active,
  .mobileTriggers .menuLink button:hover,
  .mobileTriggers .menuLink button:focus,
  .mobileTriggers .menuLink button:active,
  .mobileTriggers .menuLink button.active {
    color: #000; }

/* MOBILENAVIGATION */
.mobileNavigation {
  display: none;
  overflow: hidden;
  /*.animated {
        position: relative;
        width: 1534px;
        z-index: 1;
    }*/ }
  .mobileNavigation a, .mobileNavigation span {
    color: #000;
    font-size: 16px;
    padding: 11px 11px 11px 15px;
    display: block;
    margin: 0;
    text-decoration: none;
    min-height: 43px;
    font-family: "AvantGardeGothic Book", "Myriad Pro", Helvetica, Arial, sans-serif; }
  .mobileNavigation a.tabbed, .mobileNavigation button.tabbed {
    outline-offset: -2px; }
  .mobileNavigation li {
    border-bottom: 2px solid #e3e3e1;
    margin-left: 0;
    padding: 0;
    background-color: transparent;
    position: relative;
    overflow: hidden; }
    .mobileNavigation li:hover, .mobileNavigation li:focus {
      background-color: transparent; }
    .mobileNavigation li li:last-of-type {
      border-bottom: 0; }
  .mobileNavigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 0;
    border-top: 2px solid #e3e3e1; }
    .mobileNavigation ul li {
      display: block; }
    .mobileNavigation ul ul {
      border: 0;
      border-top: 2px solid #e3e3e1; }

.mobileNavigation ul {
  background-color: #fff; }
  .mobileNavigation ul ul.menuItem > div.row {
    background-color: transparent; }
  .mobileNavigation ul .menuItem.active > div.row > .small-10 + button.small-2 {
    background-color: #fff; }

.mobileNavigation ul ul {
  background-color: #eee; }
  .mobileNavigation ul ul .menuItem > div.row {
    padding-left: 20px; }
  .mobileNavigation ul ul .menuItem.active > div.row > .small-10 + button.small-2 {
    background-color: #fff; }

.mobileNavigation ul ul ul {
  background-color: #fff;
  margin-top: -2px; }
  .mobileNavigation ul ul ul .menuItem > div.row {
    padding-left: 35px; }
  .mobileNavigation ul ul ul .menuItem.active > div.row > .small-10 + button.small-2 {
    background-color: #fff; }

.mobileNavigation ul ul ul ul {
  background-color: #eee;
  margin-top: 0;
  border: 0; }
  .mobileNavigation ul ul ul ul .menuItem > div.row {
    padding-left: 50px; }
  .mobileNavigation ul ul ul ul .menuItem.active > div.row > .small-10 + button.small-2 {
    background-color: #fff; }

.mobileNavigation ul ul ul ul ul {
  background-color: #fff; }
  .mobileNavigation ul ul ul ul ul .menuItem > div.row {
    padding-left: 65px; }
  .mobileNavigation ul ul ul ul ul .menuItem.active > div.row > .small-10 + button.small-2 {
    background-color: #fff; }

.childrenListContainer .hasLoadedChildren > .row {
  border-bottom: 0; }

.childrenListContainer .hasLoadedChildren.isOpen > .row, .childrenListContainer .hasLoadedChildren.isOpen.active > .row {
  border-bottom: 2px solid #e3e3e1; }

.childrenListContainer .hasLoadedChildren > .row .row {
  border-bottom: 0; }

.childrenListContainer .hasLoadedChildren.active > .row {
  border-bottom: 2px solid #e3e3e1; }

.childrenListContainer .hasLoadedChildren.isOpen.active > .row {
  border-bottom: 0; }

.mobileNavigation .menuItem > div.row > .small-10,
.mobileNavigation .menuItem > div.row > .small-12 {
  padding: 11px 16px; }

.mobileNavigation .menuItem > div.row > .small-10 + .small-2 {
  display: block; }

.mobileNavigation ul .menuItem.active > div.row {
  background-color: #000;
  color: inherit;
  margin: 0; }

.mobileNavigation .menuItem.active > div:first-child a,
.mobileNavigation .menuItem.active > div:first-child span {
  color: #fff; }

.mobileNavigation .menuItem.current > div.row {
  background-color: #000; }

.mobileNavigation .menuItem.current > div.row span {
  color: #fff;
  text-decoration: underline; }

.mobileNavigation .menuItem.current.active > div:first-child a,
.mobileNavigation .menuItem.current.active > div:first-child span {
  color: #fff; }

.mobileNavigation a:focus, .mobileNavigation a:hover, .mobileNavigation a:active {
  background: inherit; }

.mobileNavigation .active:hover:focus, .mobileNavigation .active:hover:hover, .mobileNavigation .active:hover:active,
.mobileNavigation .active:focus:focus,
.mobileNavigation .active:focus:hover,
.mobileNavigation .active:focus:active {
  background: inherit; }

.mobileNavigation button {
  border-radius: 0;
  border: 0;
  border-left: 2px solid #e3e3e1;
  color: transparent;
  width: 43px;
  height: 48px;
  overflow: hidden;
  margin: 0;
  line-height: 1.5em;
  background-position: 9px -987px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url(cssimg/icons-sprite.svg); }
  .mobileNavigation button[aria-expanded="true"] {
    background-position: 9px -1087px; }
  .mobileNavigation button[aria-expanded="false"] {
    background-position: 9px -987px; }

.mobileNavigation div.row > .small-10 + button.small-2 {
  color: transparent;
  background-color: transparent; }

#footerwrapper {
  padding: 0 0 20px 0;
  background: #d21107;
  background: linear-gradient(to right, #d21107 0%, #d21107 20%, #f86d10 80%, #f86d10 100%); }

.footer {
  background: url("cssimg/bg_footer_bottom.png") #fcf8f1 100% 100% no-repeat;
  box-shadow: inset 0px 3px 4px -4px rgba(0, 0, 0, 0.4);
  border-radius: 0 0 20px 20px;
  padding: 18px 18px 100px 18px;
  color: #41403f;
  overflow: hidden;
  margin-bottom: 0;
  min-height: 300px; }

.footercolumn02 {
  padding-top: 1.5em; }

.footer .functionLinks {
  width: 542px;
  float: right;
  text-align: right; }
  .footer .functionLinks ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer .functionLinks ul li {
      float: right;
      margin: 0;
      padding: 0 0 0 15px; }

.footer a {
  color: #242424;
  padding: 0px 0 3px 0px;
  display: block;
  text-decoration: underline; }
  .footer a:hover, .footer a:focus {
    text-decoration: none; }

footer {
  position: relative; }
  footer a {
    color: #000; }
  footer ul {
    padding: 0;
    list-style: none; }
    footer ul li {
      padding: 4px 0; }
      footer ul li a {
        display: block;
        padding: 6px 0; }

@media screen and (min-width: 48em) {
  .footer {
    padding-bottom: 30px;
    margin-bottom: 50px; } }

.clickableArea {
  display: table;
  width: 100%; }
  .clickableArea h2, .clickableArea h3 {
    margin: 0;
    font-size: 1.125rem;
    display: inline-block;
    padding: 0;
    background-color: transparent; }
    .clickableArea h2 a, .clickableArea h3 a {
      display: inline;
      text-decoration: none;
      padding: 2px 0 3px 0;
      line-height: 33px; }
      .clickableArea h2 a:before, .clickableArea h3 a:before {
        content: "";
        display: inline-block;
        background: url(cssimg/icons-sprite.svg) transparent 0 4px no-repeat;
        width: 21px;
        height: 17px; }
      .clickableArea h2 a:hover, .clickableArea h2 a:focus, .clickableArea h3 a:hover, .clickableArea h3 a:focus {
        text-decoration: none; }
        .clickableArea h2 a:hover:before, .clickableArea h2 a:focus:before, .clickableArea h3 a:hover:before, .clickableArea h3 a:focus:before {
          background-position: 2px 4px; }
  .clickableArea .panelImage {
    display: table-header-group;
    width: 100%; }
    .clickableArea .panelImage img {
      width: 100%;
      margin-bottom: 1rem; }
  .clickableArea .panelTextWrapper {
    display: table-footer-group;
    width: 100%; }
  .clickableArea .teaserText {
    line-height: 1.45;
    padding-bottom: 1rem;
    border-bottom: 7px solid #ccc;
    margin-bottom: 0 !important; }
  .clickableArea.highlight:hover, .clickableArea.highlight:focus, .clickableArea.highlight.highlightTabbing {
    cursor: pointer;
    background-color: #ccc; }
    .clickableArea.highlight:hover div .teaserText, .clickableArea.highlight:focus div .teaserText, .clickableArea.highlight.highlightTabbing div .teaserText {
      border-bottom: 7px solid transparent; }
    .clickableArea.highlight:hover h2 a, .clickableArea.highlight:hover h3 a, .clickableArea.highlight:focus h2 a, .clickableArea.highlight:focus h3 a, .clickableArea.highlight.highlightTabbing h2 a, .clickableArea.highlight.highlightTabbing h3 a {
      color: #000;
      background-color: #ccc; }
      .clickableArea.highlight:hover h2 a:before, .clickableArea.highlight:hover h3 a:before, .clickableArea.highlight:focus h2 a:before, .clickableArea.highlight:focus h3 a:before, .clickableArea.highlight.highlightTabbing h2 a:before, .clickableArea.highlight.highlightTabbing h3 a:before {
        background-position: 0 4px; }
    .clickableArea.highlight:hover img, .clickableArea.highlight:focus img, .clickableArea.highlight.highlightTabbing img {
      -webkit-filter: grayscale(1); }
  .clickableArea.highlight.highlightTabbing {
    outline: 2px solid #d21107;
    outline-offset: 2px; }
    .clickableArea.highlight.highlightTabbing a {
      outline: 0; }

/* MAIN GRID
--------------------------------------------------------------*/
body {
  word-wrap: break-word;
  position: relative; }

#skiplinks {
  position: absolute; }
  #skiplinks a {
    margin: 16px;
    padding: 10px;
    display: inline-block;
    background-color: #d21107;
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
    z-index: 1; }

#MainContentArea {
  background-image: none;
  display: inline;
  height: 0;
  padding: 0;
  width: 0; }

.hideText {
  position: absolute;
  left: -10000px; }

.hideText-for-small {
  position: absolute;
  left: -10000px; }

/* LEFTAREA
--------------------------------------------------------------*/
/* CENTERAREA
--------------------------------------------------------------*/
.centerArea {
  background-color: #fff;
  min-height: 10rem;
  padding-bottom: 3em; }

/* GENERAL FORMAT
--------------------------------------------------------------*/
.content-shadow {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  padding: 1rem; }

.content-shadow-wrapper {
  overflow: hidden; }

.StartPage .centerArea {
  background-color: transparent;
  padding: 0;
  margin: 0;
  min-height: initial; }
  .StartPage .centerArea .startTeaserText {
    margin: 1rem 0 0 0;
    font-size: 1.125rem;
    font-family: "AvantGardeGothic Book", "Myriad Pro", Helvetica, Arial, sans-serif;
    line-height: 1.4; }
  .StartPage .centerArea .startTeaserImage {
    margin: 0 0 2rem 0;
    text-align: center;
    background-color: #fff;
    padding-top: 1rem; }
  .StartPage .centerArea h2 {
    font-size: 1.125rem;
    text-align: center; }
  .StartPage .centerArea a {
    background: url("cssimg/icons-sprite.svg") no-repeat scroll 0 15px transparent;
    display: inline-block;
    padding: 10px 0 7px 25px;
    text-decoration: none;
    margin-bottom: 1rem; }
    .StartPage .centerArea a:hover, .StartPage .centerArea a:focus {
      text-decoration: underline; }

/* RIGHTAREA
--------------------------------------------------------------*/
#rightarea h1, #rightarea h2 {
  font-size: 18px;
  padding: 1px 20px 0 10px;
  margin: 0;
  font-weight: normal;
  line-height: 23px; }

#rightarea .loginarea ul {
  padding-left: 1em; }

#rightarea .loginarea h1, #rightarea .loginarea h2 {
  padding-right: 0;
  width: auto; }
  #rightarea .loginarea h1 a, #rightarea .loginarea h2 a {
    display: block;
    color: #d21107;
    text-decoration: none;
    padding-right: 15px; }
    #rightarea .loginarea h1 a:focus, #rightarea .loginarea h2 a:focus {
      text-decoration: underline; }
  #rightarea .loginarea h1.logoutContentIsHidden a, #rightarea .loginarea h2.logoutContentIsHidden a {
    background: transparent url("cssimg/bg_click_header.png") no-repeat 100% 5px; }
  #rightarea .loginarea h1.logoutContentIsShown a, #rightarea .loginarea h2.logoutContentIsShown a {
    background: transparent url("cssimg/bg_click_header_down.png") no-repeat 100% 5px; }

#rightarea table {
  width: 100%; }

#rightarea #logoutcontentarea .inputCheckboxarea {
  padding: 2px 0 10px 0; }

#rightarea #logoutcontentarea .inputTextarea label {
  padding: 5px 0 0 0;
  display: inline-block;
  margin: 0; }

#rightarea #logoutcontentarea .loginareaLeft a {
  margin: 5px 0 0 0; }
  #rightarea #logoutcontentarea .loginareaLeft a:hover {
    background-color: transparent;
    border-radius: 0; }

#rightarea #logoutcontentarea .loginareaRight {
  text-align: right; }

#rightarea .rightbgcontainer {
  background-color: #cee3e5;
  padding: 7px 13px;
  border-radius: 10px; }

#rightarea .rightcalendertop {
  background-color: #fff;
  padding: 14px;
  border-radius: 10px;
  margin: 7px 0; }
  #rightarea .rightcalendertop h2 {
    padding-left: 0;
    padding-bottom: 7px;
    margin: 0; }
  #rightarea .rightcalendertop ul {
    margin: 0;
    padding: 0; }
  #rightarea .rightcalendertop li {
    padding: 10px 0;
    list-style: none;
    border-bottom: 1px solid #cee3e5; }
  #rightarea .rightcalendertop .rightareacalenderinfo {
    padding-left: 5px; }
    #rightarea .rightcalendertop .rightareacalenderinfo a {
      padding: 1px 0px 2px 10px;
      display: inline-block;
      line-height: 120%;
      background: transparent url("cssimg/bg_link.png") no-repeat 0px 7px; }
  #rightarea .rightcalendertop .rightareacalenderdatetop {
    background-color: #cee3e5;
    padding: 0 0 3px 0;
    border-radius: 6px; }
    #rightarea .rightcalendertop .rightareacalenderdatetop .date, #rightarea .rightcalendertop .rightareacalenderdatetop .month {
      color: #000;
      font-family: "Trebuchet MS", Arial, Verdana, Helvetica;
      display: block;
      margin: 0;
      text-align: center; }
    #rightarea .rightcalendertop .rightareacalenderdatetop .date {
      font-size: 23px;
      font-weight: bold; }
    #rightarea .rightcalendertop .rightareacalenderdatetop .month {
      font-size: 13px;
      font-weight: normal; }

#rightarea .splashlist .border {
  background-color: #fff;
  padding: 14px;
  border-radius: 10px; }

#rightarea .splashlist .SplashTopImage img {
  margin: 0; }

#rightarea .splashlist p,
#rightarea .splashlist .splashcontent p {
  margin: 0; }

#rightarea .splashlist h1,
#rightarea .splashlist h2 {
  font-size: 18px;
  margin: 9px 0 5px 0;
  padding: 0;
  line-height: 23px; }

#rightarea .splashcontent a {
  display: inline-block;
  background: transparent url("cssimg/bg_link.png") no-repeat 0px 7px;
  padding: 1px 10px 1px 10px;
  margin: 12px 0 0 0; }
  #rightarea .splashcontent a:hover {
    background-color: #cee3e5;
    border-radius: 4px; }

#rightarea .imageandtextsplash {
  margin: 7px 0;
  display: inline-block;
  width: 100%; }

#rightarea .rightbox-shadow-wrapper {
  border-radius: 10px;
  box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.35);
  padding: 14px 12px;
  margin-bottom: 20px; }
  #rightarea .rightbox-shadow-wrapper ul {
    margin: 0;
    padding: 9px 0 0 10px; }
    #rightarea .rightbox-shadow-wrapper ul li a {
      display: block;
      padding: 3px 0 3px 10px;
      color: #242424;
      background: transparent url("cssimg/bg_link.png") no-repeat 0px 12px; }
  #rightarea .rightbox-shadow-wrapper li {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 1%; }
  #rightarea .rightbox-shadow-wrapper h1 {
    padding: 0;
    margin: 0 20px 0 0;
    width: 100%; }
    #rightarea .rightbox-shadow-wrapper h1 a {
      display: block;
      color: #d21107;
      text-decoration: none;
      width: 95%;
      margin: 0; }
      #rightarea .rightbox-shadow-wrapper h1 a:focus {
        text-decoration: underline; }
    #rightarea .rightbox-shadow-wrapper h1.listIsHidden a {
      background: transparent url("cssimg/bg_click_header.png") no-repeat 100% 5px; }
    #rightarea .rightbox-shadow-wrapper h1.listIsShown a {
      background: transparent url("cssimg/bg_click_header_down.png") no-repeat 100% 5px; }
  #rightarea .rightbox-shadow-wrapper ul li .eventlinkmap a {
    background: none #fff; }

#rightarea .rightcalendertop .listrootlink a {
  display: inline-block;
  overflow: hidden;
  padding: 0 10px;
  width: auto;
  background: transparent url("cssimg/bg_link.png") no-repeat 0px 4px;
  margin: 7px 0 0 0; }
  #rightarea .rightcalendertop .listrootlink a:hover {
    background-color: #cee3e5;
    border-radius: 4px; }

.failure, .failureNotification {
  color: #d21107;
  margin: 0;
  font-weight: bold; }

.failureNotification {
  padding: 0 !important;
  margin: 0 !important; }

.relatedInfo .editorBlock {
  background-color: #a5deb8;
  padding: 12px 1em; }
  .relatedInfo .editorBlock h2, .relatedInfo .editorBlock h3, .relatedInfo .editorBlock h4 {
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 3px; }
  .relatedInfo .editorBlock p {
    font-size: 15px; }
    .relatedInfo .editorBlock p:last-of-type {
      margin-bottom: 0; }

.rootLink {
  text-align: right; }
  .rootLink a {
    display: inline-block;
    background: url(cssimg/icons-sprite.svg) transparent 0 10px no-repeat;
    padding: 5px 0 5px 25px;
    line-height: 1.35;
    text-decoration: none; }
    .rootLink a:hover {
      text-decoration: underline; }

.panel {
  clear: both;
  padding: 0;
  margin-bottom: 1em; }
  .panel .media {
    overflow: hidden; }
    .panel .media h2 {
      line-height: 100%; }
    .panel .media p {
      margin-bottom: 5px; }

.mediaImg {
  margin: 0 15px 0 0; }
  .mediaImg.left img {
    margin: 0 15px 0 0; }
  .mediaImg.right img {
    margin: 0 0 0 15px; }
  .mediaImg.center {
    margin: 0 0 15px 0; }
    .mediaImg.center img {
      width: 100%; }

/* Panels startpage + standardpage -------------------- */
.informationblock .related {
  float: right;
  width: 201px;
  margin: 0 0 15px 15px; }

.standardSearchArea {
  background-color: #ccc;
  margin-bottom: 2rem;
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
  padding: 1.85rem 0.9375rem 1.5rem; }

.searchResultList {
  margin-top: 2rem;
  border-top: 4px solid #ddd; }
  .searchResultList li.searchHit {
    list-style: none;
    padding: 1em 0 1.3em;
    border-bottom: 4px solid #ddd; }
    .centerArea .searchResultList li.searchHit {
      margin-left: 0; }
    .searchResultList li.searchHit p:last-of-type {
      margin-bottom: 0; }
    .searchResultList li.searchHit a {
      display: block;
      background: url(cssimg/icons-sprite.svg) transparent 0 10px no-repeat;
      padding: 5px 0 5px 25px;
      text-decoration: none; }
      .searchResultList li.searchHit a:hover {
        text-decoration: underline; }
    .searchResultList li.searchHit h3 {
      margin-bottom: 0; }
      .searchResultList li.searchHit h3 a {
        background-position: 0 12px; }

div.imageboxright {
  float: right;
  vertical-align: top;
  margin-left: 10px;
  margin-bottom: 5px; }

div.imageboxleft {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px; }

div.imagebox {
  float: none;
  margin-right: 0px;
  margin-bottom: 5px; }

.imagebox, .imageboxleft, .imageboxright {
  color: #bbb;
  font-size: 80%; }

.imageboxright img, .imageboxleft img, .imagebox img {
  display: block; }

#maincontainerwrapper {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  clear: both; }

/* centerarea | |x| | */
#centerarea {
  line-height: 150%; }

.topimage {
  margin: 0 0 14px 0;
  font-size: 13px;
  font-weight: bold; }
  .topimage img {
    margin: 0 0 5px 0;
    width: 100%; }
  .topimage p {
    margin: 0; }

#outertextarea2colstart .topimage img {
  width: 687px; }

.clearfix {
  display: block;
  clear: both; }

/* Main news */
.newslistarea {
  background-color: #dbdb91;
  border-radius: 10px;
  margin: 0 0 1rem; }
  .newslistarea.local {
    background-color: #cee3e5; }
    .newslistarea.local li {
      border-color: #ebf4f5; }
  .newslistarea ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .newslistarea li {
    margin: 0;
    padding: 12px 16px;
    border-bottom: 6px solid #f1f1d3; }
  .newslistarea a {
    background: transparent url("cssimg/bg_link.png") no-repeat 0 8px;
    padding: 0 10px;
    color: #000;
    display: block;
    margin: 0 0 0 0; }
  .newslistarea h2.listheading {
    margin: 0px 0 0 16px;
    padding: 0 10px 7px 10px;
    font-size: 135%;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    display: inline-block; }
  .newslistarea a.rootlink {
    background: url("cssimg/bg_link.png") #fff no-repeat 8px 16px;
    display: inline-block;
    margin: 12px 5px 12px 16px;
    padding: 7px 15px 7px 18px;
    border-radius: 10px;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25); }

/* Local news */
#outertextarea2colstart .newslistarea div {
  border-bottom: 5px solid #cee3e5; }

.largesplashlist {
  padding: 0 0 20px 0;
  border-bottom: 1px solid #d1c7b5;
  margin-bottom: 20px; }

.largesplashimage img {
  width: 100%; }

.smallplashinfo h2, .largesplashinfo h2 {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 170%;
  color: #d21107;
  margin: 0 0 4px 0; }

.splashlink a {
  background: transparent url("cssimg/bg_link.png") no-repeat 0px 8px;
  padding: 0 10px;
  color: #000;
  display: inline-block;
  margin: 10px 0 0 0; }

.splashlink a:hover {
  background-color: #dbdb91;
  border-radius: 4px; }

.smallsplashimage img {
  margin: 0 0 17px 0;
  width: 100%; }

.twocolumnsplashlist .row {
  padding-bottom: 2rem; }

.splashlistarea .puffimage {
  width: 200px;
  float: left; }

.splashlistarea .splashtext {
  padding: 0 14px 0 13px;
  width: 277px;
  float: left; }

.splashlistarea .splashtext {
  padding: 0 14px 0 13px;
  width: 277px;
  float: left; }

.splashlistarea .splashtext h2 {
  font-size: 200%;
  line-height: 110%;
  font-weight: 500;
  margin: 0 0 10px 0; }

.splashlistarea .splash {
  height: 1%;
  overflow: hidden;
  clear: both;
  margin: 10px 0 0 0;
  padding: 0 0 10px 0; }

.eventlistarea {
  float: right;
  width: 192px;
  padding: 0 13px 0 13px;
  border-right: 0px solid #cac7b4;
  text-align: left; }

.eventlistningheading {
  background: transparent url("cssimg/bg_eventlistningbackground.png") no-repeat 0px 7px;
  height: 50px; }

.eventlistarea h2 {
  background: transparent url("cssimg/bg_eventlistning.png") no-repeat 7px 0px;
  padding: 15px 0 0 60px;
  height: 50px; }

.splashheading {
  background: transparent url("cssimg/bg_rightheadingbackground.png") no-repeat 0px 7px;
  height: 50px; }

.splashheading h2.splashcontact {
  background: transparent url("cssimg/bg_contaktarea.png") no-repeat 7px 0px;
  padding: 15px 0 0 60px;
  height: 50px; }

.splashheading h2.splashidea {
  background: transparent url("cssimg/bg_ideaarea.png") no-repeat 7px 0px;
  padding: 15px 0 0 60px;
  height: 50px; }

.eventlistning ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.eventlistning li {
  margin: 0;
  padding: 0; }

.eventtime {
  display: block; }

.eventlistning a {
  font-weight: normal; }

.eventlistning .listrootlink {
  display: block;
  margin: 1em 0; }

.related_text {
  float: right;
  width: 201px;
  margin: 0 0 15px 15px; }

.related_text_top {
  background: transparent url("cssimg/bg_related_text_top.png") no-repeat 0px 0px;
  width: 161px;
  margin: 0;
  padding: 22px 20px 20px 20px; }

.related_text_top h2 {
  font-size: 130%;
  font-weight: normal; }

.related_text_bottom {
  background: transparent url("cssimg/bg_related_text_bottom.png") no-repeat 0px 0px;
  width: 201px;
  height: 15px;
  overflow: hidden; }

.ExternalSplashImage img {
  margin: 0;
  width: 100%; }

/* SearchArea */
#SearchArea {
  padding: 10px 0px; }

#associatedcontrolinput {
  clear: both; }

.formitemleft {
  float: left;
  width: 190px;
  margin: 0 0 5px 0; }

.formitemleft label {
  display: inline;
  margin: 0 0 3px 0; }

.formitemleft input {
  padding: 1px;
  margin: 0; }

.formitemleft select {
  padding: 1px;
  margin: 1px; }

/* ResultArea */
#ResultArea {
  clear: both;
  margin: 25px 0 0 0; }

#ResultArea ol {
  padding: 0;
  margin: 0; }

#ResultArea ol li {
  margin: 5px 0 10px 0;
  list-style-type: none; }

#ResultArea ol li a {
  color: #000;
  font-weight: bold;
  margin: 0;
  padding: 0; }

.easyread a, .sign a, .back a, .easyreadactive span {
  background-color: transparent;
  text-align: center;
  padding: 17px 0px 0px 0px; }

.easyread, .easyreadactive, .back, .sign, .signactive {
  display: block;
  width: auto;
  float: left;
  padding: 17px 0px 5px 0px;
  margin: 0 25px 0 0; }

.easyread, .easyreadactive {
  background: url(cssimg/ikon_lattlast.gif) transparent 50% 0% no-repeat; }

.sign, .signactive {
  background: url(cssimg/ikon_lyssna.gif) transparent 50% 0% no-repeat; }

.back {
  background: url(cssimg/bg_linkback_arrow_std.gif) transparent 50% 0% no-repeat; }

/* Sitemap - Webbkarta */
#SiteMap ul {
  margin-top: 0;
  margin-bottom: 2em; }

#SiteMap ul li {
  clear: both;
  padding-top: 1px;
  padding-bottom: 1px; }

#SiteMap ul li a {
  font-weight: bold;
  float: none;
  display: inline;
  padding: 3px 0; }

#SiteMap ul ul {
  margin-bottom: 20px; }

#SiteMap ul ul ul {
  margin-bottom: 0px; }

#SiteMap ul ul li a {
  font-weight: normal;
  background-image: none; }

#SiteMap li a.sign {
  padding: 3px 0px 3px 0; }

#SiteMap li a.easyread {
  padding-right: 22px;
  background: url(cssimg/ikon_lattlast.gif) transparent 100% 3px no-repeat; }

/* alphanumericlist -  A-O list */
#alphanumericlinks {
  text-transform: uppercase;
  padding: 0; }

#alphanumericlinks .letterspace {
  padding: 0 8px;
  display: inline-block; }

.toplink {
  text-align: right;
  visibility: hidden; }

ul.alphanumericlist {
  margin: 0 0 2em 0;
  padding: 0;
  list-style: none; }

ul.alphanumericlist li {
  clear: both; }

ul.alphanumericlist li a {
  margin: 0;
  padding: 2px 0; }

.alphanumericlist li a.sign {
  margin: 0;
  padding: 2px 0px 2px 0; }

.alphanumericlist li a.easyread {
  margin: 0;
  padding: 2px 22px 2px 0;
  background: url(cssimg/ikon_lattlast.gif) transparent 100% 3px no-repeat; }

.alphanumericrub {
  font-size: 140%;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  font-family: "Trebuchet MS", Arial, Verdana, Helvetica; }

.filterselectionarea {
  height: 1%;
  overflow: hidden;
  padding: 10px 0 20px 0;
  border-top: 1px solid #ddd; }

.filterselectionarea select {
  float: left;
  width: 50%;
  margin: 0 5px 0 0; }

.buttonarea {
  float: left;
  width: 45%; }

/* eventlistarea + selectionarea */
#eventlistarea {
  padding: 3px 0 0 0; }
  #eventlistarea h2 {
    margin: 2px 0 5px 2px; }
  #eventlistarea label {
    margin: 9% 0; }
  #eventlistarea select {
    margin: 0 10px 0 5px; }

#selectionarea {
  float: left;
  margin: 8px 0 10px 0;
  height: 3em;
  padding: 10px 0 0 0;
  width: 100%;
  overflow: hidden; }

#centerarea .eventlist {
  clear: both;
  padding: 0 0 60px 0;
  margin: 0; }

#centerarea .eventitem {
  margin: 0 0 15px 0; }

#centerarea .eventlink a {
  display: block;
  margin: 0;
  padding: 0; }

.eventlinkmap {
  display: block;
  width: 95%;
  text-align: right;
  margin-top: 5px; }

#centerarea .emptylist {
  clear: both;
  display: block;
  padding: 10px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }

#centerarea #eventinformation {
  padding: 20px 0 10px 20px;
  margin: 15px 0px 20px 0px; }

#centerarea #eventinformation .info {
  margin: 3px 0; }

#centerarea #eventinformation .info .label {
  font-weight: bold; }

#centerarea #eventinformation .info a {
  padding: 0;
  text-decoration: underline; }

#centerarea .listning ul, .listningnoseparator ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  clear: both; }

#centerarea .listning ul li h2 {
  margin: 0; }

#centerarea .listning ul {
  border-top: 1px solid #ddd;
  padding: 0; }

#centerarea .listning ul li {
  border-bottom: 1px solid #ddd;
  padding: 17px 0;
  height: 1%;
  overflow: hidden; }

#centerarea .listning ul li img {
  width: 191px; }

/* Pufflistning avdelningsida */
.everyotherlist ul {
  padding: 0;
  margin: 10px 0 0 0;
  list-style: none;
  border-top: 1px solid #d1c7b5; }

.everyotherlist ul li {
  border-bottom: 1px solid #d1c7b5;
  margin: 0;
  padding: 17px 0;
  float: left;
  width: 100%;
  display: block; }

.everyotherlist ul li.ulnoclear {
  clear: none;
  margin: 0 0px 10px 0; }

.everyotherlist ul li .leftitem {
  float: left;
  width: 230px;
  margin: 0; }

.everyotherlist ul li .rightitem {
  float: left;
  width: 224px;
  margin: 0; }

.listning ul li .rightitem, .listning ul li .leftitem {
  float: left;
  width: 210px;
  margin: 0;
  padding: 0; }

/*
OOOooo======================================================oooOOO
OOOooo======================================================oooOOO
___                       _____
|__  _ _|_  _  _ |    __    |    .|_|_ _ _ 
|(_|(_(-|_)(_)(_)|(         | \)/||_|_(-|  

OOOooo======================================================oooOOO
OOOooo======================================================oooOOO
*/
h2#tipsa {
  margin: 20px 0 0 0;
  font-size: 115%; }

.pagefunctionsarea {
  padding: 5px 7px;
  clear: both; }

.pagefunctionsarea span {
  float: left;
  margin: 0 10px 0 0px; }

.backlinkarea {
  margin: 5px 0px 7px 7px;
  display: block;
  width: 100%;
  height: 1.9em; }

.pagefunctionsarea .backlink {
  background: url(cssimg/ikon_pil.gif) transparent 0px 2px no-repeat; }

.pagefunctionsarea .backlink a {
  display: block;
  padding: 3px 6px 3px 20px; }

/*************************/
/* POPUP                 */
/*************************/
.tellfriendform {
  width: auto;
  padding: 0px;
  line-height: 140%; }

.tellfriendform fieldset {
  border: 0;
  padding: 0px;
  line-height: 140%; }

.tellfriendform fieldset label {
  padding: 0px;
  margin: 0; }

.tellfriendform input, .tellfriendform textarea {
  width: 95%;
  font-size: 100%;
  font-family: inherit; }

.tellfriendform .tablerow {
  margin: 0 0 7px 0; }

.tellfriendform .buttonarea {
  width: auto;
  color: #000;
  padding: 1px 2px 2px 2px;
  text-align: right; }

.tellfriendform .buttonarea input {
  width: auto; }

/*
OOOooo======================================================oooOOO
OOOooo======================================================oooOOO
*/
/* carousel */
#outertextarea2colstart .ui-tabs .ui-tabs-hide {
  display: none !important; }

.innertextarea ul.linklist {
  list-style: none;
  margin: 1em 0 1em 0;
  padding: 0; }

.innertextarea ul.linklist li {
  margin: 0;
  padding: 0; }

#outertextarea2colstart #tabs ul {
  position: relative;
  left: 472px;
  top: 31px;
  list-style: none;
  height: 1%;
  overflow: hidden;
  width: 150px; }

#outertextarea2colstart #tabs ul li {
  width: 23px;
  overflow: hidden;
  height: 23px;
  margin: 0px 0 0 2px;
  float: left; }

#outertextarea2colstart #tabs ul li a {
  padding: 30px 0 0 0;
  float: left; }

#outertextarea2colstart #stopTabs {
  background: url(cssimg/control_paus.png) 0px 0px no-repeat;
  width: 23px;
  height: 23px;
  padding: 0;
  float: left; }

#outertextarea2colstart #stopTabs {
  position: relative;
  left: 472px;
  top: 31px;
  list-style: none; }

#outertextarea2colstart #stopTabs span {
  display: none; }

#outertextarea2colstart #startTabs {
  background: url(cssimg/control_play.png) 0px 0px no-repeat;
  width: 23px;
  height: 23px;
  padding: 0;
  float: left; }

#outertextarea2colstart #startTabs {
  position: relative;
  left: 472px;
  top: 31px;
  list-style: none; }

#outertextarea2colstart #startTabs span {
  display: none; }

/*

#stopTabs {width:23px;overflow:hidden;height:23px;margin:0px 0 0 2px;  }
#stopTabs {padding:22px 0 0 0; float:left; }
#stopTabs span { display:none;}

#startTabs  { position:absolute; left:0px; top:0px; list-style:none;  }
#startTabs {width:26px;overflow:hidden;height:20px;margin:0px 0 0 2px;  }
#startTabs {padding:22px 0 0 0;float:left; }

*/
#outertextarea2colstart #caroselcontrol {
  background: url(cssimg/bg_carosell.png) 0px 0px no-repeat;
  height: 66px; }

#outertextarea2colstart #tabs-1-tab,
#outertextarea2colstart #tabs-2-tab,
#outertextarea2colstart #tabs-3-tab,
#outertextarea2colstart #tabs-4-tab,
#outertextarea2colstart #tabs-5-tab {
  background: url(cssimg/control_ring_not-active_1.png) 0px 0px no-repeat; }

#outertextarea2colstart .ui-state-hover #tabs-1-tab,
#outertextarea2colstart .ui-state-hover #tabs-2-tab,
#outertextarea2colstart .ui-state-hover #tabs-3-tab,
#outertextarea2colstart .ui-state-hover #tabs-4-tab,
#outertextarea2colstart .ui-state-hover #tabs-5-tab {
  background: url(cssimg/control_ring_active_1.png) 0px 0px no-repeat; }

#outertextarea2colstart .ui-state-active #tabs-1-tab,
#outertextarea2colstart .ui-state-active #tabs-2-tab,
#outertextarea2colstart .ui-state-active #tabs-3-tab,
#outertextarea2colstart .ui-state-active #tabs-4-tab,
#outertextarea2colstart .ui-state-active #tabs-5-tab {
  background: url(cssimg/control_ring_active_1.png) 0px 0px no-repeat; }

/*
#tabs-2-tab { background:url(cssimg/control_ring_not-active_2.png) 0px 0px no-repeat;}
.ui-state-active #tabs-2-tab  {background:url(cssimg/control_ring_active_2.png) 0px 0px no-repeat;}
.ui-state-hover #tabs-2-tab  {background:url(cssimg/control_ring_active_2.png) 0px 0px no-repeat;}

#tabs-3-tab { background:url(cssimg/control_ring_not-active_3.png) 0px 0px no-repeat;}
.ui-state-active #tabs-3-tab  {background:url(cssimg/control_ring_active_3.png) 0px 0px no-repeat;}
.ui-state-hover #tabs-3-tab  {background:url(cssimg/control_ring_active_3.png) 0px 0px no-repeat;}

#tabs-4-tab { background:url(cssimg/control_ring_not-active_4.png) 0px 0px no-repeat;}
.ui-state-active #tabs-4-tab  {background:url(cssimg/control_ring_active_4.png) 0px 0px no-repeat;}
.ui-state-hover #tabs-4-tab  {background:url(cssimg/control_ring_active_4.png) 0px 0px no-repeat;}

#tabs-5-tab { background:url(cssimg/control_ring_not-active_5.png) 0px 0px no-repeat;}
.ui-state-active #tabs-5-tab  {background:url(cssimg/control_ring_active_5.png) 0px 0px no-repeat;}
.ui-state-hover #tabs-5-tab  {background:url(cssimg/control_ring_active_5.png) 0px 0px no-repeat;}
*/
.splashcontent .mall1 {
  position: absolute;
  margin: -37px 0 0 157px;
  padding: 0px 0px 0 0px;
  background: url(cssimg/bg_carosel_text.png) left no-repeat;
  width: 475px;
  height: 59px; }

.mall1 span {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 210%;
  padding: 0px 18px 7px 24px;
  margin-top: 13px;
  display: block;
  font-weight: bold;
  background: url(cssimg/bg_largeArrow.png) #fff 12px 8px no-repeat;
  border-radius: 12px;
  line-height: 105%; }

.mall1 a {
  color: #d21107;
  margin-left: 15px;
  text-decoration: none; }

.mall1 a:hover, .mall1 a:focus {
  color: #d21107;
  text-decoration: underline; }

/* ---------------------------------------------------------------- */
/* tab control */
/* ---------------------------------------------------------------- */
#outertextarea3col .ui-helper-clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden; }

#outertextarea3col .ui-helper-reset {
  padding: 0; }

#outertextarea3col .ui-tabs .ui-tabs-nav {
  margin: 0 10px 0 0;
  text-align: left;
  position: relative;
  list-style: none;
  border-bottom: 1px solid #b9b925;
  height: 1%;
  overflow: hidden; }

#outertextarea3col .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  background: url(cssimg/bg_tab_white.png) #fff 0px 0px no-repeat;
  margin: 0 0 -2px 0;
  padding-bottom: 0px;
  height: 38px; }

#outertextarea3col .ui-tabs .ui-tabs-nav li {
  font-weight: bold;
  background: url(cssimg/bg_tab_green.png) transparent 0px 0px no-repeat;
  display: inline-block;
  float: left;
  height: 36px; }

#outertextarea3col .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
#outertextarea3col .ui-tabs .ui-tabs-nav li.ui-state-disabled a,
#outertextarea3col .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  background: url(cssimg/bg_tab_white_right.png) 100% 0px transparent no-repeat;
  cursor: text;
  padding: 13px 18px 13px 18px;
  overflow: visible; }

#outertextarea3col .ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 15px 5px 4px 5px;
  text-decoration: none;
  font-size: 90%;
  line-height: 120%; }

#outertextarea3col .ui-tabs .ui-tabs-nav li a,
#outertextarea3col .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
  margin: 0;
  padding: 13px 18px 13px 18px;
  background: url(cssimg/bg_tab_green_right.png) 100% 0px transparent no-repeat; }

#outertextarea3col .ui-state-active a,
#outertextarea3col .ui-state-active a:link,
#outertextarea3col .ui-state-active a:visited {
  color: #0F0F0F !important;
  text-decoration: none; }

#outertextarea3col .ui-state-default a,
#outertextarea3col .ui-state-default a:link,
#outertextarea3col .ui-state-default a:visited {
  /*color: #FFF;*/
  color: #000;
  text-decoration: none; }

#outertextarea3col .ui-tabs .ui-tabs-panel {
  border-width: 0;
  display: block;
  padding: 10px 0;
  width: 100%;
  min-height: 350px;
  overflow: hidden; }

#outertextarea3col .ui-tabs .ui-tabs-panel img {
  margin-bottom: 15px; }

#outertextarea3col .ui-tabs .ui-tabs-panel div img {
  margin-bottom: 0; }

#outertextarea3col .ui-tabs .ui-tabs-hide {
  display: none !important; }

/* Karta �ver fylken och lokallag */
#calendarmapcontent {
  padding: 12px 0 0 0;
  overflow: hidden; }

.mapLeft {
  position: relative;
  min-height: 457px;
  width: 400px;
  float: left; }

.mapMiddle {
  float: left;
  margin: 10px 0 50px 0;
  position: relative;
  width: auto; }
  .mapMiddle a {
    display: inline-block;
    color: #000;
    padding: 0 10px; }
    .mapMiddle a:hover, .mapMiddle a:focus, .mapMiddle a:active {
      background: #dbdb91 url("cssimg/no_bg_link.png") no-repeat 0px 6px;
      border-radius: 4px; }
  .mapMiddle ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .mapMiddle li {
    margin: 0;
    list-style: none;
    padding: 2px 0px;
    width: 100%; }
    .mapMiddle li a {
      background: transparent url("cssimg/bg_link.png") no-repeat 0px 9px; }

#TransparentImageUsedForMap img {
  height: 100%; }

li.markera a {
  background: #dbdb91;
  border-radius: 4px; }

.mapRight #bgcolorarea {
  background-color: #dbdb91;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 0 22px; }

.mapRight h2 {
  color: #000; }

.mapRight .largesplashlist {
  padding: 17px 0px;
  border: 0; }

.mapRight a {
  display: block;
  color: #000;
  padding: 0 0 0 10px; }

.mapRight ul, .mapRight ul li {
  margin: 0;
  padding: 0;
  list-style: none; }

.mapRight ul li {
  padding: 2px 0px; }

.associationPuff {
  padding: 0 0 11px 0;
  margin: 0 0 11px 0;
  border-bottom: 1px solid #ccc;
  clear: both;
  overflow: hidden; }

.largesplashlist .associationPuff {
  border: 0; }

.associationPuff li a, .associationPuff a {
  background: transparent url("cssimg/bg_link.png") no-repeat 0px 7px;
  padding: 0 0 0 10px; }

.largesplashlist .associationPuff li a, .largesplashlist .associationPuff a {
  background: transparent url("cssimg/bg_link.png") no-repeat 0px 7px; }

.largesplashlist li a {
  background: transparent url("cssimg/bg_link.png") no-repeat 0px 6px; }

.associationPuff .contactcontent .contactinfo a {
  background-image: none;
  padding: 0; }

.FloatedImageLeft {
  position: relative; }

#TransparentImageUsedForMap {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 394px;
  height: 457px; }

.associationPuff span {
  display: inline-block;
  margin: 2px 0 0 0; }

.associationPuff span.contactinfoheader {
  font-weight: bold; }

.associationPuff span.contactinfoheaderLarge {
  font-size: 120%;
  font-weight: bold;
  margin: 0;
  display: block; }

.associationPuff span span, .associationPuff span div {
  font-weight: normal; }

.associationPuff a.specialLink {
  font-weight: bold;
  background-color: #fcf8f1;
  margin-top: 5px;
  display: block;
  clear: both;
  padding: 4px 10px 4px 14px;
  background: transparent url(cssimg/bg_click_header.png) 0px 7px no-repeat; }

.associationPuff span.contactinfoheader {
  width: 26%;
  clear: both;
  float: left; }

.associationPuff span.contactinfo {
  float: right;
  width: 73%; }

.largesplashlist .associationPuff span {
  display: block;
  float: none;
  width: auto;
  margin: 0; }

.largesplashlist .associationPuff span.noBrake {
  display: inline; }

.largesplashlist span.contactinfoheader {
  margin: 5px 0 0 0; }

.noBrake {
  white-space: nowrap; }

/* shop */
.productlist label, .productlist .label, #product label, #product .label {
  margin: 6px;
  display: inline-block; }

.productlist .inputTextarea, #product .inputTextarea {
  height: 35px;
  padding: 0.3em 0.5rem; }

.productlist input[type=submit], #product input[type=submit] {
  height: 35px; }

/* Product listing */
.productlist {
  margin: 0;
  padding: 0px; }

.productlist li {
  margin: 0 0 14px 0;
  padding: 14px;
  list-style: none;
  background-color: #f6e9d6;
  border-radius: 10px; }

.productimage img {
  width: 100%; }

.productlist li h2 {
  margin: 0;
  font-size: 27px; }

.productlist .label, #product .label {
  font-weight: bold; }

.productlist .value, #product .value {
  font-weight: normal; }

.productlistitem:after {
  clear: both; }

.productlink {
  margin: 10px 0 10px 0; }

.productlink a {
  display: inline-block;
  position: relative;
  color: #d21107;
  text-decoration: none; }
  .productlink a:hover, .productlink a:focus {
    text-decoration: underline; }

.productlink a:after {
  border-color: #d21107;
  border-bottom: 0 solid transparent;
  border-left: 0 solid transparent;
  border-style: solid;
  border-width: 3px 3px 0 0;
  bottom: 0.34em;
  content: "";
  display: inline-block;
  height: 0.4em;
  position: absolute;
  transform: rotate(45deg);
  width: 0.4em; }

input.productcount {
  width: 30px; }

/* The product */
#product {
  margin: 0;
  padding: 14px;
  background-color: #f6e9d6;
  border-radius: 10px; }

/* Kundvagn - rightarea */
.basket tr {
  background-color: #f6e9d6; }

.basket tr.odd {
  background-color: #fff; }

.basket tr th {
  background-color: #fff;
  text-align: left;
  padding: 2px 0; }

.basket td {
  padding: 3px 5px; }

.basket .orderitemlist a {
  padding: 0;
  background-image: none; }

.basket div {
  clear: both; }

.basket div a {
  display: inline-block;
  color: #000;
  padding: 2px 10px 2px 10px;
  background: transparent url("cssimg/bg_link.png") no-repeat 0px 7px; }

.basket .large {
  font-weight: bold;
  background-color: #f6e9d6;
  float: right;
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 3px 7px; }

.buttonareaBig input {
  padding-left: 1%;
  padding-right: 1%;
  font-size: 13px;
  margin-top: 1rem; }

.checkoutarea {
  padding: 0 0 20px 0;
  border-bottom: 1px dotted #aaa;
  margin: 0 0 10px; }

.checkoutarea .fieldarea {
  margin: 10px 0; }

.checkoutarea .fieldarea label {
  display: inline-block; }

.checkoutarea .fieldarea span span.redStar {
  float: none;
  color: #D21107;
  font-size: 130%; }

.checkoutarea .fieldarea input {
  max-width: 36em; }

.checkoutarea .fieldarea textarea {
  max-width: 36em; }

.orderitemlist {
  width: 100%;
  padding: 0;
  margin: 10px 0 5px 0; }

.orderitemlist table {
  width: 100%;
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 14px; }
  .orderitemlist table input {
    font-size: 14px; }

#centerarea .orderitemlist table td {
  border-bottom: 1px solid #ddd;
  padding-top: 7px;
  padding-bottom: 7px; }

#uncertainty_shipping_cost {
  border: 3px solid #d21107;
  padding: 5px; }

.totalarea {
  width: 100%;
  height: 1%;
  overflow: hidden; }

.totalarea span {
  float: right;
  font-weight: bold; }

.shippingarea {
  width: 100%; }

.shippingarea .frakttext {
  float: left; }

.shippingarea .fraktsumma {
  float: right; }

.agreearea {
  margin: 0 0 20px; }

.toparea {
  margin: 0 0 20px; }

.toparea .errortext {
  border: 3px solid #D21107;
  font-weight: bold;
  padding: 8px;
  float: left;
  clear: both;
  width: 95%; }

/* error summary */
.toparea .errortext, .errorInfo, .ValidationSummary, .validation-summary-errors {
  margin: 10px 0;
  border: 2px solid #ec5840;
  padding: 1em;
  background-color: #f9e6e7;
  border-radius: 3px;
  font-weight: bold; }
  .toparea .errortext p, .errorInfo p, .ValidationSummary p, .validation-summary-errors p {
    font-size: 100%; }
  .toparea .errortext a, .errorInfo a, .ValidationSummary a, .validation-summary-errors a {
    color: #000; }
  .toparea .errortext ul, .errorInfo ul, .ValidationSummary ul, .validation-summary-errors ul {
    margin: 1em;
    font-weight: normal; }

.tellfriendform legend + .errortext {
  border: 3px solid #D21107;
  font-weight: bold;
  padding: 8px;
  float: left;
  clear: both;
  width: 95%; }

.errortext label {
  font-weight: bold; }

/* Comments */
.form .errorMsg {
  color: #D21107;
  display: block;
  font-weight: bold; }

.commentMessages ul, .commentMessages li {
  list-style: none;
  padding: 0;
  margin: 0; }

.commentMessages ul {
  border-top: 1px solid #ddd;
  margin-top: 20px; }

.commentMessages li {
  padding: 10px 0; }

.commentMessages .commenttext {
  display: block; }

.commentMessages .commentdate {
  display: block;
  font-weight: bold; }

.commentMessages .commentname {
  display: block;
  font-weight: bold; }

.commentMessages div {
  float: right;
  border-bottom: 1px solid #ddd;
  display: block;
  width: 100%;
  padding: 0 0 10px 0; }

.commentMessages input {
  float: right; }

/* all sites - dont change - */
/* -------------------------- */
/* standard rules for this site- */
p {
  margin: 0 0 1em 0; }

#centerarea h1, #centerarea h2, #centerarea h3, #centerarea h4 {
  line-height: 120%; }

/* images in centerarea with rounded corners */
#centerarea img,
#rightarea img {
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

#centerarea img.normalcorner, #rightarea img.normalcorner {
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

#outertextarea2colstart #centerarea .topimage img, #centerarea .topimage img {
  border-radius: 10px 10px 0 0; }

.floatleft {
  float: left;
  margin: 0px 10px 5px 0px; }

.floatright {
  float: right;
  margin: 0px 0px 5px 10px; }

img.leftfloatingimage {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px; }

img.rightfloatingimage {
  float: right;
  vertical-align: top;
  margin-left: 15px;
  margin-bottom: 10px; }

/*************************/
/* FORMS                 */
/*************************/
.form h2 {
  padding: 1em 0;
  margin: 0; }

.form .heading {
  font-weight: bold;
  font-size: 1em;
  padding: 0;
  margin: 0.4em 0em; }

.form #id_matrix {
  width: 100%;
  margin: 0;
  padding: 0; }

.form #id_matrix td {
  border: 0;
  margin: 0;
  padding: 0.2em 0; }

span.xformvalidator {
  color: #D21107; }

.form input, .xForm .options {
  clear: both; }

.form input:focus, .xForm .options:focus, .form textarea:focus {
  background-color: #eee; }

.form fieldset {
  border: 1px solid #cdcdcd; }

.form legend {
  margin-top: 4px;
  line-height: 1.7em;
  font-weight: bold;
  padding: 10px 5px; }

.form label {
  line-height: 1.7em;
  font-weight: bold;
  clear: both;
  display: block;
  margin-top: 4px; }

.form fieldset label {
  line-height: 1.7em;
  font-weight: bold;
  clear: both;
  display: inline; }

.form label em, .form legend em {
  color: #D21107;
  font-weight: normal; }

.form em {
  font-style: normal; }

#id_matrix br {
  clear: both; }

.thankyoumessage {
  padding: 1em 0;
  margin: 0;
  font-weight: bold; }

.form input.value, .form textarea.textbox {
  padding-top: 5px;
  width: 200px; }

.form input[type=submit] {
  line-height: 1.7em;
  font-weight: bold;
  display: block; }

@media screen and (min-width: 48em) {
  .hideText-for-small {
    position: relative;
    left: auto; }
  .StartPage .centerArea .startTeaserText {
    margin-top: 3rem;
    font-size: 1.3125rem; }
  .StartPage .centerArea .startTeaserImage {
    text-align: left;
    margin-top: -60px;
    margin-left: 1rem; }
  .StartPage .centerArea h2 {
    text-align: left; }
  .standardSearchArea {
    margin: 0 0 2rem 0;
    padding-right: 2rem;
    padding-left: 2rem; } }

@media screen and (max-width: 850px) {
  .mapLeft {
    background-color: red;
    border: 2px solid blue;
    overflow: hidden;
    display: none; } }

@media only screen {
  .tightUpRowlength p, .tightUpRowlength ul, .tightUpRowlength ol, .tightUpRowlength blockquote {
    max-width: 30rem; } }

.StartPage .largeImage h1 .epi-editContainer {
  background-color: #000; }

.lt-ie9 .row {
  width: 984px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto; }

.lt-ie9 .row.large-collapse .column, .lt-ie9 .row.large-collapse .columns, .lt-ie9 .row.large-collapse .columns {
  padding: 0; }

.lt-ie9 .row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px; }

.lt-ie9 .row .row.large-collapse {
  margin: 0; }

.lt-ie9 .column, .lt-ie9 .columns, .lt-ie9 .columns {
  float: left;
  min-height: 1px;
  padding: 0;
  position: relative; }

.lt-ie9 .column.large-centered, .lt-ie9 .large-centered.columns, .lt-ie9 .columns.large-centered, .lt-ie9 .column.medium-centered, .lt-ie9 .medium-centered.columns, .lt-ie9 .columns.medium-centered {
  float: none;
  margin: 0 auto; }

.lt-ie9 header li {
  margin-left: 1em;
  padding: 0.4em 0; }

.lt-ie9 header .functionLinks a {
  padding: 6px 1.5em 6px 3em; }

.lt-ie9 .quickSearchArea {
  padding: 1.7em 0; }

.lt-ie9 .localnavigation, .lt-ie9 .centerArea {
  margin-top: 15px;
  border: 0; }

.lt-ie9 .globalNavigation li {
  padding: 5px;
  float: left; }

.lt-ie9 input[type="text"],
.lt-ie9 input[type="password"],
.lt-ie9 input[type="date"],
.lt-ie9 input[type="datetime"],
.lt-ie9 input[type="datetime-local"],
.lt-ie9 input[type="month"],
.lt-ie9 input[type="week"],
.lt-ie9 input[type="email"],
.lt-ie9 input[type="number"],
.lt-ie9 input[type="search"],
.lt-ie9 input[type="tel"],
.lt-ie9 input[type="time"],
.lt-ie9 input[type="url"],
.lt-ie9 textarea {
  margin: 0 0 0.35em 0;
  padding: 0.5em;
  height: 2.3125em; }

.lt-ie9 h1 {
  font-size: 38px; }

.lt-ie9 h2 {
  font-size: 30px; }

.lt-ie9 h3 {
  font-size: 23px; }

.lt-ie9 h4 {
  font-size: 20px; }

.lt-ie9 h5 {
  font-size: 16px; }

.lt-ie9 h6 {
  font-size: 16px; }

.lt-ie9 [class*="column"] + [class*="column"]:last-child {
  float: right; }

.lt-ie9 [class*="column"] + [class*="column"].end {
  float: left; }

.lt-ie9 .medium-1, .lt-ie9 .row .medium-1, .lt-ie9 .large-1, .lt-ie9 .row .large-1 {
  width: 8.33333%; }

.lt-ie9 .medium-2, .lt-ie9 .row .medium-2, .lt-ie9 .large-2, .lt-ie9 .row .large-2 {
  width: 16.66667%; }

.lt-ie9 .medium-3, .lt-ie9 .row .medium-3, .lt-ie9 .large-3, .lt-ie9 .row .large-3 {
  width: 25%; }

.lt-ie9 .medium-4, .lt-ie9 .row .medium-4, .lt-ie9 .large-4, .lt-ie9 .row .large-4 {
  width: 33.33333%; }

.lt-ie9 .medium-5, .lt-ie9 .row .medium-5, .lt-ie9 .large-5, .lt-ie9 .row .large-5 {
  width: 41.66667%; }

.lt-ie9 .medium-6, .lt-ie9 .row .medium-6, .lt-ie9 .large-6, .lt-ie9 .row .large-6 {
  width: 50%; }

.lt-ie9 .medium-7, .lt-ie9 .row .medium-7, .lt-ie9 .large-7, .lt-ie9 .row .large-7 {
  width: 58.33333%; }

.lt-ie9 .medium-8, .lt-ie9 .row .medium-8, .lt-ie9 .large-8, .lt-ie9 .row .large-8 {
  width: 66.66667%; }

.lt-ie9 .medium-9, .lt-ie9 .row .medium-9, .lt-ie9 .large-9, .lt-ie9 .row .large-9 {
  width: 75%; }

.lt-ie9 .medium-10, .lt-ie9 .row .medium-10, .lt-ie9 .large-10, .lt-ie9 .row .large-10 {
  width: 83.33333%; }

.lt-ie9 .medium-11, .lt-ie9 .row .medium-11, .lt-ie9 .large-11, .lt-ie9 .row .large-11 {
  width: 91.66667%; }

.lt-ie9 .medium-12, .lt-ie9 .row .medium-12, .lt-ie9 .large-12, .lt-ie9 .row .large-12 {
  width: 100%; }

.lt-ie9 .medium-12, .lt-ie9 .row .medium-12 {
  width: 100%; }

.lt-ie9 .row .medium-offset-1 {
  margin-left: 8.33333%; }

.lt-ie9 .row .medium-offset-2 {
  margin-left: 16.66667%; }

.lt-ie9 .row .medium-offset-3 {
  margin-left: 25%; }

.lt-ie9 .row .medium-offset-4 {
  margin-left: 33.33333%; }

.lt-ie9 .row .medium-offset-5 {
  margin-left: 41.66667%; }

.lt-ie9 .row .medium-offset-6 {
  margin-left: 50%; }

.lt-ie9 .row .medium-offset-7 {
  margin-left: 58.33333%; }

.lt-ie9 .row .medium-offset-8 {
  margin-left: 66.66667%; }

.lt-ie9 .row .medium-offset-9 {
  margin-left: 75%; }

.lt-ie9 .row .medium-offset-10 {
  margin-left: 83.33333%; }

.lt-ie9 .pull-2 {
  right: 16.66667%; }

.lt-ie9 .pull-3 {
  right: 25%; }

.lt-ie9 .pull-4 {
  right: 33.33333%; }

.lt-ie9 .pull-5 {
  right: 41.66667%; }

.lt-ie9 .pull-6 {
  right: 50%; }

.lt-ie9 .pull-7 {
  right: 58.33333%; }

.lt-ie9 .pull-8 {
  right: 66.66667%; }

.lt-ie9 .pull-9 {
  right: 75%; }

.lt-ie9 .pull-10 {
  right: 83.33333%; }

.lt-ie9 .push-2 {
  left: 16.66667%; }

.lt-ie9 .push-3 {
  left: 25%; }

.lt-ie9 .push-4 {
  left: 33.33333%; }

.lt-ie9 .push-5 {
  left: 41.66667%; }

.lt-ie9 .push-6 {
  left: 50%; }

.lt-ie9 .push-7 {
  left: 58.33333%; }

.lt-ie9 .push-8 {
  left: 66.66667%; }

.lt-ie9 .push-9 {
  left: 75%; }

.lt-ie9 .push-10 {
  left: 83.33333%; }

.lt-ie9 .row:before, .lt-ie9 .row:after {
  content: " ";
  display: table; }

.lt-ie9 .row:after {
  clear: both; }

.lt-ie9 .hide-for-small {
  display: block !important; }

.lt-ie9 .show-for-small {
  display: none !important; }

.lt-ie9 button, .lt-ie9 .button, .lt-ie9 input[type="button"], .lt-ie9 input[type="submit"] {
  background-color: #f8f8f8; }
  .lt-ie9 button:hover, .lt-ie9 .button:hover, .lt-ie9 input[type="button"]:hover, .lt-ie9 input[type="submit"]:hover {
    background-color: white; }
  .lt-ie9 button:focus, .lt-ie9 button:active, .lt-ie9 .button:focus, .lt-ie9 .button:active, .lt-ie9 input[type="button"]:focus, .lt-ie9 input[type="button"]:active, .lt-ie9 input[type="submit"]:focus, .lt-ie9 input[type="submit"]:active {
    background-color: #ebebeb; }

.lt-ie9 #sharethislinks a, .lt-ie9 #sharethislinks button {
  background-image: url(cssimg/icons-sprite.png); }

.no-svg header .functionLinks .account a, .no-svg header .functionLinks .lang a, .no-svg header .functionLinks .search a {
  background-image: url("cssimg/icons-sprite.png"); }

.no-svg footer .contactInfo li.phone:before, .no-svg footer .contactInfo li.mail:before {
  background-image: url("cssimg/icons-sprite.png"); }
