/* Main sass file.
========================================================================== */
/**
 * This file contains all imports from Sass.
 */
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
 /*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
     html {
      font-family: sans-serif;
      /* 1 */
      line-height: 1.15;
      /* 2 */
      -ms-text-size-adjust: 100%;
      /* 3 */
      -webkit-text-size-adjust: 100%;
    /* 3 */ }

/* Sections
========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
     body {
      margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
     article,
     aside,
     footer,
     header,
     nav,
     section {
      display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
     h1 {
      font-size: 2em;
      margin: 0.67em 0; }

/* Grouping content
========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
     figcaption,
     figure {
      display: block; }

/**
     * Add the correct margin in IE 8.
     */
     figure {
      margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
     hr {
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      /* 1 */
      height: 0;
      /* 1 */
      overflow: visible;
    /* 2 */ }

/**
     * Add the correct display in IE.
     */
     main {
      display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
     pre {
      font-family: monospace, monospace;
      /* 1 */
      font-size: 1em;
    /* 2 */ }

/* Links
========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
     a {
      background-color: transparent;
      /* 1 */
      -webkit-text-decoration-skip: objects;
    /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
     a:active,
     a:hover {
      outline-width: 0; }

/* Text-level semantics
========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
     abbr[title] {
      border-bottom: none;
      /* 1 */
      text-decoration: underline;
      /* 2 */
      -webkit-text-decoration: underline dotted;
      text-decoration: underline dotted;
    /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
     b,
     strong {
      font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
     b,
     strong {
      font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
     code,
     kbd,
     samp {
      font-family: monospace, monospace;
      /* 1 */
      font-size: 1em;
    /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
     dfn {
      font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
     mark {
      background-color: #ff0;
      color: #000; }

/**
     * Add the correct font size in all browsers.
     */
     small {
      font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
     sub,
     sup {
      font-size: 75%;
      line-height: 0;
      position: relative;
      vertical-align: baseline; }

      sub {
        bottom: -0.25em; }

        sup {
          top: -0.5em; }

/* Embedded content
========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
     audio,
     video {
      display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
     audio:not([controls]) {
      display: none;
      height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
     img {
      border-style: none; }

/**
     * Hide the overflow in IE.
     */
     svg:not(:root) {
      overflow: hidden; }

/* Forms
========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
     button,
     input,
     optgroup,
     select,
     textarea {
      font-family: sans-serif;
      /* 1 */
      font-size: 100%;
      /* 1 */
      line-height: 1.15;
      /* 1 */
      margin: 0;
    /* 2 */ }

/**
     * Show the overflow in IE.
     */
     button {
      overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
     button,
     select {
      /* 1 */
      text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
     button,
     html [type="button"],
     [type="reset"],
     [type="submit"] {
      -webkit-appearance: button;
    /* 2 */ }

    button,
    [type="button"],
    [type="reset"],
    [type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
     */ }

     button::-moz-focus-inner,
     [type="button"]::-moz-focus-inner,
     [type="reset"]::-moz-focus-inner,
     [type="submit"]::-moz-focus-inner {
      border-style: none;
      padding: 0; }

      button:-moz-focusring,
      [type="button"]:-moz-focusring,
      [type="reset"]:-moz-focusring,
      [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
     input {
      overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
     [type="checkbox"],
     [type="radio"] {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /* 1 */
      padding: 0;
    /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
     [type="number"]::-webkit-inner-spin-button,
     [type="number"]::-webkit-outer-spin-button {
      height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
     [type="search"] {
      -webkit-appearance: textfield;
      /* 1 */
      outline-offset: -2px;
      /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
     */ }

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

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
     ::-webkit-file-upload-button {
      -webkit-appearance: button;
      /* 1 */
      font: inherit;
    /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
     fieldset {
      border: 1px solid #c0c0c0;
      margin: 0 2px;
      padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
     legend {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      /* 1 */
      display: table;
      /* 1 */
      max-width: 100%;
      /* 1 */
      padding: 0;
      /* 3 */
      color: inherit;
      /* 2 */
      white-space: normal;
    /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
     progress {
      display: inline-block;
      /* 1 */
      vertical-align: baseline;
    /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
     textarea {
      overflow: auto; }

/* Interactive
========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
     details {
      display: block; }

/*
     * Add the correct display in all browsers.
     */
     summary {
      display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
     menu {
      display: block; }

/* Scripting
========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
     canvas {
      display: inline-block; }

/**
     * Add the correct display in IE.
     */
     template {
      display: none; }

/* Hidden
========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
     [hidden] {
      display: none; }

      .foundation-mq {
        font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

        html {
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 100%; }

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

            body {
              margin: 0;
              padding: 0;
              background: #fefefe;
              font-family: "Graphik Web", sans-serif;
              font-weight: normal;
              line-height: 1.5;
              color: #0a0a0a;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale; }

              img {
                display: inline-block;
                vertical-align: middle;
                max-width: 100%;
                height: auto;
                -ms-interpolation-mode: bicubic; }

                textarea {
                  height: auto;
                  min-height: 50px;
                  border-radius: 0; }

                  select {
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    width: 100%;
                    border-radius: 0; }

                    .map_canvas img,
                    .map_canvas embed,
                    .map_canvas object,
                    .mqa-display img,
                    .mqa-display embed,
                    .mqa-display object {
                      max-width: none !important; }

                      button {
                        padding: 0;
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        appearance: none;
                        border: 0;
                        border-radius: 0;
                        background: transparent;
                        line-height: 1;
                        cursor: auto; }

                        [data-whatinput='mouse'] button {
                          outline: 0; }

                          pre {
                            overflow: auto; }

                            button,
                            input,
                            optgroup,
                            select,
                            textarea {
                              font-family: inherit; }

                              .is-visible {
                                display: block !important; }

                                .is-hidden {
                                  display: none !important; }

                                  .row {
                                    max-width: 73.125rem;
                                    margin-right: auto;
                                    margin-left: auto; }

                                    .row::before, .row::after {
                                      display: table;
                                      content: ' ';
                                      -ms-flex-preferred-size: 0;
                                      flex-basis: 0;
                                      -webkit-box-ordinal-group: 2;
                                      -ms-flex-order: 1;
                                      order: 1; }

                                      .row::after {
                                        clear: both; }

                                        .row.collapse > .column, .row.collapse > .columns {
                                          padding-right: 0;
                                          padding-left: 0; }

                                          .row .row {
                                            margin-right: -1.25rem;
                                            margin-left: -1.25rem; }

                                            @media print, screen and (min-width: 40em) {
                                              .row .row {
                                                margin-right: -0.625rem;
                                                margin-left: -0.625rem; } }

                                                @media print, screen and (min-width: 64em) {
                                                  .row .row {
                                                    margin-right: -0.625rem;
                                                    margin-left: -0.625rem; } }

                                                    .row .row.collapse {
                                                      margin-right: 0;
                                                      margin-left: 0; }

                                                      .row.expanded {
                                                        max-width: none; }

                                                        .row.expanded .row {
                                                          margin-right: auto;
                                                          margin-left: auto; }

                                                          .row:not(.expanded) .row {
                                                            max-width: none; }

                                                            .row.gutter-small > .column, .row.gutter-small > .columns {
                                                              padding-right: 1.25rem;
                                                              padding-left: 1.25rem; }

                                                              .row.gutter-medium > .column, .row.gutter-medium > .columns {
                                                                padding-right: 0.625rem;
                                                                padding-left: 0.625rem; }

                                                                .column, .columns {
                                                                  width: 100%;
                                                                  float: left;
                                                                  padding-right: 1.25rem;
                                                                  padding-left: 1.25rem; }

                                                                  @media print, screen and (min-width: 40em) {
                                                                    .column, .columns {
                                                                      padding-right: 0.625rem;
                                                                      padding-left: 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 {
                                                                              margin-right: 0;
                                                                              margin-left: 0;
                                                                              padding-right: 0;
                                                                              padding-left: 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 {
                                                                                                                                                                            float: left;
                                                                                                                                                                            width: 100%; }

                                                                                                                                                                            .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 {
                                                                                                                                                                                    float: left;
                                                                                                                                                                                    width: 50%; }

                                                                                                                                                                                    .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 {
                                                                                                                                                                                            float: left;
                                                                                                                                                                                            width: 33.33333%; }

                                                                                                                                                                                            .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 {
                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                    width: 25%; }

                                                                                                                                                                                                    .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 {
                                                                                                                                                                                                            float: left;
                                                                                                                                                                                                            width: 20%; }

                                                                                                                                                                                                            .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 {
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    width: 16.66667%; }

                                                                                                                                                                                                                    .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 {
                                                                                                                                                                                                                            float: left;
                                                                                                                                                                                                                            width: 14.28571%; }

                                                                                                                                                                                                                            .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 {
                                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                                    width: 12.5%; }

                                                                                                                                                                                                                                    .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-right: 0;
                                                                                                                                                                                                                                            padding-left: 0; }

                                                                                                                                                                                                                                            .small-collapse .row {
                                                                                                                                                                                                                                              margin-right: 0;
                                                                                                                                                                                                                                              margin-left: 0; }

                                                                                                                                                                                                                                              .expanded.row .small-collapse.row {
                                                                                                                                                                                                                                                margin-right: 0;
                                                                                                                                                                                                                                                margin-left: 0; }

                                                                                                                                                                                                                                                .small-uncollapse > .column, .small-uncollapse > .columns {
                                                                                                                                                                                                                                                  padding-right: 1.25rem;
                                                                                                                                                                                                                                                  padding-left: 1.25rem; }

                                                                                                                                                                                                                                                  .small-centered {
                                                                                                                                                                                                                                                    margin-right: auto;
                                                                                                                                                                                                                                                    margin-left: auto; }

                                                                                                                                                                                                                                                    .small-centered, .small-centered:last-child:not(:first-child) {
                                                                                                                                                                                                                                                      float: none;
                                                                                                                                                                                                                                                      clear: both; }

                                                                                                                                                                                                                                                      .small-uncentered,
                                                                                                                                                                                                                                                      .small-push-0,
                                                                                                                                                                                                                                                      .small-pull-0 {
                                                                                                                                                                                                                                                        position: static;
                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                        margin-right: 0;
                                                                                                                                                                                                                                                        margin-left: 0; }

                                                                                                                                                                                                                                                        @media print, screen and (min-width: 40em) {
                                                                                                                                                                                                                                                          .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 {
                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                        width: 100%; }
                                                                                                                                                                                                                                                                                                                                                        .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 {
                                                                                                                                                                                                                                                                                                                                                                float: left;
                                                                                                                                                                                                                                                                                                                                                                width: 50%; }
                                                                                                                                                                                                                                                                                                                                                                .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 {
                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                        width: 33.33333%; }
                                                                                                                                                                                                                                                                                                                                                                        .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 {
                                                                                                                                                                                                                                                                                                                                                                                float: left;
                                                                                                                                                                                                                                                                                                                                                                                width: 25%; }
                                                                                                                                                                                                                                                                                                                                                                                .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 {
                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                        width: 20%; }
                                                                                                                                                                                                                                                                                                                                                                                        .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 {
                                                                                                                                                                                                                                                                                                                                                                                                float: left;
                                                                                                                                                                                                                                                                                                                                                                                                width: 16.66667%; }
                                                                                                                                                                                                                                                                                                                                                                                                .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 {
                                                                                                                                                                                                                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                                                                                                                                                                                                                        width: 14.28571%; }
                                                                                                                                                                                                                                                                                                                                                                                                        .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 {
                                                                                                                                                                                                                                                                                                                                                                                                                float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                width: 12.5%; }
                                                                                                                                                                                                                                                                                                                                                                                                                .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-right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                        padding-left: 0; }
                                                                                                                                                                                                                                                                                                                                                                                                                        .medium-collapse .row {
                                                                                                                                                                                                                                                                                                                                                                                                                          margin-right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                          margin-left: 0; }
                                                                                                                                                                                                                                                                                                                                                                                                                          .expanded.row .medium-collapse.row {
                                                                                                                                                                                                                                                                                                                                                                                                                            margin-right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                            margin-left: 0; }
                                                                                                                                                                                                                                                                                                                                                                                                                            .medium-uncollapse > .column, .medium-uncollapse > .columns {
                                                                                                                                                                                                                                                                                                                                                                                                                              padding-right: 0.625rem;
                                                                                                                                                                                                                                                                                                                                                                                                                              padding-left: 0.625rem; }
                                                                                                                                                                                                                                                                                                                                                                                                                              .medium-centered {
                                                                                                                                                                                                                                                                                                                                                                                                                                margin-right: auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                margin-left: auto; }
                                                                                                                                                                                                                                                                                                                                                                                                                                .medium-centered, .medium-centered:last-child:not(:first-child) {
                                                                                                                                                                                                                                                                                                                                                                                                                                  float: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                  clear: both; }
                                                                                                                                                                                                                                                                                                                                                                                                                                  .medium-uncentered,
                                                                                                                                                                                                                                                                                                                                                                                                                                  .medium-push-0,
                                                                                                                                                                                                                                                                                                                                                                                                                                  .medium-pull-0 {
                                                                                                                                                                                                                                                                                                                                                                                                                                    position: static;
                                                                                                                                                                                                                                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                    margin-right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                    margin-left: 0; } }

                                                                                                                                                                                                                                                                                                                                                                                                                                    @media print, screen and (min-width: 64em) {
                                                                                                                                                                                                                                                                                                                                                                                                                                      .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 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    width: 100%; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .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 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 50%; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .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 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    width: 33.33333%; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .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 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 25%; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .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 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    width: 20%; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .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 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 16.66667%; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .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 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    width: 14.28571%; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .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 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            width: 12.5%; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .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-right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    padding-left: 0; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .large-collapse .row {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      margin-right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      margin-left: 0; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .expanded.row .large-collapse.row {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-left: 0; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .large-uncollapse > .column, .large-uncollapse > .columns {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          padding-right: 0.625rem;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          padding-left: 0.625rem; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .large-centered {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-right: auto;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            margin-left: auto; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .large-centered, .large-centered:last-child:not(:first-child) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              float: none;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              clear: both; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .large-uncentered,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .large-push-0,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .large-pull-0 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                position: static;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                float: left;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-right: 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                margin-left: 0; } }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .column-block {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  margin-bottom: 2.5rem; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .column-block > :last-child {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    margin-bottom: 0; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    @media print, screen and (min-width: 40em) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .column-block {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        margin-bottom: 1.25rem; }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .column-block > :last-child {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          margin-bottom: 0; } }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          /*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
 html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
/* 2 */ }

/* Sections
========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
 body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
 article,
 aside,
 footer,
 header,
 nav,
 section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
 h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
 figcaption,
 figure,
 main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
 figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
 hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
/* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
 pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
/* 2 */ }

/* Text-level semantics
========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
 a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
/* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
 abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
/* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
 b,
 strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
 b,
 strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
 code,
 kbd,
 samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
/* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
 dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
 mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
 small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
 sub,
 sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

  sub {
    bottom: -0.25em; }

    sup {
      top: -0.5em; }

/* Embedded content
========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
 audio,
 video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
 audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
 img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
 svg:not(:root) {
  overflow: hidden; }

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
 button,
 input,
 optgroup,
 select,
 textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
/* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
 button,
 input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
 button,
 select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
 button,
 html [type="button"],
 [type="reset"],
 [type="submit"] {
  -webkit-appearance: button;
/* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
 fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
 legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
/* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
 progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
/* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
 textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
 [type="checkbox"],
 [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
/* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
 [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
/* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
 [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
 ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
/* 2 */ }

/* Interactive
========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
 details,
 menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
 summary {
  display: list-item; }

/* Scripting
========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
 canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
 template {
  display: none; }

/* Hidden
========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
 [hidden] {
  display: none; }

/* Typografy
========================================================================== */
/**
 * This file contains font imports and styles related to fonts.
 */
 @font-face {
  font-family: 'OpenSans-Bold';
  src: url("../fonts/OpenSans/OpenSans-Bold/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans/OpenSans-Bold/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-Bold/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Bold/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-Bold/OpenSans-Bold.svg#OpenSans-Bold") format("svg"), url("../fonts/OpenSans/OpenSans-Bold/OpenSans-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

          @font-face {
            font-family: 'OpenSans-LightItalic';
            src: url("../fonts/OpenSans/OpenSans-LightItalic/OpenSans-LightItalic.eot");
            src: url("../fonts/OpenSans/OpenSans-LightItalic/OpenSans-LightItalic.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-LightItalic/OpenSansLight-Italic.woff") format("woff"), url("../fonts/OpenSans/OpenSans-LightItalic/OpenSansLight-Italic.ttf") format("truetype"), url("../fonts/OpenSans/OpenSans-LightItalic/OpenSansLight-Italic.svg#OpenSansLight-Italic") format("svg"), url("../fonts/OpenSans/OpenSans-LightItalic/OpenSans-LightItalic.eot?#iefix") format("embedded-opentype");
            font-weight: normal;
            font-style: normal; }

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

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

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

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

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

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

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

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

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

                              .opensans-bold, .question-answer-wrapper .question span {
                                font-family: 'OpenSans-Bold', sans-serif; }

                                .opensans-bi {
                                  font-family: 'OpenSans-BoldItalic', sans-serif; }

                                  .opensans-ebi {
                                    font-family: 'OpenSans-ExtraBoldItalic', sans-serif;
                                    font-weight: 800; }

                                    .opensans-italic, .join-our-network-section .checkbox-form-wrapper p {
                                      font-family: 'OpenSans-Italic', sans-serif;
                                      font-weight: 400; }

                                      .opensans-light, .page-content-main p, .bli-medlem-subpage-benefits-wrapper ul li, .bli-medlem-subpage-register-left p, .campaign-item .campaign-item-desc p, .skatte-date-time-wrapper p, .member-discount-single .member-discount-single-desc p, .insurance-item .insurance-item-decs p, .sidebar-person p, .sidebar-calculate-taxes p, .sidebar-document .sidebar-document-content a, .sloseri-artical-wrapper p, .support-popup-wrapper .support-popup .support-popup-content p, .section-guidance .page-content-main p, .section-legal-protection .page-content-main p, .newspaper-release-subscribe-wrapper p {
                                        font-family: 'OpenSans-Light', sans-serif;
                                        font-weight: 300; }

                                        .opensans-li, .team-single-person p, .team-single-person a {
                                          font-family: 'OpenSans-LightItalic', sans-serif;
                                          font-weight: 300; }

                                          .opensans-regular, .header-search .header-search-form input, #responsive-menu-container .navigation-primary a {
                                            font-family: 'OpenSans-Regular', sans-serif;
                                            font-weight: 400; }

                                            .opensans-semibold, .bli-medlem-subpage-benefits-wrapper .benefits-ordinare-light p {
                                              font-family: 'OpenSans-Semibold', sans-serif;
                                              font-weight: 600; }

                                              .opensans-sbi {
                                                font-family: 'Open Sans', sans-serif;
                                                font-weight: 600; }

                                                .quadon-medium, .see-more-red-arrow p, .page-content-main h4, .section-become-member .become-member-wrapper a, .page-id-28 .become-member-wrapper a, .skatte-button-upload-more, .campaign-item-more, .section-campaign-slogan .campaign-slogan-wrapper h2 span, .support-popup-wrapper .support-popup .support-popup-content h3, .section-team .section-title h3, .section-contact .section-title h3, .section-taxpay-reasons .taxpay-reason-single .taxpay-reasons-number span, .single-campaign .section-campaign .campaign-title h2 span {
                                                  font-family: 'Quadon-Medium', sans-serif;
                                                  font-weight: 500; }

                                                  .quadon-ultrabold {
                                                    font-family: 'Quadon-UltraBold', sans-serif;
                                                    font-weight: 800; }

                                                    .quadon-black {
                                                      font-family: 'Quadon-Black', sans-serif;
                                                      font-weight: 900; }

                                                      .quadon-bold {
                                                        font-family: 'Quadon-Bold', sans-serif;
                                                        font-weight: 600; }

                                                        .quadon-heavy {
                                                          font-family: 'Quadon-Heavy', sans-serif;
                                                          font-weight: 900; }

                                                          .quadon-light, .single-post .page-content-main h1, .bli-medlem-subpage-register-left .bli-medlem-subpage-register-swish p, .join-our-network-section .join-our-network-wrapper h2, .join-our-network-section .join-our-network-wrapper h5, .campaign-item .campaign-item-desc h3, .section-campaign-slogan .campaign-slogan-wrapper h2, .sidebar-calculate-taxes h3, .sidebar-document .sidebar-document-title h5, .sidebar-info p, .sidebar-newsletter h3, .sloseri-artical-wrapper h3, .section-support-short .support-short-wrapper h3, .section-bli-medlem-subpage-benefits .section-title h2, .section-bli-medlem-register .section-title h2, .single-campaign .section-campaign .campaign-title h2, .sloseri-over-years-wrapper .sloseri-over-years-item .sloseri-over-years-decs h3, .sloseri-over-years-wrapper .sloseri-over-years-item .sloseri-over-years-decs p {
                                                            font-family: 'Quadon-Light', sans-serif;
                                                            font-weight: 300; }

                                                            .quadon-thin {
                                                              font-family: "Quadon-Thin", sans-serif;
                                                              font-weight: 100; }

/*
        This font software is the property of Commercial Type.

        You may not modify the font software, use it on another website, or install it on a computer.

        License information is available at http://commercialtype.com/eula
        For more information please visit Commercial Type at http://commercialtype.com or email us at info[at]commercialtype.com

        Copyright (C) 2017 Schwartzco Inc.
        License: 1712-FHPKJK
        */
        @font-face {
          font-family: 'Graphik Web';
          src: url("../fonts/Graphik/Graphik-SuperItalic-Web.eot");
          src: url("../fonts/Graphik/Graphik-SuperItalic-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-SuperItalic-Web.woff2") format("woff2"), url("../fonts/Graphik/Graphik-SuperItalic-Web.woff") format("woff");
          font-weight: 900;
          font-style: italic;
          font-stretch: normal; }

          .Graphik-SuperItalic-Web {
            font-family: 'Graphik Web';
            font-weight: 900;
            font-style: italic;
            font-stretch: normal; }

            @font-face {
              font-family: 'Graphik Web';
              src: url("../fonts/Graphik/Graphik-Super-Web.eot");
              src: url("../fonts/Graphik/Graphik-Super-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-Super-Web.woff2") format("woff2"), url("../fonts/Graphik/Graphik-Super-Web.woff") format("woff");
              font-weight: 900;
              font-style: normal;
              font-stretch: normal; }

              .Graphik-Super-Web {
                font-family: 'Graphik Web';
                font-weight: 900;
                font-style: normal;
                font-stretch: normal; }

                @font-face {
                  font-family: 'Graphik Web';
                  src: url("../fonts/Graphik/Graphik-BlackItalic-Web.eot");
                  src: url("../fonts/Graphik/Graphik-BlackItalic-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-BlackItalic-Web.woff2") format("woff2"), url("../fonts/Graphik/Graphik-BlackItalic-Web.woff") format("woff");
                  font-weight: 800;
                  font-style: italic;
                  font-stretch: normal; }

                  .Graphik-BlackItalic-Web {
                    font-family: 'Graphik Web';
                    font-weight: 800;
                    font-style: italic;
                    font-stretch: normal; }

                    @font-face {
                      font-family: 'Graphik Web';
                      src: url("../fonts/Graphik/Graphik-Black-Web.eot");
                      src: url("../fonts/Graphik/Graphik-Black-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-Black-Web.woff2") format("woff2"), url("../fonts/Graphik/Graphik-Black-Web.woff") format("woff");
                      font-weight: 800;
                      font-style: normal;
                      font-stretch: normal; }

                      .Graphik-Black-Web {
                        font-family: 'Graphik Web';
                        font-weight: 800;
                        font-style: normal;
                        font-stretch: normal; }

                        @font-face {
                          font-family: 'Graphik Web';
                          src: url("../fonts/Graphik/Graphik-BoldItalic-Web.eot");
                          src: url("../fonts/Graphik/Graphik-BoldItalic-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-BoldItalic-Web.woff2") format("woff2"), url("../fonts/Graphik/Graphik-BoldItalic-Web.woff") format("woff");
                          font-weight: 700;
                          font-style: italic;
                          font-stretch: normal; }

                          .Graphik-BoldItalic-Web {
                            font-family: 'Graphik Web';
                            font-weight: 700;
                            font-style: italic;
                            font-stretch: normal; }

                            @font-face {
                              font-family: 'Graphik Web';
                              src: url("../fonts/Graphik/Graphik-Bold-Web.eot");
                              src: url("../fonts/Graphik/Graphik-Bold-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-Bold-Web.woff2") format("woff2"), url("../fonts/Graphik/Graphik-Bold-Web.woff") format("woff");
                              font-weight: 700;
                              font-style: normal;
                              font-stretch: normal; }

                              .Graphik-Bold-Web {
                                font-family: 'Graphik Web';
                                font-weight: 700;
                                font-style: normal;
                                font-stretch: normal; }

                                @font-face {
                                  font-family: 'Graphik Web';
                                  src: url("../fonts/Graphik/Graphik-SemiboldItalic-Web.eot");
                                  src: url("../fonts/Graphik/Graphik-SemiboldItalic-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-SemiboldItalic-Web.woff2") format("woff2"), url("../fonts/Graphik/Graphik-SemiboldItalic-Web.woff") format("woff");
                                  font-weight: 600;
                                  font-style: italic;
                                  font-stretch: normal; }

                                  .Graphik-SemiboldItalic-Web {
                                    font-family: 'Graphik Web';
                                    font-weight: 600;
                                    font-style: italic;
                                    font-stretch: normal; }

                                    @font-face {
                                      font-family: 'Graphik Web';
                                      src: url("../fonts/Graphik/Graphik-Semibold-Web.eot");
                                      src: url("../fonts/Graphik/Graphik-Semibold-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-Semibold-Web.woff2") format("woff2"), url("../fonts/Graphik/Graphik-Semibold-Web.woff") format("woff");
                                      font-weight: 600;
                                      font-style: normal;
                                      font-stretch: normal; }

                                      .Graphik-Semibold-Web, .footer-inner h6, .footer-inner form button, .footer-inner form input[type='submit'], .section-title h3, .section-title h2, .section-become-member .become-member-wrapper h2, .bli-medlem-subpage-benefits-info p span, .bli-medlem-subpage-benefits-info p strong, .bli-medlem-subpage-register-left p span, .bli-medlem-subpage-register-left p strong, .bli-medlem-hero-wrapper .bli-medlem-single .bli-medlem-inner h4, .skatte-single-news--more p, .section-campaign .campaign-title h2, .section-campaign .campaign-title h2 span, .choice-item .choice-item--title h2, .section-hero .hero-wrapper h1, .skatte-single-news .skatte-latest-news-single .skatte-single-news--title h2, .skatte-single-news .skatte-latest-news-single .skatte-single-news--more p, .support-wrapper h3, .support-wrapper span, .swish-info h4 > p, .swish-info h4, .section-taxpay-reasons .taxpay-reason-single h3, .hero-video .container h1, .hero-video .container h1 span, .page-template-page-older-posts .choice-wrapper .choice-item-link, .tax-calc-wrapper form > label, .tax-calc-wrapper form #lonvisa, #tax-calc-form-3 label {
                                        font-family: 'Graphik Web';
                                        font-weight: 600;
                                        font-style: normal;
                                        font-stretch: normal; }

                                        @font-face {
                                          font-family: 'Graphik Web';
                                          src: url("../fonts/Graphik/Graphik-MediumItalic-Web.eot");
                                          src: url("../fonts/Graphik/Graphik-MediumItalic-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-MediumItalic-Web.woff2") format("woff2"), url("../fonts/Graphik/Graphik-MediumItalic-Web.woff") format("woff");
                                          font-weight: 500;
                                          font-style: italic;
                                          font-stretch: normal; }

                                          .Graphik-MediumItalic-Web {
                                            font-family: 'Graphik Web';
                                            font-weight: 500;
                                            font-style: italic;
                                            font-stretch: normal; }

                                            @font-face {
                                              font-family: 'Graphik Web';
                                              src: url("../fonts/Graphik/Graphik-Medium-Web.eot");
                                              src: url("../fonts/Graphik/Graphik-Medium-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-Medium-Web.woff2") format("woff2"), url("../fonts/Graphik/Graphik-Medium-Web.woff") format("woff");
                                              font-weight: 500;
                                              font-style: normal;
                                              font-stretch: normal; }

                                              .Graphik-Medium-Web, .see-more-red-arrow, .bli-medlem-subpage-register-right form button, .bli-medlem-subpage-register-right form input[type='submit'], .campaign-item .campaign-item-desc .campaign-item-more, .section-campaign .campaign-more, .hero-bottom a, .support-form-wrapper form button, .support-form-wrapper form input[type="submit"], .hero-video .container .play-video--desc, .hero-video .container .hero-bottom p {
                                                font-family: 'Graphik Web';
                                                font-weight: 500;
                                                font-style: normal;
                                                font-stretch: normal; }

                                                @font-face {
                                                  font-family: 'Graphik Web';
                                                  src: url("../fonts/Graphik/Graphik-RegularItalic-Web.eot");
                                                  src: url("../fonts/Graphik/Graphik-RegularItalic-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-RegularItalic-Web.woff2") format("woff2"), url("../fonts/Graphik/Graphik-RegularItalic-Web.woff") format("woff");
                                                  font-weight: 400;
                                                  font-style: italic;
                                                  font-stretch: normal; }

                                                  .Graphik-RegularItalic-Web, .support-wrapper .support-testemonial {
                                                    font-family: 'Graphik Web';
                                                    font-weight: 400;
                                                    font-style: italic;
                                                    font-stretch: normal; }

                                                    @font-face {
                                                      font-family: 'Graphik Web';
                                                      src: url("../fonts/Graphik/Graphik-Regular-Web.eot");
                                                      src: url("../fonts/Graphik/Graphik-Regular-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-Regular-Web.woff2") format("woff2"), url("../fonts/Graphik/Graphik-Regular-Web.woff") format("woff");
                                                      font-weight: 400;
                                                      font-style: normal;
                                                      font-stretch: normal; }

                                                      .Graphik-Regular-Web, .header .header-navigation .menu-primary > li > a, .header .header-navigation .menu-primary > li .sub-menu li a, .footer-inner .contact-info, .footer-inner #menu-footer-menu li a, .footer-inner form input, .page-content-main ul li, .highlighted-paragraph, .section-become-member .become-member-wrapper p, .bli-medlem-subpage-benefits-info p, .bli-medlem-subpage-register-right form input, .bli-medlem-hero-wrapper .bli-medlem-single .bli-medlem-inner .bli-medlem-student, .campaign-fact-section ul li, .section-campaign .campaign-desc p, .choice-item .choice-item--decs p, .section-hero .hero-wrapper > p, .previous-next-wrapper a, .question-answer-wrapper .question, .question-answer-wrapper .answer, .skatte-single-news .skatte-latest-news-single .skatte-single-news--date-time span, .skatte-single-news .skatte-latest-news-single .skatte-single-news--desc p, .support-wrapper .support-desc, .support-form-wrapper form input, .support-form-wrapper .about-personal-data, .swish-info p, .contact-adress-telphone .contact-adress p, .contact-adress-telphone .contact-telephone a, .hero-video .container p {
                                                        font-family: 'Graphik Web';
                                                        font-weight: 400;
                                                        font-style: normal;
                                                        font-stretch: normal; }

                                                        @font-face {
                                                          font-family: 'Graphik Web';
                                                          src: url("../fonts/Graphik/Graphik-LightItalic-Web.eot");
                                                          src: url("../fonts/Graphik/Graphik-LightItalic-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-LightItalic-Web.woff2") format("woff2"), url("../fonts/Graphik/Graphik-LightItalic-Web.woff") format("woff");
                                                          font-weight: 300;
                                                          font-style: italic;
                                                          font-stretch: normal; }

                                                          .Graphik-LightItalic-Web {
                                                            font-family: 'Graphik Web';
                                                            font-weight: 300;
                                                            font-style: italic;
                                                            font-stretch: normal; }

                                                            @font-face {
                                                              font-family: 'Graphik Web';
                                                              src: url("../fonts/Graphik/Graphik-Light-Web.eot");
                                                              src: url("../fonts/Graphik/Graphik-Light-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-Light-Web.woff2") format("woff2"), url("../fonts/Graphik/Graphik-Light-Web.woff") format("woff");
                                                              font-weight: 300;
                                                              font-style: normal;
                                                              font-stretch: normal; }

                                                              .Graphik-Light-Web {
                                                                font-family: 'Graphik Web';
                                                                font-weight: 300;
                                                                font-style: normal;
                                                                font-stretch: normal; }

                                                                @font-face {
                                                                  font-family: 'Graphik Web';
                                                                  src: url("../fonts/Graphik/Graphik-ExtralightItalic-Web.eot");
                                                                  src: url("../fonts/Graphik/Graphik-ExtralightItalic-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-ExtralightItalic-Web.woff2") format("woff2"), url("../fonts/Graphik/Graphik-ExtralightItalic-Web.woff") format("woff");
                                                                  font-weight: 200;
                                                                  font-style: italic;
                                                                  font-stretch: normal; }

                                                                  .Graphik-ExtralightItalic-Web {
                                                                    font-family: 'Graphik Web';
                                                                    font-weight: 200;
                                                                    font-style: italic;
                                                                    font-stretch: normal; }

                                                                    @font-face {
                                                                      font-family: 'Graphik Web';
                                                                      src: url("../fonts/Graphik/Graphik-Extralight-Web.eot");
                                                                      src: url("../fonts/Graphik/Graphik-Extralight-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-Extralight-Web.woff2") format("woff2"), url("../fonts/Graphik/Graphik-Extralight-Web.woff") format("woff");
                                                                      font-weight: 200;
                                                                      font-style: normal;
                                                                      font-stretch: normal; }

                                                                      .Graphik-Extralight-Web {
                                                                        font-family: 'Graphik Web';
                                                                        font-weight: 200;
                                                                        font-style: normal;
                                                                        font-stretch: normal; }

                                                                        @font-face {
                                                                          font-family: 'Graphik Web';
                                                                          src: url("../fonts/Graphik/Graphik-ThinItalic-Web.eot");
                                                                          src: url("../fonts/Graphik/Graphik-ThinItalic-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-ThinItalic-Web.woff2") format("woff2"), url("../fonts/Graphik/Graphik-ThinItalic-Web.woff") format("woff");
                                                                          font-weight: 100;
                                                                          font-style: italic;
                                                                          font-stretch: normal; }

                                                                          .Graphik-ThinItalic-Web {
                                                                            font-family: 'Graphik Web';
                                                                            font-weight: 100;
                                                                            font-style: italic;
                                                                            font-stretch: normal; }

                                                                            @font-face {
                                                                              font-family: 'Graphik Web';
                                                                              src: url("../fonts/Graphik/Graphik-Thin-Web.eot");
                                                                              src: url("../fonts/Graphik/Graphik-Thin-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-Thin-Web.woff2") format("woff2"), url("../fonts/Graphik/Graphik-Thin-Web.woff") format("woff");
                                                                              font-weight: 100;
                                                                              font-style: normal;
                                                                              font-stretch: normal; }

                                                                              .Graphik-Thin-Web {
                                                                                font-family: 'Graphik Web';
                                                                                font-weight: 100;
                                                                                font-style: normal;
                                                                                font-stretch: normal; }

                                                                                h3 {
                                                                                  font-size: 1.875rem;
                                                                                  line-height: 2.25rem; }

                                                                                  h4 {
                                                                                    font-size: 1.5rem;
                                                                                    line-height: 1.8125rem; }

                                                                                    h1, h2, h3, h4 {
                                                                                      font-family: 'Graphik Web' !important;
                                                                                      font-weight: 600 !important;
                                                                                      font-style: normal;
                                                                                      font-stretch: normal; }

                                                                                      h2 span {
                                                                                        font-family: 'Graphik Web' !important;
                                                                                        font-weight: 600 !important;
                                                                                        font-style: normal;
                                                                                        font-stretch: normal; }

                                                                                        p {
                                                                                          font-family: 'Graphik Web' !important;
                                                                                          font-weight: 400 !important;
                                                                                          font-style: normal;
                                                                                          font-stretch: normal; }

                                                                                          .materialize-red {
                                                                                            background-color: #e51c23 !important; }

                                                                                            .materialize-red-text {
                                                                                              color: #e51c23 !important; }

                                                                                              .materialize-red.lighten-5 {
                                                                                                background-color: #fdeaeb !important; }

                                                                                                .materialize-red-text.text-lighten-5 {
                                                                                                  color: #fdeaeb !important; }

                                                                                                  .materialize-red.lighten-4 {
                                                                                                    background-color: #f8c1c3 !important; }

                                                                                                    .materialize-red-text.text-lighten-4 {
                                                                                                      color: #f8c1c3 !important; }

                                                                                                      .materialize-red.lighten-3 {
                                                                                                        background-color: #f3989b !important; }

                                                                                                        .materialize-red-text.text-lighten-3 {
                                                                                                          color: #f3989b !important; }

                                                                                                          .materialize-red.lighten-2 {
                                                                                                            background-color: #ee6e73 !important; }

                                                                                                            .materialize-red-text.text-lighten-2 {
                                                                                                              color: #ee6e73 !important; }

                                                                                                              .materialize-red.lighten-1 {
                                                                                                                background-color: #ea454b !important; }

                                                                                                                .materialize-red-text.text-lighten-1 {
                                                                                                                  color: #ea454b !important; }

                                                                                                                  .materialize-red.darken-1 {
                                                                                                                    background-color: #d0181e !important; }

                                                                                                                    .materialize-red-text.text-darken-1 {
                                                                                                                      color: #d0181e !important; }

                                                                                                                      .materialize-red.darken-2 {
                                                                                                                        background-color: #b9151b !important; }

                                                                                                                        .materialize-red-text.text-darken-2 {
                                                                                                                          color: #b9151b !important; }

                                                                                                                          .materialize-red.darken-3 {
                                                                                                                            background-color: #a21318 !important; }

                                                                                                                            .materialize-red-text.text-darken-3 {
                                                                                                                              color: #a21318 !important; }

                                                                                                                              .materialize-red.darken-4 {
                                                                                                                                background-color: #8b1014 !important; }

                                                                                                                                .materialize-red-text.text-darken-4 {
                                                                                                                                  color: #8b1014 !important; }

                                                                                                                                  .red {
                                                                                                                                    background-color: #F44336 !important; }

                                                                                                                                    .red-text {
                                                                                                                                      color: #F44336 !important; }

                                                                                                                                      .red.lighten-5 {
                                                                                                                                        background-color: #FFEBEE !important; }

                                                                                                                                        .red-text.text-lighten-5 {
                                                                                                                                          color: #FFEBEE !important; }

                                                                                                                                          .red.lighten-4 {
                                                                                                                                            background-color: #FFCDD2 !important; }

                                                                                                                                            .red-text.text-lighten-4 {
                                                                                                                                              color: #FFCDD2 !important; }

                                                                                                                                              .red.lighten-3 {
                                                                                                                                                background-color: #EF9A9A !important; }

                                                                                                                                                .red-text.text-lighten-3 {
                                                                                                                                                  color: #EF9A9A !important; }

                                                                                                                                                  .red.lighten-2 {
                                                                                                                                                    background-color: #E57373 !important; }

                                                                                                                                                    .red-text.text-lighten-2 {
                                                                                                                                                      color: #E57373 !important; }

                                                                                                                                                      .red.lighten-1 {
                                                                                                                                                        background-color: #EF5350 !important; }

                                                                                                                                                        .red-text.text-lighten-1 {
                                                                                                                                                          color: #EF5350 !important; }

                                                                                                                                                          .red.darken-1 {
                                                                                                                                                            background-color: #E53935 !important; }

                                                                                                                                                            .red-text.text-darken-1 {
                                                                                                                                                              color: #E53935 !important; }

                                                                                                                                                              .red.darken-2 {
                                                                                                                                                                background-color: #D32F2F !important; }

                                                                                                                                                                .red-text.text-darken-2 {
                                                                                                                                                                  color: #D32F2F !important; }

                                                                                                                                                                  .red.darken-3 {
                                                                                                                                                                    background-color: #C62828 !important; }

                                                                                                                                                                    .red-text.text-darken-3 {
                                                                                                                                                                      color: #C62828 !important; }

                                                                                                                                                                      .red.darken-4 {
                                                                                                                                                                        background-color: #B71C1C !important; }

                                                                                                                                                                        .red-text.text-darken-4 {
                                                                                                                                                                          color: #B71C1C !important; }

                                                                                                                                                                          .red.accent-1 {
                                                                                                                                                                            background-color: #FF8A80 !important; }

                                                                                                                                                                            .red-text.text-accent-1 {
                                                                                                                                                                              color: #FF8A80 !important; }

                                                                                                                                                                              .red.accent-2 {
                                                                                                                                                                                background-color: #FF5252 !important; }

                                                                                                                                                                                .red-text.text-accent-2 {
                                                                                                                                                                                  color: #FF5252 !important; }

                                                                                                                                                                                  .red.accent-3 {
                                                                                                                                                                                    background-color: #FF1744 !important; }

                                                                                                                                                                                    .red-text.text-accent-3 {
                                                                                                                                                                                      color: #FF1744 !important; }

                                                                                                                                                                                      .red.accent-4 {
                                                                                                                                                                                        background-color: #D50000 !important; }

                                                                                                                                                                                        .red-text.text-accent-4 {
                                                                                                                                                                                          color: #D50000 !important; }

                                                                                                                                                                                          .pink {
                                                                                                                                                                                            background-color: #e91e63 !important; }

                                                                                                                                                                                            .pink-text {
                                                                                                                                                                                              color: #e91e63 !important; }

                                                                                                                                                                                              .pink.lighten-5 {
                                                                                                                                                                                                background-color: #fce4ec !important; }

                                                                                                                                                                                                .pink-text.text-lighten-5 {
                                                                                                                                                                                                  color: #fce4ec !important; }

                                                                                                                                                                                                  .pink.lighten-4 {
                                                                                                                                                                                                    background-color: #f8bbd0 !important; }

                                                                                                                                                                                                    .pink-text.text-lighten-4 {
                                                                                                                                                                                                      color: #f8bbd0 !important; }

                                                                                                                                                                                                      .pink.lighten-3 {
                                                                                                                                                                                                        background-color: #f48fb1 !important; }

                                                                                                                                                                                                        .pink-text.text-lighten-3 {
                                                                                                                                                                                                          color: #f48fb1 !important; }

                                                                                                                                                                                                          .pink.lighten-2 {
                                                                                                                                                                                                            background-color: #f06292 !important; }

                                                                                                                                                                                                            .pink-text.text-lighten-2 {
                                                                                                                                                                                                              color: #f06292 !important; }

                                                                                                                                                                                                              .pink.lighten-1 {
                                                                                                                                                                                                                background-color: #ec407a !important; }

                                                                                                                                                                                                                .pink-text.text-lighten-1 {
                                                                                                                                                                                                                  color: #ec407a !important; }

                                                                                                                                                                                                                  .pink.darken-1 {
                                                                                                                                                                                                                    background-color: #d81b60 !important; }

                                                                                                                                                                                                                    .pink-text.text-darken-1 {
                                                                                                                                                                                                                      color: #d81b60 !important; }

                                                                                                                                                                                                                      .pink.darken-2 {
                                                                                                                                                                                                                        background-color: #c2185b !important; }

                                                                                                                                                                                                                        .pink-text.text-darken-2 {
                                                                                                                                                                                                                          color: #c2185b !important; }

                                                                                                                                                                                                                          .pink.darken-3 {
                                                                                                                                                                                                                            background-color: #ad1457 !important; }

                                                                                                                                                                                                                            .pink-text.text-darken-3 {
                                                                                                                                                                                                                              color: #ad1457 !important; }

                                                                                                                                                                                                                              .pink.darken-4 {
                                                                                                                                                                                                                                background-color: #880e4f !important; }

                                                                                                                                                                                                                                .pink-text.text-darken-4 {
                                                                                                                                                                                                                                  color: #880e4f !important; }

                                                                                                                                                                                                                                  .pink.accent-1 {
                                                                                                                                                                                                                                    background-color: #ff80ab !important; }

                                                                                                                                                                                                                                    .pink-text.text-accent-1 {
                                                                                                                                                                                                                                      color: #ff80ab !important; }

                                                                                                                                                                                                                                      .pink.accent-2 {
                                                                                                                                                                                                                                        background-color: #ff4081 !important; }

                                                                                                                                                                                                                                        .pink-text.text-accent-2 {
                                                                                                                                                                                                                                          color: #ff4081 !important; }

                                                                                                                                                                                                                                          .pink.accent-3 {
                                                                                                                                                                                                                                            background-color: #f50057 !important; }

                                                                                                                                                                                                                                            .pink-text.text-accent-3 {
                                                                                                                                                                                                                                              color: #f50057 !important; }

                                                                                                                                                                                                                                              .pink.accent-4 {
                                                                                                                                                                                                                                                background-color: #c51162 !important; }

                                                                                                                                                                                                                                                .pink-text.text-accent-4 {
                                                                                                                                                                                                                                                  color: #c51162 !important; }

                                                                                                                                                                                                                                                  .purple {
                                                                                                                                                                                                                                                    background-color: #9c27b0 !important; }

                                                                                                                                                                                                                                                    .purple-text {
                                                                                                                                                                                                                                                      color: #9c27b0 !important; }

                                                                                                                                                                                                                                                      .purple.lighten-5 {
                                                                                                                                                                                                                                                        background-color: #f3e5f5 !important; }

                                                                                                                                                                                                                                                        .purple-text.text-lighten-5 {
                                                                                                                                                                                                                                                          color: #f3e5f5 !important; }

                                                                                                                                                                                                                                                          .purple.lighten-4 {
                                                                                                                                                                                                                                                            background-color: #e1bee7 !important; }

                                                                                                                                                                                                                                                            .purple-text.text-lighten-4 {
                                                                                                                                                                                                                                                              color: #e1bee7 !important; }

                                                                                                                                                                                                                                                              .purple.lighten-3 {
                                                                                                                                                                                                                                                                background-color: #ce93d8 !important; }

                                                                                                                                                                                                                                                                .purple-text.text-lighten-3 {
                                                                                                                                                                                                                                                                  color: #ce93d8 !important; }

                                                                                                                                                                                                                                                                  .purple.lighten-2 {
                                                                                                                                                                                                                                                                    background-color: #ba68c8 !important; }

                                                                                                                                                                                                                                                                    .purple-text.text-lighten-2 {
                                                                                                                                                                                                                                                                      color: #ba68c8 !important; }

                                                                                                                                                                                                                                                                      .purple.lighten-1 {
                                                                                                                                                                                                                                                                        background-color: #ab47bc !important; }

                                                                                                                                                                                                                                                                        .purple-text.text-lighten-1 {
                                                                                                                                                                                                                                                                          color: #ab47bc !important; }

                                                                                                                                                                                                                                                                          .purple.darken-1 {
                                                                                                                                                                                                                                                                            background-color: #8e24aa !important; }

                                                                                                                                                                                                                                                                            .purple-text.text-darken-1 {
                                                                                                                                                                                                                                                                              color: #8e24aa !important; }

                                                                                                                                                                                                                                                                              .purple.darken-2 {
                                                                                                                                                                                                                                                                                background-color: #7b1fa2 !important; }

                                                                                                                                                                                                                                                                                .purple-text.text-darken-2 {
                                                                                                                                                                                                                                                                                  color: #7b1fa2 !important; }

                                                                                                                                                                                                                                                                                  .purple.darken-3 {
                                                                                                                                                                                                                                                                                    background-color: #6a1b9a !important; }

                                                                                                                                                                                                                                                                                    .purple-text.text-darken-3 {
                                                                                                                                                                                                                                                                                      color: #6a1b9a !important; }

                                                                                                                                                                                                                                                                                      .purple.darken-4 {
                                                                                                                                                                                                                                                                                        background-color: #4a148c !important; }

                                                                                                                                                                                                                                                                                        .purple-text.text-darken-4 {
                                                                                                                                                                                                                                                                                          color: #4a148c !important; }

                                                                                                                                                                                                                                                                                          .purple.accent-1 {
                                                                                                                                                                                                                                                                                            background-color: #ea80fc !important; }

                                                                                                                                                                                                                                                                                            .purple-text.text-accent-1 {
                                                                                                                                                                                                                                                                                              color: #ea80fc !important; }

                                                                                                                                                                                                                                                                                              .purple.accent-2 {
                                                                                                                                                                                                                                                                                                background-color: #e040fb !important; }

                                                                                                                                                                                                                                                                                                .purple-text.text-accent-2 {
                                                                                                                                                                                                                                                                                                  color: #e040fb !important; }

                                                                                                                                                                                                                                                                                                  .purple.accent-3 {
                                                                                                                                                                                                                                                                                                    background-color: #d500f9 !important; }

                                                                                                                                                                                                                                                                                                    .purple-text.text-accent-3 {
                                                                                                                                                                                                                                                                                                      color: #d500f9 !important; }

                                                                                                                                                                                                                                                                                                      .purple.accent-4 {
                                                                                                                                                                                                                                                                                                        background-color: #aa00ff !important; }

                                                                                                                                                                                                                                                                                                        .purple-text.text-accent-4 {
                                                                                                                                                                                                                                                                                                          color: #aa00ff !important; }

                                                                                                                                                                                                                                                                                                          .deep-purple {
                                                                                                                                                                                                                                                                                                            background-color: #673ab7 !important; }

                                                                                                                                                                                                                                                                                                            .deep-purple-text {
                                                                                                                                                                                                                                                                                                              color: #673ab7 !important; }

                                                                                                                                                                                                                                                                                                              .deep-purple.lighten-5 {
                                                                                                                                                                                                                                                                                                                background-color: #ede7f6 !important; }

                                                                                                                                                                                                                                                                                                                .deep-purple-text.text-lighten-5 {
                                                                                                                                                                                                                                                                                                                  color: #ede7f6 !important; }

                                                                                                                                                                                                                                                                                                                  .deep-purple.lighten-4 {
                                                                                                                                                                                                                                                                                                                    background-color: #d1c4e9 !important; }

                                                                                                                                                                                                                                                                                                                    .deep-purple-text.text-lighten-4 {
                                                                                                                                                                                                                                                                                                                      color: #d1c4e9 !important; }

                                                                                                                                                                                                                                                                                                                      .deep-purple.lighten-3 {
                                                                                                                                                                                                                                                                                                                        background-color: #b39ddb !important; }

                                                                                                                                                                                                                                                                                                                        .deep-purple-text.text-lighten-3 {
                                                                                                                                                                                                                                                                                                                          color: #b39ddb !important; }

                                                                                                                                                                                                                                                                                                                          .deep-purple.lighten-2 {
                                                                                                                                                                                                                                                                                                                            background-color: #9575cd !important; }

                                                                                                                                                                                                                                                                                                                            .deep-purple-text.text-lighten-2 {
                                                                                                                                                                                                                                                                                                                              color: #9575cd !important; }

                                                                                                                                                                                                                                                                                                                              .deep-purple.lighten-1 {
                                                                                                                                                                                                                                                                                                                                background-color: #7e57c2 !important; }

                                                                                                                                                                                                                                                                                                                                .deep-purple-text.text-lighten-1 {
                                                                                                                                                                                                                                                                                                                                  color: #7e57c2 !important; }

                                                                                                                                                                                                                                                                                                                                  .deep-purple.darken-1 {
                                                                                                                                                                                                                                                                                                                                    background-color: #5e35b1 !important; }

                                                                                                                                                                                                                                                                                                                                    .deep-purple-text.text-darken-1 {
                                                                                                                                                                                                                                                                                                                                      color: #5e35b1 !important; }

                                                                                                                                                                                                                                                                                                                                      .deep-purple.darken-2 {
                                                                                                                                                                                                                                                                                                                                        background-color: #512da8 !important; }

                                                                                                                                                                                                                                                                                                                                        .deep-purple-text.text-darken-2 {
                                                                                                                                                                                                                                                                                                                                          color: #512da8 !important; }

                                                                                                                                                                                                                                                                                                                                          .deep-purple.darken-3 {
                                                                                                                                                                                                                                                                                                                                            background-color: #4527a0 !important; }

                                                                                                                                                                                                                                                                                                                                            .deep-purple-text.text-darken-3 {
                                                                                                                                                                                                                                                                                                                                              color: #4527a0 !important; }

                                                                                                                                                                                                                                                                                                                                              .deep-purple.darken-4 {
                                                                                                                                                                                                                                                                                                                                                background-color: #311b92 !important; }

                                                                                                                                                                                                                                                                                                                                                .deep-purple-text.text-darken-4 {
                                                                                                                                                                                                                                                                                                                                                  color: #311b92 !important; }

                                                                                                                                                                                                                                                                                                                                                  .deep-purple.accent-1 {
                                                                                                                                                                                                                                                                                                                                                    background-color: #b388ff !important; }

                                                                                                                                                                                                                                                                                                                                                    .deep-purple-text.text-accent-1 {
                                                                                                                                                                                                                                                                                                                                                      color: #b388ff !important; }

                                                                                                                                                                                                                                                                                                                                                      .deep-purple.accent-2 {
                                                                                                                                                                                                                                                                                                                                                        background-color: #7c4dff !important; }

                                                                                                                                                                                                                                                                                                                                                        .deep-purple-text.text-accent-2 {
                                                                                                                                                                                                                                                                                                                                                          color: #7c4dff !important; }

                                                                                                                                                                                                                                                                                                                                                          .deep-purple.accent-3 {
                                                                                                                                                                                                                                                                                                                                                            background-color: #651fff !important; }

                                                                                                                                                                                                                                                                                                                                                            .deep-purple-text.text-accent-3 {
                                                                                                                                                                                                                                                                                                                                                              color: #651fff !important; }

                                                                                                                                                                                                                                                                                                                                                              .deep-purple.accent-4 {
                                                                                                                                                                                                                                                                                                                                                                background-color: #6200ea !important; }

                                                                                                                                                                                                                                                                                                                                                                .deep-purple-text.text-accent-4 {
                                                                                                                                                                                                                                                                                                                                                                  color: #6200ea !important; }

                                                                                                                                                                                                                                                                                                                                                                  .indigo {
                                                                                                                                                                                                                                                                                                                                                                    background-color: #3f51b5 !important; }

                                                                                                                                                                                                                                                                                                                                                                    .indigo-text {
                                                                                                                                                                                                                                                                                                                                                                      color: #3f51b5 !important; }

                                                                                                                                                                                                                                                                                                                                                                      .indigo.lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                        background-color: #e8eaf6 !important; }

                                                                                                                                                                                                                                                                                                                                                                        .indigo-text.text-lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                          color: #e8eaf6 !important; }

                                                                                                                                                                                                                                                                                                                                                                          .indigo.lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                            background-color: #c5cae9 !important; }

                                                                                                                                                                                                                                                                                                                                                                            .indigo-text.text-lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                              color: #c5cae9 !important; }

                                                                                                                                                                                                                                                                                                                                                                              .indigo.lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                background-color: #9fa8da !important; }

                                                                                                                                                                                                                                                                                                                                                                                .indigo-text.text-lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                  color: #9fa8da !important; }

                                                                                                                                                                                                                                                                                                                                                                                  .indigo.lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                    background-color: #7986cb !important; }

                                                                                                                                                                                                                                                                                                                                                                                    .indigo-text.text-lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                      color: #7986cb !important; }

                                                                                                                                                                                                                                                                                                                                                                                      .indigo.lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                        background-color: #5c6bc0 !important; }

                                                                                                                                                                                                                                                                                                                                                                                        .indigo-text.text-lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                          color: #5c6bc0 !important; }

                                                                                                                                                                                                                                                                                                                                                                                          .indigo.darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                            background-color: #3949ab !important; }

                                                                                                                                                                                                                                                                                                                                                                                            .indigo-text.text-darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                              color: #3949ab !important; }

                                                                                                                                                                                                                                                                                                                                                                                              .indigo.darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                background-color: #303f9f !important; }

                                                                                                                                                                                                                                                                                                                                                                                                .indigo-text.text-darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                  color: #303f9f !important; }

                                                                                                                                                                                                                                                                                                                                                                                                  .indigo.darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #283593 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                    .indigo-text.text-darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                      color: #283593 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                      .indigo.darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #1a237e !important; }

                                                                                                                                                                                                                                                                                                                                                                                                        .indigo-text.text-darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                          color: #1a237e !important; }

                                                                                                                                                                                                                                                                                                                                                                                                          .indigo.accent-1 {
                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #8c9eff !important; }

                                                                                                                                                                                                                                                                                                                                                                                                            .indigo-text.text-accent-1 {
                                                                                                                                                                                                                                                                                                                                                                                                              color: #8c9eff !important; }

                                                                                                                                                                                                                                                                                                                                                                                                              .indigo.accent-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #536dfe !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                .indigo-text.text-accent-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                  color: #536dfe !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                  .indigo.accent-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #3d5afe !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                    .indigo-text.text-accent-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                      color: #3d5afe !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                      .indigo.accent-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #304ffe !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                        .indigo-text.text-accent-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                          color: #304ffe !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                          .blue {
                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #2196F3 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                            .blue-text {
                                                                                                                                                                                                                                                                                                                                                                                                                              color: #2196F3 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                              .blue.lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #E3F2FD !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                .blue-text.text-lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #E3F2FD !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                  .blue.lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #BBDEFB !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                    .blue-text.text-lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #BBDEFB !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                      .blue.lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #90CAF9 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                        .blue-text.text-lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #90CAF9 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                          .blue.lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #64B5F6 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                            .blue-text.text-lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #64B5F6 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                              .blue.lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #42A5F5 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                .blue-text.text-lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #42A5F5 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                  .blue.darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #1E88E5 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                    .blue-text.text-darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #1E88E5 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                      .blue.darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #1976D2 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                        .blue-text.text-darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #1976D2 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                          .blue.darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #1565C0 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                            .blue-text.text-darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #1565C0 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                              .blue.darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #0D47A1 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                .blue-text.text-darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #0D47A1 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .blue.accent-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #82B1FF !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .blue-text.text-accent-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #82B1FF !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .blue.accent-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #448AFF !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .blue-text.text-accent-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #448AFF !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .blue.accent-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #2979FF !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .blue-text.text-accent-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #2979FF !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .blue.accent-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #2962FF !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .blue-text.text-accent-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #2962FF !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .light-blue {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #03a9f4 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .light-blue-text {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #03a9f4 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .light-blue.lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #e1f5fe !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .light-blue-text.text-lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #e1f5fe !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .light-blue.lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #b3e5fc !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .light-blue-text.text-lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #b3e5fc !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .light-blue.lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #81d4fa !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .light-blue-text.text-lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #81d4fa !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .light-blue.lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #4fc3f7 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .light-blue-text.text-lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #4fc3f7 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .light-blue.lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #29b6f6 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .light-blue-text.text-lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #29b6f6 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .light-blue.darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #039be5 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .light-blue-text.text-darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #039be5 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .light-blue.darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #0288d1 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .light-blue-text.text-darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #0288d1 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .light-blue.darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #0277bd !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .light-blue-text.text-darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #0277bd !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .light-blue.darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #01579b !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .light-blue-text.text-darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #01579b !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .light-blue.accent-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #80d8ff !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .light-blue-text.text-accent-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #80d8ff !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .light-blue.accent-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #40c4ff !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .light-blue-text.text-accent-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #40c4ff !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .light-blue.accent-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #00b0ff !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .light-blue-text.text-accent-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #00b0ff !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .light-blue.accent-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #0091ea !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .light-blue-text.text-accent-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #0091ea !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .cyan {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #00bcd4 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .cyan-text {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #00bcd4 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .cyan.lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #e0f7fa !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .cyan-text.text-lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #e0f7fa !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .cyan.lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #b2ebf2 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .cyan-text.text-lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #b2ebf2 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .cyan.lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #80deea !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .cyan-text.text-lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #80deea !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .cyan.lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #4dd0e1 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .cyan-text.text-lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #4dd0e1 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .cyan.lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #26c6da !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .cyan-text.text-lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #26c6da !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .cyan.darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #00acc1 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .cyan-text.text-darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #00acc1 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .cyan.darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #0097a7 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .cyan-text.text-darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #0097a7 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .cyan.darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #00838f !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .cyan-text.text-darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #00838f !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .cyan.darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #006064 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .cyan-text.text-darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #006064 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .cyan.accent-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #84ffff !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .cyan-text.text-accent-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #84ffff !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .cyan.accent-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #18ffff !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .cyan-text.text-accent-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #18ffff !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .cyan.accent-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #00e5ff !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .cyan-text.text-accent-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #00e5ff !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .cyan.accent-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #00b8d4 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .cyan-text.text-accent-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #00b8d4 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .teal {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #009688 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .teal-text {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #009688 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .teal.lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #e0f2f1 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .teal-text.text-lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #e0f2f1 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .teal.lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #b2dfdb !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .teal-text.text-lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #b2dfdb !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .teal.lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #80cbc4 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .teal-text.text-lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #80cbc4 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .teal.lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #4db6ac !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .teal-text.text-lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #4db6ac !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .teal.lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #26a69a !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .teal-text.text-lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #26a69a !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .teal.darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #00897b !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .teal-text.text-darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #00897b !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .teal.darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #00796b !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .teal-text.text-darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #00796b !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .teal.darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #00695c !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .teal-text.text-darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #00695c !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .teal.darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #004d40 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .teal-text.text-darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #004d40 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .teal.accent-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #a7ffeb !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .teal-text.text-accent-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #a7ffeb !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .teal.accent-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #64ffda !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .teal-text.text-accent-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #64ffda !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .teal.accent-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #1de9b6 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .teal-text.text-accent-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #1de9b6 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .teal.accent-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #00bfa5 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .teal-text.text-accent-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #00bfa5 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .green {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #4CAF50 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .green-text {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #4CAF50 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .green.lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #E8F5E9 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .green-text.text-lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #E8F5E9 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .green.lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #C8E6C9 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .green-text.text-lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #C8E6C9 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .green.lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #A5D6A7 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .green-text.text-lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #A5D6A7 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .green.lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #81C784 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .green-text.text-lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #81C784 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .green.lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #66BB6A !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .green-text.text-lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #66BB6A !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .green.darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #43A047 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .green-text.text-darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #43A047 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .green.darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #388E3C !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .green-text.text-darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #388E3C !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .green.darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #2E7D32 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .green-text.text-darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #2E7D32 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .green.darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #1B5E20 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .green-text.text-darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #1B5E20 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .green.accent-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #B9F6CA !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .green-text.text-accent-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #B9F6CA !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .green.accent-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #69F0AE !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .green-text.text-accent-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #69F0AE !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .green.accent-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #00E676 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .green-text.text-accent-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #00E676 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .green.accent-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #00C853 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .green-text.text-accent-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #00C853 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .light-green {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #8bc34a !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .light-green-text {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #8bc34a !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .light-green.lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #f1f8e9 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .light-green-text.text-lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #f1f8e9 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .light-green.lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #dcedc8 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .light-green-text.text-lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #dcedc8 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .light-green.lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #c5e1a5 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .light-green-text.text-lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #c5e1a5 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .light-green.lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #aed581 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .light-green-text.text-lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #aed581 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .light-green.lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #9ccc65 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .light-green-text.text-lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #9ccc65 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .light-green.darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #7cb342 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .light-green-text.text-darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #7cb342 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .light-green.darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #689f38 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .light-green-text.text-darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #689f38 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .light-green.darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #558b2f !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .light-green-text.text-darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #558b2f !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .light-green.darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #33691e !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .light-green-text.text-darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #33691e !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .light-green.accent-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #ccff90 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .light-green-text.text-accent-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #ccff90 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .light-green.accent-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #b2ff59 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .light-green-text.text-accent-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #b2ff59 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .light-green.accent-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #76ff03 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .light-green-text.text-accent-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #76ff03 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .light-green.accent-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #64dd17 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .light-green-text.text-accent-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #64dd17 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .lime {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #cddc39 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .lime-text {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #cddc39 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .lime.lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #f9fbe7 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .lime-text.text-lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #f9fbe7 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .lime.lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #f0f4c3 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lime-text.text-lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #f0f4c3 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .lime.lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #e6ee9c !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .lime-text.text-lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #e6ee9c !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .lime.lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #dce775 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .lime-text.text-lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #dce775 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .lime.lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #d4e157 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .lime-text.text-lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #d4e157 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .lime.darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #c0ca33 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lime-text.text-darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #c0ca33 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .lime.darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #afb42b !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .lime-text.text-darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #afb42b !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .lime.darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #9e9d24 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .lime-text.text-darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #9e9d24 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .lime.darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #827717 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .lime-text.text-darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #827717 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .lime.accent-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #f4ff81 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .lime-text.text-accent-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #f4ff81 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .lime.accent-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #eeff41 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .lime-text.text-accent-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #eeff41 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .lime.accent-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #c6ff00 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .lime-text.text-accent-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #c6ff00 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .lime.accent-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #aeea00 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .lime-text.text-accent-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #aeea00 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .yellow {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #ffeb3b !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .yellow-text {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #ffeb3b !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .yellow.lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #fffde7 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .yellow-text.text-lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #fffde7 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .yellow.lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #fff9c4 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .yellow-text.text-lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #fff9c4 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .yellow.lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #fff59d !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .yellow-text.text-lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #fff59d !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .yellow.lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #fff176 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .yellow-text.text-lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #fff176 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .yellow.lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #ffee58 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .yellow-text.text-lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #ffee58 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .yellow.darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #fdd835 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .yellow-text.text-darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #fdd835 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .yellow.darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #fbc02d !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .yellow-text.text-darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #fbc02d !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .yellow.darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #f9a825 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .yellow-text.text-darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #f9a825 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .yellow.darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #f57f17 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .yellow-text.text-darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #f57f17 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .yellow.accent-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #ffff8d !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .yellow-text.text-accent-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #ffff8d !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .yellow.accent-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #ffff00 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .yellow-text.text-accent-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #ffff00 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .yellow.accent-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #ffea00 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .yellow-text.text-accent-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #ffea00 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .yellow.accent-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #ffd600 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .yellow-text.text-accent-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #ffd600 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .amber {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #ffc107 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .amber-text {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #ffc107 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .amber.lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #fff8e1 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .amber-text.text-lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #fff8e1 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .amber.lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #ffecb3 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .amber-text.text-lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #ffecb3 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .amber.lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #ffe082 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .amber-text.text-lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #ffe082 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .amber.lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #ffd54f !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .amber-text.text-lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #ffd54f !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .amber.lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #ffca28 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .amber-text.text-lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #ffca28 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .amber.darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #ffb300 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .amber-text.text-darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #ffb300 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .amber.darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #ffa000 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .amber-text.text-darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #ffa000 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .amber.darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #ff8f00 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .amber-text.text-darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #ff8f00 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .amber.darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #ff6f00 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .amber-text.text-darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #ff6f00 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .amber.accent-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #ffe57f !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .amber-text.text-accent-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #ffe57f !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .amber.accent-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #ffd740 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .amber-text.text-accent-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #ffd740 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .amber.accent-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #ffc400 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .amber-text.text-accent-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #ffc400 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .amber.accent-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #ffab00 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .amber-text.text-accent-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #ffab00 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .orange {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #ff9800 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .orange-text {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #ff9800 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .orange.lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #fff3e0 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .orange-text.text-lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #fff3e0 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .orange.lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #ffe0b2 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .orange-text.text-lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #ffe0b2 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .orange.lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #ffcc80 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .orange-text.text-lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #ffcc80 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .orange.lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #ffb74d !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .orange-text.text-lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #ffb74d !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .orange.lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #ffa726 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .orange-text.text-lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #ffa726 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .orange.darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #fb8c00 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .orange-text.text-darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #fb8c00 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .orange.darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #f57c00 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .orange-text.text-darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #f57c00 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .orange.darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #ef6c00 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .orange-text.text-darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #ef6c00 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .orange.darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #e65100 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .orange-text.text-darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #e65100 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .orange.accent-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #ffd180 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .orange-text.text-accent-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #ffd180 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .orange.accent-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #ffab40 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .orange-text.text-accent-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #ffab40 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .orange.accent-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #ff9100 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .orange-text.text-accent-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #ff9100 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .orange.accent-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #ff6d00 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .orange-text.text-accent-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #ff6d00 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .deep-orange {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #ff5722 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .deep-orange-text {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #ff5722 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .deep-orange.lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #fbe9e7 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .deep-orange-text.text-lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #fbe9e7 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .deep-orange.lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #ffccbc !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .deep-orange-text.text-lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #ffccbc !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .deep-orange.lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #ffab91 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .deep-orange-text.text-lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #ffab91 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .deep-orange.lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #ff8a65 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .deep-orange-text.text-lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #ff8a65 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .deep-orange.lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #ff7043 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .deep-orange-text.text-lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #ff7043 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .deep-orange.darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #f4511e !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .deep-orange-text.text-darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #f4511e !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .deep-orange.darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #e64a19 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .deep-orange-text.text-darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #e64a19 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .deep-orange.darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #d84315 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .deep-orange-text.text-darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #d84315 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .deep-orange.darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #bf360c !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .deep-orange-text.text-darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #bf360c !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .deep-orange.accent-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #ff9e80 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .deep-orange-text.text-accent-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #ff9e80 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .deep-orange.accent-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #ff6e40 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .deep-orange-text.text-accent-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #ff6e40 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .deep-orange.accent-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #ff3d00 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .deep-orange-text.text-accent-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #ff3d00 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .deep-orange.accent-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #dd2c00 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .deep-orange-text.text-accent-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #dd2c00 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .brown {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #795548 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .brown-text {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #795548 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .brown.lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #efebe9 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .brown-text.text-lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #efebe9 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .brown.lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #d7ccc8 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .brown-text.text-lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #d7ccc8 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .brown.lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #bcaaa4 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .brown-text.text-lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #bcaaa4 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .brown.lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #a1887f !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .brown-text.text-lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #a1887f !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .brown.lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #8d6e63 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .brown-text.text-lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #8d6e63 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .brown.darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #6d4c41 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .brown-text.text-darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #6d4c41 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .brown.darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #5d4037 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .brown-text.text-darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #5d4037 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .brown.darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #4e342e !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .brown-text.text-darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #4e342e !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .brown.darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #3e2723 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .brown-text.text-darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #3e2723 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .blue-grey {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #607d8b !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .blue-grey-text {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #607d8b !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .blue-grey.lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #eceff1 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .blue-grey-text.text-lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #eceff1 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .blue-grey.lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #cfd8dc !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .blue-grey-text.text-lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #cfd8dc !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .blue-grey.lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #b0bec5 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .blue-grey-text.text-lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #b0bec5 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .blue-grey.lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #90a4ae !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .blue-grey-text.text-lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #90a4ae !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .blue-grey.lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #78909c !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .blue-grey-text.text-lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #78909c !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .blue-grey.darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #546e7a !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .blue-grey-text.text-darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #546e7a !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .blue-grey.darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #455a64 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .blue-grey-text.text-darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #455a64 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .blue-grey.darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #37474f !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .blue-grey-text.text-darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #37474f !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .blue-grey.darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #263238 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .blue-grey-text.text-darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #263238 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .grey {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #9e9e9e !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .grey-text {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #9e9e9e !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .grey.lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #fafafa !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .grey-text.text-lighten-5 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #fafafa !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .grey.lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #f5f5f5 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .grey-text.text-lighten-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #f5f5f5 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .grey.lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #eeeeee !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .grey-text.text-lighten-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #eeeeee !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .grey.lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #e0e0e0 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .grey-text.text-lighten-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #e0e0e0 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .grey.lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #bdbdbd !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .grey-text.text-lighten-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #bdbdbd !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .grey.darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #757575 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .grey-text.text-darken-1 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #757575 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .grey.darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #616161 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .grey-text.text-darken-2 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #616161 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .grey.darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: #424242 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .grey-text.text-darken-3 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: #424242 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .grey.darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        background-color: #212121 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .grey-text.text-darken-4 {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          color: #212121 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .black {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            background-color: #000000 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .black-text {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              color: #000000 !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .white {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                background-color: #FFFFFF !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .white-text {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  color: #FFFFFF !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .transparent {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    background-color: transparent !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .transparent-text {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      color: transparent !important; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      /*! 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.
 */
 body {
  margin: 0; }

/* 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 {
  -webkit-box-sizing: content-box;
  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: default; }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
  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 */
  -webkit-box-sizing: content-box;
  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.
 */
 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; }

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

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

        ul:not(.browser-default) {
          padding-left: 0;
          list-style-type: none; }

          ul:not(.browser-default) > li {
            list-style-type: none; }

            a {
              color: #039be5;
              text-decoration: none;
              -webkit-tap-highlight-color: transparent; }

              .valign-wrapper {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center; }

                .clearfix {
                  clear: both; }

                  .z-depth-0 {
                    -webkit-box-shadow: none !important;
                    box-shadow: none !important; }

                    .z-depth-1, .dropdown-content, .collapsible {
                      -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
                      box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }

                      .z-depth-1-half {
                        -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
                        box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }

                        .z-depth-2 {
                          -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
                          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }

                          .z-depth-3 {
                            -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
                            box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3); }

                            .z-depth-4 {
                              -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
                              box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3); }

                              .z-depth-5 {
                                -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
                                box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3); }

                                .hoverable {
                                  -webkit-transition: -webkit-box-shadow .25s;
                                  transition: -webkit-box-shadow .25s;
                                  transition: box-shadow .25s;
                                  transition: box-shadow .25s, -webkit-box-shadow .25s; }

                                  .hoverable:hover {
                                    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
                                    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

                                    .divider {
                                      height: 1px;
                                      overflow: hidden;
                                      background-color: #e0e0e0; }

                                      blockquote {
                                        margin: 20px 0;
                                        padding-left: 1.5rem;
                                        border-left: 5px solid #1779ba; }

                                        i {
                                          line-height: inherit; }

                                          i.left {
                                            float: left;
                                            margin-right: 15px; }

                                            i.right {
                                              float: right;
                                              margin-left: 15px; }

                                              i.tiny {
                                                font-size: 1rem; }

                                                i.small {
                                                  font-size: 2rem; }

                                                  i.medium {
                                                    font-size: 4rem; }

                                                    i.large {
                                                      font-size: 6rem; }

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

                                                        .pagination li {
                                                          display: inline-block;
                                                          border-radius: 2px;
                                                          text-align: center;
                                                          vertical-align: top;
                                                          height: 30px; }

                                                          .pagination li a {
                                                            color: #444;
                                                            display: inline-block;
                                                            font-size: 1.2rem;
                                                            padding: 0 10px;
                                                            line-height: 30px; }

                                                            .pagination li.active a {
                                                              color: #fff; }

                                                              .pagination li.active {
                                                                background-color: #1779ba; }

                                                                .pagination li.disabled a {
                                                                  cursor: default;
                                                                  color: #999; }

                                                                  .pagination li i {
                                                                    font-size: 2rem; }

                                                                    .pagination li.pages ul li {
                                                                      display: inline-block;
                                                                      float: none; }

                                                                      @media only screen and (max-width: 992px) {
                                                                        .pagination {
                                                                          width: 100%; }
                                                                          .pagination li.prev,
                                                                          .pagination li.next {
                                                                            width: 10%; }
                                                                            .pagination li.pages {
                                                                              width: 80%;
                                                                              overflow: hidden;
                                                                              white-space: nowrap; } }

                                                                              .breadcrumb {
                                                                                font-size: 18px;
                                                                                color: rgba(255, 255, 255, 0.7); }

                                                                                .breadcrumb i,
                                                                                .breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
                                                                                .breadcrumb i.material-icons {
                                                                                  display: inline-block;
                                                                                  float: left;
                                                                                  font-size: 24px; }

                                                                                  .breadcrumb:before {
                                                                                    content: '\E5CC';
                                                                                    color: rgba(255, 255, 255, 0.7);
                                                                                    vertical-align: top;
                                                                                    display: inline-block;
                                                                                    font-family: 'Material Icons';
                                                                                    font-weight: normal;
                                                                                    font-style: normal;
                                                                                    font-size: 25px;
                                                                                    margin: 0 10px 0 8px;
                                                                                    -webkit-font-smoothing: antialiased; }

                                                                                    .breadcrumb:first-child:before {
                                                                                      display: none; }

                                                                                      .breadcrumb:last-child {
                                                                                        color: #fff; }

                                                                                        .parallax-container {
                                                                                          position: relative;
                                                                                          overflow: hidden;
                                                                                          height: 500px; }

                                                                                          .parallax-container .parallax {
                                                                                            position: absolute;
                                                                                            top: 0;
                                                                                            left: 0;
                                                                                            right: 0;
                                                                                            bottom: 0;
                                                                                            z-index: -1; }

                                                                                            .parallax-container .parallax img {
                                                                                              display: none;
                                                                                              position: absolute;
                                                                                              left: 50%;
                                                                                              bottom: 0;
                                                                                              min-width: 100%;
                                                                                              min-height: 100%;
                                                                                              -webkit-transform: translate3d(0, 0, 0);
                                                                                              transform: translate3d(0, 0, 0);
                                                                                              -webkit-transform: translateX(-50%);
                                                                                              transform: translateX(-50%); }

                                                                                              .pin-top, .pin-bottom {
                                                                                                position: relative; }

                                                                                                .pinned {
                                                                                                  position: fixed !important; }

/*********************
  Transition Classes
  **********************/
  ul.staggered-list li {
    opacity: 0; }

    .fade-in {
      opacity: 0;
      -webkit-transform-origin: 0 50%;
      transform-origin: 0 50%; }

/*********************
  Media Query Classes
  **********************/
  @media only screen and (max-width: 600px) {
    .hide-on-small-only, .hide-on-small-and-down {
      display: none !important; } }

      @media only screen and (max-width: 992px) {
        .hide-on-med-and-down {
          display: none !important; } }

          @media only screen and (min-width: 601px) {
            .hide-on-med-and-up {
              display: none !important; } }

              @media only screen and (min-width: 600px) and (max-width: 992px) {
                .hide-on-med-only {
                  display: none !important; } }

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

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

                          @media only screen and (min-width: 600px) and (max-width: 992px) {
                            .show-on-medium {
                              display: block !important; } }

                              @media only screen and (max-width: 600px) {
                                .show-on-small {
                                  display: block !important; } }

                                  @media only screen and (min-width: 601px) {
                                    .show-on-medium-and-up {
                                      display: block !important; } }

                                      @media only screen and (max-width: 992px) {
                                        .show-on-medium-and-down {
                                          display: block !important; } }

                                          @media only screen and (max-width: 600px) {
                                            .center-on-small-only {
                                              text-align: center; } }

                                              .page-footer {
                                                padding-top: 20px;
                                                color: #fff;
                                                background-color: #1779ba; }

                                                .page-footer .footer-copyright {
                                                  overflow: hidden;
                                                  min-height: 50px;
                                                  display: -webkit-box;
                                                  display: -ms-flexbox;
                                                  display: flex;
                                                  -webkit-box-align: center;
                                                  -ms-flex-align: center;
                                                  align-items: center;
                                                  padding: 10px 0px;
                                                  color: rgba(255, 255, 255, 0.8);
                                                  background-color: rgba(51, 51, 51, 0.08); }

                                                  table, th, td {
                                                    border: none; }

                                                    table {
                                                      width: 100%;
                                                      display: table; }

                                                      table.bordered > thead > tr,
                                                      table.bordered > tbody > tr {
                                                        border-bottom: 1px solid #d0d0d0; }

                                                        table.striped > tbody > tr:nth-child(odd) {
                                                          background-color: #f2f2f2; }

                                                          table.striped > tbody > tr > td {
                                                            border-radius: 0; }

                                                            table.highlight > tbody > tr {
                                                              -webkit-transition: background-color .25s ease;
                                                              transition: background-color .25s ease; }

                                                              table.highlight > tbody > tr:hover {
                                                                background-color: #f2f2f2; }

                                                                table.centered thead tr th, table.centered tbody tr td {
                                                                  text-align: center; }

                                                                  thead {
                                                                    border-bottom: 1px solid #d0d0d0; }

                                                                    td,
                                                                    th {
                                                                      padding: 15px 5px;
                                                                      display: table-cell;
                                                                      text-align: left;
                                                                      vertical-align: middle;
                                                                      border-radius: 2px; }

                                                                      @media only screen and (max-width: 992px) {
                                                                        table.responsive-table {
                                                                          width: 100%;
                                                                          border-collapse: collapse;
                                                                          border-spacing: 0;
                                                                          display: block;
                                                                          position: relative;
                                                                        /* sort out borders */ }
                                                                        table.responsive-table td:empty:before {
                                                                          content: '\00a0'; }
                                                                          table.responsive-table th,
                                                                          table.responsive-table td {
                                                                            margin: 0;
                                                                            vertical-align: top; }
                                                                            table.responsive-table th {
                                                                              text-align: left; }
                                                                              table.responsive-table thead {
                                                                                display: block;
                                                                                float: left; }
                                                                                table.responsive-table thead tr {
                                                                                  display: block;
                                                                                  padding: 0 10px 0 0; }
                                                                                  table.responsive-table thead tr th::before {
                                                                                    content: "\00a0"; }
                                                                                    table.responsive-table tbody {
                                                                                      display: block;
                                                                                      width: auto;
                                                                                      position: relative;
                                                                                      overflow-x: auto;
                                                                                      white-space: nowrap; }
                                                                                      table.responsive-table tbody tr {
                                                                                        display: inline-block;
                                                                                        vertical-align: top; }
                                                                                        table.responsive-table th {
                                                                                          display: block;
                                                                                          text-align: right; }
                                                                                          table.responsive-table td {
                                                                                            display: block;
                                                                                            min-height: 1.25em;
                                                                                            text-align: left; }
                                                                                            table.responsive-table tr {
                                                                                              padding: 0 10px; }
                                                                                              table.responsive-table thead {
                                                                                                border: 0;
                                                                                                border-right: 1px solid #d0d0d0; }
                                                                                                table.responsive-table.bordered th {
                                                                                                  border-bottom: 0;
                                                                                                  border-left: 0; }
                                                                                                  table.responsive-table.bordered td {
                                                                                                    border-left: 0;
                                                                                                    border-right: 0;
                                                                                                    border-bottom: 0; }
                                                                                                    table.responsive-table.bordered tr {
                                                                                                      border: 0; }
                                                                                                      table.responsive-table.bordered tbody tr {
                                                                                                        border-right: 1px solid #d0d0d0; } }

                                                                                                        .collection {
                                                                                                          margin: 0.5rem 0 1rem 0;
                                                                                                          border: 1px solid #e0e0e0;
                                                                                                          border-radius: 2px;
                                                                                                          overflow: hidden;
                                                                                                          position: relative; }

                                                                                                          .collection .collection-item {
                                                                                                            background-color: #fff;
                                                                                                            line-height: 1.5rem;
                                                                                                            padding: 10px 20px;
                                                                                                            margin: 0;
                                                                                                            border-bottom: 1px solid #e0e0e0; }

                                                                                                            .collection .collection-item.avatar {
                                                                                                              min-height: 84px;
                                                                                                              padding-left: 72px;
                                                                                                              position: relative; }

                                                                                                              .collection .collection-item.avatar:not(.circle-clipper) > .circle,
                                                                                                              .collection .collection-item.avatar :not(.circle-clipper) > .circle {
                                                                                                                position: absolute;
                                                                                                                width: 42px;
                                                                                                                height: 42px;
                                                                                                                overflow: hidden;
                                                                                                                left: 15px;
                                                                                                                display: inline-block;
                                                                                                                vertical-align: middle; }

                                                                                                                .collection .collection-item.avatar i.circle {
                                                                                                                  font-size: 18px;
                                                                                                                  line-height: 42px;
                                                                                                                  color: #fff;
                                                                                                                  background-color: #999;
                                                                                                                  text-align: center; }

                                                                                                                  .collection .collection-item.avatar .title {
                                                                                                                    font-size: 16px; }

                                                                                                                    .collection .collection-item.avatar p {
                                                                                                                      margin: 0; }

                                                                                                                      .collection .collection-item.avatar .secondary-content {
                                                                                                                        position: absolute;
                                                                                                                        top: 16px;
                                                                                                                        right: 16px; }

                                                                                                                        .collection .collection-item:last-child {
                                                                                                                          border-bottom: none; }

                                                                                                                          .collection .collection-item.active {
                                                                                                                            background-color: #767676;
                                                                                                                            color: white; }

                                                                                                                            .collection .collection-item.active .secondary-content {
                                                                                                                              color: #fff; }

                                                                                                                              .collection a.collection-item {
                                                                                                                                display: block;
                                                                                                                                -webkit-transition: .25s;
                                                                                                                                transition: .25s;
                                                                                                                                color: #767676; }

                                                                                                                                .collection a.collection-item:not(.active):hover {
                                                                                                                                  background-color: #ddd; }

                                                                                                                                  .collection.with-header .collection-header {
                                                                                                                                    background-color: #fff;
                                                                                                                                    border-bottom: 1px solid #e0e0e0;
                                                                                                                                    padding: 10px 20px; }

                                                                                                                                    .collection.with-header .collection-item {
                                                                                                                                      padding-left: 30px; }

                                                                                                                                      .collection.with-header .collection-item.avatar {
                                                                                                                                        padding-left: 72px; }

                                                                                                                                        .secondary-content {
                                                                                                                                          float: right;
                                                                                                                                          color: #767676; }

                                                                                                                                          .collapsible .collection {
                                                                                                                                            margin: 0;
                                                                                                                                            border: none; }

                                                                                                                                            .video-container {
                                                                                                                                              position: relative;
                                                                                                                                              padding-bottom: 56.25%;
                                                                                                                                              height: 0;
                                                                                                                                              overflow: hidden; }

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

                                                                                                                                                .progress {
                                                                                                                                                  position: relative;
                                                                                                                                                  height: 4px;
                                                                                                                                                  display: block;
                                                                                                                                                  width: 100%;
                                                                                                                                                  background-color: gainsboro;
                                                                                                                                                  border-radius: 2px;
                                                                                                                                                  margin: 0.5rem 0 1rem 0;
                                                                                                                                                  overflow: hidden; }

                                                                                                                                                  .progress .determinate {
                                                                                                                                                    position: absolute;
                                                                                                                                                    top: 0;
                                                                                                                                                    left: 0;
                                                                                                                                                    bottom: 0;
                                                                                                                                                    background-color: #767676;
                                                                                                                                                    -webkit-transition: width .3s linear;
                                                                                                                                                    transition: width .3s linear; }

                                                                                                                                                    .progress .indeterminate {
                                                                                                                                                      background-color: #767676; }

                                                                                                                                                      .progress .indeterminate:before {
                                                                                                                                                        content: '';
                                                                                                                                                        position: absolute;
                                                                                                                                                        background-color: inherit;
                                                                                                                                                        top: 0;
                                                                                                                                                        left: 0;
                                                                                                                                                        bottom: 0;
                                                                                                                                                        will-change: left, right;
                                                                                                                                                        -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
                                                                                                                                                        animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }

                                                                                                                                                        .progress .indeterminate:after {
                                                                                                                                                          content: '';
                                                                                                                                                          position: absolute;
                                                                                                                                                          background-color: inherit;
                                                                                                                                                          top: 0;
                                                                                                                                                          left: 0;
                                                                                                                                                          bottom: 0;
                                                                                                                                                          will-change: left, right;
                                                                                                                                                          -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
                                                                                                                                                          animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
                                                                                                                                                          -webkit-animation-delay: 1.15s;
                                                                                                                                                          animation-delay: 1.15s; }

                                                                                                                                                          @-webkit-keyframes indeterminate {
                                                                                                                                                            0% {
                                                                                                                                                              left: -35%;
                                                                                                                                                              right: 100%; }
                                                                                                                                                              60% {
                                                                                                                                                                left: 100%;
                                                                                                                                                                right: -90%; }
                                                                                                                                                                100% {
                                                                                                                                                                  left: 100%;
                                                                                                                                                                  right: -90%; } }

                                                                                                                                                                  @keyframes indeterminate {
                                                                                                                                                                    0% {
                                                                                                                                                                      left: -35%;
                                                                                                                                                                      right: 100%; }
                                                                                                                                                                      60% {
                                                                                                                                                                        left: 100%;
                                                                                                                                                                        right: -90%; }
                                                                                                                                                                        100% {
                                                                                                                                                                          left: 100%;
                                                                                                                                                                          right: -90%; } }

                                                                                                                                                                          @-webkit-keyframes indeterminate-short {
                                                                                                                                                                            0% {
                                                                                                                                                                              left: -200%;
                                                                                                                                                                              right: 100%; }
                                                                                                                                                                              60% {
                                                                                                                                                                                left: 107%;
                                                                                                                                                                                right: -8%; }
                                                                                                                                                                                100% {
                                                                                                                                                                                  left: 107%;
                                                                                                                                                                                  right: -8%; } }

                                                                                                                                                                                  @keyframes indeterminate-short {
                                                                                                                                                                                    0% {
                                                                                                                                                                                      left: -200%;
                                                                                                                                                                                      right: 100%; }
                                                                                                                                                                                      60% {
                                                                                                                                                                                        left: 107%;
                                                                                                                                                                                        right: -8%; }
                                                                                                                                                                                        100% {
                                                                                                                                                                                          left: 107%;
                                                                                                                                                                                          right: -8%; } }

/*******************
  Utility Classes
  *******************/
  .hide {
    display: none !important; }

    .left-align {
      text-align: left; }

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

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

          .left {
            float: left !important; }

            .right {
              float: right !important; }

              .no-select, input[type=range],
              input[type=range] + .thumb {
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none; }

                .circle {
                  border-radius: 50%; }

                  .center-block {
                    display: block;
                    margin-left: auto;
                    margin-right: auto; }

                    .truncate {
                      display: block;
                      white-space: nowrap;
                      overflow: hidden;
                      text-overflow: ellipsis; }

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

                        span.badge {
                          min-width: 3rem;
                          padding: 0 6px;
                          margin-left: 14px;
                          text-align: center;
                          font-size: 1rem;
                          line-height: 22px;
                          height: 22px;
                          color: #757575;
                          float: right;
                          -webkit-box-sizing: border-box;
                          box-sizing: border-box; }

                          span.badge.new {
                            font-weight: 300;
                            font-size: 0.8rem;
                            color: #fff;
                            background-color: #767676;
                            border-radius: 2px; }

                            span.badge.new:after {
                              content: " new"; }

                              span.badge[data-badge-caption]::after {
                                content: " " attr(data-badge-caption); }

                                nav ul a span.badge {
                                  display: inline-block;
                                  float: none;
                                  margin-left: 4px;
                                  line-height: 22px;
                                  height: 22px;
                                  -webkit-font-smoothing: auto; }

                                  .collection-item span.badge {
                                    margin-top: calc(0.75rem - 11px); }

                                    .collapsible span.badge {
                                      margin-left: auto; }

                                      .side-nav span.badge {
                                        margin-top: calc(24px - 11px); }

                                        /* This is needed for some mobile phones to display the Google Icon font properly */
                                        .material-icons {
                                          text-rendering: optimizeLegibility;
                                          -webkit-font-feature-settings: 'liga';
                                          font-feature-settings: 'liga'; }

                                          .scale-transition {
                                            -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
                                            transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
                                            transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
                                            transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63), -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important; }

                                            .scale-transition.scale-out {
                                              -webkit-transform: scale(0);
                                              transform: scale(0);
                                              -webkit-transition: -webkit-transform .2s !important;
                                              transition: -webkit-transform .2s !important;
                                              transition: transform .2s !important;
                                              transition: transform .2s, -webkit-transform .2s !important; }

                                              .scale-transition.scale-in {
                                                -webkit-transform: scale(1);
                                                transform: scale(1); }

                                                .dropdown-content {
                                                  background-color: #fff;
                                                  margin: 0;
                                                  display: none;
                                                  min-width: 100px;
                                                  max-height: 650px;
                                                  overflow-y: auto;
                                                  opacity: 0;
                                                  position: absolute;
                                                  z-index: 999;
                                                  will-change: width, height; }

                                                  .dropdown-content li {
                                                    clear: both;
                                                    color: rgba(0, 0, 0, 0.87);
                                                    cursor: pointer;
                                                    min-height: 50px;
                                                    line-height: 1.5rem;
                                                    width: 100%;
                                                    text-align: left;
                                                    text-transform: none; }

                                                    .dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
                                                      background-color: #eee; }

                                                      .dropdown-content li.active.selected {
                                                        background-color: #e1e1e1; }

                                                        .dropdown-content li.divider {
                                                          min-height: 0;
                                                          height: 1px; }

                                                          .dropdown-content li > a, .dropdown-content li > span {
                                                            font-size: 16px;
                                                            color: #767676;
                                                            display: block;
                                                            line-height: 22px;
                                                            padding: 14px 16px; }

                                                            .dropdown-content li > span > label {
                                                              top: 1px;
                                                              left: 0;
                                                              height: 18px; }

                                                              .dropdown-content li > a > i {
                                                                height: inherit;
                                                                line-height: inherit;
                                                                float: left;
                                                                margin: 0 24px 0 0;
                                                                width: 24px; }

                                                                .input-field.col .dropdown-content [type="checkbox"] + label {
                                                                  top: 1px;
                                                                  left: 0;
                                                                  height: 18px; }

                                                                  .collapsible {
                                                                    border-top: 1px solid #ddd;
                                                                    border-right: 1px solid #ddd;
                                                                    border-left: 1px solid #ddd;
                                                                    margin: 0.5rem 0 1rem 0; }

                                                                    .collapsible-header {
                                                                      display: -webkit-box;
                                                                      display: -ms-flexbox;
                                                                      display: flex;
                                                                      cursor: pointer;
                                                                      -webkit-tap-highlight-color: transparent;
                                                                      line-height: 1.5;
                                                                      padding: 1rem;
                                                                      background-color: #fff;
                                                                      border-bottom: 1px solid #ddd; }

                                                                      .collapsible-header i {
                                                                        width: 2rem;
                                                                        font-size: 1.6rem;
                                                                        display: inline-block;
                                                                        text-align: center;
                                                                        margin-right: 1rem; }

                                                                        .collapsible-body {
                                                                          display: none;
                                                                          border-bottom: 1px solid #ddd;
                                                                          -webkit-box-sizing: border-box;
                                                                          box-sizing: border-box;
                                                                          padding: 2rem; }

                                                                          .side-nav .collapsible,
                                                                          .side-nav.fixed .collapsible {
                                                                            border: none;
                                                                            -webkit-box-shadow: none;
                                                                            box-shadow: none; }

                                                                            .side-nav .collapsible li,
                                                                            .side-nav.fixed .collapsible li {
                                                                              padding: 0; }

                                                                              .side-nav .collapsible-header,
                                                                              .side-nav.fixed .collapsible-header {
                                                                                background-color: transparent;
                                                                                border: none;
                                                                                line-height: inherit;
                                                                                height: inherit;
                                                                                padding: 0 16px; }

                                                                                .side-nav .collapsible-header:hover,
                                                                                .side-nav.fixed .collapsible-header:hover {
                                                                                  background-color: rgba(0, 0, 0, 0.05); }

                                                                                  .side-nav .collapsible-header i,
                                                                                  .side-nav.fixed .collapsible-header i {
                                                                                    line-height: inherit; }

                                                                                    .side-nav .collapsible-body,
                                                                                    .side-nav.fixed .collapsible-body {
                                                                                      border: 0;
                                                                                      background-color: #fff; }

                                                                                      .side-nav .collapsible-body li a,
                                                                                      .side-nav.fixed .collapsible-body li a {
                                                                                        padding: 0 23.5px 0 31px; }

                                                                                        .collapsible.popout {
                                                                                          border: none;
                                                                                          -webkit-box-shadow: none;
                                                                                          box-shadow: none; }

                                                                                          .collapsible.popout > li {
                                                                                            -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
                                                                                            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
                                                                                            margin: 0 24px;
                                                                                            -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
                                                                                            transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

                                                                                            .collapsible.popout > li.active {
                                                                                              -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
                                                                                              box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
                                                                                              margin: 16px 0; }

                                                                                              .chip {
                                                                                                display: inline-block;
                                                                                                height: 32px;
                                                                                                font-size: 13px;
                                                                                                font-weight: 500;
                                                                                                color: rgba(0, 0, 0, 0.6);
                                                                                                line-height: 32px;
                                                                                                padding: 0 12px;
                                                                                                border-radius: 16px;
                                                                                                background-color: #e4e4e4;
                                                                                                margin-bottom: 5px;
                                                                                                margin-right: 5px; }

                                                                                                .chip > img {
                                                                                                  float: left;
                                                                                                  margin: 0 8px 0 -12px;
                                                                                                  height: 32px;
                                                                                                  width: 32px;
                                                                                                  border-radius: 50%; }

                                                                                                  .chip .close {
                                                                                                    cursor: pointer;
                                                                                                    float: right;
                                                                                                    font-size: 16px;
                                                                                                    line-height: 32px;
                                                                                                    padding-left: 8px; }

                                                                                                    .chips {
                                                                                                      border: none;
                                                                                                      border-bottom: 1px solid #9e9e9e;
                                                                                                      -webkit-box-shadow: none;
                                                                                                      box-shadow: none;
                                                                                                      margin: 0 0 20px 0;
                                                                                                      min-height: 45px;
                                                                                                      outline: none;
                                                                                                      -webkit-transition: all .3s;
                                                                                                      transition: all .3s; }

                                                                                                      .chips.focus {
                                                                                                        border-bottom: 1px solid #26a69a;
                                                                                                        -webkit-box-shadow: 0 1px 0 0 #26a69a;
                                                                                                        box-shadow: 0 1px 0 0 #26a69a; }

                                                                                                        .chips:hover {
                                                                                                          cursor: text; }

                                                                                                          .chips .chip.selected {
                                                                                                            background-color: #26a69a;
                                                                                                            color: #fff; }

                                                                                                            .chips .input {
                                                                                                              background: none;
                                                                                                              border: 0;
                                                                                                              color: rgba(0, 0, 0, 0.6);
                                                                                                              display: inline-block;
                                                                                                              font-size: 1rem;
                                                                                                              height: 3rem;
                                                                                                              line-height: 32px;
                                                                                                              outline: 0;
                                                                                                              margin: 0;
                                                                                                              padding: 0 !important;
                                                                                                              width: 120px !important; }

                                                                                                              .chips .input:focus {
                                                                                                                border: 0 !important;
                                                                                                                -webkit-box-shadow: none !important;
                                                                                                                box-shadow: none !important; }

                                                                                                                .chips .autocomplete-content {
                                                                                                                  margin-top: 0;
                                                                                                                  margin-bottom: 0; }

                                                                                                                  .prefix ~ .chips {
                                                                                                                    margin-left: 3rem;
                                                                                                                    width: 92%;
                                                                                                                    width: calc(100% - 3rem); }

                                                                                                                    .chips:empty ~ label {
                                                                                                                      font-size: 0.8rem;
                                                                                                                      -webkit-transform: translateY(-140%);
                                                                                                                      transform: translateY(-140%); }

                                                                                                                      .materialboxed {
                                                                                                                        display: block;
                                                                                                                        cursor: -webkit-zoom-in;
                                                                                                                        cursor: zoom-in;
                                                                                                                        position: relative;
                                                                                                                        -webkit-transition: opacity .4s;
                                                                                                                        transition: opacity .4s;
                                                                                                                        -webkit-backface-visibility: hidden; }

                                                                                                                        .materialboxed:hover:not(.active) {
                                                                                                                          opacity: .8; }

                                                                                                                          .materialboxed.active {
                                                                                                                            cursor: -webkit-zoom-out;
                                                                                                                            cursor: zoom-out; }

                                                                                                                            #materialbox-overlay {
                                                                                                                              position: fixed;
                                                                                                                              top: 0;
                                                                                                                              right: 0;
                                                                                                                              bottom: 0;
                                                                                                                              left: 0;
                                                                                                                              background-color: #292929;
                                                                                                                              z-index: 1000;
                                                                                                                              will-change: opacity; }

                                                                                                                              .materialbox-caption {
                                                                                                                                position: fixed;
                                                                                                                                display: none;
                                                                                                                                color: #fff;
                                                                                                                                line-height: 50px;
                                                                                                                                bottom: 0;
                                                                                                                                left: 0;
                                                                                                                                width: 100%;
                                                                                                                                text-align: center;
                                                                                                                                padding: 0% 15%;
                                                                                                                                height: 50px;
                                                                                                                                z-index: 1000;
                                                                                                                                -webkit-font-smoothing: antialiased; }

                                                                                                                                select:focus {
                                                                                                                                  outline: 1px solid #eeeeee; }

                                                                                                                                  button:focus {
                                                                                                                                    outline: none;
                                                                                                                                    background-color: gray; }

                                                                                                                                    label {
                                                                                                                                      font-size: 0.8rem;
                                                                                                                                      color: #9e9e9e; }

/* Text Inputs + Textarea
========================================================================== */
/* Style Placeholders */
.tax-calc-wrapper {
  background-color: rgba(101, 101, 101, 0.15);
  /* Text inputs */
  /* Validation Sass Placeholders */
  /* Search Field */
  /* Textarea */
/* Autocomplete */ }

.tax-calc-wrapper ::-webkit-input-placeholder {
  color: #d1d1d1; }

  .tax-calc-wrapper :-ms-input-placeholder {
    color: #d1d1d1; }

    .tax-calc-wrapper ::-ms-input-placeholder {
      color: #d1d1d1; }

      .tax-calc-wrapper ::placeholder {
        color: #d1d1d1; }

        .tax-calc-wrapper input:not([type]),
        .tax-calc-wrapper input[type=text]:not(.browser-default),
        .tax-calc-wrapper input[type=password]:not(.browser-default),
        .tax-calc-wrapper input[type=email]:not(.browser-default),
        .tax-calc-wrapper input[type=url]:not(.browser-default),
        .tax-calc-wrapper input[type=time]:not(.browser-default),
        .tax-calc-wrapper input[type=date]:not(.browser-default),
        .tax-calc-wrapper input[type=datetime]:not(.browser-default),
        .tax-calc-wrapper input[type=datetime-local]:not(.browser-default),
        .tax-calc-wrapper input[type=tel]:not(.browser-default),
        .tax-calc-wrapper input[type=number]:not(.browser-default),
        .tax-calc-wrapper input[type=search]:not(.browser-default),
        .tax-calc-wrapper textarea.materialize-textarea {
          border: 1px solid transparent;
          outline: none;
          font-size: 1rem;
          -webkit-box-shadow: none;
          box-shadow: none;
          -webkit-box-sizing: content-box;
          box-sizing: content-box;
          -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
          transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
          border-image: linear-gradient(#409, #F9423A);
          border-image-slice: 1;
          border-radius: 0rem;
          width: 100%; }

          .tax-calc-wrapper input:not([type]):disabled, .tax-calc-wrapper input:not([type])[readonly="readonly"],
          .tax-calc-wrapper input[type=text]:not(.browser-default):disabled,
          .tax-calc-wrapper input[type=text]:not(.browser-default)[readonly="readonly"],
          .tax-calc-wrapper input[type=password]:not(.browser-default):disabled,
          .tax-calc-wrapper input[type=password]:not(.browser-default)[readonly="readonly"],
          .tax-calc-wrapper input[type=email]:not(.browser-default):disabled,
          .tax-calc-wrapper input[type=email]:not(.browser-default)[readonly="readonly"],
          .tax-calc-wrapper input[type=url]:not(.browser-default):disabled,
          .tax-calc-wrapper input[type=url]:not(.browser-default)[readonly="readonly"],
          .tax-calc-wrapper input[type=time]:not(.browser-default):disabled,
          .tax-calc-wrapper input[type=time]:not(.browser-default)[readonly="readonly"],
          .tax-calc-wrapper input[type=date]:not(.browser-default):disabled,
          .tax-calc-wrapper input[type=date]:not(.browser-default)[readonly="readonly"],
          .tax-calc-wrapper input[type=datetime]:not(.browser-default):disabled,
          .tax-calc-wrapper input[type=datetime]:not(.browser-default)[readonly="readonly"],
          .tax-calc-wrapper input[type=datetime-local]:not(.browser-default):disabled,
          .tax-calc-wrapper input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
          .tax-calc-wrapper input[type=tel]:not(.browser-default):disabled,
          .tax-calc-wrapper input[type=tel]:not(.browser-default)[readonly="readonly"],
          .tax-calc-wrapper input[type=number]:not(.browser-default):disabled,
          .tax-calc-wrapper input[type=number]:not(.browser-default)[readonly="readonly"],
          .tax-calc-wrapper input[type=search]:not(.browser-default):disabled,
          .tax-calc-wrapper input[type=search]:not(.browser-default)[readonly="readonly"],
          .tax-calc-wrapper textarea.materialize-textarea:disabled,
          .tax-calc-wrapper textarea.materialize-textarea[readonly="readonly"] {
            color: rgba(0, 0, 0, 0.42);
            border-bottom: 1px dotted rgba(0, 0, 0, 0.42); }

            .tax-calc-wrapper input:not([type]):disabled + label,
            .tax-calc-wrapper input:not([type])[readonly="readonly"] + label,
            .tax-calc-wrapper input[type=text]:not(.browser-default):disabled + label,
            .tax-calc-wrapper input[type=text]:not(.browser-default)[readonly="readonly"] + label,
            .tax-calc-wrapper input[type=password]:not(.browser-default):disabled + label,
            .tax-calc-wrapper input[type=password]:not(.browser-default)[readonly="readonly"] + label,
            .tax-calc-wrapper input[type=email]:not(.browser-default):disabled + label,
            .tax-calc-wrapper input[type=email]:not(.browser-default)[readonly="readonly"] + label,
            .tax-calc-wrapper input[type=url]:not(.browser-default):disabled + label,
            .tax-calc-wrapper input[type=url]:not(.browser-default)[readonly="readonly"] + label,
            .tax-calc-wrapper input[type=time]:not(.browser-default):disabled + label,
            .tax-calc-wrapper input[type=time]:not(.browser-default)[readonly="readonly"] + label,
            .tax-calc-wrapper input[type=date]:not(.browser-default):disabled + label,
            .tax-calc-wrapper input[type=date]:not(.browser-default)[readonly="readonly"] + label,
            .tax-calc-wrapper input[type=datetime]:not(.browser-default):disabled + label,
            .tax-calc-wrapper input[type=datetime]:not(.browser-default)[readonly="readonly"] + label,
            .tax-calc-wrapper input[type=datetime-local]:not(.browser-default):disabled + label,
            .tax-calc-wrapper input[type=datetime-local]:not(.browser-default)[readonly="readonly"] + label,
            .tax-calc-wrapper input[type=tel]:not(.browser-default):disabled + label,
            .tax-calc-wrapper input[type=tel]:not(.browser-default)[readonly="readonly"] + label,
            .tax-calc-wrapper input[type=number]:not(.browser-default):disabled + label,
            .tax-calc-wrapper input[type=number]:not(.browser-default)[readonly="readonly"] + label,
            .tax-calc-wrapper input[type=search]:not(.browser-default):disabled + label,
            .tax-calc-wrapper input[type=search]:not(.browser-default)[readonly="readonly"] + label,
            .tax-calc-wrapper textarea.materialize-textarea:disabled + label,
            .tax-calc-wrapper textarea.materialize-textarea[readonly="readonly"] + label {
              color: rgba(0, 0, 0, 0.42); }

              .tax-calc-wrapper input:not([type]):focus:not([readonly]),
              .tax-calc-wrapper input[type=text]:not(.browser-default):focus:not([readonly]),
              .tax-calc-wrapper input[type=password]:not(.browser-default):focus:not([readonly]),
              .tax-calc-wrapper input[type=email]:not(.browser-default):focus:not([readonly]),
              .tax-calc-wrapper input[type=url]:not(.browser-default):focus:not([readonly]),
              .tax-calc-wrapper input[type=time]:not(.browser-default):focus:not([readonly]),
              .tax-calc-wrapper input[type=date]:not(.browser-default):focus:not([readonly]),
              .tax-calc-wrapper input[type=datetime]:not(.browser-default):focus:not([readonly]),
              .tax-calc-wrapper input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
              .tax-calc-wrapper input[type=tel]:not(.browser-default):focus:not([readonly]),
              .tax-calc-wrapper input[type=number]:not(.browser-default):focus:not([readonly]),
              .tax-calc-wrapper input[type=search]:not(.browser-default):focus:not([readonly]),
              .tax-calc-wrapper textarea.materialize-textarea:focus:not([readonly]) {
                border-bottom: 1px solid #767676;
                -webkit-box-shadow: 0 1px 0 0 #767676;
                box-shadow: 0 1px 0 0 #767676; }

                .tax-calc-wrapper input:not([type]):focus:not([readonly]) + label,
                .tax-calc-wrapper input[type=text]:not(.browser-default):focus:not([readonly]) + label,
                .tax-calc-wrapper input[type=password]:not(.browser-default):focus:not([readonly]) + label,
                .tax-calc-wrapper input[type=email]:not(.browser-default):focus:not([readonly]) + label,
                .tax-calc-wrapper input[type=url]:not(.browser-default):focus:not([readonly]) + label,
                .tax-calc-wrapper input[type=time]:not(.browser-default):focus:not([readonly]) + label,
                .tax-calc-wrapper input[type=date]:not(.browser-default):focus:not([readonly]) + label,
                .tax-calc-wrapper input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
                .tax-calc-wrapper input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
                .tax-calc-wrapper input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
                .tax-calc-wrapper input[type=number]:not(.browser-default):focus:not([readonly]) + label,
                .tax-calc-wrapper input[type=search]:not(.browser-default):focus:not([readonly]) + label,
                .tax-calc-wrapper textarea.materialize-textarea:focus:not([readonly]) + label {
                  color: #767676; }

                  .tax-calc-wrapper input:not([type]).validate + label,
                  .tax-calc-wrapper input[type=text]:not(.browser-default).validate + label,
                  .tax-calc-wrapper input[type=password]:not(.browser-default).validate + label,
                  .tax-calc-wrapper input[type=email]:not(.browser-default).validate + label,
                  .tax-calc-wrapper input[type=url]:not(.browser-default).validate + label,
                  .tax-calc-wrapper input[type=time]:not(.browser-default).validate + label,
                  .tax-calc-wrapper input[type=date]:not(.browser-default).validate + label,
                  .tax-calc-wrapper input[type=datetime]:not(.browser-default).validate + label,
                  .tax-calc-wrapper input[type=datetime-local]:not(.browser-default).validate + label,
                  .tax-calc-wrapper input[type=tel]:not(.browser-default).validate + label,
                  .tax-calc-wrapper input[type=number]:not(.browser-default).validate + label,
                  .tax-calc-wrapper input[type=search]:not(.browser-default).validate + label,
                  .tax-calc-wrapper textarea.materialize-textarea.validate + label {
                    width: 100%; }

                    .tax-calc-wrapper input:not([type]).invalid + label:after,
                    .tax-calc-wrapper input:not([type]).valid + label:after,
                    .tax-calc-wrapper input[type=text]:not(.browser-default).invalid + label:after,
                    .tax-calc-wrapper input[type=text]:not(.browser-default).valid + label:after,
                    .tax-calc-wrapper input[type=password]:not(.browser-default).invalid + label:after,
                    .tax-calc-wrapper input[type=password]:not(.browser-default).valid + label:after,
                    .tax-calc-wrapper input[type=email]:not(.browser-default).invalid + label:after,
                    .tax-calc-wrapper input[type=email]:not(.browser-default).valid + label:after,
                    .tax-calc-wrapper input[type=url]:not(.browser-default).invalid + label:after,
                    .tax-calc-wrapper input[type=url]:not(.browser-default).valid + label:after,
                    .tax-calc-wrapper input[type=time]:not(.browser-default).invalid + label:after,
                    .tax-calc-wrapper input[type=time]:not(.browser-default).valid + label:after,
                    .tax-calc-wrapper input[type=date]:not(.browser-default).invalid + label:after,
                    .tax-calc-wrapper input[type=date]:not(.browser-default).valid + label:after,
                    .tax-calc-wrapper input[type=datetime]:not(.browser-default).invalid + label:after,
                    .tax-calc-wrapper input[type=datetime]:not(.browser-default).valid + label:after,
                    .tax-calc-wrapper input[type=datetime-local]:not(.browser-default).invalid + label:after,
                    .tax-calc-wrapper input[type=datetime-local]:not(.browser-default).valid + label:after,
                    .tax-calc-wrapper input[type=tel]:not(.browser-default).invalid + label:after,
                    .tax-calc-wrapper input[type=tel]:not(.browser-default).valid + label:after,
                    .tax-calc-wrapper input[type=number]:not(.browser-default).invalid + label:after,
                    .tax-calc-wrapper input[type=number]:not(.browser-default).valid + label:after,
                    .tax-calc-wrapper input[type=search]:not(.browser-default).invalid + label:after,
                    .tax-calc-wrapper input[type=search]:not(.browser-default).valid + label:after,
                    .tax-calc-wrapper textarea.materialize-textarea.invalid + label:after,
                    .tax-calc-wrapper textarea.materialize-textarea.valid + label:after {
                      display: none; }

                      .tax-calc-wrapper input:not([type]).invalid + label.active:after,
                      .tax-calc-wrapper input:not([type]).valid + label.active:after,
                      .tax-calc-wrapper input[type=text]:not(.browser-default).invalid + label.active:after,
                      .tax-calc-wrapper input[type=text]:not(.browser-default).valid + label.active:after,
                      .tax-calc-wrapper input[type=password]:not(.browser-default).invalid + label.active:after,
                      .tax-calc-wrapper input[type=password]:not(.browser-default).valid + label.active:after,
                      .tax-calc-wrapper input[type=email]:not(.browser-default).invalid + label.active:after,
                      .tax-calc-wrapper input[type=email]:not(.browser-default).valid + label.active:after,
                      .tax-calc-wrapper input[type=url]:not(.browser-default).invalid + label.active:after,
                      .tax-calc-wrapper input[type=url]:not(.browser-default).valid + label.active:after,
                      .tax-calc-wrapper input[type=time]:not(.browser-default).invalid + label.active:after,
                      .tax-calc-wrapper input[type=time]:not(.browser-default).valid + label.active:after,
                      .tax-calc-wrapper input[type=date]:not(.browser-default).invalid + label.active:after,
                      .tax-calc-wrapper input[type=date]:not(.browser-default).valid + label.active:after,
                      .tax-calc-wrapper input[type=datetime]:not(.browser-default).invalid + label.active:after,
                      .tax-calc-wrapper input[type=datetime]:not(.browser-default).valid + label.active:after,
                      .tax-calc-wrapper input[type=datetime-local]:not(.browser-default).invalid + label.active:after,
                      .tax-calc-wrapper input[type=datetime-local]:not(.browser-default).valid + label.active:after,
                      .tax-calc-wrapper input[type=tel]:not(.browser-default).invalid + label.active:after,
                      .tax-calc-wrapper input[type=tel]:not(.browser-default).valid + label.active:after,
                      .tax-calc-wrapper input[type=number]:not(.browser-default).invalid + label.active:after,
                      .tax-calc-wrapper input[type=number]:not(.browser-default).valid + label.active:after,
                      .tax-calc-wrapper input[type=search]:not(.browser-default).invalid + label.active:after,
                      .tax-calc-wrapper input[type=search]:not(.browser-default).valid + label.active:after,
                      .tax-calc-wrapper textarea.materialize-textarea.invalid + label.active:after,
                      .tax-calc-wrapper textarea.materialize-textarea.valid + label.active:after {
                        display: block; }

                        .tax-calc-wrapper input.valid:not([type]), .tax-calc-wrapper input.valid:not([type]):focus,
                        .tax-calc-wrapper input.valid[type=text]:not(.browser-default),
                        .tax-calc-wrapper input.valid[type=text]:not(.browser-default):focus,
                        .tax-calc-wrapper input.valid[type=password]:not(.browser-default),
                        .tax-calc-wrapper input.valid[type=password]:not(.browser-default):focus,
                        .tax-calc-wrapper input.valid[type=email]:not(.browser-default),
                        .tax-calc-wrapper input.valid[type=email]:not(.browser-default):focus,
                        .tax-calc-wrapper input.valid[type=url]:not(.browser-default),
                        .tax-calc-wrapper input.valid[type=url]:not(.browser-default):focus,
                        .tax-calc-wrapper input.valid[type=time]:not(.browser-default),
                        .tax-calc-wrapper input.valid[type=time]:not(.browser-default):focus,
                        .tax-calc-wrapper input.valid[type=date]:not(.browser-default),
                        .tax-calc-wrapper input.valid[type=date]:not(.browser-default):focus,
                        .tax-calc-wrapper input.valid[type=datetime]:not(.browser-default),
                        .tax-calc-wrapper input.valid[type=datetime]:not(.browser-default):focus,
                        .tax-calc-wrapper input.valid[type=datetime-local]:not(.browser-default),
                        .tax-calc-wrapper input.valid[type=datetime-local]:not(.browser-default):focus,
                        .tax-calc-wrapper input.valid[type=tel]:not(.browser-default),
                        .tax-calc-wrapper input.valid[type=tel]:not(.browser-default):focus,
                        .tax-calc-wrapper input.valid[type=number]:not(.browser-default),
                        .tax-calc-wrapper input.valid[type=number]:not(.browser-default):focus,
                        .tax-calc-wrapper input.valid[type=search]:not(.browser-default),
                        .tax-calc-wrapper input.valid[type=search]:not(.browser-default):focus,
                        .tax-calc-wrapper textarea.materialize-textarea.valid,
                        .tax-calc-wrapper textarea.materialize-textarea.valid:focus {
                          border-bottom: 1px solid #3adb76;
                          -webkit-box-shadow: 0 1px 0 0 #3adb76;
                          box-shadow: 0 1px 0 0 #3adb76; }

                          .tax-calc-wrapper input.invalid:not([type]), .tax-calc-wrapper input.invalid:not([type]):focus,
                          .tax-calc-wrapper input.invalid[type=text]:not(.browser-default),
                          .tax-calc-wrapper input.invalid[type=text]:not(.browser-default):focus,
                          .tax-calc-wrapper input.invalid[type=password]:not(.browser-default),
                          .tax-calc-wrapper input.invalid[type=password]:not(.browser-default):focus,
                          .tax-calc-wrapper input.invalid[type=email]:not(.browser-default),
                          .tax-calc-wrapper input.invalid[type=email]:not(.browser-default):focus,
                          .tax-calc-wrapper input.invalid[type=url]:not(.browser-default),
                          .tax-calc-wrapper input.invalid[type=url]:not(.browser-default):focus,
                          .tax-calc-wrapper input.invalid[type=time]:not(.browser-default),
                          .tax-calc-wrapper input.invalid[type=time]:not(.browser-default):focus,
                          .tax-calc-wrapper input.invalid[type=date]:not(.browser-default),
                          .tax-calc-wrapper input.invalid[type=date]:not(.browser-default):focus,
                          .tax-calc-wrapper input.invalid[type=datetime]:not(.browser-default),
                          .tax-calc-wrapper input.invalid[type=datetime]:not(.browser-default):focus,
                          .tax-calc-wrapper input.invalid[type=datetime-local]:not(.browser-default),
                          .tax-calc-wrapper input.invalid[type=datetime-local]:not(.browser-default):focus,
                          .tax-calc-wrapper input.invalid[type=tel]:not(.browser-default),
                          .tax-calc-wrapper input.invalid[type=tel]:not(.browser-default):focus,
                          .tax-calc-wrapper input.invalid[type=number]:not(.browser-default),
                          .tax-calc-wrapper input.invalid[type=number]:not(.browser-default):focus,
                          .tax-calc-wrapper input.invalid[type=search]:not(.browser-default),
                          .tax-calc-wrapper input.invalid[type=search]:not(.browser-default):focus,
                          .tax-calc-wrapper textarea.materialize-textarea.invalid,
                          .tax-calc-wrapper textarea.materialize-textarea.invalid:focus {
                            border-bottom: 1px solid #cc4b37;
                            -webkit-box-shadow: 0 1px 0 0 #cc4b37;
                            box-shadow: 0 1px 0 0 #cc4b37; }

                            .tax-calc-wrapper input:not([type]).valid + label:after,
                            .tax-calc-wrapper input:not([type]):focus.valid + label:after,
                            .tax-calc-wrapper input[type=text]:not(.browser-default).valid + label:after,
                            .tax-calc-wrapper input[type=text]:not(.browser-default):focus.valid + label:after,
                            .tax-calc-wrapper input[type=password]:not(.browser-default).valid + label:after,
                            .tax-calc-wrapper input[type=password]:not(.browser-default):focus.valid + label:after,
                            .tax-calc-wrapper input[type=email]:not(.browser-default).valid + label:after,
                            .tax-calc-wrapper input[type=email]:not(.browser-default):focus.valid + label:after,
                            .tax-calc-wrapper input[type=url]:not(.browser-default).valid + label:after,
                            .tax-calc-wrapper input[type=url]:not(.browser-default):focus.valid + label:after,
                            .tax-calc-wrapper input[type=time]:not(.browser-default).valid + label:after,
                            .tax-calc-wrapper input[type=time]:not(.browser-default):focus.valid + label:after,
                            .tax-calc-wrapper input[type=date]:not(.browser-default).valid + label:after,
                            .tax-calc-wrapper input[type=date]:not(.browser-default):focus.valid + label:after,
                            .tax-calc-wrapper input[type=datetime]:not(.browser-default).valid + label:after,
                            .tax-calc-wrapper input[type=datetime]:not(.browser-default):focus.valid + label:after,
                            .tax-calc-wrapper input[type=datetime-local]:not(.browser-default).valid + label:after,
                            .tax-calc-wrapper input[type=datetime-local]:not(.browser-default):focus.valid + label:after,
                            .tax-calc-wrapper input[type=tel]:not(.browser-default).valid + label:after,
                            .tax-calc-wrapper input[type=tel]:not(.browser-default):focus.valid + label:after,
                            .tax-calc-wrapper input[type=number]:not(.browser-default).valid + label:after,
                            .tax-calc-wrapper input[type=number]:not(.browser-default):focus.valid + label:after,
                            .tax-calc-wrapper input[type=search]:not(.browser-default).valid + label:after,
                            .tax-calc-wrapper input[type=search]:not(.browser-default):focus.valid + label:after,
                            .tax-calc-wrapper textarea.materialize-textarea.valid + label:after,
                            .tax-calc-wrapper textarea.materialize-textarea:focus.valid + label:after {
                              content: attr(data-success);
                              color: #3adb76;
                              opacity: 1;
                              -webkit-transform: translateY(9px);
                              transform: translateY(9px); }

                              .tax-calc-wrapper input:not([type]).invalid + label:after,
                              .tax-calc-wrapper input:not([type]):focus.invalid + label:after,
                              .tax-calc-wrapper input[type=text]:not(.browser-default).invalid + label:after,
                              .tax-calc-wrapper input[type=text]:not(.browser-default):focus.invalid + label:after,
                              .tax-calc-wrapper input[type=password]:not(.browser-default).invalid + label:after,
                              .tax-calc-wrapper input[type=password]:not(.browser-default):focus.invalid + label:after,
                              .tax-calc-wrapper input[type=email]:not(.browser-default).invalid + label:after,
                              .tax-calc-wrapper input[type=email]:not(.browser-default):focus.invalid + label:after,
                              .tax-calc-wrapper input[type=url]:not(.browser-default).invalid + label:after,
                              .tax-calc-wrapper input[type=url]:not(.browser-default):focus.invalid + label:after,
                              .tax-calc-wrapper input[type=time]:not(.browser-default).invalid + label:after,
                              .tax-calc-wrapper input[type=time]:not(.browser-default):focus.invalid + label:after,
                              .tax-calc-wrapper input[type=date]:not(.browser-default).invalid + label:after,
                              .tax-calc-wrapper input[type=date]:not(.browser-default):focus.invalid + label:after,
                              .tax-calc-wrapper input[type=datetime]:not(.browser-default).invalid + label:after,
                              .tax-calc-wrapper input[type=datetime]:not(.browser-default):focus.invalid + label:after,
                              .tax-calc-wrapper input[type=datetime-local]:not(.browser-default).invalid + label:after,
                              .tax-calc-wrapper input[type=datetime-local]:not(.browser-default):focus.invalid + label:after,
                              .tax-calc-wrapper input[type=tel]:not(.browser-default).invalid + label:after,
                              .tax-calc-wrapper input[type=tel]:not(.browser-default):focus.invalid + label:after,
                              .tax-calc-wrapper input[type=number]:not(.browser-default).invalid + label:after,
                              .tax-calc-wrapper input[type=number]:not(.browser-default):focus.invalid + label:after,
                              .tax-calc-wrapper input[type=search]:not(.browser-default).invalid + label:after,
                              .tax-calc-wrapper input[type=search]:not(.browser-default):focus.invalid + label:after,
                              .tax-calc-wrapper textarea.materialize-textarea.invalid + label:after,
                              .tax-calc-wrapper textarea.materialize-textarea:focus.invalid + label:after {
                                content: attr(data-error);
                                color: #cc4b37;
                                opacity: 1;
                                -webkit-transform: translateY(9px);
                                transform: translateY(9px); }

                                .tax-calc-wrapper input:not([type]) + label:after,
                                .tax-calc-wrapper input[type=text]:not(.browser-default) + label:after,
                                .tax-calc-wrapper input[type=password]:not(.browser-default) + label:after,
                                .tax-calc-wrapper input[type=email]:not(.browser-default) + label:after,
                                .tax-calc-wrapper input[type=url]:not(.browser-default) + label:after,
                                .tax-calc-wrapper input[type=time]:not(.browser-default) + label:after,
                                .tax-calc-wrapper input[type=date]:not(.browser-default) + label:after,
                                .tax-calc-wrapper input[type=datetime]:not(.browser-default) + label:after,
                                .tax-calc-wrapper input[type=datetime-local]:not(.browser-default) + label:after,
                                .tax-calc-wrapper input[type=tel]:not(.browser-default) + label:after,
                                .tax-calc-wrapper input[type=number]:not(.browser-default) + label:after,
                                .tax-calc-wrapper input[type=search]:not(.browser-default) + label:after,
                                .tax-calc-wrapper textarea.materialize-textarea + label:after {
                                  display: block;
                                  content: "";
                                  position: absolute;
                                  top: 100%;
                                  left: 0;
                                  opacity: 0;
                                  -webkit-transition: .2s opacity ease-out, .2s color ease-out;
                                  transition: .2s opacity ease-out, .2s color ease-out; }

                                  .tax-calc-wrapper .input-field {
                                    position: relative;
                                    margin-top: 1rem; }

                                    .tax-calc-wrapper .input-field.inline {
                                      display: inline-block;
                                      vertical-align: middle;
                                      margin-left: 5px; }

                                      .tax-calc-wrapper .input-field.inline input,
                                      .tax-calc-wrapper .input-field.inline .select-dropdown {
                                        margin-bottom: 1rem; }

                                        .tax-calc-wrapper .input-field.col label {
                                          left: 0.75rem; }

                                          .tax-calc-wrapper .input-field.col .prefix ~ label,
                                          .tax-calc-wrapper .input-field.col .prefix ~ .validate ~ label {
                                            width: calc(100% - 3rem - 1.5rem); }

                                            .tax-calc-wrapper .input-field label {
                                              color: #9e9e9e;
                                              position: absolute;
                                              top: 0;
                                              left: 0;
                                              height: 100%;
                                              font-size: 1rem;
                                              cursor: text;
                                              -webkit-transition: -webkit-transform .2s ease-out;
                                              transition: -webkit-transform .2s ease-out;
                                              transition: transform .2s ease-out;
                                              transition: transform .2s ease-out, -webkit-transform .2s ease-out;
                                              -webkit-transform-origin: 0% 100%;
                                              transform-origin: 0% 100%;
                                              text-align: initial;
                                              -webkit-transform: translateY(12px);
                                              transform: translateY(12px);
                                              pointer-events: none; }

                                              .tax-calc-wrapper .input-field label:not(.label-icon).active {
                                                -webkit-transform: translateY(-14px) scale(0.8);
                                                transform: translateY(-14px) scale(0.8);
                                                -webkit-transform-origin: 0 0;
                                                transform-origin: 0 0; }

                                                .tax-calc-wrapper .input-field .prefix {
                                                  position: absolute;
                                                  width: 3rem;
                                                  font-size: 2rem;
                                                  -webkit-transition: color .2s;
                                                  transition: color .2s; }

                                                  .tax-calc-wrapper .input-field .prefix.active {
                                                    color: #767676; }

                                                    .tax-calc-wrapper .input-field .prefix ~ input,
                                                    .tax-calc-wrapper .input-field .prefix ~ textarea,
                                                    .tax-calc-wrapper .input-field .prefix ~ label,
                                                    .tax-calc-wrapper .input-field .prefix ~ .validate ~ label,
                                                    .tax-calc-wrapper .input-field .prefix ~ .autocomplete-content {
                                                      margin-left: 3rem;
                                                      width: 92%;
                                                      width: calc(100% - 3rem); }

                                                      .tax-calc-wrapper .input-field .prefix ~ label {
                                                        margin-left: 3rem; }

                                                        @media only screen and (max-width: 992px) {
                                                          .tax-calc-wrapper .input-field .prefix ~ input {
                                                            width: 86%;
                                                            width: calc(100% - 3rem); } }

                                                            @media only screen and (max-width: 600px) {
                                                              .tax-calc-wrapper .input-field .prefix ~ input {
                                                                width: 80%;
                                                                width: calc(100% - 3rem); } }

                                                                .tax-calc-wrapper .input-field input[type=search] {
                                                                  display: block;
                                                                  line-height: inherit; }

                                                                  .nav-wrapper .tax-calc-wrapper .input-field input[type=search] {
                                                                    height: inherit;
                                                                    padding-left: 4rem;
                                                                    width: calc(100% - 4rem);
                                                                    border: 0;
                                                                    -webkit-box-shadow: none;
                                                                    box-shadow: none; }

                                                                    .tax-calc-wrapper .input-field input[type=search]:focus {
                                                                      background-color: #fefefe;
                                                                      border: 0;
                                                                      -webkit-box-shadow: none;
                                                                      box-shadow: none;
                                                                      color: #444; }

                                                                      .tax-calc-wrapper .input-field input[type=search]:focus + label i,
                                                                      .tax-calc-wrapper .input-field input[type=search]:focus ~ .mdi-navigation-close,
                                                                      .tax-calc-wrapper .input-field input[type=search]:focus ~ .material-icons {
                                                                        color: #444; }

                                                                        .tax-calc-wrapper .input-field input[type=search] + label {
                                                                          left: 1rem; }

                                                                          .tax-calc-wrapper .input-field input[type=search] ~ .mdi-navigation-close,
                                                                          .tax-calc-wrapper .input-field input[type=search] ~ .material-icons {
                                                                            position: absolute;
                                                                            top: 0;
                                                                            right: 1rem;
                                                                            color: transparent;
                                                                            cursor: pointer;
                                                                            font-size: 2rem;
                                                                            -webkit-transition: .3s color;
                                                                            transition: .3s color; }

                                                                            .tax-calc-wrapper textarea {
                                                                              width: 100%;
                                                                              height: 3rem;
                                                                              background-color: transparent; }

                                                                              .tax-calc-wrapper textarea.materialize-textarea {
                                                                                overflow-y: hidden;
                                                                                /* prevents scroll bar flash */
                                                                                padding: .8rem 0 1.6rem 0;
                                                                                /* prevents text jump on Enter keypress */
                                                                                resize: none;
                                                                                min-height: 3rem; }

                                                                                .tax-calc-wrapper textarea.materialize-textarea.validate + label {
                                                                                  height: 100%; }

                                                                                  .tax-calc-wrapper textarea.materialize-textarea.validate + label::after {
                                                                                    top: calc(100% - 12px); }

                                                                                    .tax-calc-wrapper textarea.materialize-textarea.validate + label:not(.label-icon).active {
                                                                                      -webkit-transform: translateY(-25px);
                                                                                      transform: translateY(-25px); }

                                                                                      .tax-calc-wrapper .hiddendiv {
                                                                                        display: none;
                                                                                        white-space: pre-wrap;
                                                                                        word-wrap: break-word;
                                                                                        overflow-wrap: break-word;
                                                                                        /* future version of deprecated 'word-wrap' */
                                                                                        padding-top: 1.2rem;
                                                                                        /* prevents text jump on Enter keypress */
                                                                                        position: absolute;
                                                                                        top: 0; }

                                                                                        .tax-calc-wrapper .autocomplete-content {
                                                                                          margin-top: -20px;
                                                                                          margin-bottom: 20px;
                                                                                          display: block;
                                                                                          opacity: 1;
                                                                                          position: static; }

                                                                                          .tax-calc-wrapper .autocomplete-content li .highlight {
                                                                                            color: #444; }

                                                                                            .tax-calc-wrapper .autocomplete-content li img {
                                                                                              height: 40px;
                                                                                              width: 40px;
                                                                                              margin: 5px 15px; }

/* Select Field
========================================================================== */
select {
  display: none; }

  select.browser-default {
    display: block; }

    select {
      background-color: #fefefe;
      width: 100%;
      padding: 5px;
      border: 1px solid #f2f2f2;
      border-radius: 0;
      height: 3rem; }

      .input-field > select {
        display: block;
        position: absolute;
        width: 0;
        pointer-events: none;
        height: 0;
        top: 0;
        left: 0;
        opacity: 0; }

        .select-label {
          position: absolute; }

          .select-wrapper {
            position: relative; }

            .select-wrapper.valid + label,
            .select-wrapper.invalid + label {
              width: 100%;
              pointer-events: none; }

              .select-wrapper input.select-dropdown {
                position: relative;
                cursor: pointer;
                background-color: transparent;
                border: none;
                border-bottom: 1px solid #cacaca;
                outline: none;
                height: 3rem;
                line-height: 3rem;
                width: 100%;
                font-size: 1rem;
                margin: 0 0 20px 0;
                padding: 0;
                display: block;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none; }

                .select-wrapper span.caret {
                  color: initial;
                  position: absolute;
                  right: 0;
                  top: 0;
                  bottom: 0;
                  height: 10px;
                  margin: auto 0;
                  font-size: 10px;
                  line-height: 10px; }

                  .select-wrapper + label {
                    position: absolute;
                    top: -26px;
                    font-size: 0.8rem; }

                    select:disabled {
                      color: rgba(0, 0, 0, 0.42); }

                      .select-wrapper.disabled span.caret,
                      .select-wrapper.disabled + label {
                        color: rgba(0, 0, 0, 0.42); }

                        .select-wrapper input.select-dropdown:disabled {
                          color: rgba(0, 0, 0, 0.42);
                          cursor: default;
                          -webkit-user-select: none;
                          -moz-user-select: none;
                          -ms-user-select: none;
                          user-select: none; }

                          .select-wrapper i {
                            color: rgba(0, 0, 0, 0.3); }

                            .select-dropdown li.disabled,
                            .select-dropdown li.disabled > span,
                            .select-dropdown li.optgroup {
                              color: rgba(0, 0, 0, 0.3);
                              background-color: transparent; }

                              .select-dropdown.dropdown-content li.active {
                                background-color: transparent; }

                                .select-dropdown.dropdown-content li:hover {
                                  background-color: rgba(0, 0, 0, 0.06); }

                                  .select-dropdown.dropdown-content li.selected {
                                    background-color: rgba(0, 0, 0, 0.03); }

                                    .prefix ~ .select-wrapper {
                                      margin-left: 3rem;
                                      width: 92%;
                                      width: calc(100% - 3rem); }

                                      .prefix ~ label {
                                        margin-left: 3rem; }

                                        .select-dropdown li img {
                                          height: 40px;
                                          width: 40px;
                                          margin: 5px 15px;
                                          float: right; }

                                          .select-dropdown li.optgroup {
                                            border-top: 1px solid #eee; }

                                            .select-dropdown li.optgroup.selected > span {
                                              color: rgba(0, 0, 0, 0.7); }

                                              .select-dropdown li.optgroup > span {
                                                color: rgba(0, 0, 0, 0.4); }

                                                .select-dropdown li.optgroup ~ li.optgroup-option {
                                                  padding-left: 1rem; }

/* File Input
========================================================================== */
.file-field {
  position: relative; }

  .file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px; }

    .file-field input.file-path {
      width: 100%; }

      .file-field .btn {
        float: left;
        height: 3rem;
        line-height: 3rem; }

        .file-field span {
          cursor: pointer; }

          .file-field input[type=file] {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            width: 100%;
            margin: 0;
            padding: 0;
            font-size: 20px;
            cursor: pointer;
            opacity: 0;
            filter: alpha(opacity=0); }

            .file-field input[type=file]::-webkit-file-upload-button {
              display: none; }

/* Range
========================================================================== */
.range-field {
  position: relative; }

  input[type=range],
  input[type=range] + .thumb {
    cursor: pointer; }

    input[type=range] {
      position: relative;
      background-color: transparent;
      border: none;
      outline: none;
      width: 100%;
      margin: 15px 0;
      padding: 0; }

      input[type=range]:focus {
        outline: none; }

        input[type=range] + .thumb {
          position: absolute;
          top: 10px;
          left: 0;
          border: none;
          height: 0;
          width: 0;
          border-radius: 50%;
          background-color: #767676;
          margin-left: 7px;
          -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

          input[type=range] + .thumb .value {
            display: block;
            width: 30px;
            text-align: center;
            color: #767676;
            font-size: 0;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

            input[type=range] + .thumb.active {
              border-radius: 50% 50% 50% 0; }

              input[type=range] + .thumb.active .value {
                color: #fefefe;
                margin-left: -1px;
                margin-top: 8px;
                font-size: 10px; }

                input[type=range] {
                  -webkit-appearance: none; }

                  input[type=range]::-webkit-slider-runnable-track {
                    height: 3px;
                    background: #c2c0c2;
                    border: none; }

                    input[type=range]::-webkit-slider-thumb {
                      -webkit-appearance: none;
                      border: none;
                      height: 14px;
                      width: 14px;
                      border-radius: 50%;
                      background-color: #767676;
                      -webkit-transform-origin: 50% 50%;
                      transform-origin: 50% 50%;
                      margin: -5px 0 0 0;
                      -webkit-transition: .3s;
                      transition: .3s; }

                      input[type=range]:focus::-webkit-slider-runnable-track {
                        background: #ccc; }

                        input[type=range] {
                          /* fix for FF unable to apply focus style bug  */
                          border: 1px solid white;
                        /*required for proper track sizing in FF*/ }

                        input[type=range]::-moz-range-track {
                          height: 3px;
                          background: #ddd;
                          border: none; }

                          input[type=range]::-moz-range-thumb {
                            border: none;
                            height: 14px;
                            width: 14px;
                            border-radius: 50%;
                            background: #767676;
                            margin-top: -5px; }

                            input[type=range]:-moz-focusring {
                              outline: 1px solid #fff;
                              outline-offset: -1px; }

                              input[type=range]:focus::-moz-range-track {
                                background: #ccc; }

                                input[type=range]::-ms-track {
                                  height: 3px;
                                  background: transparent;
                                  border-color: transparent;
                                  border-width: 6px 0;
                                  /*remove default tick marks*/
                                  color: transparent; }

                                  input[type=range]::-ms-fill-lower {
                                    background: #777; }

                                    input[type=range]::-ms-fill-upper {
                                      background: #ddd; }

                                      input[type=range]::-ms-thumb {
                                        border: none;
                                        height: 14px;
                                        width: 14px;
                                        border-radius: 50%;
                                        background: #767676; }

                                        input[type=range]:focus::-ms-fill-lower {
                                          background: #888; }

                                          input[type=range]:focus::-ms-fill-upper {
                                            background: #ccc; }

                                            .pulse {
                                              overflow: initial;
                                              position: relative; }

                                              .pulse::before {
                                                content: '';
                                                display: block;
                                                position: absolute;
                                                width: 100%;
                                                height: 100%;
                                                top: 0;
                                                left: 0;
                                                background-color: inherit;
                                                border-radius: inherit;
                                                -webkit-transition: opacity .3s, -webkit-transform .3s;
                                                transition: opacity .3s, -webkit-transform .3s;
                                                transition: opacity .3s, transform .3s;
                                                transition: opacity .3s, transform .3s, -webkit-transform .3s;
                                                -webkit-animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
                                                animation: pulse-animation 1s cubic-bezier(0.24, 0, 0.38, 1) infinite;
                                                z-index: -1; }

                                                @-webkit-keyframes pulse-animation {
                                                  0% {
                                                    opacity: 1;
                                                    -webkit-transform: scale(1);
                                                    transform: scale(1); }
                                                    50% {
                                                      opacity: 0;
                                                      -webkit-transform: scale(1.5);
                                                      transform: scale(1.5); }
                                                      100% {
                                                        opacity: 0;
                                                        -webkit-transform: scale(1.5);
                                                        transform: scale(1.5); } }

                                                        @keyframes pulse-animation {
                                                          0% {
                                                            opacity: 1;
                                                            -webkit-transform: scale(1);
                                                            transform: scale(1); }
                                                            50% {
                                                              opacity: 0;
                                                              -webkit-transform: scale(1.5);
                                                              transform: scale(1.5); }
                                                              100% {
                                                                opacity: 0;
                                                                -webkit-transform: scale(1.5);
                                                                transform: scale(1.5); } }

/* All other variables
========================================================================== */
/**
 * This file contains all application-wide Sass variables.
 */
/* Color variables
========================================================================== */
/**
 * This file contains all application-wide Sass variables.
 */
/* Keyframes animations
========================================================================== */
/**
 * This file contains all CSS3 animations.
 */
 @-webkit-keyframes sticky {
  from {
    top: -10px; }
    to {
      top: 0; } }

      /* Standard syntax */
      @keyframes sticky {
        from {
          top: -10px; }
          to {
            top: 0; } }

            @-webkit-keyframes slideInUp {
              from {
                -webkit-transform: translate3d(0, 100%, 0);
                transform: translate3d(0, 100%, 0);
                visibility: visible; }
                to {
                  -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0); } }

                  @keyframes slideInUp {
                    from {
                      -webkit-transform: translate3d(0, 100%, 0);
                      transform: translate3d(0, 100%, 0);
                      visibility: visible; }
                      to {
                        -webkit-transform: translate3d(0, 0, 0);
                        transform: translate3d(0, 0, 0); } }

                        .slideInUp {
                          -webkit-animation-name: slideInUp;
                          animation-name: slideInUp; }

                          .animated {
                            -webkit-animation-duration: .5s;
                            animation-duration: .5s;
                            -webkit-animation-fill-mode: both;
                            animation-fill-mode: both; }

/* Sass functions
========================================================================== */
/**
 * This file contains all application-wide Sass functions.
 */
/* Sass mixins
========================================================================== */
/**
 * This file contains all application-wide Sass mixins.
 */
/* Header styles
========================================================================== */
/**
 * This file contains all styles related to the header of the site/application.
 */
 .header {
  background: #fff;
  position: relative;
  top: 0;
  z-index: 999;
  max-width: 90rem;
  left: 0;
  right: 0;
  margin: 0 auto; }

  .header .container {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: 4.375rem;
    padding: 0 4rem 0 4rem; }

    .header .container::before, .header .container::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }

      .header .container::after {
        clear: both; }

        .header .header-navigation {
          display: none;
          float: left; }

          @media screen and (min-width: 75em) {
            .header .header-navigation {
              display: block;
              margin-left: 125px; } }

              .header .header-navigation .menu-primary {
                list-style: none;
                margin: 0;
                padding: 0; }

                .header .header-navigation .menu-primary > li {
                  display: inline-block;
                  margin-left: 1.375rem;
                  position: relative; }

                  .header .header-navigation .menu-primary > li::before {
                    content: '';
                    width: 0.125rem;
                    background: #EAEAEA;
                    height: 4.375rem;
                    top: 0;
                    left: -0.9375rem;
                    opacity: 0;
                    position: absolute; }

                    .header .header-navigation .menu-primary > li:last-child::after {
                      content: '';
                      width: 0.125rem;
                      background: #EAEAEA;
                      height: 4.375rem;
                      top: 0;
                      right: -0.9375rem;
                      opacity: 0;
                      position: absolute; }

                      .header .header-navigation .menu-primary > li.current-menu-item > a, .header .header-navigation .menu-primary > li.current-page-ancestor > a {
                        text-decoration: underline rgba(255,0,0,0.5);
                      }

                      .header .header-navigation .menu-primary > li > a {
                        padding-top: 1.7rem;
                        font-size: 1rem;
                        color: #000;
                        text-decoration: none;
                        display: inline-block;
                        vertical-align: middle;
                        -webkit-transform: perspective(1px) translateZ(0);
                        transform: perspective(1px) translateZ(0);
                        -webkit-box-shadow: 0 0 1px transparent;
                        box-shadow: 0 0 1px transparent;
                        position: relative;
                        overflow: hidden; }

                        .header .header-navigation .menu-primary > li > a:hover {
                          color: #9B9B9B; }

                          .header .header-navigation .menu-primary > li .sub-menu {
                            display: none;
                            position: absolute;
                            background: #fff;
                            padding: 0.9375rem 2.3125rem 0.625rem 1.1875rem;
                            z-index: 9999;
                            height: auto !important;
                            margin-left: -0.8125rem;
                            width: calc(100% + 3rem); 
                            text-align: left;}

                            .header .header-navigation .menu-primary > li .sub-menu > .current-menu-item > a {
                              color: #9B9B9B; }

                              .header .header-navigation .menu-primary > li .sub-menu:before {
                                content: "";
                                position: absolute;
                                height: 3px;
                                background: -webkit-gradient(linear, left top, right top, from(#440099), to(#F9423A));
                                background: linear-gradient(90deg, #440099 0%, #F9423A 100%);
                                width: 100%;
                                left: 0;
                                top: 1.3125rem; }

                                .header .header-navigation .menu-primary > li .sub-menu li {
                                  display: block; }

                                  .header .header-navigation .menu-primary > li .sub-menu li:first-child {
                                    padding-top: 0.3125rem; }

                                    .header .header-navigation .menu-primary > li .sub-menu li a {
                                      font-size: 0.8125rem;
                                      color: #000;
                                      text-decoration: none;
                                      padding: 3px 0;
                                      display: block; }

                                      .header .header-navigation .menu-primary > li .sub-menu li a:first-child {
                                        padding-top: 10px; }

                                        .header .header-navigation .menu-primary > li .sub-menu li a:hover {
                                          color: #9B9B9B; }

                                          .header-logo {
                                            padding-top: 1.5625rem;
                                            float: left; }

                                            .header-search {
                                              display: none;
                                              float: right; }

                                              @media screen and (min-width: 75em) {
                                                .header-search {
                                                  display: block; } }

                                                  .header-search a {
                                                    display: inline-block;
                                                    vertical-align: middle;
                                                    padding-top: 1.625rem;
                                                    -webkit-transform: perspective(1px) translateZ(0);
                                                    transform: perspective(1px) translateZ(0);
                                                    -webkit-box-shadow: 0 0 1px transparent;
                                                    box-shadow: 0 0 1px transparent;
                                                    position: relative;
                                                    overflow: hidden; }

                                                    .header-search a:hover {
                                                      opacity: .6; }

                                                      .header-search .header-search-form {
                                                        z-index: 9999;
                                                        right: 0;
                                                        display: none;
                                                        position: absolute;
                                                        background: #fff;
                                                        margin: 1.375rem 0 0; }

                                                        .header-search .header-search-form form {
                                                          position: relative;
                                                          text-align: center;
                                                          height: 3.125rem;
                                                          width: 12.5rem; }

                                                          .header-search .header-search-form form:before {
                                                            content: '';
                                                            position: absolute;
                                                            top: 0;
                                                            left: 0;
                                                            width: 100%;
                                                            height: 0.1875rem;
                                                            background: -webkit-gradient(linear, left top, right top, from(#440099), to(#F9423A));
                                                            background: linear-gradient(90deg, #440099 0%, #F9423A 100%); }

                                                            .header-search .header-search-form input {
                                                              width: 10rem;
                                                              padding: 0.3125rem 0.3125rem 0;
                                                              border: none;
                                                              border-radius: 0;
                                                              border-bottom: 0.0625rem solid #9B9B9B;
                                                              font-size: 0.8125rem; }

                                                              .header-search .header-search-form input:focus {
                                                                outline: none; }

/* Footer styles
========================================================================== */
/**
 * This file contains all styles related to the footer of the site/application.
 */
 footer {
  padding-bottom: 12.5rem;
  background: #fff url("../images/lines.png") no-repeat center bottom; }

  .footer-logo {
    width: 100%;
    float: left;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin: 4.8125rem 0 3.1875rem; 
    text-align: left;}

    @media print, screen and (min-width: 40em) {
      .footer-logo {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }

        .footer-logo:last-child:not(:first-child) {
          float: right; }

          .footer-inner {
            width: 100%;
            float: left;
            padding-right: 1.25rem;
            padding-left: 1.25rem;
            margin-bottom: 2.1875rem; 
            text-align: left;}

            @media print, screen and (min-width: 40em) {
              .footer-inner {
                padding-right: 0.625rem;
                padding-left: 0.625rem; } }

                .footer-inner:last-child:not(:first-child) {
                  float: right; }

                  @media print, screen and (min-width: 40em) {
                    .footer-inner {
                      width: 50%;
                      float: left;
                      padding-right: 1.25rem;
                      padding-left: 1.25rem;
                      height: 10rem; } }

                      @media print, screen and (min-width: 40em) and (min-width: 40em) {
                        .footer-inner {
                          padding-right: 0.625rem;
                          padding-left: 0.625rem; } }

                          @media print, screen and (min-width: 40em) {
                            .footer-inner:last-child:not(:first-child) {
                              float: right; }
                              .footer-inner:last-child:last-child {
                                float: left; } }

                                @media print, screen and (min-width: 64em) {
                                  .footer-inner {
                                    width: 25%;
                                    float: left;
                                    padding-right: 1.25rem;
                                    padding-left: 1.25rem;
                                    margin-bottom: 0;
                                    height: auto; } }

                                    @media print, screen and (min-width: 64em) and (min-width: 40em) {
                                      .footer-inner {
                                        padding-right: 0.625rem;
                                        padding-left: 0.625rem; } }

                                        @media print, screen and (min-width: 64em) {
                                          .footer-inner:last-child:not(:first-child) {
                                            float: right; } }

                                            .footer-inner h6 {
                                              font-size: 0.75rem;
                                              line-height: 1.0625rem;
                                              color: #333;
                                              margin: 0;
                                              text-transform: uppercase; }

                                              .footer-inner .contact-info {
                                                font-size: 0.875rem;
                                                line-height: 1.0625rem;
                                                color: #333;
                                                margin: 0.9375rem 0 0; }

                                                .footer-inner .contact-info a {
                                                  color: #333; }

                                                  .footer-inner .contact-info a:hover {
                                                    opacity: .6; }

                                                    .footer-inner .contact-info span {
                                                      display: block;
                                                      margin-top: 1.5625rem; }

                                                      .footer-inner #menu-footer-menu {
                                                        margin: 0;
                                                        padding: 0;
                                                        list-style: none; }

                                                        .footer-inner #menu-footer-menu li a {
                                                          font-size: 0.875rem;
                                                          line-height: 1.1875rem;
                                                          color: #0072CE;
                                                          display: block;
                                                          padding: 0.3125rem 0 0.25rem; }

                                                          .footer-inner #menu-footer-menu li a:hover {
                                                            opacity: .6; }

                                                            .footer-inner #menu-footer-menu li:first-child {
                                                              margin: 0.625rem 0 0; }

                                                              .footer-inner .socials {
                                                                margin: 1.25rem 0 0;
                                                                padding: 0;
                                                                list-style: none; }

                                                                .footer-inner .socials li {
                                                                  display: inline-block;
                                                                  margin-left: 2.75rem; }

                                                                  .footer-inner .socials li a:hover {
                                                                    opacity: .6; }

                                                                    .footer-inner .socials li:first-child {
                                                                      margin-left: 0; }

                                                                      .footer-inner form {
                                                                        margin: 1.25rem 0 0; }

                                                                        .footer-inner form input {
                                                                          width: 100%;
                                                                          border: 1px solid #9B9B9B;
                                                                          margin-bottom: 0.625rem;
                                                                          font-size: 0.75rem; }

                                                                          .footer-inner form button, .footer-inner form input[type='submit'] {
                                                                            width: 100%;
                                                                            border: none;
                                                                            font-size: 0.75rem;
                                                                            color: #fff;
                                                                            text-align: center;
                                                                            background: #0072CE;
                                                                            line-height: 1; }

                                                                            .site-by {
                                                                              float: left;
                                                                              padding: 0 15px;
                                                                              margin-left: 7.5rem;}

                                                                              .site-by a, .site-by span {
                                                                                font-size: 11px;
                                                                                color: #333;
                                                                                opacity: 0.4; }

/* Global styles
========================================================================== */
/**
 * This file contains all styles related to the global common styles.
 */
 body {
  font-size: 0.875rem; }

  a {
    text-decoration: none;
    color: #0072CE;
    -webkit-transition: all .2s ease-out, all .3s ease-in;
    transition: all .2s ease-out, all .3s ease-in; }

    a:focus, a:active, a:visited {
      outline: none !important; }

      button, input[type='submit'] {
        -webkit-transition: all .2s ease-out, all .3s ease-in;
        transition: all .2s ease-out, all .3s ease-in; }

        .container {
          max-width: 73.125rem;
          margin-right: auto;
          margin-left: auto; }

          .container::before, .container::after {
            display: table;
            content: ' ';
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1; }

            .container::after {
              clear: both; }

              .section-title {
                width: 100%;
                float: left;
                padding-right: 1.25rem;
                padding-left: 1.25rem;
                text-align: center; }

                @media print, screen and (min-width: 40em) {
                  .section-title {
                    padding-right: 0.625rem;
                    padding-left: 0.625rem; } }

                    .section-title:last-child:not(:first-child) {
                      float: right; }

                      .section-title h3 {
                        font-size: 1rem;
                        line-height: 1.8125rem;
                        color: #440099;
                        padding: 0;
                        text-transform: uppercase; }

                        .section-title h2 {
                          font-size: 3rem;
                          line-height: 1.8125rem;
                          color: #000;
                          padding: 0; }

                          .page-content-main {
                            width: 100%;
                            float: left;
                            padding-right: 1.25rem;
                            padding-left: 1.25rem;
                            position: relative;
                            padding-right: 0 !important;
                            padding-left: 0 !important;
                            margin-top: 3.75rem; }

                            @media print, screen and (min-width: 40em) {
                              .page-content-main {
                                padding-right: 0.625rem;
                                padding-left: 0.625rem; } }

                                .page-content-main:last-child:not(:first-child) {
                                  float: right; }

                                  @media print, screen and (min-width: 40em) {
                                    .page-content-main {
                                      width: 100%;
                                      float: left;
                                      padding-right: 1.25rem;
                                      padding-left: 1.25rem; } }

                                      @media print, screen and (min-width: 40em) and (min-width: 40em) {
                                        .page-content-main {
                                          padding-right: 0.625rem;
                                          padding-left: 0.625rem; } }

                                          @media print, screen and (min-width: 40em) {
                                            .page-content-main:last-child:not(:first-child) {
                                              float: right; } }

                                              @media print, screen and (min-width: 64em) {
                                                .page-content-main {
                                                  /*width: 66.66667%;*/
                                                  float: left;
                                                  padding-right: 1.25rem;
                                                  padding-left: 1.25rem; } }

                                                  @media print, screen and (min-width: 64em) and (min-width: 40em) {
                                                    .page-content-main {
                                                      padding-right: 0.625rem;
                                                      padding-left: 0.625rem; } }

                                                      @media print, screen and (min-width: 64em) {
                                                        .page-content-main:last-child:not(:first-child) {
                                                          float: right; } }

                                                          @media screen and (max-width: 6.375em) {
                                                            .page-content-main .fixed-socials-share {
                                                              bottom: 0; } }

                                                              .page-content-aside {
                                                                width: 100%;
                                                                float: left;
                                                                padding-right: 1.25rem;
                                                                padding-left: 1.25rem;
                                                                text-align: center;
                                                                margin-top: 3.75rem; }

                                                                @media print, screen and (min-width: 40em) {
                                                                  .page-content-aside {
                                                                    padding-right: 0.625rem;
                                                                    padding-left: 0.625rem; } }

                                                                    .page-content-aside:last-child:not(:first-child) {
                                                                      float: right;
                                                                      margin: 5rem 0 0 0;
                                                                      width: 25%; }

                                                                      @media print, screen and (min-width: 40em) {
                                                                        .page-content-aside {
                                                                          width: 100%;
                                                                          float: left;
                                                                          padding-right: 1.25rem;
                                                                          padding-left: 1.25rem;
                                                                          text-align: left; } }

                                                                          @media print, screen and (min-width: 40em) and (min-width: 40em) {
                                                                            .page-content-aside {
                                                                              padding-right: 0.625rem;
                                                                              padding-left: 0.625rem; } }

                                                                              @media print, screen and (min-width: 40em) {
                                                                                .page-content-aside:last-child:not(:first-child) {
                                                                                  float: right; } }

                                                                                  @media print, screen and (min-width: 64em) {
                                                                                    .page-content-aside {
                                                                                      margin-right: 5%;
                                                                                      width: 20%;
                                                                                      float: left;
                                                                                      padding-right: 1.25rem;
                                                                                      padding-left: 1.25rem; } }

                                                                                      @media print, screen and (min-width: 64em) and (min-width: 40em) {
                                                                                        .page-content-aside {
                                                                                          padding-right: 0.625rem;
                                                                                          padding-left: 0.625rem; } }

                                                                                          @media print, screen and (min-width: 64em) {
                                                                                            .page-content-aside:last-child:not(:first-child) {
                                                                                              float: right; } }

                                                                                              .medium-waves {
                                                                                                background-position: calc(100% + 120px) 15.625rem; }

                                                                                                @media screen and (min-width: 75em) {
                                                                                                  .medium-waves {
                                                                                                    background-position: 100% 15.625rem; } }

                                                                                                    .large-waves {
                                                                                                      background-position: calc(100% + 180px) -13.75rem;
                                                                                                      background-size: 615px; }

                                                                                                      .medium-large-waves {
                                                                                                        background-position: calc(100% + 160px) 280px;
                                                                                                        background-size: 485px; }

                                                                                                        .upload-more-wrapper {
                                                                                                          width: 100%;
                                                                                                          float: left;
                                                                                                          padding-right: 1.25rem;
                                                                                                          padding-left: 1.25rem;
                                                                                                          padding-left: 0 !important;
                                                                                                          padding-right: 0 !important;
                                                                                                          text-align: center; }

                                                                                                          @media print, screen and (min-width: 40em) {
                                                                                                            .upload-more-wrapper {
                                                                                                              padding-right: 0.625rem;
                                                                                                              padding-left: 0.625rem; } }

                                                                                                              .upload-more-wrapper:last-child:not(:first-child) {
                                                                                                                float: right; 
                                                                                                                margin-bottom: 3rem;}

                                                                                                                @media print, screen and (min-width: 64em) {
                                                                                                                  .upload-more-wrapper {
                                                                                                                    text-align: left; } }

                                                                                                                    .hero-bottom-none {
                                                                                                                      padding-bottom: 4.9375rem; }

                                                                                                                      .see-more-red-arrow {
                                                                                                                        font-size: 0.875rem;
                                                                                                                        color: #F9423A !important;
                                                                                                                        line-height: 1.3125rem;
                                                                                                                        display: inline-block;
                                                                                                                        position: relative;
                                                                                                                        margin: 0; }

                                                                                                                        .see-more-red-arrow p {
                                                                                                                          font-size: 0.875rem;
                                                                                                                          color: #F9423A !important;
                                                                                                                          line-height: 1.3125rem;
                                                                                                                          display: inline-block;
                                                                                                                          position: relative;
                                                                                                                          margin: 0; }

                                                                                                                          .see-more-red-arrow span {
                                                                                                                            margin-left: 0.625rem; }

                                                                                                                            .page-content-main h3:first-child {
                                                                                                                              margin: 0 0 1.1875rem; }

                                                                                                                              .page-content-main h4 {
                                                                                                                                font-size: 1.25rem;
                                                                                                                                line-height: 2rem;
                                                                                                                                color: #0072CE;
                                                                                                                                margin: 1.1875rem 0 0.75rem; }

                                                                                                                                .page-content-main p {
                                                                                                                                  font-size: 0.875rem;
                                                                                                                                  line-height: 1.625rem; }

                                                                                                                                  .page-content-main ul {
                                                                                                                                    margin: 0;
                                                                                                                                    padding: 0;
                                                                                                                                    list-style-type: none; }

                                                                                                                                    .page-content-main ul li {
                                                                                                                                      position: relative;
                                                                                                                                      padding-left: 1.875rem;
                                                                                                                                      font-size: 0.875rem;
                                                                                                                                      line-height: 1.625rem; }

                                                                                                                                      .page-content-main ul li:before {
                                                                                                                                        content: '\2022';
                                                                                                                                        color: #A9F281;
                                                                                                                                        position: absolute;
                                                                                                                                        font-size: 3.125rem;
                                                                                                                                        width: 0.5rem;
                                                                                                                                        height: 0.5rem;
                                                                                                                                        left: 0.3125rem;
                                                                                                                                        line-height: .5; }

                                                                                                                                        .highlighted-paragraph {
                                                                                                                                          font-size: 1.25rem !important;
                                                                                                                                          line-height: 2rem !important; }

                                                                                                                                          .light, .page-footer .footer-copyright {
                                                                                                                                            background: #A9F281 url(../svg/check.svg) no-repeat center;
                                                                                                                                            position: absolute;
                                                                                                                                            width: 1.25rem;
                                                                                                                                            height: 1.25rem;
                                                                                                                                            text-align: center;
                                                                                                                                            border-radius: 50%;
                                                                                                                                            left: 0;
                                                                                                                                            top: 0.4375rem;
                                                                                                                                            z-index: 10; }

                                                                                                                                            .alm-load-more-btn.done {
                                                                                                                                              display: none !important; }

                                                                                                                                              .alm-btn-wrap {
                                                                                                                                                clear: both; }

                                                                                                                                                .section-discounts-subpages .page-content-main, .section-skatte-single-post .page-content-main {
                                                                                                                                                  padding-left: 0.9375rem !important;
                                                                                                                                                  padding-right: 0.9375rem !important; }

                                                                                                                                                  .container--wide {
                                                                                                                                                    max-width: 90rem;
                                                                                                                                                    width: 100%;
                                                                                                                                                    margin: 0 auto;
                                                                                                                                                    position: relative; }

                                                                                                                                                    .container--1440 {
                                                                                                                                                      max-width: 90rem;
                                                                                                                                                      width: 100%;
                                                                                                                                                      margin: 0 auto;
                                                                                                                                                      position: relative;
                                                                                                                                                      background-color: #fff; }

                                                                                                                                                      body {
                                                                                                                                                        background-color: #E6E6E5; }

                                                                                                                                                        .youtube-thumb {
                                                                                                                                                          height: 240px;
                                                                                                                                                          -o-object-fit: cover;
                                                                                                                                                          object-fit: cover; }

                                                                                                                                                          .skatte-single-news-iframe {
                                                                                                                                                            position: relative;
                                                                                                                                                            padding-bottom: 56.25%;
                                                                                                                                                            /* 16:9 */
                                                                                                                                                            padding-top: 25px;
                                                                                                                                                            height: 0; }

                                                                                                                                                            .skatte-single-news-iframe iframe {
                                                                                                                                                              position: absolute;
                                                                                                                                                              top: 0;
                                                                                                                                                              left: 0;
                                                                                                                                                              width: 100%;
                                                                                                                                                              height: 100%; }

                                                                                                                                                              .single-post .page-content-main h1 {
                                                                                                                                                                font-size: 1.875rem;
                                                                                                                                                                color: #2F2F2F; }

/* Mobile menu
========================================================================== */
/**
 * This file contains all styles related to the Mobile Menu.
 */
 #responsive-menu-container {
  height: 100%;
  width: 16.875rem;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99998;
  padding-bottom: 5px;
  margin-bottom: -5px;
  outline: 1px solid transparent;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

  #responsive-menu-container form {
    position: relative;
    top: 3.75rem;
    padding: 0 0.625rem; }

    #responsive-menu-container form input {
      position: relative;
      height: 3rem;
      border: 0.0625rem solid #E6E6E5;
      border-radius: 0.3125rem;
      width: 15rem;
      padding-right: 2.5rem; }

      #responsive-menu-container form button {
        position: absolute;
        height: 3rem;
        width: 3rem;
        right: 0.625rem;
        top: 2.1875rem;
        border-radius: 0 0.3125rem 0.3125rem 0;
        background: #F9423A url(../svg/search_white.svg) no-repeat center; }

        #responsive-menu-container .navigation-primary {
          position: relative;
          top: 5rem; }

          #responsive-menu-container .navigation-primary ul {
            list-style: none;
            padding-left: 1.25rem; }

            #responsive-menu-container .navigation-primary ul .current-menu-item > a {
              color: #0072CE; }

              #responsive-menu-container .navigation-primary a {
                font-size: 0.8125rem;
                color: #000;
                text-decoration: none;
                padding: 1.5rem 0 0 0;
                display: block; }

                #responsive-menu-container .navigation-primary a:hover {
                  color: #0072CE; }

                  #responsive-menu-container .navigation-primary ul.sub-menu {
                    padding: 0.375rem 0 0 1.25rem; }

                    #responsive-menu-container .navigation-primary ul.sub-menu li a {
                      padding: 0 0 0.375rem 0; }

                      #responsive-menu-container .navigation-primary ul.sub-menu li:last-of-type a {
                        padding: 0; }

                        .close-menu {
                          display: block;
                          width: 1.5625rem;
                          height: 1.5625rem;
                          background: url(../svg/close.svg) no-repeat center;
                          float: right;
                          margin-right: 1.25rem;
                          margin-top: 0.625rem; }

                          .open {
                            transform: translateX(0) !important;
                            -ms-transform: translateX(0) !important;
                            -webkit-transform: translateX(0) !important;
                            -moz-transform: translateX(0) !important; }

                            .open-menu {
                              float: right;
                              height: 40px;
                              position: relative;
                              background: transparent;
                              border: none;
                              -webkit-box-shadow: none;
                              box-shadow: none;
                              padding: 20px 27px;
                              cursor: pointer; }

                              @media screen and (min-width: 75em) {
                                .open-menu {
                                  display: none; } }

                                  .open-menu:after {
                                    right: 0.625rem;
                                    content: "";
                                    position: absolute;
                                    top: 1.5625rem;
                                    width: 1.5625rem;
                                    height: 0.125rem;
                                    background: #979797;
                                    -webkit-box-shadow: 0 5px 0 0 #979797, 0 10px 0 0 #979797;
                                    box-shadow: 0 5px 0 0 #979797, 0 10px 0 0 #979797; }

                                    .open-menu:focus {
                                      outline: 0; }

                                      .hide-menu {
                                        display: none !important;
                                        visibility: hidden; }

                                        @media (max-width: 1200px) {
                                          .hide-menu {
                                            display: initial !important;
                                            visibility: visible; } }

                                            .menu-draw-attention a {
                                              font-family: 'Graphik Web' !important;
                                              font-weight: 600 !important;
                                              font-size: 0.875rem !important;
                                              text-transform: uppercase;
                                              color: #0072CE !important; }

                                              .section-become-member {
                                                background: url('../images/Bilder/Depositphotos_5811333_xl-2015.jpg') bottom no-repeat, linear-gradient(to right, #409, #F9423A);
                                                background-size: auto, auto;
                                                background-size: auto, auto;
                                                position: relative;
                                                background-size: auto, auto;
                                                background-size: auto, auto;
                                                background-size: cover;
                                                -webkit-background-size: cover;
                                                -moz-background-size: cover;
                                                -o-background-size: cover;
                                                background-blend-mode: overlay; }

                                                .section-become-member .become-member-wrapper {
                                                  width: 100%;
                                                  float: left;
                                                  padding-right: 1.25rem;
                                                  padding-left: 1.25rem;
                                                  margin-right: auto;
                                                  margin-left: auto; }

                                                  @media print, screen and (min-width: 40em) {
                                                    .section-become-member .become-member-wrapper {
                                                      padding-right: 0.625rem;
                                                      padding-left: 0.625rem; } }

                                                      .section-become-member .become-member-wrapper:last-child:not(:first-child) {
                                                        float: right; }

                                                        @media print, screen and (min-width: 64em) {
                                                          .section-become-member .become-member-wrapper {
                                                            width: 75%;
                                                            float: left;
                                                            padding-right: 1.25rem;
                                                            padding-left: 1.25rem; } }

                                                            @media print, screen and (min-width: 64em) and (min-width: 40em) {
                                                              .section-become-member .become-member-wrapper {
                                                                padding-right: 0.625rem;
                                                                padding-left: 0.625rem; } }

                                                                @media print, screen and (min-width: 64em) {
                                                                  .section-become-member .become-member-wrapper:last-child:not(:first-child) {
                                                                    float: right; } }

                                                                    .section-become-member .become-member-wrapper, .section-become-member .become-member-wrapper:last-child:not(:first-child) {
                                                                      float: none;
                                                                      clear: both; }

                                                                      .section-become-member .become-member-wrapper h2 {
                                                                        font-size: 1.875rem;
                                                                        line-height: 2.25rem;
                                                                        color: #fff;
                                                                        text-align: center;
                                                                        margin: 3.1875rem 0 1.0625rem; }

                                                                        .section-become-member .become-member-wrapper p {
                                                                          font-size: 0.875rem;
                                                                          line-height: 1.625rem;
                                                                          color: #fff;
                                                                          text-align: center;
                                                                          margin: 0; }

                                                                          .section-become-member .become-member-wrapper a {
                                                                            background-color: #0072CE;
                                                                            color: white;
                                                                            max-width: 200px;
                                                                            width: 100%;
                                                                            height: 50px;
                                                                            cursor: pointer;
                                                                            text-align: center;
                                                                            text-transform: uppercase;
                                                                            display: block;
                                                                            margin: 1.688rem auto 2.5rem;
                                                                            padding: 0.938rem 0 0;
                                                                            border-radius: 0px;
                                                                            text-decoration: none;
                                                                            font-weight: bold !important; }

                                                                            .section-become-member .become-member-wrapper a:hover {
                                                                              opacity: .6; }

                                                                              

                                                                                .page-id-28 .become-member-wrapper a:hover {
                                                                                  opacity: .6; }

/* Bli medlem subpages benefits component styles
========================================================================== */
/**
 * This file contains all styles related to the  Bli medlem subpages benefits component.
 */
 .section-bli-medlem-subpage-benefits {
  padding-bottom: 3.75rem;
  background: #fff; }

  .section-bli-medlem-subpage-benefits .section-title h2 {
    margin: 3.4375rem 0 0 0; }

    .bli-medlem-subpage-benefits-wrapper {
      width: 100%;
      float: left;
      text-align: left;
      padding-right: 1.25rem;
      padding-left: 1.25rem; }

      @media print, screen and (min-width: 40em) {
        .bli-medlem-subpage-benefits-wrapper {
          padding-right: 0.625rem;
          padding-left: 0.625rem; } }

          .bli-medlem-subpage-benefits-wrapper:last-child:not(:first-child) {
            float: right; }

            .bli-medlem-subpage-benefits-wrapper h3 {
              text-align: center;
              font-size: 1rem;
              margin: 2.3125rem 0 2.25rem; }

              .bli-medlem-subpage-benefits-wrapper .ordinare {
                background: #333 url(../svg/check.svg) no-repeat center;
                position: absolute;
                width: 1.25rem;
                height: 1.25rem;
                text-align: center;
                border-radius: 50%;
                left: 0;
                top: 0.4375rem;
                z-index: 50; }

                .bli-medlem-subpage-benefits-wrapper .benefits-ordinare-light {
                  margin-bottom: 1.125rem; }

                  .bli-medlem-subpage-benefits-wrapper .benefits-ordinare-light p {
                    display: inline-block;
                    font-size: 0.875rem;
                    line-height: 2.25rem;
                    position: relative;
                    padding-left: 2.4375rem;
                    margin: 0 2.1875rem 0 0; }

                    .bli-medlem-subpage-benefits-wrapper .benefits-ordinare-light p:last-child(2) {
                      margin-right: 0; }

                      .bli-medlem-subpage-benefits-wrapper ul {
                        margin: 0;
                        padding: 0;
                        list-style: none; }

                        .bli-medlem-subpage-benefits-wrapper ul li {
                          font-size: 0.875rem;
                          line-height: 1.625rem;
                          margin-bottom: 1.875rem;
                          position: relative;
                          padding-left: 2.4375rem; }

                          .bli-medlem-subpage-benefits-wrapper ul li p {
                            margin: 0; }

                            @media print, screen and (min-width: 40em) {
                              .bli-medlem-subpage-benefits-wrapper .list-left {
                                display: inline-block;
                                float: left;
                                width: 50%;
                                padding-right: 1.5625rem; } }

                                @media print, screen and (min-width: 40em) {
                                  .bli-medlem-subpage-benefits-wrapper .list-right {
                                    display: inline-block;
                                    width: 50%;
                                    padding-left: 1.5625rem; } }

                                    .bli-medlem-subpage-benefits-info {
                                      width: 100%;
                                      float: left;
                                      padding-right: 1.25rem;
                                      padding-left: 1.25rem;
                                      text-align: center;
                                      margin-top: 1rem;
                                    }

                                    @media print, screen and (min-width: 40em) {
                                      .bli-medlem-subpage-benefits-info {
                                        padding-right: 0.625rem;
                                        padding-left: 0.625rem; } }

                                        .bli-medlem-subpage-benefits-info:last-child:not(:first-child) {
                                          float: right; }

                                          .bli-medlem-subpage-benefits-info p {
                                            padding: 0.6875rem 0 0.875rem;
                                            font-size: 0.875rem;
                                            line-height: 1.625rem;
                                            color: #000;
                                            width: 100%;
                                            max-width: 43.75rem;
                                            margin: 0 auto; }

                                            @media print, screen and (min-width: 64em) {
                                              .bli-medlem-subpage-benefits-info p {
                                                padding: 0.6875rem 0.3125rem 0.875rem; } }

/* Bli medlem subpages register component styles
========================================================================== */
/**
 * This file contains all styles related to the  Bli medlem subpages register component.
 */
 .section-bli-medlem-register {
  -webkit-box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.08);
  padding-bottom: 3.75rem; 
  background-color: rgba(101, 101, 101, 0.15);
}

  .section-bli-medlem-register .container {
    position: relative; }

    .section-bli-medlem-register .section-title h2 {
      color: #000;
      margin: 3.4375rem 0 2.0625rem; }

      .bli-medlem-subpage-register-left, .bli-medlem-subpage-register-right {
        width: 100%;
        float: left;
        padding-right: 1.25rem;
        padding-left: 1.25rem; }

        @media print, screen and (min-width: 40em) {
          .bli-medlem-subpage-register-left, .bli-medlem-subpage-register-right {
            padding-right: 0.625rem;
            padding-left: 0.625rem; } }

            .bli-medlem-subpage-register-left:last-child:not(:first-child), .bli-medlem-subpage-register-right:last-child:not(:first-child) {
              float: right; }

              @media print, screen and (min-width: 64em) {
                .bli-medlem-subpage-register-left, .bli-medlem-subpage-register-right {
                  width: 47.5%;
                  float: left;
                  text-align: left;
                  padding-right: 1.25rem;
                  padding-left: 1.25rem; } }

                  @media print, screen and (min-width: 64em) and (min-width: 40em) {
                    .bli-medlem-subpage-register-left, .bli-medlem-subpage-register-right {
                      padding-right: 0.625rem;
                      padding-left: 0.625rem; } }

                      @media print, screen and (min-width: 64em) {
                        .bli-medlem-subpage-register-left:last-child:not(:first-child), .bli-medlem-subpage-register-right:last-child:not(:first-child) {
                          float: right; } }

                          .bli-medlem-subpage-register-left h3 {
                            margin: 0 0 2.75rem; }

                            .bli-medlem-subpage-register-left p {
                              font-size: 0.875rem;
                              line-height: 1.625rem;
                              margin: 1rem 0 1rem; }

                              .bli-medlem-subpage-register-left .bli-medlem-subpage-register-swish {
                                margin: 2rem auto 2rem auto;
                              }

                              .bli-medlem-subpage-register-left .bli-medlem-subpage-register-swish strong {
                                font-size: 1.25rem;
                                line-height: 1.75rem;
                                color: #000;
                                margin: 0.75rem 0 0.75rem; }

                                .bli-medlem-subpage-register-left .bli-medlem-subpage-register-swish p {
                                  font-size: 0.875rem;
                                  line-height: 1.75rem;
                                  color: #000;
                                  margin: 0.75rem 0 0.75rem; }

                                  .bli-medlem-subpage-register-left .bli-medlem-subpage-register-swish p:blank, .bli-medlem-subpage-register-left .bli-medlem-subpage-register-swish p:empty {
                                    line-height: 0;
                                    margin: 0; }

                                    .bli-medlem-subpage-register-left .bli-medlem-subpage-register-swish p a {
                                      color: #000;
                                      display: block; }

                                      .bli-medlem-subpage-register-left .bli-medlem-subpage-register-swish p a:hover {
                                        opacity: .6; }

                                        .bli-medlem-subpage-register-right form {
                                          position: relative; }

                                          .bli-medlem-subpage-register-right form input {
                                            width: 100%;
                                            border: 0.125rem solid #DCDCDC;
                                            font-size: 0.75rem;
                                            line-height: 1;
                                            color: #4a4a4a;
                                            margin-bottom: 0.5625rem;
                                            padding: 5px 15px;
                                            border-radius: 0px;
                                            background-color: #DCDCDC;
                                          }

                                          .bli-medlem-subpage-register-right form input::placeholder {
                                            color: black;
                                            opacity: 1; /* Firefox */
                                          }

                                          .bli-medlem-subpage-register-right form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
                                           color: black;
                                         }

                                         .bli-medlem-subpage-register-right form input::-ms-input-placeholder { /* Microsoft Edge */
                                           color: black;
                                         }

                                         .bli-medlem-subpage-register-right form .checkbox-form-wrapper {
                                          position: relative; }

                                          .bli-medlem-subpage-register-right form input[type="checkbox"] {
                                            position: relative;
                                            z-index: 10;
                                            opacity: 0;
                                            vertical-align: middle;
                                            display: none; }

                                            .bli-medlem-subpage-register-right form input[type="checkbox"], .bli-medlem-subpage-register-right form input[type="checkbox"] + label:before,
                                            .bli-medlem-subpage-register-right form input[type="checkbox"][checked] + label:before {
                                              width: 1.3125rem;
                                              height: 1.3125rem; }

                                              .bli-medlem-subpage-register-right form input[type="checkbox"], .bli-medlem-subpage-register-right form input[type="checkbox"] + label {
                                                cursor: pointer; }

                                                .bli-medlem-subpage-register-right form input[type="checkbox"] + label:before,
                                                .bli-medlem-subpage-register-right form input[type="checkbox"]:checked + label:before {
                                                  background: #E6E6E5; }

                                                  .bli-medlem-subpage-register-right form input[type="checkbox"]:checked + label:before {
                                                    background: #E6E6E5 url("../svg/check.svg") no-repeat center; }

                                                    .bli-medlem-subpage-register-right form input[type="checkbox"] + label:before,
                                                    .bli-medlem-subpage-register-right form input[type="checkbox"]:checked + label:before {
                                                      content: " ";
                                                      position: absolute;
                                                      left: 0;
                                                      bottom: 0;
                                                      margin-bottom: 0.75rem;
                                                      display: inline-block; }

                                                      .bli-medlem-subpage-register-right form p {
                                                        color: #000;
                                                        margin: -1rem 0 0 2rem;
                                                        line-height: 1.1875rem;
                                                        font-size: 0.875rem;}

                                                        .bli-medlem-subpage-register-right form p a {
                                                          color: #000;}

                                                          .bli-medlem-subpage-register-right form button, .bli-medlem-subpage-register-right form input[type='submit'] {
                                                            background-image: linear-gradient(to right, #440099, #F9423A 100%);
                                                            margin: 1rem 13rem auto auto;
                                                            color: #fff !important;
                                                            max-width: 125px;
                                                            width: 100%;
                                                            height: 36px;
                                                            cursor: pointer;
                                                            text-align: center;
                                                            display: block;
                                                            float: right;
                                                            margin-top: 1.25rem;
                                                            font-family: 'Graphik Web';
                                                            font-weight: 500;
                                                            font-style: normal;
                                                            border-radius: 0;
                                                            font-stretch: normal;
                                                            font-size: 0.75rem;
                                                            border: none;
                                                            text-transform: uppercase;
                                                            padding-right: 1rem;}

                                                            .bli-medlem-subpage-register-right form button:hover, .bli-medlem-subpage-register-right form input[type='submit']:hover {
                                                              opacity: .6; }

/* Bli medlem single component styles
========================================================================== */
/**
 * This file contains all styles related to the Bli medlem single component.
 */
 .bli-medlem-hero-wrapper {
  position: relative;
  overflow: hidden; }

  .bli-medlem-hero-wrapper .bli-medlem-single {
    z-index: 899;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

    @media print, screen and (min-width: 64em) {
      .bli-medlem-hero-wrapper .bli-medlem-single {
        height: 6.25rem;
        width: 50%;
        float: left;
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }

        @media print, screen and (min-width: 64em) and (min-width: 40em) {
          .bli-medlem-hero-wrapper .bli-medlem-single {
            padding-right: 0.625rem;
            padding-left: 0.625rem; } }

            @media print, screen and (min-width: 64em) {
              .bli-medlem-hero-wrapper .bli-medlem-single:last-child:not(:first-child) {
                float: right; } }

                .bli-medlem-hero-wrapper .bli-medlem-single.bli-medlem-single--peach {
                  background: -webkit-gradient(linear, left top, right top, from(#440099), to(#F9423A));
                  background: linear-gradient(90deg, #440099 0%, #F9423A 100%);
                  padding: 1.875rem; }

                  .bli-medlem-hero-wrapper .bli-medlem-single.bli-medlem-single--peach:hover h4, .bli-medlem-hero-wrapper .bli-medlem-single.bli-medlem-single--peach:hover .button-arrow--white {
                    opacity: .6; }

                    .bli-medlem-hero-wrapper .bli-medlem-single.bli-medlem-single--blue {
                      background: -webkit-gradient(linear, right top, left top, from(#0583FF), to(#440099));
                      background: linear-gradient(270deg, #0583FF 0%, #440099 100%);
                      padding: 1rem 0.9375rem;
                      top: 0; }

                      @media screen and (min-width: 75em) {
                        .bli-medlem-hero-wrapper .bli-medlem-single.bli-medlem-single--blue .bli-medlem-inner {
                          margin-left: 7.875rem; } }

                          .bli-medlem-hero-wrapper .bli-medlem-single .bli-medlem-inner {
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-align: center;
                            -ms-flex-align: center;
                            align-items: center; }

                            .bli-medlem-hero-wrapper .bli-medlem-single .bli-medlem-inner .bli-medlem-inner-left {
                              float: left;
                              margin-right: 1.875rem; }

                              .bli-medlem-hero-wrapper .bli-medlem-single .bli-medlem-inner h4 {
                                font-size: 1.5rem;
                                line-height: 1.8125rem;
                                color: #fff;
                                margin: 0 0 0.5rem;
                                -webkit-transition: all .2s ease-out, all .3s ease-in;
                                transition: all .2s ease-out, all .3s ease-in; }

                                .bli-medlem-hero-wrapper .bli-medlem-single .bli-medlem-inner .bli-medlem-student {
                                  display: block;
                                  font-size: 0.75rem;
                                  line-height: 1.1875rem;
                                  text-decoration: underline;
                                  color: #fff;
                                  margin: 0;
                                  -webkit-transition: all .2s ease-out, all .3s ease-in;
                                  transition: all .2s ease-out, all .3s ease-in; }

                                  .bli-medlem-hero-wrapper .bli-medlem-single .bli-medlem-inner .bli-medlem-student:hover {
                                    opacity: .6; }

                                    .bli-medlem-hero-wrapper .bli-medlem-single .bli-medlem-inner .button-right-arrow--white {
                                      -webkit-transition: all .2s ease-out, all .3s ease-in;
                                      transition: all .2s ease-out, all .3s ease-in;
                                      padding: 0 1.25rem; }

                                      @media print, screen and (min-width: 40em) {
                                        .bli-medlem-hero-wrapper .bli-medlem-single .bli-medlem-inner .button-right-arrow--white {
                                          padding: 0; } }

/* Buttons styles
========================================================================== */
/**
 * This file contains all styles related to the button component.
 */
 .button--primary, .footer-inner form button, .footer-inner form input[type='submit'], .join-our-network-section .join-our-network-wrapper form button, .join-our-network-section .join-our-network-wrapper form input[type="submit"], .support-form-wrapper form button, .support-form-wrapper form input[type="submit"] {
  height: 2.875rem;
  border-radius: 0.1875rem;
  cursor: pointer;
  font-family: 'Graphik Web' !important;
  font-weight: 500 !important;
  font-style: normal;
  font-stretch: normal; }

  @media print, screen and (min-width: 40em) {
    .button--primary, .footer-inner form button, .footer-inner form input[type='submit'], .join-our-network-section .join-our-network-wrapper form button, .join-our-network-section .join-our-network-wrapper form input[type="submit"], .support-form-wrapper form button, .support-form-wrapper form input[type="submit"] {
      height: 2.25rem; } }

      .button--primary:hover, .footer-inner form button:hover, .footer-inner form input:hover[type='submit'], .join-our-network-section .join-our-network-wrapper form button:hover, .join-our-network-section .join-our-network-wrapper form input:hover[type="submit"], .support-form-wrapper form button:hover, .support-form-wrapper form input:hover[type="submit"] {
        opacity: .6; }

        .button-circle--play {
          position: relative;
          display: inline-block;
          width: 2.9375rem;
          top: 1.0625rem;
          margin-left: 0.5rem;
          padding-bottom: 2.9375rem;
          background: url("../svg/play.svg") no-repeat center; }

          .button-arrow--white {
            position: relative;
            display: inline-block;
            width: 2.5rem;
            height: 2.5rem;
            background: url("../svg/white_arrow.svg") no-repeat center; }

            .skatte-button-upload-more {
              color: white;
              background-color: #0072CE;
              max-width: 218px;
              width: 100%;              
              text-transform: uppercase;
              height: 36px;
              border: 1px solid;
              border-radius: 0px;
              font-weight: bold;
              cursor: pointer;
              text-align: center;
              display: inline-block;
              padding: 0 0 0 !important;
              text-transform: none !important;
              line-height: 1 !important;
              clear: both; }

              .skatte-button-upload-more:hover {
                opacity: .6; }

                .skatte-button-upload-more > .content {
                  height: 2.25rem;
                  padding-top: 0.625rem; }

                  .skatte-button-upload-more > .content:before {
                    padding-top: 0.625rem;
                    color: #F9423A !important; }

                    .skatte-button-upload-more > .content:after {
                      padding-top: 0.625rem;
                      color: #F9423A !important; }

                      .skatte-button-upload-more > .content .content:before, .skatte-button-upload-more > .content .content:after {
                        display: none; }

                        .skatte-button-upload-more .progress-inner {
                          background: #9B9B9B !important;
                          border-radius: 6.25rem; }

                          .skatte-single-news--more {
                            padding: 0 1.625rem;
                            bottom: 2rem;
                            position: absolute; }

                            .skatte-single-news--more p {
                              font-size: 0.875rem;
                              color: #0072CE !important;
                              line-height: 1.3125rem;
                              display: inline-block;
                              position: relative;
                              margin: 0; }

                              .skatte-single-news--more p span {
                                margin-left: 0.625rem; }

                                .progress-button[data-style="fill"][data-horizontal] .content {
                                  -webkit-transition: -webkit-transform 0.1s !important;
                                  transition: -webkit-transform 0.1s !important;
                                  transition: transform 0.1s !important;
                                  transition: transform 0.1s, -webkit-transform 0.1s !important; }

                                  .button-right-arrow--white {
                                    position: relative;
                                    display: inline-block;
                                    width: 2.5rem;
                                    height: 2.5rem;
                                    background: url("../images/icons/arrow-right-new.png") no-repeat center; }

                                    .button-circle-fill--play {
                                      position: relative;
                                      display: inline-block;
                                      width: 2.9375rem;
                                      top: 1.0625rem;
                                      margin-left: 0.5rem;
                                      padding-bottom: 2.9375rem;
                                      background: url("../svg/play_new.svg") no-repeat center; }

                                      .cookie-notice-container .cn-set-cookie, .cookie-notice-container .cn-more-info {
                                        border: none;
                                        font-size: 0.75rem;
                                        padding: 12px 22px;
                                        color: #fff;
                                        margin-left: 20px;
                                        text-align: center;
                                        background: #0072CE;
                                        line-height: 1;
                                        border-radius: 0.1875rem;
                                        cursor: pointer;
                                        font-family: 'Graphik Web' !important;
                                        font-weight: 500 !important;
                                        font-style: normal;
                                        font-stretch: normal;
                                        display: inline-block; }

                                        .cookie-notice-container .cn-set-cookie:hover, .cookie-notice-container .cn-more-info:hover {
                                          opacity: .6; }

                                          .front-see-more {
                                            display: -webkit-box;
                                            display: -ms-flexbox;
                                            display: flex;
                                            -webkit-box-pack: center;
                                            -ms-flex-pack: center;
                                            justify-content: center;
                                            -webkit-box-align: center;
                                            -ms-flex-align: center;
                                            align-items: center;
                                            margin: 0 auto; }

                                            @media print, screen and (min-width: 64em) {
                                              .front-see-more {
                                                margin: 0 0 0 30rem; } }

                                                .disable-btn {
                                                  opacity: .6;
                                                  pointer-events: none; }

/* Campaign styles
========================================================================== */
/**
 * This file contains all styles related to the campaign description section component.
 */
 .campaign-decsription-section {
  padding: 3.625rem 0 4.4375rem;
  margin-bottom: 4.4375rem;
  background-color: #fff; }

  .campaign-decsription-section .campaign-description-wrapper {
    max-width: 48.75rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 1.25rem; }

    @media print, screen and (min-width: 40em) {
      .campaign-decsription-section .campaign-description-wrapper {
        padding: 0 0.625rem; } }

        .fixed-socials-share-campaign {
          left: 15px !important;
          right: auto;
          bottom: -44px !important; }

          .fixed-socials-share-campaign ul li {
            display: inline-block !important; }

/* Campaign styles
========================================================================== */
/**
 * This file contains all styles related to the campaign facts section component.
 */
 .campaign-fact-section {
  padding: 3.4375rem 0 3.75rem;
  -webkit-box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
  margin-bottom: 1.875rem; }

  .campaign-fact-section .section-title {
    padding: 0;
    margin-bottom: 0.625rem; }

    .campaign-fact-section .campaign-facts-wrapper {
      width: 100%;
      float: left;
      padding-right: 1.25rem;
      padding-left: 1.25rem; }

      @media print, screen and (min-width: 40em) {
        .campaign-fact-section .campaign-facts-wrapper {
          padding-right: 0.625rem;
          padding-left: 0.625rem; } }

          .campaign-fact-section .campaign-facts-wrapper:last-child:not(:first-child) {
            float: right; }

            .campaign-fact-section ul {
              margin: 2.3125rem 0;
              padding: 0;
              list-style: none; }

              .campaign-fact-section ul li {
                font-size: 0.875rem;
                line-height: 1.625rem;
                margin-bottom: 1.875rem;
                position: relative;
                padding-left: 2.4375rem;
                padding-right: 1.5625rem; }

                @media print, screen and (min-width: 40em) {
                  .campaign-fact-section .list-left {
                    display: inline-block;
                    float: left;
                    width: 50%; } }

                    @media print, screen and (min-width: 40em) {
                      .campaign-fact-section .list-right {
                        display: inline-block;
                        width: 50%; } }

                        .campaign-fact-section p {
                          clear: both; }

/* Campaign styles
========================================================================== */
/**
 * This file contains all styles related to the campaign form component.
 */
 .join-our-network-section {
  margin: 1.875rem 0;
  background: #0072CE;
  padding-bottom: 2.5rem; }

  .join-our-network-section .join-our-network-wrapper {
    position: relative;
    width: 100%;
    float: left;
    padding-right: 1.25rem;
    padding-left: 1.25rem; }

    @media print, screen and (min-width: 40em) {
      .join-our-network-section .join-our-network-wrapper {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }

        .join-our-network-section .join-our-network-wrapper:last-child:not(:first-child) {
          float: right; }

          .join-our-network-section .join-our-network-wrapper h2 {
            color: #fff;
            margin: 2.9375rem 0 0 0;
            text-align: center;
            font-size: 1.875rem;
            line-height: 1.3; }

            @media print, screen and (min-width: 64em) {
              .join-our-network-section .join-our-network-wrapper h2 {
                font-size: 2.8125rem;
                line-height: 3.375rem; } }

                .join-our-network-section .join-our-network-wrapper h5 {
                  font-size: 1.25rem;
                  line-height: 2rem;
                  color: #fff;
                  margin: 0 auto 1.5rem auto;
                  max-width: 38.75rem;
                  width: 100%;
                  text-align: center; }

                  .join-our-network-section .join-our-network-wrapper form br {
                    display: none; }

                    @media print, screen and (min-width: 40em) {
                      .join-our-network-section .join-our-network-wrapper form {
                        text-align: center;
                        max-width: 470px;
                        margin: 0 auto;
                        width: 100%; } }

                        @media print, screen and (min-width: 64em) {
                          .join-our-network-section .join-our-network-wrapper form {
                            text-align: left;
                            margin: 0 auto;
                            width: 100%;
                            max-width: 950px; } }

                            .join-our-network-section .join-our-network-wrapper form .dropdown-content {
                              left: 10px; }

                              .join-our-network-section .join-our-network-wrapper form .select-wrapper {
                                width: 50%;
                                margin-right: 0; }

                                .join-our-network-section .join-our-network-wrapper form input {
                                  max-width: 28.75rem;
                                  width: 100%;
                                  margin-bottom: 0.625rem;
                                  color: #9B9B9B; }

                                  @media print, screen and (min-width: 40em) {
                                    .join-our-network-section .join-our-network-wrapper form input {
                                      margin: 0 auto 0.625rem auto; } }

                                      @media print, screen and (min-width: 64em) {
                                        .join-our-network-section .join-our-network-wrapper form input {
                                          float: left; } }

                                          @media print, screen and (min-width: 64em) {
                                            .join-our-network-section .join-our-network-wrapper form input:nth-child(2n + 2) {
                                              margin-left: 0.625rem; } }

                                              .join-our-network-section .join-our-network-wrapper form button, .join-our-network-section .join-our-network-wrapper form input[type="submit"] {
                                                background-color: #F9423A !important;
                                                color: #fff !important;
                                                max-width: 220px;
                                                width: 100%;
                                                height: 46px;
                                                border-radius: 6.25rem;
                                                cursor: pointer;
                                                text-align: center;
                                                display: block;
                                                clear: both;
                                                margin: 0 auto 3.8125rem auto;
                                                position: relative;
                                                top: 2.125rem;
                                                left: 50%;
                                                -webkit-transform: translateX(-50%);
                                                transform: translateX(-50%); }

                                                .join-our-network-section .join-our-network-wrapper form button:hover, .join-our-network-section .join-our-network-wrapper form input[type="submit"]:hover {
                                                  opacity: .6; }

                                                  .join-our-network-section .join-our-network-wrapper p {
                                                    color: #fff; }

                                                    .join-our-network-section .join-our-network-wrapper p a {
                                                      color: #fff;
                                                      text-decoration: underline; }

                                                      .join-our-network-section .checkbox-form-wrapper {
                                                        clear: both;
                                                        position: relative;
                                                        max-width: 28.75rem;
                                                        width: 100%; }

                                                        @media print, screen and (min-width: 40em) {
                                                          .join-our-network-section .checkbox-form-wrapper {
                                                            margin: 0 auto; } }

                                                            @media print, screen and (min-width: 64em) {
                                                              .join-our-network-section .checkbox-form-wrapper {
                                                                float: right; } }

                                                                .join-our-network-section .checkbox-form-wrapper input[type="checkbox"] {
                                                                  position: relative;
                                                                  z-index: 10;
                                                                  opacity: 0;
                                                                  vertical-align: middle;
                                                                  display: none; }

                                                                  .join-our-network-section .checkbox-form-wrapper input[type="checkbox"], .join-our-network-section .checkbox-form-wrapper input[type="checkbox"] + label:before,
                                                                  .join-our-network-section .checkbox-form-wrapper input[type="checkbox"][checked] + label:before {
                                                                    width: 1.3125rem;
                                                                    height: 1.3125rem; }

                                                                    .join-our-network-section .checkbox-form-wrapper input[type="checkbox"], .join-our-network-section .checkbox-form-wrapper input[type="checkbox"] + label {
                                                                      cursor: pointer; }

                                                                      .join-our-network-section .checkbox-form-wrapper input[type="checkbox"] + label:before,
                                                                      .join-our-network-section .checkbox-form-wrapper input[type="checkbox"]:checked + label:before {
                                                                        background: #E6E6E5; }

                                                                        .join-our-network-section .checkbox-form-wrapper input[type="checkbox"]:checked + label:before {
                                                                          background: #E6E6E5 url("../svg/check.svg") no-repeat center; }

                                                                          .join-our-network-section .checkbox-form-wrapper input[type="checkbox"] + label:before,
                                                                          .join-our-network-section .checkbox-form-wrapper input[type="checkbox"]:checked + label:before {
                                                                            content: " ";
                                                                            position: absolute;
                                                                            left: 0;
                                                                            top: 0.5rem;
                                                                            margin-bottom: 0.75rem;
                                                                            display: inline-block; }

                                                                            .join-our-network-section .checkbox-form-wrapper p {
                                                                              color: #fff;
                                                                              margin: -1.25rem 0 0 2.4375rem;
                                                                              line-height: 1.1875rem;
                                                                              font-size: 0.875rem;
                                                                              display: inline-block;
                                                                              max-width: 28.75rem; }

                                                                              .join-our-network-section .checkbox-form-wrapper p a {
                                                                                color: #fff;
                                                                                text-decoration: underline; }

/* Campaign Item styles
========================================================================== */
/**
 * This file contains all styles related to the single Campaign Item.
 */
 .section-campaigns {
  padding: 3.75rem 0 1.875rem; }

  .section-builder {
    padding: 3.75rem 0 1.875rem; }

    .campaign-item {
      display: inline-block;
      margin-bottom: 1.875rem;
      padding: 0 0.9375rem;
      width: 100%; }

      .campaign-item > div:first-child {
        float: left; }

        .campaign-item .campaign-item-image {
          display: inline-block; }

          @media print, screen and (min-width: 64em) {
            .campaign-item .campaign-item-image {
              max-width: 50%;
              width: 100%; } }

              .campaign-item .campaign-item-video {
                display: inline-block;
                max-width: 100%;
                width: 100%; }

                @media print, screen and (min-width: 40em) {
                  .campaign-item .campaign-item-video {
                    max-width: 100%;
                    width: 100%;
                    height: 17.125rem; } }

                    @media print, screen and (min-width: 64em) {
                      .campaign-item .campaign-item-video {
                        max-width: 50%;
                        width: 100%; } }

                        .campaign-item .campaign-item-desc {
                          display: inline-block; }

                          @media print, screen and (min-width: 64em) {
                            .campaign-item .campaign-item-desc {
                              max-width: 50%;
                              width: 100%;
                              padding-left: 1.5625rem; } }

                              .campaign-item .campaign-item-desc h3 {
                                font-size: 1.875rem;
                                line-height: 2.25rem;
                                color: #2F2F2F;
                                margin: 0.625rem 0 1.0625rem; }

                                @media print, screen and (min-width: 40em) {
                                  .campaign-item .campaign-item-desc h3 {
                                    margin: 0 0 1.0625rem; } }

                                    .campaign-item .campaign-item-desc p {
                                      font-size: 0.875rem;
                                      line-height: 1.625rem;
                                      color: #2F2F2F;
                                      margin: 0 0 1.875rem; }

                                      .campaign-item .campaign-item-desc p:empty {
                                        margin: 0; }

                                        .campaign-item .campaign-item-desc .campaign-item-more {
                                          font-weight: 500 !important;
                                          font-size: 0.875rem;
                                          color: #0072CE;
                                          line-height: 1.3125rem;
                                          display: inline-block;
                                          position: relative;
                                          margin: 0;
                                          text-transform: uppercase; }

                                          .campaign-item .campaign-item-desc .campaign-item-more span {
                                            margin-left: 0.625rem; }

                                            a.campaign-item:hover {
                                              opacity: .6; }

                                              .campaign-items-section .campaign-item {
                                                padding: 0 1.25rem;
                                                width: 100%; }

                                                @media print, screen and (min-width: 64em) {
                                                  .campaign-items-section .campaign-item {
                                                    padding: 0; } }

                                                    .campaign-items-section .campaign-item .campaign-item-desc {
                                                      padding-right: 1.5625rem; }

/* Campaign styles
========================================================================== */
/**
 * This file contains all styles related to the campaign slogan section component.
 */
 .campaign-background-section {
  background: url("../svg/waves.svg") no-repeat center calc(100% + 200px); }

  .section-campaign-slogan {
    background-color: #fff !important; }

    .section-campaign-slogan .campaign-slogan-wrapper {
      margin: 14.25rem 0;
      text-align: center;
      margin-right: auto;
      margin-left: auto;
      float: none !important;
      width: 100%;
      float: left;
      padding-right: 1.25rem;
      padding-left: 1.25rem; }

      .section-campaign-slogan .campaign-slogan-wrapper, .section-campaign-slogan .campaign-slogan-wrapper:last-child:not(:first-child) {
        float: none;
        clear: both; }

        @media print, screen and (min-width: 40em) {
          .section-campaign-slogan .campaign-slogan-wrapper {
            padding-right: 0.625rem;
            padding-left: 0.625rem; } }

            .section-campaign-slogan .campaign-slogan-wrapper:last-child:not(:first-child) {
              float: right; }

              @media print, screen and (min-width: 40em) {
                .section-campaign-slogan .campaign-slogan-wrapper {
                  width: 75%;
                  float: left;
                  padding-right: 1.25rem;
                  padding-left: 1.25rem; } }

                  @media print, screen and (min-width: 40em) and (min-width: 40em) {
                    .section-campaign-slogan .campaign-slogan-wrapper {
                      padding-right: 0.625rem;
                      padding-left: 0.625rem; } }

                      @media print, screen and (min-width: 40em) {
                        .section-campaign-slogan .campaign-slogan-wrapper:last-child:not(:first-child) {
                          float: right; } }

                          .section-campaign-slogan .campaign-slogan-wrapper h2 {
                            font-size: 2.5rem;
                            line-height: 1;
                            color: #fff;
                            margin: 0; }

                            @media print, screen and (min-width: 40em) {
                              .section-campaign-slogan .campaign-slogan-wrapper h2 {
                                font-size: 3.75rem;
                                line-height: 4.5rem; } }

                                .section-campaign-slogan .campaign-slogan-wrapper h2 span {
                                  font-size: 2.5rem;
                                  color: #fff; }

                                  @media print, screen and (min-width: 40em) {
                                    .section-campaign-slogan .campaign-slogan-wrapper h2 span {
                                      font-size: 3.75rem; } }

/* Campaign styles
========================================================================== */
/**
 * This file contains all styles related to the campaign component.
 */
 .section-campaign {
  background-color: #fff !important; }

  .section-campaign .background-overlay {
    background: linear-gradient(127.63deg, rgba(5, 131, 255, 0.8) 0%, rgba(68, 0, 153, 0.8) 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 300px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

    @media screen and (max-width: 63.9375em) {
      .section-campaign .background-overlay {
        min-height: auto !important;
        height: auto !important;
        padding: 1.25rem 0; } }

        .section-campaign .container {
          max-width: 73.125rem;
          margin-right: auto;
          margin-left: auto;
          padding: 0 0.625rem; }

          @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .section-campaign .container {
              margin: 0; } }

              .section-campaign .container::before, .section-campaign .container::after {
                display: table;
                content: ' ';
                -ms-flex-preferred-size: 0;
                flex-basis: 0;
                -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                order: 1; }

                .section-campaign .container::after {
                  clear: both; }

                  @media print, screen and (min-width: 40em) {
                    .section-campaign .container {
                      padding: 0 0.625rem; } }

                      .section-campaign .campaign-title {
                        max-width: 45.8125rem;
                        width: 100%;
                        margin: 0 auto;
                        text-align: center; }

                        .section-campaign .campaign-title h2 {
                          font-size: 2.1875rem;
                          line-height: 2.6875rem;
                          margin: 0 0 1.8125rem;
                          color: #fff; }

                          @media screen and (min-width: 40em) {
                            .section-campaign .campaign-title h2 {
                              font-size: 2.8125rem;
                              line-height: 3.625rem;
                              margin: 0 0 1.8125rem; } }

                              .section-campaign .campaign-title h2 span {
                                display: block; }

                                .section-campaign .campaign-desc {
                                  max-width: 50.75rem;
                                  width: 100%;
                                  margin: 0 auto;
                                  text-align: center; }

                                  .section-campaign .campaign-desc p {
                                    font-size: 1.0625rem;
                                    color: #fff;
                                    line-height: 1.5rem;
                                    margin: 0; }

                                    .section-campaign .campaign-more {
                                      margin: 2.4375rem auto 0 auto;
                                      width: 100%;
                                      padding: 0.6875rem 0;
                                      display: block;
                                      height: 2.875rem;
                                      border: 0.125rem solid #fff;
                                      font-size: 0.875rem;
                                      text-align: center;
                                      color: #fff; }

                                      @media print, screen and (min-width: 40em) {
                                        .section-campaign .campaign-more {
                                          margin: 2.4375rem auto 0 auto;
                                          width: 13.9375rem; } }

                                          .section-campaign .campaign-more:hover {
                                            opacity: .6; }

/* Choice Item styles
========================================================================== */
/**
 * This file contains all styles related to the single Choise Item.
 */
 .section-choises {
  padding: 3.75rem 0; }

  .section-choises .choice-wrapper {
    width: 100%;
    float: left;
    padding-right: 1.25rem;
    padding-left: 1.25rem; }

    @media print, screen and (min-width: 40em) {
      .section-choises .choice-wrapper {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }

        .section-choises .choice-wrapper:last-child:not(:first-child) {
          float: right; }

          @media print, screen and (min-width: 40em) {
            .section-choises .choice-wrapper {
              width: 50%;
              float: left;
              padding-right: 1.25rem;
              padding-left: 1.25rem; } }

              @media print, screen and (min-width: 40em) and (min-width: 40em) {
                .section-choises .choice-wrapper {
                  padding-right: 0.625rem;
                  padding-left: 0.625rem; } }

                  @media print, screen and (min-width: 40em) {
                    .section-choises .choice-wrapper:last-child:not(:first-child) {
                      float: right; }
                      .section-choises .choice-wrapper:last-child:last-child {
                        float: left; } }

                        .section-support-choices {
                          -webkit-box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.08);
                          box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.08);
                          background-color: #DCDCDC;
                          z-index: 9;
                          padding-bottom: 3.75rem;
                          position: relative; }

                          .section-support-choices .section-title h3 {
                            margin: 3.5rem 0 2.0625rem;
                            padding: 0; }

                            .section-support-choices .choice-wrapper {
                              width: 100%;
                              float: left;
                              padding-right: 1.25rem;
                              padding-left: 1.25rem; }

                              @media print, screen and (min-width: 40em) {
                                .section-support-choices .choice-wrapper {
                                  padding-right: 0.625rem;
                                  padding-left: 0.625rem; } }

                                  .section-support-choices .choice-wrapper:last-child:not(:first-child) {
                                    float: right; }

                                    @media print, screen and (min-width: 40em) {
                                      .section-support-choices .choice-wrapper {
                                        width: 50%;
                                        float: left;
                                        padding-right: 1.25rem;
                                        padding-left: 1.25rem; } }

                                        @media print, screen and (min-width: 40em) and (min-width: 40em) {
                                          .section-support-choices .choice-wrapper {
                                            padding-right: 0.625rem;
                                            padding-left: 0.625rem; } }

                                            @media print, screen and (min-width: 40em) {
                                              .section-support-choices .choice-wrapper:last-child:not(:first-child) {
                                                float: right; }
                                                .section-support-choices .choice-wrapper:last-child:last-child {
                                                  float: left; } }

                                                  @media print, screen and (min-width: 64em) {
                                                    .section-support-choices .choice-wrapper {
                                                      width: 33.33333%;
                                                      float: left;
                                                      padding-right: 1.25rem;
                                                      padding-left: 1.25rem; } }

                                                      @media print, screen and (min-width: 64em) and (min-width: 40em) {
                                                        .section-support-choices .choice-wrapper {
                                                          padding-right: 0.625rem;
                                                          padding-left: 0.625rem; } }

                                                          @media print, screen and (min-width: 64em) {
                                                            .section-support-choices .choice-wrapper:last-child:not(:first-child) {
                                                              float: right; } }

                                                              .section-support-choices .choice-item--more {
                                                                margin-top: 1.5rem; }

                                                                .choice-item {
                                                                  display: inline-block; }

                                                                  .choice-item .choice-item--title h2 {
                                                                    font-size: 1.875rem;
                                                                    color: #000;
                                                                    line-height: 2.25rem;
                                                                    margin: 1.875rem 0 1.1875rem 0;
                                                                    -webkit-transition: all .2s ease-out, all .3s ease-in;
                                                                    transition: all .2s ease-out, all .3s ease-in; }

                                                                    .choice-item .choice-item--decs p {
                                                                      font-size: 0.875rem;
                                                                      line-height: 1.25rem;
                                                                      color: #000;
                                                                      margin: 0 0 1.5rem;
                                                                      -webkit-transition: all .2s ease-out, all .3s ease-in;
                                                                      transition: all .2s ease-out, all .3s ease-in; }

                                                                      .choice-item .choice-item--more {
                                                                        margin-top: 1.5rem; }

                                                                        .choice-item .choice-item--more span {
                                                                          display: block;
                                                                          width: 2.5rem;
                                                                          height: 2.5rem;
                                                                          background: url(../svg/blue_arrow.svg) no-repeat center;
                                                                          -webkit-transition: all .2s ease-out, all .3s ease-in;
                                                                          transition: all .2s ease-out, all .3s ease-in; }

                                                                          .choice-item:hover h2, .choice-item:hover p {
                                                                            color: #0072CE; }

                                                                            .choice-item:hover span {
                                                                              background: url(../svg/blue_arrow.svg) no-repeat center; }

/* Date Time component
========================================================================== */
/**
 * This file contains all styles related to the Date Time component.
 */
 .skatte-date-time-wrapper {
  height: 2.5rem;
  border-top: 0.0625rem solid #E6E6E5;
  border-bottom: 0.0625rem solid #E6E6E5;
  background: url(../images/clock.png) no-repeat center left;
  margin-bottom: 3.75rem;
  margin-top: 1.875rem; }

  .skatte-date-time-wrapper p {
    font-size: 0.75rem;
    line-height: 1.0625rem;
    color: #000;
    display: inline-block;
    margin: 0.625rem 0 0 1.375rem; }

    .skatte-date-time-wrapper p.skatte-time-post {
      position: relative; }

      .skatte-date-time-wrapper p.skatte-time-post:after {
        content: '';
        position: absolute;
        width: 0.0625rem;
        height: 0.625rem;
        top: 0.1875rem;
        background: #000;
        left: 2.3125rem; }

        .skatte-date-time-wrapper p.skatte-date-post {
          margin-left: 0.875rem; }

/* Discount member single
========================================================================== */
/**
 * This file contains all styles related to the discount member single component.
 */
 @media screen and (max-width: 63.9375em) {
  .page-id-117 .medium-waves {
    background: none; } }

    .section-member-discount {
      padding-bottom: 3.75rem; }

      .member-discount-single {
        display: block;
        padding: 0.9375rem 1.25rem 1.875rem 1.25rem;
        background: #fff;
        margin-bottom: 0.625rem; }

        @media print, screen and (min-width: 64em) {
          .member-discount-single .member-discount-single-image {
            float: left; } }

            .member-discount-single .member-discount-single-desc {
              margin-top: 1.25rem; }

              @media print, screen and (min-width: 64em) {
                .member-discount-single .member-discount-single-desc {
                  margin-left: 15rem;
                  margin-top: 0; } }

                  .member-discount-single .member-discount-single-desc h3 {
                    color: #2F2F2F;
                    margin: 0 0 1rem; }

                    .member-discount-single .member-discount-single-desc p {
                      font-size: 0.875rem;
                      line-height: 1.625rem;
                      color: #2F2F2F;
                      margin: 0; }

                      .member-discount-single .member-discount-single-desc .skatte-single-news--more {
                        padding: 0;
                        margin-bottom: 0;
                        position: static; }

                        .member-discount-single:hover {
                          -webkit-box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.08);
                          box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.08); }

/* Form and input styles
========================================================================== */
/**
 * This file contains all styles related to the form component.
 */
 input {
  height: 3rem;
  padding: 0.625rem 0.9375rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0.25rem;
  border: none;
  color: #000; }

  @media print, screen and (min-width: 40em) {
    input {
      height: 2.25rem; } }

      input:focus {
        outline: none; }

        input ::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: black; }

          input ::-moz-placeholder {
            /* Firefox 19+ */
            color: black; }

            input :-ms-input-placeholder {
              /* IE 10+ */
              color: black; }

              input :-moz-placeholder {
                /* Firefox 18- */
                color: black; }

                form br {
                  content: '';
                  line-height: 0; }

                  form .select-wrapper {
                    width: 100%;
                    display: none;
                    float: left; }

                    @media print, screen and (min-width: 40em) {
                      form .select-wrapper {
                        width: 218px;
                        margin-right: 1.3125rem; } }

                        form .select-wrapper ul {
                          height: auto;
                          top: 35px !important; }

                          form .select-wrapper .caret {
                            color: initial;
                            position: absolute;
                            right: 6px;
                            z-index: 9;
                            top: -18px;
                            bottom: 0;
                            height: 10px;
                            margin: auto 0;
                            font-size: 10px;
                            line-height: 10px; }

                            form input.select-dropdown {
                              height: 3rem;
                              padding: 0.625rem 0.9375rem !important;
                              -webkit-box-shadow: none;
                              box-shadow: none;
                              line-height: 1 !important;
                              border: none !important;
                              color: #9B9B9B !important;
                              border-radius: 0.25rem;
                              background-color: #fff !important; }

                              @media print, screen and (min-width: 40em) {
                                form input.select-dropdown {
                                  height: 2.25rem !important; } }

                                  .gdpr, .choice-checkbox {
                                    clear: both;
                                    line-height: 1.1; }

                                    .gdpr input, .choice-checkbox input {
                                      width: 14px !important;
                                      margin-left: 0 !important;
                                      margin-right: 10px !important;
                                      -webkit-appearance: none;
                                      height: 16px !important;
                                      background-color: transparent !important;
                                      border: 1px solid #fff !important;
                                      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05) !important;
                                      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05) !important;
                                      padding: 7px !important;
                                      display: inline-block;
                                      position: relative;
                                      margin-top: 3px;
                                      border-radius: 0px;
                                      margin-bottom: 0 !important; }

                                      .gdpr input:checked, .choice-checkbox input:checked {
                                        background: transparent !important; }

                                        .gdpr input:checked::after, .choice-checkbox input:checked::after {
                                          content: '';
                                          background: url("../images/checked-input.png") no-repeat center;
                                          width: 18px;
                                          height: 18px;
                                          position: absolute;
                                          left: -2px;
                                          background-size: 16px;
                                          top: -2px; }

                                          .gdpr label, .choice-checkbox label {
                                            color: #fff;
                                            font-size: 12px; }

                                            .gdpr label a, .choice-checkbox label a {
                                              color: #fff;
                                              font-size: 12px;
                                              line-height: 1.1; }

                                              .footer-inner form input[type="submit"] {
                                                margin-top: 10px; }

                                                .footer-inner form .gdpr input {
                                                  margin-left: 0 !important;
                                                  border-radius: 3px;
                                                  border: 1px solid #0072CE !important; }

                                                  .footer-inner form .gdpr input:checked {
                                                    background: #0072CE !important; }

                                                    .footer-inner form .gdpr label {
                                                      color: #333; }

                                                      .footer-inner form .gdpr label a {
                                                        color: #333; }

                                                        .footer-inner form .choice-checkbox {
                                                          color: #333;
                                                          margin-left: 0rem;
                                                          margin-top: -1rem;
                                                          margin-bottom: 0.25rem; }

                                                          .footer-inner form .choice-checkbox input {
                                                            margin-left: 0 !important;
                                                            border-radius: 3px;
                                                            border: 1px solid #0072CE !important; }

                                                            .footer-inner form .choice-checkbox input:checked {
                                                              background: #0072CE !important; }

                                                              .footer-inner form .choice-checkbox input[name="pf_MailinglistName2"] {
                                                                margin-left: 10px !important; }

                                                                .bli-medlem-subpage-register-right form .gdpr input {
                                                                  display: inline-block !important;
                                                                  margin-left: 0 !important;
                                                                  opacity: 1 !important;
                                                                  border-radius: 0px !important;
                                                                  border: 1px solid #000 !important; }

                                                                  .bli-medlem-subpage-register-right form .gdpr input:checked {
                                                                    background: #0072CE !important; }

                                                                    .bli-medlem-subpage-register-right form .gdpr label {
                                                                      color: #333; }

                                                                      .bli-medlem-subpage-register-right form .gdpr label:before {
                                                                        display: none !important; }

                                                                        .bli-medlem-subpage-register-right form .gdpr label a {
                                                                          color: #333;
                                                                          display: inline-block; }

                                                                          .bli-medlem-subpage-register-right form .choice-checkbox {
                                                                            color: #333; }

                                                                            .bli-medlem-subpage-register-right form .choice-checkbox input {
                                                                              margin-left: 0 !important;
                                                                              border: 1px solid #0072CE !important; }

                                                                              .bli-medlem-subpage-register-right form .choice-checkbox input:checked {
                                                                                background: #0072CE !important; }

                                                                                .bli-medlem-subpage-register-right form .choice-checkbox input[name="pf_MailinglistName2"] {
                                                                                  margin-left: 10px !important; }

                                                                                  .join-our-network-wrapper form .gdpr label, .join-our-network-wrapper form .choice-checkbox label {
                                                                                    display: inline-block; }

                                                                                    .wpcf7-form .gdpr .wpcf7-list-item {
                                                                                      margin: 0;
                                                                                      display: -webkit-box;
                                                                                      display: -ms-flexbox;
                                                                                      display: flex; }

                                                                                      .wpcf7-form .gdpr input {
                                                                                        display: inline-block !important;
                                                                                        margin-left: 0 !important;
                                                                                        opacity: 1 !important;
                                                                                        border: 1px solid black !important;
                                                                                        border-radius: 0px !important; }

                                                                                        .wpcf7-form .gdpr input:checked {
                                                                                          background: #0072CE !important; }

                                                                                          .wpcf7-form .gdpr a {
                                                                                            margin-left: 26px; 
                                                                                            color: black;}

                                                                                            .wpcf7-form .choice-checkbox {
                                                                                              color: #333; }

                                                                                              .wpcf7-form .choice-checkbox input {
                                                                                                margin-left: 0 !important;
                                                                                                border: 1px solid #0072CE !important; }

                                                                                                .wpcf7-form .choice-checkbox input:checked {
                                                                                                  background: #0072CE !important; }

                                                                                                  .wpcf7-form .choice-checkbox input[name="pf_MailinglistName2"] {
                                                                                                    margin-left: 10px !important; }

                                                                                                    .sidebar-newsletter h2 {
                                                                                                      color: white; }

                                                                                                      .gdpr, .choice-checkbox {
                                                                                                        color: white;
                                                                                                        font-weight: normal;
                                                                                                        text-align: left; 
                                                                                                      }

                                                                                                      .choice-checkbox {
                                                                                                        font-size: 12px; }

                                                                                                        .choice-checkbox input[name="pf_MailinglistName1"] {
                                                                                                          margin-left: 10px !important; }

/* Hero styles
========================================================================== */
/**
 * This file contains all styles related to the hero component.
 */
 .section-hero {
  background-color: #fff !important;
  position: relative;
  z-index: 99; }

  .section-hero .hero-overlay.bg-default {
    background-color: rgba(70, 169, 224, 0.6); }

    .section-hero .hero-overlay.bg-blue-gradient {
      background: -webkit-gradient(linear, left top, right top, from(rgba(5, 131, 255, 0.6)), to(rgba(68, 0, 153, 0.6)));}

      .section-hero .hero-overlay.bg-red-gradient {
        background: -webkit-gradient(linear, left top, right top, from(rgba(68, 0, 153, 0.6)), color-stop(60%, rgba(249, 66, 58, 0.6)));
        background: linear-gradient(to right, #409 10%, #F9423A 100%); }

        .section-hero .hero-overlay.bg-purple-gradient {
          background: linear-gradient(124.17deg, rgba(5, 131, 255, 0.6) 0%, rgba(68, 0, 153, 0.6) 38.35%, rgba(255, 61, 25, 0.6) 100%); }

          .section-hero.no-hero-image .hero-overlay.bg-default {
            background: linear-gradient(315deg, rgba(70, 169, 224, 0.6) 0%, #46a9e0 100%); }

            .section-hero.no-hero-image .hero-overlay.bg-blue-gradient {
              background: -webkit-gradient(linear, left top, right top, from(#0583FF), to(#440099));
              background: linear-gradient(to right, #440099, #F9423A 100%); }


              .section-hero.no-hero-image .hero-overlay.bg-red-gradient {
                background: -webkit-gradient(linear, left top, right top, from(#440099), color-stop(60%, #F9423A));
                background: linear-gradient(90deg, #409 10%, #F9423A 100%); }

                .section-hero.no-hero-image .hero-overlay.bg-purple-gradient {
                  background: linear-gradient(124.17deg, #0583FF 0%, #440099 38.35%, #FF3D19 100%); }

                  .section-hero .hero-wrapper {
                    overflow: hidden;
                    position: relative;
                    min-height: 21.875rem; 
                    padding: 0rem 0rem 0rem 5rem;}

                    .section-hero .hero-wrapper h1 {
                      width: 100%;
                      float: left;
                      padding-right: 1.25rem;
                      padding-left: 1.25rem;
                      line-height: 1;
                      color: #fff;
                      margin: 3.125rem 0 2.125rem 0; }

                      @media screen and (max-width: 26.5625em) {
                        .section-hero .hero-wrapper h1 {
                          font-size: 2rem;
                          line-height: 2.5rem; } }

                          @media screen and (min-width: 26.5625em) {
                            .section-hero .hero-wrapper h1 {
                              font-size: 2.5rem;
                              line-height: 2.5rem; } }

                              @media print, screen and (min-width: 40em) {
                                .section-hero .hero-wrapper h1 {
                                  padding-right: 0.625rem;
                                  padding-left: 0.625rem; } }

                                  .section-hero .hero-wrapper h1:last-child:not(:first-child) {
                                    float: right; }

                                    @media print, screen and (min-width: 64em) {
                                      .section-hero .hero-wrapper h1 {
                                        float: left;
                                        padding-right: 1.25rem;
                                        padding-left: 1.25rem;
                                        padding-bottom: 2rem;
                                        font-size: 2.875rem;
                                        margin-left: -2rem;
                                        line-height: 2.875rem; } }

                                        @media print, screen and (min-width: 64em) and (min-width: 40em) {
                                          .section-hero .hero-wrapper h1 {
                                            padding-right: 0.625rem;
                                            padding-left: 0.625rem; } }

                                            @media print, screen and (min-width: 64em) {
                                              .section-hero .hero-wrapper h1:last-child:not(:first-child) {
                                                float: right; } }

                                                .section-hero .hero-wrapper > p {
                                                  width: 100%;
                                                  float: left;
                                                  padding-right: 1.25rem;
                                                  padding-left: 1.25rem;
                                                  color: #fff;
                                                  margin: 0; }

                                                  @media print, screen and (min-width: 40em) {
                                                    .section-hero .hero-wrapper > p {
                                                      padding-right: 0.625rem;
                                                      padding-left: 0.625rem; } }

                                                      .section-hero .hero-wrapper > p:last-child:not(:first-child) {
                                                        float: right; }

                                                        @media print, screen and (min-width: 64em) {
                                                          .section-hero .hero-wrapper > p {
                                                            /*width: 91.66667%;*/
                                                            float: left;
                                                            padding-right: 1.25rem;
                                                            padding-left: 1.25rem;
                                                            padding-right: 4.0625rem !important; } }

                                                            @media print, screen and (min-width: 64em) and (min-width: 40em) {
                                                              .section-hero .hero-wrapper > p {
                                                                padding-right: 0.625rem;
                                                                padding-left: 0.625rem; } }

                                                                @media print, screen and (min-width: 64em) {
                                                                  .section-hero .hero-wrapper > p:last-child:not(:first-child) {
                                                                    float: right; } }

                                                                    @media screen and (max-width: 26.5625em) {
                                                                      .section-hero .hero-wrapper > p {
                                                                        font-size: 1.125rem;
                                                                        line-height: 2rem; } }

                                                                        @media screen and (min-width: 26.5625em) {
                                                                          .section-hero .hero-wrapper > p {
                                                                            font-size: 1.25rem;
                                                                            line-height: 1.5rem; } }

                                                                            .section-hero .hero-wrapper > p:last-child:last-child {
                                                                              float: left; }

                                                                              .section-hero .hero-wrapper a {
                                                                                color: #fff; }

                                                                                .section-hero .hero-wrapper a:hover {
                                                                                  opacity: .6; }

                                                                                  .section-hero .hero-bottom {
                                                                                    margin: 0 0 2.1875rem 0; }

                                                                                    .hero-bottom {
                                                                                      bottom: 1.25rem;
                                                                                      width: 100%;
                                                                                      float: left;
                                                                                      padding-right: 1.25rem;
                                                                                      padding-left: 1.25rem; }

                                                                                      @media print, screen and (min-width: 64em) {
                                                                                        .hero-bottom {
                                                                                          position: absolute; } }

                                                                                          .hero-bottom.left-link a {
                                                                                            float: left; }

                                                                                            .hero-bottom.right-link a {
                                                                                              float: right; }

                                                                                              @media print, screen and (min-width: 40em) {
                                                                                                .hero-bottom {
                                                                                                  padding-right: 0.625rem;
                                                                                                  padding-left: 0.625rem; } }

                                                                                                  .hero-bottom:last-child:not(:first-child) {
                                                                                                    float: right; }

                                                                                                    .hero-bottom a {
                                                                                                      display: inline-block;
                                                                                                      font-size: 0.875rem;
                                                                                                      padding-bottom: 10px;
                                                                                                      color: #fff;
                                                                                                      text-transform: uppercase;
                                                                                                      -webkit-transition: none;
                                                                                                      transition: none; }

                                                                                                      .hero-bottom a .link--circle {
                                                                                                        display: inline-block;
                                                                                                        position: relative;
                                                                                                        top: 0.9375rem;
                                                                                                        margin-left: 0.625rem; }

                                                                                                        .hero-bottom a:hover {
                                                                                                          opacity: .6; }

                                                                                                          .hero-background-image-wrapper {
                                                                                                            position: relative; }

                                                                                                            .hero-background-image-wrapper img {
                                                                                                              right: 1.25rem;
                                                                                                              position: absolute;
                                                                                                              bottom: 0;
                                                                                                              top: 0;
                                                                                                              margin: auto; }

                                                                                                              @media print, screen and (min-width: 64em) {
                                                                                                                .hero-background-image-wrapper img {
                                                                                                                  right: calc((100% - 960px) / 2);
                                                                                                                  width: 10rem; } }

                                                                                                                  @media screen and (max-width: 47.9375em) {
                                                                                                                    .hero-background-image-wrapper .hero-wrapper {
                                                                                                                      height: auto !important; } }

                                                                                                                      @media print, screen and (min-width: 40em) {
                                                                                                                        .hero-background-image-wrapper .hero-wrapper {
                                                                                                                          font-size: 2.5rem; } }

                                                                                                                          .hero-background-image-wrapper .hero-wrapper h1 {
                                                                                                                            font-size: 1.5rem; }

                                                                                                                            @media print, screen and (min-width: 40em) {
                                                                                                                              .hero-background-image-wrapper .hero-wrapper h1 {
                                                                                                                                font-size: 2.5rem; } }

                                                                                                                                .hero-background-image-wrapper .hero-wrapper p {
                                                                                                                                  padding-bottom: 1.875rem; }

                                                                                                                                  @media print, screen and (min-width: 40em) {
                                                                                                                                    .hero-background-image-wrapper .hero-wrapper p {
                                                                                                                                      padding-bottom: 0; } }

                                                                                                                                      .single-post header {
                                                                                                                                        -webkit-box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.06);
                                                                                                                                        box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.06); }

                                                                                                                                        .page-id-114 .hero-wrapper h1, .page-id-47 .hero-wrapper h1 {
                                                                                                                                          width: 100%;
                                                                                                                                          float: left;
                                                                                                                                          padding-right: 1.25rem;
                                                                                                                                          padding-left: 1.25rem; }

                                                                                                                                          @media print, screen and (min-width: 40em) {
                                                                                                                                            .page-id-114 .hero-wrapper h1, .page-id-47 .hero-wrapper h1 {
                                                                                                                                              padding-right: 0.625rem;
                                                                                                                                              padding-left: 0.625rem; } }

                                                                                                                                              .page-id-114 .hero-wrapper h1:last-child:not(:first-child), .page-id-47 .hero-wrapper h1:last-child:not(:first-child) {
                                                                                                                                                float: right; }

                                                                                                                                                @media print, screen and (min-width: 64em) {
                                                                                                                                                  .page-id-114 .hero-wrapper h1, .page-id-47 .hero-wrapper h1 {
                                                                                                                                                    width: 91.66667%;
                                                                                                                                                    float: left;
                                                                                                                                                    padding-right: 1.25rem;
                                                                                                                                                    padding-left: 1.25rem; } }

                                                                                                                                                    @media print, screen and (min-width: 64em) and (min-width: 40em) {
                                                                                                                                                      .page-id-114 .hero-wrapper h1, .page-id-47 .hero-wrapper h1 {
                                                                                                                                                        padding-right: 0.625rem;
                                                                                                                                                        padding-left: 0.625rem; } }

                                                                                                                                                        @media print, screen and (min-width: 64em) {
                                                                                                                                                          .page-id-114 .hero-wrapper h1:last-child:not(:first-child), .page-id-47 .hero-wrapper h1:last-child:not(:first-child) {
                                                                                                                                                            float: right; } }

                                                                                                                                                            .page-id-55 .hero-wrapper h1 {
                                                                                                                                                              width: 100%;
                                                                                                                                                              float: left;
                                                                                                                                                              padding-right: 1.25rem;
                                                                                                                                                              padding-left: 1.25rem; }

                                                                                                                                                              @media print, screen and (min-width: 40em) {
                                                                                                                                                                .page-id-55 .hero-wrapper h1 {
                                                                                                                                                                  padding-right: 0.625rem;
                                                                                                                                                                  padding-left: 0.625rem; } }

                                                                                                                                                                  .page-id-55 .hero-wrapper h1:last-child:not(:first-child) {
                                                                                                                                                                    float: right; }

                                                                                                                                                                    @media print, screen and (min-width: 64em) {
                                                                                                                                                                      .page-id-55 .hero-wrapper h1 {
                                                                                                                                                                        /*width: 70%;*/
                                                                                                                                                                        float: left;
                                                                                                                                                                        padding-right: 1.25rem;
                                                                                                                                                                        padding-left: 1.25rem; } }

                                                                                                                                                                        @media print, screen and (min-width: 64em) and (min-width: 40em) {
                                                                                                                                                                          .page-id-55 .hero-wrapper h1 {
                                                                                                                                                                            padding-right: 0.625rem;
                                                                                                                                                                            padding-left: 0.625rem; } }

                                                                                                                                                                            @media print, screen and (min-width: 64em) {
                                                                                                                                                                              .page-id-55 .hero-wrapper h1:last-child:not(:first-child) {
                                                                                                                                                                                float: right; } }

                                                                                                                                                                                @media print, screen and (min-width: 64em) {
                                                                                                                                                                                  .page-id-55 .hero-wrapper > p {
                                                                                                                                                                                    /*width: 66.66667%;*/
                                                                                                                                                                                    float: left;
                                                                                                                                                                                    padding-right: 1.25rem;
                                                                                                                                                                                    padding-left: 1.25rem; } }

                                                                                                                                                                                    @media print, screen and (min-width: 64em) and (min-width: 40em) {
                                                                                                                                                                                      .page-id-55 .hero-wrapper > p {
                                                                                                                                                                                        padding-right: 0.625rem;
                                                                                                                                                                                        padding-left: 0.625rem; } }

                                                                                                                                                                                        @media print, screen and (min-width: 64em) {
                                                                                                                                                                                          .page-id-55 .hero-wrapper > p:last-child:not(:first-child) {
                                                                                                                                                                                            float: right; } }

                                                                                                                                                                                            .page-id-57 .hero-wrapper h1 {
                                                                                                                                                                                              width: 100%;
                                                                                                                                                                                              float: left;
                                                                                                                                                                                              padding-right: 1.25rem;
                                                                                                                                                                                              padding-left: 1.25rem; }

                                                                                                                                                                                              @media print, screen and (min-width: 40em) {
                                                                                                                                                                                                .page-id-57 .hero-wrapper h1 {
                                                                                                                                                                                                  padding-right: 0.625rem;
                                                                                                                                                                                                  padding-left: 0.625rem; } }

                                                                                                                                                                                                  .page-id-57 .hero-wrapper h1:last-child:not(:first-child) {
                                                                                                                                                                                                    float: right; }

                                                                                                                                                                                                    @media print, screen and (min-width: 64em) {
                                                                                                                                                                                                      .page-id-57 .hero-wrapper h1 {
                                                                                                                                                                                                        /*width: 75%;*/
                                                                                                                                                                                                        float: left;
                                                                                                                                                                                                        padding-right: 1.25rem;
                                                                                                                                                                                                        padding-left: 1.25rem; } }

                                                                                                                                                                                                        @media print, screen and (min-width: 64em) and (min-width: 40em) {
                                                                                                                                                                                                          .page-id-57 .hero-wrapper h1 {
                                                                                                                                                                                                            padding-right: 0.625rem;
                                                                                                                                                                                                            padding-left: 0.625rem; } }

                                                                                                                                                                                                            @media print, screen and (min-width: 64em) {
                                                                                                                                                                                                              .page-id-57 .hero-wrapper h1:last-child:not(:first-child) {
                                                                                                                                                                                                                float: right; } }

                                                                                                                                                                                                                @media print, screen and (min-width: 64em) {
                                                                                                                                                                                                                  .page-id-57 .hero-wrapper > p {
                                                                                                                                                                                                                    /*width: 66.66667%;*/
                                                                                                                                                                                                                    float: left;
                                                                                                                                                                                                                    padding-right: 1.25rem;
                                                                                                                                                                                                                    padding-left: 1.25rem; } }

                                                                                                                                                                                                                    @media print, screen and (min-width: 64em) and (min-width: 40em) {
                                                                                                                                                                                                                      .page-id-57 .hero-wrapper > p {
                                                                                                                                                                                                                        padding-right: 0.625rem;
                                                                                                                                                                                                                        padding-left: 0.625rem; } }

                                                                                                                                                                                                                        @media print, screen and (min-width: 64em) {
                                                                                                                                                                                                                          .page-id-57 .hero-wrapper > p:last-child:not(:first-child) {
                                                                                                                                                                                                                            float: right; } }

/* Insurance item
========================================================================== */
/**
 * This file contains all styles related to insurance item component.
 */
 .page-id-125 .large-waves {
  background-position: calc(100% + 180px) 380px; }

  .insurance-item {
    display: block;
    margin-bottom: 2.5rem;
    padding-bottom: 0.9375rem; }

    .insurance-item .insurance-item-decs h3 {
      color: #2F2F2F;
      margin: 1.25rem 0 1.125rem; }

      @media screen and (max-width: 23.4375em) {
        .insurance-item .insurance-item-decs h3 {
          font-size: 1.4375rem; } }

          .insurance-item .insurance-item-decs p {
            font-size: 0.875rem;
            line-height: 1.625rem;
            color: #2F2F2F;
            margin: 0; }

            .insurance-item .see-more-red-arrow {
              padding: 0;
              margin-top: 1.25rem; }

              .insurance-item:hover {
                opacity: .6; }

                .section-insurance .page-content-main {
                  padding-right: 1.25rem !important;
                  padding-left: 1.25rem !important; }

                  @media print, screen and (min-width: 40em) {
                    .section-insurance .page-content-main {
                      padding-left: 0.625rem !important;
                      padding-right: 0.625rem !important; } }

/* Helper classes
========================================================================== */
/**
 * This file contains all helper classes like is-active, is-sticky.
 */
 .is-hovered {
  color: #9B9B9B !important; }

  .is-hovered-bli-medlem {
    opacity: .6; }

    .header--is-sticky {
      position: fixed;
      max-width: 90rem;
      width: 100%;
      left: 0;
      right: 0;
      margin: 0 auto;
      height: 4.375rem;
      z-index: 10000;
      top: 0;
      animation: sticky .3s ease;
      -webkit-animation: sticky .3s ease;
      -webkit-box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.08);
      box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.08); }

      .is-disabled {
        cursor: default;
        pointer-events: none;
        opacity: .6;
        display: none !important; }

/* Previous Next component
========================================================================== */
/**
 * This file contains all styles related to the Previous Next component.
 */
 .previous-next-wrapper {
  height: 2.25rem;
  border-top: 0.0625rem solid #E6E6E5;
  border-bottom: 0.0625rem solid #E6E6E5;
  margin-bottom: 2.5rem;
  text-align: right; }

  .previous-next-wrapper a {
    font-size: 0.75rem;
    line-height: 1.0625rem;
    color: #000;
    margin-top: 0.5rem;
    display: inline-block; }

    .previous-next-wrapper a:hover {
      opacity: .6; }

      .previous-next-wrapper a.previous-post {
        background: url(../svg/left_arrow_shape.svg) no-repeat center left;
        padding-left: 0.9375rem;
        margin-right: 0.9375rem; }

        .previous-next-wrapper a.next-post {
          background: url(../svg/right_arrow_shape.svg) no-repeat center right;
          padding-right: 0.9375rem; }

/* Q&A component
========================================================================== */
/**
 * This file contains all styles related to the Q&A component.
 */
 .question-answer-wrapper .question-answer-single {
  margin-bottom: 1.5625rem; }

  .question-answer-wrapper .question {
    font-size: 1.25rem;
    line-height: 1.625rem;
    color: #2F2F2F;
    display: block;
    position: relative;
    padding-left: 3.625rem; }

    .question-answer-wrapper .question span {
      width: 1.75rem;
      height: 1.75rem;
      display: inline-block;
      background: #333;
      color: #fff;
      text-align: center;
      -webkit-transition: all .2s ease-out, all .3s ease-in;
      transition: all .2s ease-out, all .3s ease-in;
      position: absolute;
      left: 0; }

      .question-answer-wrapper .question:hover span {
        background: #F9423A;
        -webkit-transition: all .2s ease-out, all .3s ease-in;
        transition: all .2s ease-out, all .3s ease-in; }

        .question-answer-wrapper .question.question-plus span {
          background: #F9423A;
          -webkit-transition: all .2s ease-out, all .3s ease-in;
          transition: all .2s ease-out, all .3s ease-in; }

          .question-answer-wrapper .question.question-plus:hover span {
            background: #333;
            -webkit-transition: all .2s ease-out, all .3s ease-in;
            transition: all .2s ease-out, all .3s ease-in; }

            .question-answer-wrapper .answer {
              margin-left: 3.625rem;
              font-size: 0.875rem;
              line-height: 1.625rem;
              color: #2F2F2F;
              display: none; }

              .question-answer-wrapper .answer p:last-child {
                margin-bottom: 0; }

                .sidebar-insurance {
                  margin-bottom: 20px;
                  display: block; }

/* Sidebar swish styles
========================================================================== */
/**
 * This file contains all styles related to the sidebar swish component.
 */
 .sidebar-swish {
  border: 0.125rem solid #E6E6E5;
  border-radius: 0.25rem;
  background-color: #fff;
  width: 100%;
  margin: 0 auto 1.1875rem auto; }

  @media print, screen and (min-width: 40em) {
    .sidebar-swish {
      width: 13.75rem;
      clear: both;
      margin-left: 0; } }

      @media print, screen and (min-width: 64em) {
        .sidebar-swish {
          width: 100%;
          clear: both;
          margin-left: auto; } }

          .sidebar-swish img {
            overflow: hidden; }

/* Sidebar about author styles
========================================================================== */
/**
 * This file contains all styles related to the sidebar about author component.
 */
 .sidebar-person {
  margin-bottom: 1.25rem; }

  @media print, screen and (min-width: 40em) {
    .sidebar-person {
      max-width: 300px;
      float: left; } }

      @media print, screen and (min-width: 64em) {
        .sidebar-person {
          max-width: none;
          float: none; } }

          .sidebar-person .sidebar-person-image {
            border-radius: 0.1875rem; }

            .sidebar-person .sidebar-person-image img {
              overflow: hidden; }

              .sidebar-person h4 {
                margin: 0.5625rem 0 1.25rem; }

                .sidebar-person p {
                  font-size: 0.875rem;
                  line-height: 1.3125rem;
                  color: #000;
                  margin: 0; }

                  .sidebar-person .sidebar-person-socials h4 {
                    margin: 1.1875rem 0 1.0625rem; }

                    .sidebar-person .sidebar-person-socials ul {
                      list-style: none;
                      margin: 0;
                      padding: 0; }

                      .sidebar-person .sidebar-person-socials ul li {
                        display: inline-block;
                        margin-right: 2.3125rem; }

                        .sidebar-person .sidebar-person-socials ul li:last-child {
                          margin-right: 0; }

                          .sidebar-person .sidebar-person-socials ul li a:hover {
                            opacity: .6; }

/* Sidebar advertise
========================================================================== */
/**
 * This file contains font imports and styles for sidebar advvertise component.
 */
 .sidebar-advertise-wrapper {
  display: block;
  border-radius: 0.25rem;
  margin-bottom: 1.25rem; }

  .sidebar-advertise-wrapper.background-none {
    background: none; }

    .sidebar-advertise-wrapper .sidebar-advertise-background {
      background: linear-gradient(135deg, #F56C5C 0%, rgba(245, 108, 92, 0.8) 100%);
      padding: 1.3125rem 0.9375rem 1.875rem 1.125rem;
      border-radius: 0.25rem; }

      .sidebar-advertise-wrapper .sidebar-advertise-background.background-overlay-show {
        background: rgba(61, 80, 97, 0.8); }

        .sidebar-advertise-wrapper h4 {
          color: #fff;
          line-height: 2.25rem;
          margin: 0 0 3.125rem; }

          .sidebar-advertise-wrapper:hover {
            opacity: .6; }

/* Sidebar calculate taxes
========================================================================== */
/**
 * This file contains font imports and styles for sidebar calculate taxes component.
 */
 .sidebar-calculate-taxes {
  display: block;
  background: linear-gradient(135deg, #F9423A 0%, rgba(249, 66, 58, 0.8) 100%);
  border-radius: 0.25rem;
  padding: 1.4375rem 0.875rem 1.875rem 1.125rem;
  margin: 0 0 1.25rem 0; }

  @media print, screen and (min-width: 40em) {
    .sidebar-calculate-taxes {
      width: 50%;
      margin-left: 50%; } }

      @media print, screen and (min-width: 64em) {
        .sidebar-calculate-taxes {
          width: 100%;
          margin-left: 0; } }

          .sidebar-calculate-taxes h3 {
            font-size: 1.5rem;
            line-height: 1.75rem;
            color: #fff;
            margin: 0 0 0.5625rem; }

            .sidebar-calculate-taxes p {
              font-size: 0.875rem;
              line-height: 1.625rem;
              color: #fff;
              margin: 0 0 0.9375rem; }

              .sidebar-calculate-taxes:hover {
                opacity: .6; }

/* Sidebar documents
========================================================================== */
/**
 * This file contains font imports and styles for sidebar documents component.
 */
 .sidebar-document {
  border: 0.0625rem solid #E6E6E5;
  border-radius: 0.25rem;
  margin-bottom: 1.25rem;
  background: #fff; }

  .sidebar-document .sidebar-document-title {
    border-radius: 0.25rem;
    background: #333; }

    .sidebar-document .sidebar-document-title h5 {
      font-size: 1.25rem;
      line-height: 2.25rem;
      color: #fff;
      margin: 0;
      padding: 0.1875rem 1.5625rem 0.4375rem 1.125rem; }

      .sidebar-document .sidebar-document-content {
        padding: 1.25rem 1.875rem 1.875rem 1.25rem; }

        .sidebar-document .sidebar-document-content a {
          font-size: 0.8125rem;
          line-height: 1.5;
          display: block;
          background: url(../svg/document.svg) no-repeat left center;
          color: #000;
          padding: 1.25rem 0 0 1.6875rem; }

          .sidebar-document .sidebar-document-content a:hover {
            opacity: .6; }

/* Sidebar facebook feed
========================================================================== */
/**
 * This file contains font imports and styles for sidebar facebook deed component.
 */
 .sidebar-facebook-feed {
  margin-bottom: 1.25rem; }

  .sidebar-facebook-feed iframe {
    max-width: 100%;
    width: 100%; }

    @media only screen and (max-width: 1023px) {
      .page-content-aside {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around; } }

        .page-content-aside iframe {
          width: 100%; }

          @media print, screen and (min-width: 40em) {
            .page-content-aside .sidebar-facebook-feed {
              float: left;
              margin: 0 10px 20px 0; } }

              @media print, screen and (min-width: 64em) {
                .page-content-aside .sidebar-facebook-feed {
                  float: none;
                  margin: 0 0 20px 0;
                  width: 100%; } }

                  .facebook-feed iframe {
                    max-width: 100%; }

/* Sidebar info
========================================================================== */
/**
 * This file contains font imports and styles for sidebar info component.
 */
 .sidebar-info {
  display: block;
  position: relative;
  z-index: 9;
  height: 300px;
  margin-bottom: 1.25rem; }

  .sidebar-info .sidebar-info-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    z-index: 9;
    height: 100%; }

    .sidebar-info p {
      font-size: 1.25rem;
      line-height: 1.5rem;
      color: #fff;
      position: absolute;
      bottom: 0;
      padding: 0 0.5625rem 1.3125rem 0.6875rem; }

      .sidebar-info img {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        display: block;
        margin: 0 auto; }

        .sidebar-info:hover {
          opacity: .6; }

/* Newsletter sidebar componenet
========================================================================== */
/**
 * This file contains all styles related to the newsletter sidebar component.
 */
 .sidebar-newsletter {
  background-image: linear-gradient(#0072CE , #440099);
  text-align: left;
  padding: 1.5rem 0.5625rem 1.875rem 0.75rem;
  margin: 0 0 1.25rem 0; }

  .sidebar-newsletter h3 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #fff;
    margin: 0 0 1rem; }

    .sidebar-newsletter form .select-wrapper {
      width: 100%; }

      @media print, screen and (min-width: 40em) {
        .sidebar-newsletter form .select-wrapper {
          width: 100%; } }

          .sidebar-newsletter form input {
            width: 100%;
            border: 0.0625rem solid #E6E6E5;
            border-radius: 0px;
            margin-bottom: 0.5625rem; }

            .sidebar-newsletter form input::placeholder {
              color: black;
              opacity: 1; /* Firefox */
            }

            .sidebar-newsletter form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
             color: black;
           }

           .sidebar-newsletter form input::-ms-input-placeholder { /* Microsoft Edge */
             color: black;
           }

           @media print, screen and (min-width: 40em) {
            .sidebar-newsletter form input {
              width: 100%; } }

              .sidebar-newsletter form input:last-child {
                margin-bottom: 0; }

                .sidebar-newsletter form button, .sidebar-newsletter form input[type="submit"] {
                  background-color: #0072CE;
                  color: #fff !important;
                  max-width: 195px;
                  width: 100%;
                  height: 36px;
                  cursor: pointer;
                  text-align: center;
                  margin: 0.6875rem 0rem 0rem 2rem;
                  border: none;
                  font-weight: bold;
                  text-transform: uppercase;
                  border-radius: 0px; }

                  .sidebar-newsletter form button:hover, .sidebar-newsletter form input[type="submit"]:hover {
                    opacity: .6; }

/* Search sidebar componenet
========================================================================== */
/**
 * This file contains all styles related to the search sidebar component.
 */
 .search-aside {
  margin-bottom: 1.25rem; }

  .search-aside form {
    position: relative; }

    .search-aside form input {
      position: relative;
      height: 3rem;
      border: 0.0625rem solid transparent;      
      border-image: linear-gradient(#440099, #F9423A);
      border-image-slice: 1;
      border-radius: 0rem;
      width: 100%; }

      .search-aside form input::placeholder {
        color: black;
        opacity: 1; /* Firefox */
      }

      .search-aside form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
       color: black;
     }

     .search-aside form input::-ms-input-placeholder { /* Microsoft Edge */
       color: black;
     }

     .search-aside form button {
      position: absolute;
      height: 3rem;
      width: 3rem;
      right: 0;
      top: 0;
      border-radius: 0 0.3125rem 0.3125rem 0;
      background: #F9423A url(../svg/search_white.svg) no-repeat center; }

/* Single news componenet
========================================================================== */
/**
 * This file contains all styles related to the single news component.
 */
 .section-latest-news {
  padding-bottom: 3.75rem; }

  .section-latest-news .container {
    max-width: 73.125rem;
    margin-right: auto;
    margin-left: auto; }

    .section-latest-news .container::before, .section-latest-news .container::after {
      display: table;
      content: ' ';
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }

      .section-latest-news .container::after {
        clear: both; }

        .section-latest-news .container .section-title h2 {
          margin: 3.4375rem 0 1.75rem; }

          .section-latest-news .container .facebook-feed {
            position: relative;
            z-index: 9;
            width: 33.33333%;
            float: left;
            padding-right: 1.25rem;
            padding-left: 1.25rem;
            display: none; }

            @media print, screen and (min-width: 40em) {
              .section-latest-news .container .facebook-feed {
                padding-right: 0.625rem;
                padding-left: 0.625rem; } }

                .section-latest-news .container .facebook-feed:last-child:not(:first-child) {
                  float: right; }

                  @media print, screen and (min-width: 64em) {
                    .section-latest-news .container .facebook-feed {
                      display: block; } }

                      .page-content-main .skatte-single-news {
                        width: 100%;
                        float: left;
                        padding-right: 1.25rem;
                        padding-left: 1.25rem; }

                        @media print, screen and (min-width: 40em) {
                          .page-content-main .skatte-single-news {
                            padding-right: 0.625rem;
                            padding-left: 0.625rem; } }

                            .page-content-main .skatte-single-news:last-child:not(:first-child) {
                              float: right; }

                              @media print, screen and (min-width: 40em) {
                                .page-content-main .skatte-single-news {
                                  width: 50%;
                                  float: left;
                                  padding-right: 1.25rem;
                                  padding-left: 1.25rem; } }

                                  @media print, screen and (min-width: 40em) and (min-width: 40em) {
                                    .page-content-main .skatte-single-news {
                                      padding-right: 0.625rem;
                                      padding-left: 0.625rem; } }

                                      @media print, screen and (min-width: 40em) {
                                        .page-content-main .skatte-single-news:last-child:not(:first-child) {
                                          float: right; } }

                                          @media print, screen and (min-width: 64em) {
                                            .page-content-main .skatte-single-news {
                                              width: 33%;
                                              float: left;
                                              height: 30rem;
                                              margin-bottom: 1rem;
                                              padding-right: 1.25rem;
                                              padding-left: 1.25rem; } }

                                              @media print, screen and (min-width: 64em) and (min-width: 40em) {
                                                .page-content-main .skatte-single-news {
                                                  padding-right: 0.625rem;
                                                  padding-left: 0.625rem; } }

                                                  @media print, screen and (min-width: 64em) {
                                                    .page-content-main .skatte-single-news:last-child:not(:first-child) {
                                                      float: right; } }

                                                      .skatte-single-news {
                                                        width: 100%;
                                                        float: left;
                                                        padding-right: 1.25rem;
                                                        padding-left: 1.25rem; }

                                                        .skatte-single-news a {
                                                          height: 30rem;
                                                          position: relative;
                                                          min-width: 100%; }

                                                          @media print, screen and (min-width: 40em) {
                                                            .skatte-single-news a {
                                                              min-width: 100%; } }

                                                              @media print, screen and (min-width: 40em) {
                                                                .skatte-single-news {
                                                                  padding-right: 0.625rem;
                                                                  padding-left: 0.625rem; } }

                                                                  .skatte-single-news:last-child:not(:first-child) {
                                                                    float: right; }

                                                                    @media print, screen and (min-width: 40em) {
                                                                      .skatte-single-news {
                                                                        width: 50%;
                                                                        float: left;
                                                                        padding-right: 1.25rem;
                                                                        padding-left: 1.25rem; } }

                                                                        @media print, screen and (min-width: 40em) and (min-width: 40em) {
                                                                          .skatte-single-news {
                                                                            padding-right: 0.625rem;
                                                                            padding-left: 0.625rem; } }

                                                                            @media print, screen and (min-width: 40em) {
                                                                              .skatte-single-news:last-child:not(:first-child) {
                                                                                float: right; } }

                                                                                @media print, screen and (min-width: 64em) {
                                                                                  .skatte-single-news {
                                                                                    width: 33.33333%;
                                                                                    float: left;
                                                                                    padding-right: 1.25rem;
                                                                                    padding-left: 1.25rem; } }

                                                                                    @media print, screen and (min-width: 64em) and (min-width: 40em) {
                                                                                      .skatte-single-news {
                                                                                        padding-right: 0.625rem;
                                                                                        padding-left: 0.625rem; } }

                                                                                        @media print, screen and (min-width: 64em) {
                                                                                          .skatte-single-news:last-child:not(:first-child) {
                                                                                            float: right; }
                                                                                            .skatte-single-news:last-child:last-child {
                                                                                              float: left; } }

                                                                                              .skatte-single-news .skatte-latest-news-single {
                                                                                                background: #fff;
                                                                                                display: inline-block;
                                                                                                /*border: 0.0625rem solid #E6E6E5;
                                                                                                border-radius: 0.25rem;
                                                                                                -webkit-transition: .2s ease-out, background 1s ease-in;
                                                                                                transition: .2s ease-out, background 1s ease-in;*/
                                                                                                margin-bottom: 1.375rem; }

                                                                                                .skatte-single-news .skatte-latest-news-single:hover {
                                                                                                  -webkit-box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
                                                                                                  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
                                                                                                  -webkit-transition: .2s ease-out, background 1s ease-in;
                                                                                                  transition: .2s ease-out, background 1s ease-in; }

                                                                                                  .skatte-single-news .skatte-latest-news-single .skatte-single-news-image {
                                                                                                    width: 100%;
                                                                                                    overflow: hidden;
                                                                                                    height: 15rem;
                                                                                                    display: -webkit-box;
                                                                                                    display: -ms-flexbox;
                                                                                                    display: flex;
                                                                                                    -webkit-box-align: center;
                                                                                                    -ms-flex-align: center;
                                                                                                    align-items: center;
                                                                                                    -webkit-box-orient: horizontal;
                                                                                                    -webkit-box-direction: normal;
                                                                                                    -ms-flex-direction: row;
                                                                                                    flex-direction: row;
                                                                                                    -webkit-box-pack: center;
                                                                                                    -ms-flex-pack: center;
                                                                                                    justify-content: center; }

                                                                                                    .skatte-single-news .skatte-latest-news-single .skatte-single-news-image img {
                                                                                                      max-width: 100%;
                                                                                                      border-radius: 10px 10px 10px 10px;
                                                                                                      width: 100%; }

                                                                                                      .skatte-single-news .skatte-latest-news-single .skatte-single-news--title {
                                                                                                        padding: 1rem 1.625rem;
                                                                                                        min-height: 4rem; }

                                                                                                        .skatte-single-news .skatte-latest-news-single .skatte-single-news--title h2 {
                                                                                                          font-size: 1.5rem;
                                                                                                          color: #000;
                                                                                                          line-height: 32px;
                                                                                                          margin: 0 0 0; }

                                                                                                          .skatte-single-news .skatte-latest-news-single .skatte-single-news--date-time {
                                                                                                            padding: 0 1.625rem; }

                                                                                                            .skatte-single-news .skatte-latest-news-single .skatte-single-news--date-time span {
                                                                                                              font-size: 0.625rem;
                                                                                                              color: #000;
                                                                                                              line-height: 0.875rem;
                                                                                                              position: relative;
                                                                                                              margin-left: 0.625rem; }

                                                                                                              .skatte-single-news .skatte-latest-news-single .skatte-single-news--date-time span:after {
                                                                                                                content: '';
                                                                                                                position: absolute;
                                                                                                                width: 0.0625rem;
                                                                                                                height: 0.5625rem;
                                                                                                                top: 0.125rem;
                                                                                                                background: #000;
                                                                                                                margin: 0 0.3125rem; }

                                                                                                                .skatte-single-news .skatte-latest-news-single .skatte-single-news--date-time span:first-child {
                                                                                                                  margin-left: 0; }

                                                                                                                  .skatte-single-news .skatte-latest-news-single .skatte-single-news--date-time span:last-child:after {
                                                                                                                    display: none; }

                                                                                                                    .skatte-single-news .skatte-latest-news-single .skatte-single-news--desc {
                                                                                                                      padding: 0 1.625rem; }

                                                                                                                      .skatte-single-news .skatte-latest-news-single .skatte-single-news--desc p {
                                                                                                                        font-size: 1rem;
                                                                                                                        color: #000;
                                                                                                                        line-height: 1.3125rem; }

                                                                                                                        .skatte-single-news .skatte-latest-news-single .skatte-single-news--more {
                                                                                                                          padding: 0 1.625rem;
                                                                                                                          position: absolute;
                                                                                                                          bottom: 0.625rem; }

                                                                                                                          @media screen and (min-width: 75em) {
                                                                                                                            .skatte-single-news .skatte-latest-news-single .skatte-single-news--more {
                                                                                                                              bottom: 2rem; } }

                                                                                                                              .skatte-single-news .skatte-latest-news-single .skatte-single-news--more p {
                                                                                                                                font-weight: 600 !important;
                                                                                                                                font-size: 0.875rem;
                                                                                                                                color: #0072CE;
                                                                                                                                line-height: 1.3125rem;
                                                                                                                                display: inline-block;
                                                                                                                                position: relative;
                                                                                                                                margin: 0;
                                                                                                                                text-transform: uppercase; }

                                                                                                                                .skatte-single-news .skatte-latest-news-single .skatte-single-news--more p span {
                                                                                                                                  margin-left: 0.625rem; }

/* Sloseri styles
========================================================================== */
/**
 * This file contains all styles related to the slsoeri component.
 */
 .sloseri-artical-wrapper {
  width: 100%;
  float: left;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-top: 1.875rem;
  display: block; }

  @media print, screen and (min-width: 40em) {
    .sloseri-artical-wrapper {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }

      .sloseri-artical-wrapper:last-child:not(:first-child) {
        float: right; }

        .sloseri-artical-wrapper h3 {
          font-size: 1.4375rem;
          line-height: 2.25rem;
          color: #000; }

          @media print, screen and (min-width: 64em) {
            .sloseri-artical-wrapper h3 {
              font-size: 1.875rem; } }

              .sloseri-artical-wrapper p {
                font-size: 0.875rem;
                line-height: 1.625rem;
                color: #000; }

                .sloseri-artical-wrapper:hover {
                  opacity: .6; }

/* Social share styles
========================================================================== */
/**
 * This file contains all styles related to the social share component.
 */
 #content {
  position: relative; }

  .section-skatte-single-post .container {
    position: relative; }

    .fixed-socials-share {
      position: absolute;
      z-index: 999; }

      @media screen and (max-width: 75em) {
        .fixed-socials-share {
          position: absolute;
          margin-top: 0 !important;
          left: 0.9375rem;
          right: auto;
          bottom: 0.4375rem;
          top: auto; } }

          @media screen and (min-width: 90em) {
            .fixed-socials-share {
              left: -3.125rem;
              right: auto;
              bottom: 100px; } }

              .fixed-socials-share ul {
                list-style: none;
                margin: 0;
                padding: 0; }

                .fixed-socials-share ul li {
                  padding-left: 0;
                  display: inline-block;
                  margin-bottom: 0.125rem; }

                  @media screen and (min-width: 90em) {
                    .fixed-socials-share ul li {
                      display: block; } }

                      .fixed-socials-share ul li:before {
                        display: none; }

                        .fixed-socials-share ul li a:hover {
                          opacity: .6; }

/* Stuff single person
========================================================================== */
/**
 * This file contains styles that are specific to the Stuff single person component.
 */
 .single-person-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 60rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

  @media print, screen and (min-width: 40em) {
    .single-person-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }

      .team-single-person {
        display: inline-block;
        margin-right: 1.25rem;
        margin-bottom: 1.875rem;
        text-align: center;
        max-width: 33%;
        width: 100%; }

        @media print, screen and (min-width: 64em) {
          .team-single-person:nth-child(6) {
            margin-right: 0; } }

            @media screen and (max-width: 39.9375em) {
              .team-single-person {
                margin-left: auto;
                margin-right: auto; } }

                .team-single-person h5 {
                  font-family: 'Graphik Web';
                  font-weight: 500;
                  font-style: normal;
                  font-stretch: normal;
                  font-size: 1.25rem;
                  font-weight: bold;
                  line-height: 1.625rem;
                  color: #2F2F2F;
                  margin: 0.6875rem 0 0.5rem; }

                  .team-single-person p {
                    font-size: 0.875rem;
                    line-height: 1.3125rem;
                    color: #2F2F2F;
                    margin: 0; }

                    .team-single-person a {
                      font-size: 0.75rem;
                      line-height: 1;
                      color: #2F2F2F;
                      margin: 0.3125rem 0 0;
                      display: block; }

                      .team-single-person a:hover {
                        opacity: .6; }

                        @media screen and (max-width: 63.9375em) {
                          .team-wrapper-subpage {
                            text-align: center; } }

/* Support section styles
========================================================================== */
/**
 * This file contains all styles related to the support section.
 */
 .section-support {
  background-image: -webkit-gradient(linear, left top, right top, from(#440099), color-stop(60%, #F9423A));
  background-image: linear-gradient(90deg, #440099 0%, #F9423A 60%);
  z-index: 99;
  position: relative; }

  .section-support .container {
    position: relative; }

    .section-support-homepage {
      z-index: 9;
      position: relative; }

      .support-wrapper {
        width: 100%;
        float: left;
        padding-right: 1.25rem;
        padding-left: 1.25rem;
        text-align: center;
        position: relative;
        z-index: 9; }

        @media print, screen and (min-width: 40em) {
          .support-wrapper {
            padding-right: 0.625rem;
            padding-left: 0.625rem; } }

            .support-wrapper:last-child:not(:first-child) {
              float: right; }

              @media print, screen and (min-width: 40em) {
                .support-wrapper {
                  width: 83.33333%;
                  float: left;
                  padding-right: 1.25rem;
                  padding-left: 1.25rem;
                  margin-right: auto;
                  margin-left: auto; } }

                  @media print, screen and (min-width: 40em) and (min-width: 40em) {
                    .support-wrapper {
                      padding-right: 0.625rem;
                      padding-left: 0.625rem; } }

                      @media print, screen and (min-width: 40em) {
                        .support-wrapper:last-child:not(:first-child) {
                          float: right; }
                          .support-wrapper, .support-wrapper:last-child:not(:first-child) {
                            float: none;
                            clear: both; } }

                            .support-wrapper .support-testemonial-person-wrapper {
                              width: 100%;
                              float: left;
                              padding-right: 1.25rem;
                              padding-left: 1.25rem;
                              margin-right: auto;
                              margin-left: auto; }

                              @media print, screen and (min-width: 40em) {
                                .support-wrapper .support-testemonial-person-wrapper {
                                  padding-right: 0.625rem;
                                  padding-left: 0.625rem; } }

                                  .support-wrapper .support-testemonial-person-wrapper:last-child:not(:first-child) {
                                    float: right; }

                                    .support-wrapper .support-testemonial-person-wrapper, .support-wrapper .support-testemonial-person-wrapper:last-child:not(:first-child) {
                                      float: none;
                                      clear: both; }

                                      @media print, screen and (min-width: 64em) {
                                        .support-wrapper .support-testemonial-person-wrapper {
                                          width: 75%;
                                          float: left;
                                          padding-right: 1.25rem;
                                          padding-left: 1.25rem;
                                          margin-right: auto;
                                          margin-left: auto; } }

                                          @media print, screen and (min-width: 64em) and (min-width: 40em) {
                                            .support-wrapper .support-testemonial-person-wrapper {
                                              padding-right: 0.625rem;
                                              padding-left: 0.625rem; } }

                                              @media print, screen and (min-width: 64em) {
                                                .support-wrapper .support-testemonial-person-wrapper:last-child:not(:first-child) {
                                                  float: right; }
                                                  .support-wrapper .support-testemonial-person-wrapper, .support-wrapper .support-testemonial-person-wrapper:last-child:not(:first-child) {
                                                    float: none;
                                                    clear: both; } }

                                                    .support-wrapper h3 {
                                                      font-size: 1.875rem;
                                                      line-height: 2.25rem;
                                                      color: #fff;
                                                      text-align: center;
                                                      margin: 2.25rem 0 1.5rem; }

                                                      .support-wrapper .support-person {
                                                        display: block;
                                                        width: 5rem;
                                                        height: 5rem;
                                                        border-radius: 50%;
                                                        overflow: hidden;
                                                        margin: 0 auto; }

                                                        @media print, screen and (min-width: 40em) {
                                                          .support-wrapper .support-person {
                                                            float: left; } }

                                                            .support-wrapper .support-person img {
                                                              overflow: hidden; }

                                                              .support-wrapper span {
                                                                display: block;
                                                                font-size: 0.875rem;
                                                                line-height: 1.5rem;
                                                                color: #fff;
                                                                margin: 0.375rem 0 0.625rem;
                                                                text-align: left;
                                                                padding-left: 6.875rem; }

                                                                .support-wrapper .support-testemonial {
                                                                  font-size: 1.125rem;
                                                                  line-height: 1.6875rem;
                                                                  color: #fff;
                                                                  margin-bottom: 0; }

                                                                  @media print, screen and (min-width: 40em) {
                                                                    .support-wrapper .support-testemonial {
                                                                      text-align: left;
                                                                      padding-left: 6.875rem; } }

                                                                      .support-wrapper .support-desc {
                                                                        font-size: 1.25rem;
                                                                        line-height: 1.1875rem;
                                                                        color: #fff;
                                                                        position: relative;
                                                                        margin: 0 0 3.75rem 0; }

                                                                        .support-wrapper .support-desc:before {
                                                                          display: block;
                                                                          content: '';
                                                                          position: absolute;
                                                                          width: 3.75rem;
                                                                          height: 0.125rem;
                                                                          background: #fff;
                                                                          bottom: -2rem;
                                                                          margin: 0 auto;
                                                                          left: 0;
                                                                          right: 0; }

                                                                          .support-form-wrapper {
                                                                            width: 100%;
                                                                            float: left;
                                                                            padding-right: 1.25rem;
                                                                            padding-left: 1.25rem;
                                                                            margin-top: 1.6875rem;
                                                                            text-align: center; }

                                                                            @media print, screen and (min-width: 40em) {
                                                                              .support-form-wrapper {
                                                                                padding-right: 0.625rem;
                                                                                padding-left: 0.625rem; } }

                                                                                .support-form-wrapper:last-child:not(:first-child) {
                                                                                  float: right; }

                                                                                  .support-form-wrapper form {
                                                                                    display: inline-block;
                                                                                    margin: 0 auto;
                                                                                    text-align: center; }

                                                                                    .support-form-wrapper form br {
                                                                                      display: none; }

                                                                                      .support-form-wrapper form input {
                                                                                        height: 2.8125rem;
                                                                                        background: rgba(255, 255, 255, 0.25);
                                                                                        font-size: 1rem;
                                                                                        width: 100%;
                                                                                        margin-bottom: 0.625rem;
                                                                                        font-size: 0.75rem;
                                                                                        float: left;
                                                                                        color: #fff; }

                                                                                        .support-form-wrapper form input::-webkit-input-placeholder {
                                                                                          /* Chrome/Opera/Safari */
                                                                                          color: #fff !important; }

                                                                                          .support-form-wrapper form input::-moz-placeholder {
                                                                                            /* Firefox 19+ */
                                                                                            color: #fff !important; }

                                                                                            .support-form-wrapper form input:-ms-input-placeholder {
                                                                                              /* IE 10+ */
                                                                                              color: #fff !important; }

                                                                                              .support-form-wrapper form input:-moz-placeholder {
                                                                                                /* Firefox 18- */
                                                                                                color: #fff !important; }

                                                                                                @media print, screen and (min-width: 40em) {
                                                                                                  .support-form-wrapper form input {
                                                                                                    width: 18.6875rem;
                                                                                                    margin-right: 1.3125rem; } }

                                                                                                    .support-form-wrapper form button, .support-form-wrapper form input[type="submit"] {
                                                                                                      width: 100%;
                                                                                                      font-weight: normal;
                                                                                                      background: #fff;
                                                                                                      font-size: 0.75rem;
                                                                                                      line-height: 0.9375rem;
                                                                                                      color: #fff;
                                                                                                      clear: right;
                                                                                                      margin-right: 0;
                                                                                                      background: transparent;
                                                                                                      border: 1px solid #fff;
                                                                                                      height: 2.8125rem; }

                                                                                                      @media print, screen and (min-width: 40em) {
                                                                                                        .support-form-wrapper form button, .support-form-wrapper form input[type="submit"] {
                                                                                                          width: 13.625rem; } }

                                                                                                          .support-form-wrapper .about-personal-data {
                                                                                                            font-size: 0.875rem;
                                                                                                            color: #fff;
                                                                                                            clear: both;
                                                                                                            margin: 1.625rem 0 2.6875rem;
                                                                                                            text-align: center; }

                                                                                                            .support-form-wrapper .about-personal-data a {
                                                                                                              text-decoration: underline;
                                                                                                              color: #fff; }

                                                                                                              .support-form-wrapper .about-personal-data a:hover {
                                                                                                                opacity: .6; }

                                                                                                                .support-popup-wrapper {
                                                                                                                  width: 100%;
                                                                                                                  float: left;
                                                                                                                  padding-right: 1.25rem;
                                                                                                                  padding-left: 1.25rem;
                                                                                                                  margin-right: auto;
                                                                                                                  margin-left: auto;
                                                                                                                  top: 50%;
                                                                                                                  -webkit-transform: translateY(-50%);
                                                                                                                  transform: translateY(-50%);
                                                                                                                  display: none;
                                                                                                                  position: absolute;
                                                                                                                  background: #fff;
                                                                                                                  -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
                                                                                                                  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
                                                                                                                  border-radius: 0.3125rem;
                                                                                                                  z-index: 9;
                                                                                                                  margin: 0 auto;
                                                                                                                  left: 0;
                                                                                                                  right: 0; }

                                                                                                                  @media print, screen and (min-width: 40em) {
                                                                                                                    .support-popup-wrapper {
                                                                                                                      padding-right: 0.625rem;
                                                                                                                      padding-left: 0.625rem; } }

                                                                                                                      .support-popup-wrapper:last-child:not(:first-child) {
                                                                                                                        float: right; }

                                                                                                                        .support-popup-wrapper, .support-popup-wrapper:last-child:not(:first-child) {
                                                                                                                          float: none;
                                                                                                                          clear: both; }

                                                                                                                          @media print, screen and (min-width: 64em) {
                                                                                                                            .support-popup-wrapper {
                                                                                                                              width: 66.66667%;
                                                                                                                              float: left;
                                                                                                                              padding-right: 1.25rem;
                                                                                                                              padding-left: 1.25rem;
                                                                                                                              margin-right: auto;
                                                                                                                              margin-left: auto;
                                                                                                                              top: 4.0625rem;
                                                                                                                              -webkit-transform: translateY(0);
                                                                                                                              transform: translateY(0); } }

                                                                                                                              @media print, screen and (min-width: 64em) and (min-width: 40em) {
                                                                                                                                .support-popup-wrapper {
                                                                                                                                  padding-right: 0.625rem;
                                                                                                                                  padding-left: 0.625rem; } }

                                                                                                                                  @media print, screen and (min-width: 64em) {
                                                                                                                                    .support-popup-wrapper:last-child:not(:first-child) {
                                                                                                                                      float: right; }
                                                                                                                                      .support-popup-wrapper, .support-popup-wrapper:last-child:not(:first-child) {
                                                                                                                                        float: none;
                                                                                                                                        clear: both; } }

                                                                                                                                        .support-popup-wrapper .close-popup {
                                                                                                                                          margin: 1.25rem 0;
                                                                                                                                          display: block;
                                                                                                                                          width: 1.5625rem;
                                                                                                                                          height: 1.5625rem;
                                                                                                                                          background: url(../svg/close.svg) no-repeat center;
                                                                                                                                          float: right; }

                                                                                                                                          @media print, screen and (min-width: 64em) {
                                                                                                                                            .support-popup-wrapper .close-popup {
                                                                                                                                              margin: 1.25rem 1.25rem 0; } }

                                                                                                                                              @media print, screen and (min-width: 40em) {
                                                                                                                                                .support-popup-wrapper .support-popup {
                                                                                                                                                  padding: 1.875rem 1.875rem 0; } }

                                                                                                                                                  .support-popup-wrapper .support-popup .support-popup-content {
                                                                                                                                                    height: 26.1875rem; }

                                                                                                                                                    @media print, screen and (min-width: 40em) {
                                                                                                                                                      .support-popup-wrapper .support-popup .support-popup-content {
                                                                                                                                                        padding: 2rem 3.5625rem 2.9375rem 2.3125rem; } }

                                                                                                                                                        .support-popup-wrapper .support-popup .support-popup-content h3 {
                                                                                                                                                          font-size: 1.875rem;
                                                                                                                                                          line-height: 2.25rem;
                                                                                                                                                          color: #0072CE;
                                                                                                                                                          margin: 0 0 1.8125rem;
                                                                                                                                                          text-align: center; }

                                                                                                                                                          .support-popup-wrapper .support-popup .support-popup-content p {
                                                                                                                                                            font-size: 0.875rem;
                                                                                                                                                            line-height: 1.1875rem;
                                                                                                                                                            color: #000; }

                                                                                                                                                            .support-popup-wrapper .support-popup .support-popup-content #scroll-content-wrapper {
                                                                                                                                                              height: 16.625rem;
                                                                                                                                                              position: relative;
                                                                                                                                                              overflow: hidden; }

                                                                                                                                                              .support-popup-wrapper .support-popup .support-popup-content #scrollbar-container {
                                                                                                                                                                width: 0.5625rem;
                                                                                                                                                                height: 16.625rem;
                                                                                                                                                                border-radius: 1.25rem;
                                                                                                                                                                background: #E6E6E5;
                                                                                                                                                                position: absolute;
                                                                                                                                                                right: 0;
                                                                                                                                                                top: 0; }

                                                                                                                                                                .support-popup-wrapper .support-popup .support-popup-content #scrollbar-container #scrollbar {
                                                                                                                                                                  width: 0.5625rem;
                                                                                                                                                                  height: 3.125rem;
                                                                                                                                                                  background: #0072CE;
                                                                                                                                                                  border-radius: 1.25rem;
                                                                                                                                                                  position: absolute;
                                                                                                                                                                  top: 0;
                                                                                                                                                                  z-index: 8; }

                                                                                                                                                                  .support-popup-wrapper .support-popup .support-popup-content #scroll-content {
                                                                                                                                                                    overflow-y: scroll;
                                                                                                                                                                    height: 100%;
                                                                                                                                                                    padding-right: 2.25rem;
                                                                                                                                                                    margin-right: -24px; }

                                                                                                                                                                    .support-popup-wrapper .support-popup .support-popup-content ::-webkit-scrollbar {
                                                                                                                                                                      display: none; }

                                                                                                                                                                      .section-support-short {
                                                                                                                                                                        background: -webkit-gradient(linear, left top, left bottom, from(#F56C5C), to(rgba(245, 108, 92, 0.8)));
                                                                                                                                                                        background: linear-gradient(180deg, #F56C5C 0%, rgba(245, 108, 92, 0.8) 100%);
                                                                                                                                                                        padding-bottom: 2.5rem; }

                                                                                                                                                                        .section-support-short .support-short-wrapper {
                                                                                                                                                                          width: 100%;
                                                                                                                                                                          float: left;
                                                                                                                                                                          padding-right: 1.25rem;
                                                                                                                                                                          padding-left: 1.25rem;
                                                                                                                                                                          margin-right: auto;
                                                                                                                                                                          margin-left: auto;
                                                                                                                                                                          text-align: center;
                                                                                                                                                                          position: relative;
                                                                                                                                                                          z-index: 9; }

                                                                                                                                                                          @media print, screen and (min-width: 40em) {
                                                                                                                                                                            .section-support-short .support-short-wrapper {
                                                                                                                                                                              padding-right: 0.625rem;
                                                                                                                                                                              padding-left: 0.625rem; } }

                                                                                                                                                                              .section-support-short .support-short-wrapper:last-child:not(:first-child) {
                                                                                                                                                                                float: right; }

                                                                                                                                                                                .section-support-short .support-short-wrapper, .section-support-short .support-short-wrapper:last-child:not(:first-child) {
                                                                                                                                                                                  float: none;
                                                                                                                                                                                  clear: both; }

                                                                                                                                                                                  .section-support-short .support-short-wrapper h3 {
                                                                                                                                                                                    font-size: 1.875rem;
                                                                                                                                                                                    line-height: 2.25rem;
                                                                                                                                                                                    color: #fff;
                                                                                                                                                                                    text-align: center;
                                                                                                                                                                                    margin: 2.25rem 0 1.5rem; }

/* Swish section styles
========================================================================== */
/**
 * This file contains all styles related to the swish section.
 */
 .section-swish {
  margin-top: -0.625rem; }

  .swish-image {
    width: 100%;
    min-height: 23.25rem;
    margin: -3% 0 0 0;
    left: 0;
    z-index: 5;
    height: 356px;
    background-size: contain !important;}

    @media print, screen and (min-width: 40em) {
      .swish-image {
        width: 50%;
        float: left;} }

        .swish-info {
          width: 100%;
          float: left;
          padding-right: 1.25rem;
          padding-left: 1.25rem;
          margin-top: 23.25rem; }

          @media print, screen and (min-width: 40em) {
            .swish-info {
              padding-right: 0.625rem;
              padding-left: 0.625rem; } }

              .swish-info:last-child:not(:first-child) {
                text-align: left;
                float: right; }

                @media print, screen and (min-width: 40em) {
                  .swish-info {
                    width: 50%;
                    float: left !important;
                    padding-right: 1.25rem;
                    padding-left: 1.25rem;
                    margin-top: 0;
                    padding-bottom: 3.875rem; } }

                    @media print, screen and (min-width: 40em) and (min-width: 40em) {
                      .swish-info {
                        padding-right: 0.625rem;
                        padding-left: 0.625rem; } }

                        @media print, screen and (min-width: 40em) {
                          .swish-info:last-child:not(:first-child) {
                            float: right; } }

                            .swish-info img {
                              display: block;
                              margin-top: 3.375rem; }

                              .swish-info h4 {
                                width: 100%;
                                font-size: 1.875rem;
                                line-height: 2.25rem;
                                color: #0072CE;
                                margin: 1.25rem 0 1.0625rem; }

                                .swish-info h4 > p {
                                  font-size: 21px;
                                  line-height: 2.25rem;
                                  color: #0072CE;
                                  width: 100%;
                                  font-weight: bold !important;
                                  margin: 0; }

                                  .swish-info h4 a {
                                    color: #212121;
                                    display: inline-block; }

                                    .swish-info h4 a:hover {
                                      opacity: .6; }

                                      .swish-info p {
                                        font-size: 0.875rem;
                                        line-height: 1.25rem;
                                        color: #0072CE;
                                        margin: 2rem 0 0 0;
                                        width: 75%; }

                                        .swish-info p strong {
                                          font-weight: normal; 
                                          color: #0072CE;}

/* About us page
========================================================================== */
/**
 * This file contains styles that are specific to the About us page.
 */
 .section-team {
  padding-bottom: 1.25rem; }

  .section-team .section-title h3 {
    margin: 3.375rem 0 2.875rem 4rem; }

    .team-wrapper {
      width: 100%;
      float: left;
      padding-right: 1.25rem;
      padding-left: 1.25rem;
      text-align: center; }

      @media print, screen and (min-width: 40em) {
        .team-wrapper {
          padding-right: 0.625rem;
          padding-left: 0.625rem; } }

          .team-wrapper:last-child:not(:first-child) {
            float: right; }

            .section-choises-about-us {
              -webkit-box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.08);
              box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.08);
              background-color: rgba(101, 101, 101, 0.15);
              padding: 3.3125rem 0 3.75rem; }

              .section-choises-about-us .choice-wrapper {
                width: 100%;
                float: left;
                padding-right: 1.25rem;
                padding-left: 1.25rem; }

                @media print, screen and (min-width: 40em) {
                  .section-choises-about-us .choice-wrapper {
                    padding-right: 0.625rem;
                    padding-left: 0.625rem; } }

                    .section-choises-about-us .choice-wrapper:last-child:not(:first-child) {
                      float: right; }

                      @media print, screen and (min-width: 40em) {
                        .section-choises-about-us .choice-wrapper {
                          width: 50%;
                          float: left;
                          padding-right: 1.25rem;
                          padding-left: 1.25rem;
                          float: left !important; } }

                          @media print, screen and (min-width: 40em) and (min-width: 40em) {
                            .section-choises-about-us .choice-wrapper {
                              padding-right: 0.625rem;
                              padding-left: 0.625rem; } }

                              @media print, screen and (min-width: 40em) {
                                .section-choises-about-us .choice-wrapper:last-child:not(:first-child) {
                                  float: right; } }

                                  @media print, screen and (min-width: 64em) {
                                    .section-choises-about-us .choice-wrapper {
                                      width: 50%;
                                      float: left;
                                      padding-right: 1.25rem;
                                      padding-left: 1.25rem;
                                      min-height: 14.5rem; } }

                                      @media print, screen and (min-width: 64em) and (min-width: 40em) {
                                        .section-choises-about-us .choice-wrapper {
                                          padding-right: 0.625rem;
                                          padding-left: 0.625rem; } }

                                          @media print, screen and (min-width: 64em) {
                                            .section-choises-about-us .choice-wrapper:last-child:not(:first-child) {
                                              float: right; } }

                                              #map {
                                                width: 50%;
                                                height: 50rem;
                                                background-color: #fff; }

                                                .section-contact {
                                                  padding: 0 0 3.75rem;
                                                  position: relative; }

                                                  .section-contact .section-title h3 {
                                                    margin: 3.4375rem 0 1.875rem; }

                                                    .contact-adress-telphone {
                                                      margin: 1.875rem 0 0;
                                                      width: 100%;
                                                      float: left;
                                                      padding-right: 1.25rem;
                                                      padding-left: 1.25rem; }

                                                      @media print, screen and (min-width: 40em) {
                                                        .contact-adress-telphone {
                                                          padding-right: 0.625rem;
                                                          padding-left: 0.625rem; } }

                                                          .contact-adress-telphone:last-child:not(:first-child) {
                                                            float: right; }

                                                            @media print, screen and (min-width: 40em) {
                                                              .contact-adress-telphone {
                                                                width: 80%;
                                                                float: left;
                                                                padding-right: 1.25rem;
                                                                padding-left: 1.25rem; } }

                                                                @media print, screen and (min-width: 40em) and (min-width: 40em) {
                                                                  .contact-adress-telphone {
                                                                    padding-right: 0.625rem;
                                                                    padding-left: 0.625rem; } }

                                                                    @media print, screen and (min-width: 40em) {
                                                                      .contact-adress-telphone:last-child:not(:first-child) {
                                                                        float: right; } }

                                                                        .contact-adress-telphone .contact-adress h3 {
                                                                          color: #000;
                                                                          margin: 0 0 1rem; }

                                                                          .contact-adress-telphone .contact-adress p {
                                                                            font-size: 0.875rem;
                                                                            line-height: 1.625rem;
                                                                            color: #000;
                                                                            margin: 0 0 1rem 0; }

                                                                            .contact-adress-telphone .contact-telephone {
                                                                              margin-top: 2.5rem; }

                                                                              .contact-adress-telphone .contact-telephone h3 {
                                                                                color: #000;
                                                                                margin: 0 0 1rem; }

                                                                                .contact-adress-telphone .contact-telephone a {
                                                                                  font-size: 0.875rem;
                                                                                  line-height: 1.625rem;
                                                                                  color: #000;
                                                                                  margin: 0;
                                                                                  display: block; }

                                                                                  .contact-adress-telphone .contact-telephone a:hover {
                                                                                    opacity: .6; }

                                                                                    .contact-form {
                                                                                      width: 100%;
                                                                                      float: left;
                                                                                      padding-right: 1.25rem;
                                                                                      padding-left: 1.25rem;
                                                                                      margin: 1.875rem 0 0; }

                                                                                      @media print, screen and (min-width: 40em) {
                                                                                        .contact-form {
                                                                                          padding-right: 0.625rem;
                                                                                          padding-left: 0.625rem; } }

                                                                                          .contact-form:last-child:not(:first-child) {
                                                                                            float: right; }

                                                                                            @media print, screen and (min-width: 40em) {
                                                                                              .contact-form {
                                                                                                margin-left: -14rem;
                                                                                                float: left;
                                                                                                padding-right: 1.25rem;
                                                                                                padding-left: 1.25rem; } }

                                                                                                @media print, screen and (min-width: 40em) and (min-width: 40em) {
                                                                                                  .contact-form {
                                                                                                    padding-right: 0.625rem;
                                                                                                    padding-left: 0.625rem; } }

                                                                                                    @media print, screen and (min-width: 40em) {
                                                                                                      .contact-form:last-child:not(:first-child) {
                                                                                                        float: right; } }

                                                                                                        .contact-form .wpcf7-quiz-label {
                                                                                                          color: #000; }

                                                                                                          .contact-form h3 {
                                                                                                            margin: 0 0 1.4375rem; }

                                                                                                            .contact-form input {
                                                                                                              border: 0.125rem solid #E6E6E5;
                                                                                                              max-width: 43rem;
                                                                                                              width: 100%;
                                                                                                              line-height: 1;
                                                                                                              color: #000;
                                                                                                              padding: 0.1875rem 0.3125rem 0.1875rem 0.9375rem;
                                                                                                              background-color: #DCDCDC;}

                                                                                                              .contact-form input::-webkit-input-placeholder {
                                                                                                                /* Chrome/Opera/Safari */
                                                                                                                color: black;
                                                                                                                opacity: 1; }

                                                                                                                .contact-form input::-moz-placeholder {
                                                                                                                  /* Firefox 19+ */
                                                                                                                  color: black;
                                                                                                                  opacity: 1; }

                                                                                                                  .contact-form input:-ms-input-placeholder {
                                                                                                                    /* IE 10+ */
                                                                                                                    color: black;
                                                                                                                    opacity: 1; }

                                                                                                                    .contact-form input:-moz-placeholder {
                                                                                                                      /* Firefox 18- */
                                                                                                                      color: black;
                                                                                                                      opacity: 1; }

                                                                                                                      .contact-form input.name {
                                                                                                                        margin-bottom: 1.25rem; }

                                                                                                                        @media print, screen and (min-width: 40em) {
                                                                                                                          .contact-form input.name {
                                                                                                                            margin-bottom: 0; } }

                                                                                                                            .contact-form input.name {
                                                                                                                              width: 25%;
                                                                                                                              margin-right: 0.9375rem; }

                                                                                                                              .contact-form textarea {
                                                                                                                                border: 0.125rem solid #E6E6E5;
                                                                                                                                max-width: 59rem;
                                                                                                                                width: 100%;
                                                                                                                                height: 11.25rem;
                                                                                                                                border-radius: 0.3125rem;
                                                                                                                                margin-top: 1.25rem;
                                                                                                                                padding: 0.75rem 0 0 0.9375rem;
                                                                                                                                color: #000;
                                                                                                                                background-color: #DCDCDC;}

                                                                                                                                .contact-form textarea::-webkit-input-placeholder {
                                                                                                                                  /* Chrome/Opera/Safari */
                                                                                                                                  color: black; 
                                                                                                                                  opacity: 1;}

                                                                                                                                  .contact-form textarea::-moz-placeholder {
                                                                                                                                    /* Firefox 19+ */
                                                                                                                                    color: black; 
                                                                                                                                    opacity: 1;}

                                                                                                                                    .contact-form textarea:-ms-input-placeholder {
                                                                                                                                      /* IE 10+ */
                                                                                                                                      color: black;  
                                                                                                                                      opacity: 1;}

                                                                                                                                      .contact-form textarea:-moz-placeholder {
                                                                                                                                        /* Firefox 18- */
                                                                                                                                        color: black;  
                                                                                                                                        opacity: 1;}

                                                                                                                                        .contact-form textarea:focus {
                                                                                                                                          outline: none; }

                                                                                                                                          .contact-form .button--primmary {
                                                                                                                                            background-image: linear-gradient(to right, #440099, #F9423A 100%);
                                                                                                                                            color: #fff !important;
                                                                                                                                            max-width: 125px;
                                                                                                                                            width: 100%;
                                                                                                                                            height: 36px;
                                                                                                                                            cursor: pointer;
                                                                                                                                            text-align: center;
                                                                                                                                            display: block;
                                                                                                                                            float: right;
                                                                                                                                            margin-top: 1.25rem;
                                                                                                                                            font-family: 'Graphik Web';
                                                                                                                                            font-weight: 500;
                                                                                                                                            font-style: normal;
                                                                                                                                            border-radius: 0;
                                                                                                                                            font-stretch: normal;
                                                                                                                                            font-size: 0.75rem;
                                                                                                                                            border: none;
                                                                                                                                            text-transform: uppercase;
                                                                                                                                            padding-right: 1rem; }

                                                                                                                                            .contact-form .button--primmary:hover {
                                                                                                                                              opacity: .6; }

                                                                                                                                              @media print, screen and (min-width: 64em) {
                                                                                                                                                .contact-form .button--primmary {
                                                                                                                                                  margin-right: calc(100% - 550px) !important; } }

                                                                                                                                                  .vertical-left-waves {
                                                                                                                                                    background: url(../svg/waves_about_us.svg) no-repeat;
                                                                                                                                                    position: absolute;
                                                                                                                                                    margin: 0 auto;
                                                                                                                                                    height: 1300px;
                                                                                                                                                    max-width: 314px;
                                                                                                                                                    width: 100%;
                                                                                                                                                    background-position: 0 200px;
                                                                                                                                                    z-index: -1; }

                                                                                                                                                    .become-member-background {
                                                                                                                                                      background: #fff; }

                                                                                                                                                      .section-about-us-subpages {
                                                                                                                                                        padding-bottom: 3.75rem; }

                                                                                                                                                        .section-about-us-subpages .page-content-main {
                                                                                                                                                          padding-right: 1.25rem !important;
                                                                                                                                                          padding-left: 1.25rem !important; }

                                                                                                                                                          @media print, screen and (min-width: 40em) {
                                                                                                                                                            .section-about-us-subpages .page-content-main {
                                                                                                                                                              padding-left: 0.625rem !important;
                                                                                                                                                              padding-right: 0.625rem !important; } }

                                                                                                                                                              .section-about-us-subpages .team-wrapper-subpage .team-single-person {
                                                                                                                                                                text-align: center;
                                                                                                                                                                margin-right: 0.9375rem; }

                                                                                                                                                                .section-about-us-subpages .team-wrapper-subpage .team-single-person:nth-child(5) {
                                                                                                                                                                  margin-right: 0; }

                                                                                                                                                                  .section-about-us-subpages .team-wrapper-subpage h3 {
                                                                                                                                                                    font-size: 1.6875rem; }

                                                                                                                                                                    @media print, screen and (min-width: 40em) {
                                                                                                                                                                      .section-about-us-subpages .team-wrapper-subpage h3 {
                                                                                                                                                                        font-size: 1.875rem; } }

/* Main content page style (left part)
========================================================================== */
/**
 * This file contains styles that are specific to the Main content page style (left part).
 */
 .section-guidance, .section-legal-protection {
  padding-bottom: 1.5625rem; }

  .section-guidance .page-content-main h3, .section-legal-protection .page-content-main h3 {
    color: #2F2F2F;
    margin: 0 0 1rem; }

    @media screen and (max-width: 23.375em) {
      .section-guidance .page-content-main h3, .section-legal-protection .page-content-main h3 {
        font-size: 1.6875rem; } }

        .section-guidance .page-content-main p, .section-legal-protection .page-content-main p {
          font-size: 0.875rem;
          line-height: 1.625rem;
          color: #2F2F2F;
          margin: 0 0 1.5625rem 0; }

          .section-builder .section-become-member, .section-builder .section-support, .section-builder .builder-text-section {
            margin-bottom: 2.5rem; }

            .section-builder .section-support-short {
              margin-bottom: 2.5rem; }

              .section-builder .section-campaign-slogan {
                margin-bottom: 5.625rem; }

/* Bli medlem subpages
========================================================================== */
/**
 * This file contains styles that are specific to the Bli medlem subpages.
 */
 .page-id-136 .medium-waves, .page-id-138 .medium-waves {
  background-position: calc(100% + 120px) bottom; }

  @media print, screen and (min-width: 64em) {
    .page-id-136 .medium-waves, .page-id-138 .medium-waves {
      background-position: 105% 450px; } }

      .page-id-140 .medium-waves {
        background-position: calc(100% + 120px) bottom; }

        @media print, screen and (min-width: 64em) {
          .page-id-140 .medium-waves {
            background-position: 103% 850px; } }

            .page-id-140 .bli-medlem-subpage-benefits-wrapper ul li .light, .page-id-140 .bli-medlem-subpage-benefits-wrapper ul li .page-footer .footer-copyright, .page-footer .page-id-140 .bli-medlem-subpage-benefits-wrapper ul li .footer-copyright {
              left: 0.875rem; }

/* Bli medlem page
========================================================================== */
/**
 * This file contains styles that are specific to the Bli medlem page.
 */
 .page-id-112 .hero-wrapper h1 {
  width: 100%;
  float: left;
  padding-right: 1.25rem;
  padding-left: 1.25rem; }

  @media print, screen and (min-width: 40em) {
    .page-id-112 .hero-wrapper h1 {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }

      .page-id-112 .hero-wrapper h1:last-child:not(:first-child) {
        float: right; }

        @media print, screen and (min-width: 64em) {
          .page-id-112 .hero-wrapper h1 {
            width: 83.33333%;
            float: left;
            padding-right: 1.25rem;
            padding-left: 1.25rem; } }

            @media print, screen and (min-width: 64em) and (min-width: 40em) {
              .page-id-112 .hero-wrapper h1 {
                padding-right: 0.625rem;
                padding-left: 0.625rem; } }

                @media print, screen and (min-width: 64em) {
                  .page-id-112 .hero-wrapper h1:last-child:not(:first-child) {
                    float: right; } }

                    @media screen and (min-width: 75em) {
                      .page-id-112 .hero-wrapper h1 {
                        width: 83.33333%;
                        float: left;
                        padding-right: 1.25rem;
                        padding-left: 1.25rem; } }

                        @media screen and (min-width: 75em) and (min-width: 40em) {
                          .page-id-112 .hero-wrapper h1 {
                            padding-right: 0.625rem;
                            padding-left: 0.625rem; } }

                            @media screen and (min-width: 75em) {
                              .page-id-112 .hero-wrapper h1:last-child:not(:first-child) {
                                float: right; } }

                                .page-id-112 .hero-wrapper > p {
                                  width: 100%;
                                  float: left;
                                  padding-right: 1.25rem;
                                  padding-left: 1.25rem; }

                                  @media print, screen and (min-width: 40em) {
                                    .page-id-112 .hero-wrapper > p {
                                      padding-right: 0.625rem;
                                      padding-left: 0.625rem; } }

                                      .page-id-112 .hero-wrapper > p:last-child:not(:first-child) {
                                        float: right; }

                                        @media print, screen and (min-width: 64em) {
                                          .page-id-112 .hero-wrapper > p {
                                            width: 91.66667%;
                                            float: left;
                                            padding-right: 1.25rem;
                                            padding-left: 1.25rem;
                                            padding-right: 4.0625rem; } }

                                            @media print, screen and (min-width: 64em) and (min-width: 40em) {
                                              .page-id-112 .hero-wrapper > p {
                                                padding-right: 0.625rem;
                                                padding-left: 0.625rem; } }

                                                @media print, screen and (min-width: 64em) {
                                                  .page-id-112 .hero-wrapper > p:last-child:not(:first-child) {
                                                    float: right; }
                                                    .page-id-112 .hero-wrapper > p:last-child:last-child {
                                                      float: left; } }

                                                      .page-id-112 .section-swish {
                                                        margin-top: 0;
                                                        background: #fff; }

                                                        .page-id-112 .swish-info {
                                                          width: 100%;
                                                          float: left;
                                                          padding-right: 1.25rem;
                                                          padding-left: 1.25rem;
                                                          min-height: 23.25rem; }

                                                          @media print, screen and (min-width: 40em) {
                                                            .page-id-112 .swish-info {
                                                              padding-right: 0.625rem;
                                                              padding-left: 0.625rem; } }

                                                              .page-id-112 .swish-info:last-child:not(:first-child) {
                                                                float: right; }

                                                                @media print, screen and (min-width: 64em) {
                                                                  .page-id-112 .swish-info {
                                                                    width: 50%;
                                                                    float: left;
                                                                    padding-right: 1.25rem;
                                                                    padding-left: 1.25rem; } }

                                                                    @media print, screen and (min-width: 64em) and (min-width: 40em) {
                                                                      .page-id-112 .swish-info {
                                                                        padding-right: 0.625rem;
                                                                        padding-left: 0.625rem; } }

                                                                        @media print, screen and (min-width: 64em) {
                                                                          .page-id-112 .swish-info:last-child:not(:first-child) {
                                                                            float: right; } }

                                                                            .page-id-112 .swish-info a {
                                                                              color: #F9423A; }

                                                                              .page-id-112 .swish-info a.swish-tel {
                                                                                color: #0072CE; }

                                                                                .page-id-112 .swish-info a:hover {
                                                                                  opacity: .6; }

                                                                                  .page-id-112 .swish-info p {
                                                                                    max-width: 19.4375rem;
                                                                                    width: 100%; }

                                                                                    .page-id-112 .swish-image {
                                                                                      margin-top: 0.3125rem;
                                                                                      right: 0;
                                                                                      left: auto; }

                                                                                      .page-id-112 .medium-waves {
                                                                                        background-position: calc(100% + 110px) bottom; }

                                                                                        @media print, screen and (min-width: 64em) {
                                                                                          .page-id-112 .medium-waves {
                                                                                            background-position: 103% 300px; } }

                                                                                            .section-taxpay-reasons {
                                                                                              -webkit-box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.08);
                                                                                              box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.08);
                                                                                              padding-bottom: 3.75rem;
                                                                                              padding-top: 2.5rem;
                                                                                              background-image: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(5, 131, 255, 0.07)), to(rgba(68, 0, 153, 0.07)));
                                                                                              background-image: linear-gradient(90deg, rgba(5, 131, 255, 0.07) 8%, rgba(68, 0, 153, 0.07) 100%); }

                                                                                              .section-taxpay-reasons .taxpay-reasons-title {
                                                                                                width: 100%;
                                                                                                float: left;
                                                                                                padding-right: 1.25rem;
                                                                                                padding-left: 1.25rem;
                                                                                                text-align: center;
                                                                                                margin: 4.1875rem 0 0; }

                                                                                                @media print, screen and (min-width: 40em) {
                                                                                                  .section-taxpay-reasons .taxpay-reasons-title {
                                                                                                    padding-right: 0.625rem;
                                                                                                    padding-left: 0.625rem; } }

                                                                                                    .section-taxpay-reasons .taxpay-reasons-title:last-child:not(:first-child) {
                                                                                                      float: right; }

                                                                                                      @media print, screen and (min-width: 64em) {
                                                                                                        .section-taxpay-reasons .taxpay-reasons-title {
                                                                                                          width: 50%;
                                                                                                          float: left;
                                                                                                          padding-right: 1.25rem;
                                                                                                          padding-left: 1.25rem;
                                                                                                          text-align: left;
                                                                                                          margin: 8.5625rem 0 0; } }

                                                                                                          @media print, screen and (min-width: 64em) and (min-width: 40em) {
                                                                                                            .section-taxpay-reasons .taxpay-reasons-title {
                                                                                                              padding-right: 0.625rem;
                                                                                                              padding-left: 0.625rem; } }

                                                                                                              @media print, screen and (min-width: 64em) {
                                                                                                                .section-taxpay-reasons .taxpay-reasons-title:last-child:not(:first-child) {
                                                                                                                  float: right; } }

                                                                                                                  .section-taxpay-reasons .taxpay-reasons-title h3 {
                                                                                                                    margin: 0; }

                                                                                                                    .section-taxpay-reasons .taxpay-reason-single {
                                                                                                                      width: 100%;
                                                                                                                      float: left;
                                                                                                                      padding-right: 1.25rem;
                                                                                                                      padding-left: 1.25rem;
                                                                                                                      text-align: left;
                                                                                                                      margin: 2.1875rem 0; }

                                                                                                                      @media screen and (max-width: 39.9375em) {
                                                                                                                        .section-taxpay-reasons .taxpay-reason-single {
                                                                                                                          height: auto !important; } }

                                                                                                                          @media print, screen and (min-width: 40em) {
                                                                                                                            .section-taxpay-reasons .taxpay-reason-single {
                                                                                                                              padding-right: 0.625rem;
                                                                                                                              padding-left: 0.625rem; } }

                                                                                                                              .section-taxpay-reasons .taxpay-reason-single:last-child:not(:first-child) {
                                                                                                                                float: right; }

                                                                                                                                @media print, screen and (min-width: 40em) {
                                                                                                                                  .section-taxpay-reasons .taxpay-reason-single {
                                                                                                                                    width: 50%;
                                                                                                                                    float: left;
                                                                                                                                    padding-right: 1.25rem;
                                                                                                                                    padding-left: 1.25rem; } }

                                                                                                                                    @media print, screen and (min-width: 40em) and (min-width: 40em) {
                                                                                                                                      .section-taxpay-reasons .taxpay-reason-single {
                                                                                                                                        padding-right: 0.625rem;
                                                                                                                                        padding-left: 0.625rem; } }

                                                                                                                                        @media print, screen and (min-width: 40em) {
                                                                                                                                          .section-taxpay-reasons .taxpay-reason-single:last-child:not(:first-child) {
                                                                                                                                            float: right; }
                                                                                                                                            .section-taxpay-reasons .taxpay-reason-single:last-child:last-child {
                                                                                                                                              float: left; } }

                                                                                                                                              @media print, screen and (min-width: 64em) {
                                                                                                                                                .section-taxpay-reasons .taxpay-reason-single {
                                                                                                                                                  width: 33.33333%;
                                                                                                                                                  float: left;
                                                                                                                                                  padding-right: 1.25rem;
                                                                                                                                                  padding-left: 1.25rem; } }

                                                                                                                                                  @media print, screen and (min-width: 64em) and (min-width: 40em) {
                                                                                                                                                    .section-taxpay-reasons .taxpay-reason-single {
                                                                                                                                                      padding-right: 0.625rem;
                                                                                                                                                      padding-left: 0.625rem; } }

                                                                                                                                                      @media print, screen and (min-width: 64em) {
                                                                                                                                                        .section-taxpay-reasons .taxpay-reason-single:last-child:not(:first-child) {
                                                                                                                                                          float: right; }
                                                                                                                                                          .section-taxpay-reasons .taxpay-reason-single:last-child:last-child {
                                                                                                                                                            float: left; } }

                                                                                                                                                            .section-taxpay-reasons .taxpay-reason-single h3 {
                                                                                                                                                              margin: 1.5625rem 0 0.625rem;
                                                                                                                                                              font-size: 1.5rem; }

                                                                                                                                                              .section-taxpay-reasons .taxpay-reason-single .taxpay-reasons-number {
                                                                                                                                                                margin: 1.5625rem auto 0 auto;
                                                                                                                                                                display: block;
                                                                                                                                                                width: 3.75rem;
                                                                                                                                                                height: 3.75rem;
                                                                                                                                                                background: #0072CE;
                                                                                                                                                                border-radius: 50%;
                                                                                                                                                                text-align: center;
                                                                                                                                                                padding: 0.9375rem 0; }

                                                                                                                                                                @media print, screen and (min-width: 64em) {
                                                                                                                                                                  .section-taxpay-reasons .taxpay-reason-single .taxpay-reasons-number {
                                                                                                                                                                    margin: 3.75rem auto 0 auto; } }

                                                                                                                                                                    .section-taxpay-reasons .taxpay-reason-single .taxpay-reasons-number span {
                                                                                                                                                                      font-size: 1.5rem;
                                                                                                                                                                      line-height: 1.8125rem;
                                                                                                                                                                      color: #fff;
                                                                                                                                                                      display: block; }

                                                                                                                                                                      .section-taxpay-reasons .taxpay-reason-single p {
                                                                                                                                                                        max-width: 23.75rem;
                                                                                                                                                                        width: 100%;
                                                                                                                                                                        margin: 1.25rem 0;
                                                                                                                                                                        -webkit-touch-callout: none;
                                                                                                                                                                        /* iOS Safari */
                                                                                                                                                                        -webkit-user-select: none;
                                                                                                                                                                        /* Safari */
                                                                                                                                                                        /* Konqueror HTML */
                                                                                                                                                                        -moz-user-select: none;
                                                                                                                                                                        /* Firefox */
                                                                                                                                                                        -ms-user-select: none;
                                                                                                                                                                        /* Internet Explorer/Edge */
                                                                                                                                                                        user-select: none;
  /* Non-prefixed version, currently
supported by Chrome and Opera */ }

.section-taxpay-reasons .taxpay-reason-single .slick-list {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
supported by Chrome and Opera */ }

.section-taxpay-reasons .slick-arrow {
  display: none !important; }

  .section-taxpay-reasons .slick-dots li {
    margin: 0 0.25rem;
    width: 0.5rem;
    height: 0.5rem; }

    .section-taxpay-reasons .slick-dots li.slick-active button:before {
      color: #A9F281; }

      .section-taxpay-reasons .slick-dots li button:before {
        font-size: 0.5625rem;
        color: #E6E6E5; }

/* Front page
========================================================================== */
/**
 * This file contains styles that are specific to the front page.
 */
 .video-background {
  position: absolute;
  overflow: hidden;
  height: 31.25rem;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%; }

  .video-foreground,
  .video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

    @media (min-aspect-ratio: 16 / 9) {
      .video-foreground {
        height: 300%;
        top: -100%; } }

        @media (max-aspect-ratio: 16 / 9) {
          .video-foreground {
            width: 300%;
            left: -100%; } }

            .ytp-ce-element {
              display: none !important; }

              .hero-video {
                height: 31.25rem;
                position: relative; }

                .hero-video .overlay {
                  position: absolute;
                  z-index: 99;
                  width: 100%;
                  height: 100%; }

                  .hero-video .overlay.bg-default {
                    background-color: rgba(70, 169, 224, 0.6); }

                    .hero-video .overlay.bg-blue-gradient {
                      background: -webkit-gradient(linear, left top, right top, from(rgba(5, 131, 255, 0.6)), to(rgba(68, 0, 153, 0.6)));
                      background: linear-gradient(90deg, rgba(5, 131, 255, 0.6) 0%, rgba(68, 0, 153, 0.6) 100%); }

                      .hero-video .overlay.bg-red-gradient {
                        background: -webkit-gradient(linear, left top, right top, from(rgba(68, 0, 153, 0.6)), to(rgba(249, 66, 58, 0.6)));
                        background: linear-gradient(90deg, rgba(68, 0, 153, 0.6) 0%, rgba(249, 66, 58, 0.6) 100%); }

                        .hero-video .overlay.bg-purple-gradient {
                          background: linear-gradient(124.17deg, rgba(5, 131, 255, 0.6) 0%, rgba(68, 0, 153, 0.6) 38.35%, rgba(255, 61, 25, 0.6) 100%); }

                          .hero-video .container {
                            padding: 0 1.25rem 0;
                            position: relative;
                            z-index: 99;
                            height: 31.25rem;
                            max-width: 73.125rem;
                            margin-right: auto;
                            margin-left: auto; }

                            @media print, screen and (min-width: 40em) {
                              .hero-video .container {
                                padding: 0 0.625rem 0; } }

                                .hero-video .container::before, .hero-video .container::after {
                                  display: table;
                                  content: ' ';
                                  -ms-flex-preferred-size: 0;
                                  flex-basis: 0;
                                  -webkit-box-ordinal-group: 2;
                                  -ms-flex-order: 1;
                                  order: 1; }

                                  .hero-video .container::after {
                                    clear: both; }

                                    .hero-video .container h1 {
                                      margin: 5.3125rem 0 0;
                                      color: #fff; }

                                      @media screen and (max-width: 23.375em) {
                                        .hero-video .container h1 {
                                          font-size: 2.0625rem;
                                          line-height: 2.5rem; } }

                                          @media screen and (min-width: 23.4375em) {
                                            .hero-video .container h1 {
                                              font-size: 2.5rem;
                                              line-height: 2.5rem; } }

                                              @media print, screen and (min-width: 64em) {
                                                .hero-video .container h1 {
                                                  font-size: 3.75rem;
                                                  line-height: 3.75rem;
                                                  margin: 6.1875rem 0 0; } }

                                                  .hero-video .container h1 span {
                                                    display: block; }

                                                    .hero-video .container p {
                                                      font-size: 1.25rem;
                                                      color: #fff;
                                                      margin: 1.0625rem 0 0 0; }

                                                      .hero-video .container .play-video--desc {
                                                        position: relative;
                                                        display: inline-block;
                                                        font-size: 0.875rem;
                                                        text-decoration: none;
                                                        color: #fff;
                                                        margin-top: 0.4375rem;
                                                        text-transform: uppercase;
                                                        padding-bottom: 0.625rem;
                                                        padding-left: 0.0625rem; }

                                                        @media print, screen and (min-width: 64em) {
                                                          .hero-video .container .play-video--desc {
                                                            position: absolute;
                                                            bottom: 4.25rem;
                                                            z-index: 9; } }

                                                            .hero-video .container .play-video--desc:hover {
                                                              opacity: .6; }

                                                              .hero-video .container .hero-bottom {
                                                                padding: 0;
                                                                float: left;
                                                                position: absolute;
                                                                bottom: 3.25rem; }

                                                                @media screen and (max-width: 23.375em) {
                                                                  .hero-video .container .hero-bottom {
                                                                    max-width: 17.8125rem;
                                                                    width: 100%; } }

                                                                    @media screen and (min-width: 23.4375em) {
                                                                      .hero-video .container .hero-bottom {
                                                                        width: calc(100% - 40px); } }

                                                                        @media print, screen and (min-width: 40em) {
                                                                          .hero-video .container .hero-bottom {
                                                                            float: right;
                                                                            right: 0.9375rem; } }

                                                                            @media print, screen and (min-width: 64em) {
                                                                              .hero-video .container .hero-bottom {
                                                                                bottom: 4.25rem; } }

                                                                                @media screen and (max-width: 23.375em) {
                                                                                  .hero-video .container .hero-bottom a {
                                                                                    font-size: 0.6875rem; } }

                                                                                    .hero-video .container .hero-bottom p {
                                                                                      display: inline-block;
                                                                                      font-size: 1rem;
                                                                                      color: #fff;
                                                                                      float: right; }

                                                                                      .hero-video .container .hero-bottom p .link--circle {
                                                                                        display: inline-block;
                                                                                        position: relative;
                                                                                        top: 0.875rem; }

                                                                                        @media screen and (max-width: 23.375em) {
                                                                                          .hero-video .container .hero-bottom p .link--circle {
                                                                                            margin-left: 0.3125rem; } }

                                                                                            @media screen and (min-width: 23.4375em) {
                                                                                              .hero-video .container .hero-bottom p .link--circle {
                                                                                                margin-left: 0.625rem; } }

                                                                                                .hero-video .container .hero-bottom p .link--circle:hover {
                                                                                                  opacity: .6; }

                                                                                                  .hero-video .exit-player {
                                                                                                    position: absolute;
                                                                                                    right: 0;
                                                                                                    top: 0;
                                                                                                    line-height: 1;
                                                                                                    width: 3.125rem;
                                                                                                    text-align: center;
                                                                                                    padding: 9px 0;
                                                                                                    height: 3.125rem;
                                                                                                    font-size: 1.875rem;
                                                                                                    color: #fff;
                                                                                                    z-index: 9999;
                                                                                                    display: none;
                                                                                                    text-decoration: none; }

                                                                                                    .section-wrapper-background {
                                                                                                      position: relative; }

                                                                                                      .home .section-campaign, .home .section-swish, .home .section-choises {
                                                                                                        position: relative;
                                                                                                        z-index: 1; }

                                                                                                        .home .section-title h3 {
                                                                                                          margin: 2.4375rem 0 1.875rem; }

                                                                                                          .home .hero-bottom a {
                                                                                                            float: left !important; }

                                                                                                            @media print, screen and (min-width: 64em) {
                                                                                                              .home .hero-bottom a {
                                                                                                                float: right !important; } }

                                                                                                                .home .button-circle-fill--play {
                                                                                                                  top: 1.125rem; }

                                                                                                                  .home .link--circle {
                                                                                                                    top: 0.875rem !important; }

/* Guidance page styles
========================================================================== */
/**
 * This file contains all styles related to the guidance page.
 */
 .page-id-114 .medium-waves {
  background-position: calc(100% + 110px) 450px; }

  @media print, screen and (min-width: 64em) {
    .page-id-114 .medium-waves {
      background-position: 103% 350px; } }

      .section-guidance .page-content-main {
        padding-right: 1.25rem !important;
        padding-left: 1.25rem !important; }

        @media print, screen and (min-width: 40em) {
          .section-guidance .page-content-main {
            padding-left: 0.625rem !important;
            padding-right: 0.625rem !important; } }

/* Insurance page styles
========================================================================== */
/**
 * This file contains all styles related to the insurance page.
 */
 .page-id-125 .large-waves {
  background-position: calc(100% + 230px) 380px; }

  .section-insurance-subpages .page-content-main, .section-fragor-vi-driver .page-content-main {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }

    @media print, screen and (min-width: 40em) {
      .section-insurance-subpages .page-content-main, .section-fragor-vi-driver .page-content-main {
        padding-left: 0.625rem !important;
        padding-right: 0.625rem !important; } }

/* Ledare page styles
========================================================================== */
/**
 * This file contains all styles related to the Ledare page.
 */
 .page-id-57 .section-hero, .page-id-55 .section-hero {
  background-color: transparent !important; }

  .page-id-57 .hero-image, .page-id-55 .hero-image {
    background-repeat: no-repeat;
    background-position: calc(1920px - 50px) top; }

    @media screen and (min-width: 75em) {
      .page-id-57 .hero-background-image, .page-id-55 .hero-background-image {
        height: 350px !important;
        right: -12.5rem; } }

        .page-template-page-membership_benefits .functions-items-wrapper, .page-template-page-medlemskap-formaner .functions-items-wrapper {
          overflow: hidden;
          margin-bottom: 30px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; }

          @media print, screen and (min-width: 40em) {
            .page-template-page-membership_benefits .functions-items-wrapper, .page-template-page-medlemskap-formaner .functions-items-wrapper {
              -webkit-box-orient: horizontal;
              -webkit-box-direction: normal;
              -ms-flex-direction: row;
              flex-direction: row; } }

              .page-template-page-membership_benefits .choice-inner, .page-template-page-medlemskap-formaner .choice-inner {
                border: 1px solid #E6E6E5;
                -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
                box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
                position: relative;
                height: 100%; }

                .page-template-page-membership_benefits .choice-item, .page-template-page-medlemskap-formaner .choice-item {
                  position: relative; }

                  .page-template-page-membership_benefits .choice-item .choice-item--decs, .page-template-page-medlemskap-formaner .choice-item .choice-item--decs {
                    min-height: 9.75rem; }

                    .page-template-page-membership_benefits .choice-item .choice-item-wrapper--decs, .page-template-page-medlemskap-formaner .choice-item .choice-item-wrapper--decs {
                      padding: 0 1.25rem; }

                      .page-template-page-membership_benefits .choice-item .choice-item-wrapper--decs p, .page-template-page-medlemskap-formaner .choice-item .choice-item-wrapper--decs p {
                        color: #000;
                        font-size: 0.85rem;
                        line-height: 1.25rem; }

                        .page-template-page-membership_benefits .choice-item .choice-item-wrapper--decs p:empty, .page-template-page-medlemskap-formaner .choice-item .choice-item-wrapper--decs p:empty {
                          margin: 0; }

                          @media print, screen and (min-width: 40em) {
                            .page-template-page-membership_benefits .choice-item .choice-item-wrapper--decs, .page-template-page-medlemskap-formaner .choice-item .choice-item-wrapper--decs {
                              height: 120px;
                              overflow: hidden; } }

                              .page-template-page-membership_benefits .choice-item .choice-item--more, .page-template-page-medlemskap-formaner .choice-item .choice-item--more {
                                margin-top: 10px !important; }

                                .page-template-page-membership_benefits .choice-item .choice-item--title, .page-template-page-medlemskap-formaner .choice-item .choice-item--title {
                                  padding: 0 1.25rem; }

                                  .page-template-page-membership_benefits .choice-item .choice-item--title h2, .page-template-page-medlemskap-formaner .choice-item .choice-item--title h2 {
                                    margin: 1.6875rem 0 0.9375rem;
                                    font-size: 1.5rem;
                                    line-height: 1.1; }

                                    .page-template-page-membership_benefits .choice-item .choice-item--image, .page-template-page-medlemskap-formaner .choice-item .choice-item--image {
                                      background: #C9E1F5;
                                      text-align: center;
                                      height: 10.625rem;
                                      overflow: hidden;
                                      display: -webkit-box;
                                      display: -ms-flexbox;
                                      display: flex;
                                      -webkit-box-align: center;
                                      -ms-flex-align: center;
                                      align-items: center;
                                      -webkit-box-pack: center;
                                      -ms-flex-pack: center;
                                      justify-content: center; }

                                      .page-template-page-membership_benefits .choice-wrapper, .page-template-page-medlemskap-formaner .choice-wrapper {
                                        position: relative;
                                        padding-bottom: 0; }

                                        @media print, screen and (min-width: 40em) {
                                          .page-template-page-membership_benefits .choice-wrapper, .page-template-page-medlemskap-formaner .choice-wrapper {
                                            height: 27.5rem; } }

                                            .page-template-page-membership_benefits .choice-wrapper .choice-see-more-text, .page-template-page-medlemskap-formaner .choice-wrapper .choice-see-more-text {
                                              display: none;
                                              position: absolute;
                                              bottom: 0;
                                              background: white;
                                              height: 45px;
                                              text-align: center;
                                              color: #0072CE;
                                              font-size: 0.8125rem;
                                              line-height: 1;
                                              left: 0;
                                              padding-top: 12px;
                                              width: 100%;
                                              cursor: pointer;
                                              -webkit-box-shadow: 3px -52px 22px 7px rgba(255, 255, 255, 0.9);
                                              box-shadow: 3px -2px 22px 7px rgba(255, 255, 255, 0.9);
                                              font-weight: 600; }

                                              @media print, screen and (min-width: 40em) {
                                                .page-template-page-membership_benefits .choice-wrapper .choice-see-more-text, .page-template-page-medlemskap-formaner .choice-wrapper .choice-see-more-text {
                                                  display: block; } }

                                                  .page-template-page-membership_benefits .choice-wrapper .choice-see-more-text p, .page-template-page-medlemskap-formaner .choice-wrapper .choice-see-more-text p {
                                                    font-family: 'Graphik Web' !important;
                                                    font-weight: 600 !important;
                                                    font-style: normal;
                                                    font-stretch: normal;
                                                    margin: 0; }

                                                    @media print, screen and (min-width: 64em) {
                                                      .page-id-129 .page-content-main, .page-id-114 .page-content-main, .page-id-117 .page-content-main, .page-id-121 .page-content-main, .page-id-125 .page-content-main {
                                                        width: 75%;
                                                        float: left;
                                                        text-align: left;
                                                        padding-bottom: 5rem;
                                                        padding-right: 1.25rem;
                                                        padding-left: 1.25rem; } }

                                                        @media print, screen and (min-width: 64em) and (min-width: 40em) {
                                                          .page-id-129 .page-content-main, .page-id-114 .page-content-main, .page-id-117 .page-content-main, .page-id-121 .page-content-main, .page-id-125 .page-content-main {
                                                            padding-right: 0.625rem;
                                                            padding-left: 0.625rem; } }

                                                            @media print, screen and (min-width: 64em) {
                                                              .page-id-129 .page-content-main:last-child:not(:first-child), .page-id-114 .page-content-main:last-child:not(:first-child), .page-id-117 .page-content-main:last-child:not(:first-child), .page-id-121 .page-content-main:last-child:not(:first-child), .page-id-125 .page-content-main:last-child:not(:first-child) {
                                                                float: right; } }

                                                                .page-id-28 .medium-waves {
                                                                  background-position: calc(100% + 76px) 160px;
                                                                  background-size: 430px; }

                                                                  .section-legal-protection .page-content-main {
                                                                    padding-right: 1.25rem !important;
                                                                    padding-left: 1.25rem !important; }

                                                                    @media print, screen and (min-width: 40em) {
                                                                      .section-legal-protection .page-content-main {
                                                                        padding-left: 0.625rem !important;
                                                                        padding-right: 0.625rem !important; } }

                                                                        .page-template-page-medlemskap-formaner .choice-wrapper {
                                                                          margin-bottom: 1.875rem; }

                                                                          @media print, screen and (min-width: 40em) {
                                                                            .page-template-page-medlemskap-formaner .choice-wrapper {
                                                                              max-width: 18.75rem;
                                                                              margin-bottom: 0;
                                                                              width: 100%; }
                                                                              .page-template-page-medlemskap-formaner .choice-wrapper:hover .choice-item img {
                                                                                opacity: .6;
                                                                                -webkit-transition: all .2s ease-out, all .3s ease-in;
                                                                                transition: all .2s ease-out, all .3s ease-in; } }

                                                                                @media print, screen and (min-width: 64em) {
                                                                                  .page-template-page-medlemskap-formaner .choice-wrapper {
                                                                                    width: 33.33333%;
                                                                                    float: left;
                                                                                    padding-right: 1.25rem;
                                                                                    padding-left: 1.25rem; } }

                                                                                    @media print, screen and (min-width: 64em) and (min-width: 40em) {
                                                                                      .page-template-page-medlemskap-formaner .choice-wrapper {
                                                                                        padding-right: 0.625rem;
                                                                                        padding-left: 0.625rem; } }

                                                                                        @media print, screen and (min-width: 64em) {
                                                                                          .page-template-page-medlemskap-formaner .choice-wrapper:last-child:not(:first-child) {
                                                                                            float: right; }
                                                                                            .page-template-page-medlemskap-formaner .choice-wrapper:last-child:last-child {
                                                                                              float: left; } }

/* Newspaper page
========================================================================== */
/**
 * This file contains font imports and styles for newspaper page.
 */
 .newspaper-release-subscribe-wrapper {
  padding-bottom: 2.1875rem;
  width: 100%;
  float: left;
  padding-right: 1.25rem;
  padding-left: 1.25rem; }

  @media print, screen and (min-width: 40em) {
    .newspaper-release-subscribe-wrapper {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }

      .newspaper-release-subscribe-wrapper:last-child:not(:first-child) {
        float: right; }

        .newspaper-release-subscribe-wrapper .newspaper-subscribe-image {
          margin: 0 0 1.25rem; }

          .newspaper-release-subscribe-wrapper h3 {
            color: #000; }

            @media screen and (max-width: 23.375em) {
              .newspaper-release-subscribe-wrapper h3 {
                font-size: 1.6875rem; } }

                .newspaper-release-subscribe-wrapper p {
                  font-size: 0.875rem;
                  line-height: 1.3125rem;
                  color: #000;
                  margin: 1.25rem 0; }

                  .newspaper-release-subscribe-wrapper p a {
                    color: #000; }

                    .newspaper-release-subscribe-wrapper p a:hover {
                      opacity: .6; }

                      .newspaper-release-subscribe-wrapper p .newspaper-release-subscribe {
                        color: #F9423A; }

                        .page-id-53 .newspaper-subscribe-image {
                          margin: 3.125rem 0 1.25rem; }

                          .page-id-55 .large-waves, .page-id-53 .large-waves, .parent-pageid-53 .large-waves {
                            background-position: calc(100% + 110px) 140px;
                            background-size: 580px; }

/* Older posts page
========================================================================== */
/**
 * This file contains font imports and styles for older posts page.
 */
 .page-template-page-older-posts .choice-wrapper {
  width: 100%;
  float: left;
  padding-right: 1.25rem;
  padding-left: 1.25rem; }

  @media print, screen and (min-width: 40em) {
    .page-template-page-older-posts .choice-wrapper {
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }

      .page-template-page-older-posts .choice-wrapper:last-child:not(:first-child) {
        float: right; }

        @media print, screen and (min-width: 40em) {
          .page-template-page-older-posts .choice-wrapper {
            width: 50%;
            float: left;
            padding-right: 1.25rem;
            padding-left: 1.25rem; } }

            @media print, screen and (min-width: 40em) and (min-width: 40em) {
              .page-template-page-older-posts .choice-wrapper {
                padding-right: 0.625rem;
                padding-left: 0.625rem; } }

                @media print, screen and (min-width: 40em) {
                  .page-template-page-older-posts .choice-wrapper:last-child:not(:first-child) {
                    float: right; } }

                    @media print, screen and (min-width: 64em) {
                      .page-template-page-older-posts .choice-wrapper {
                        width: 33.33333%;
                        float: left;
                        padding-right: 1.25rem;
                        padding-left: 1.25rem; } }

                        @media print, screen and (min-width: 64em) and (min-width: 40em) {
                          .page-template-page-older-posts .choice-wrapper {
                            padding-right: 0.625rem;
                            padding-left: 0.625rem; } }

                            @media print, screen and (min-width: 64em) {
                              .page-template-page-older-posts .choice-wrapper:last-child:not(:first-child) {
                                float: right; } }

                                .page-template-page-older-posts .choice-wrapper .choice-item-link {
                                  background: url("../images/icons/circled-arrow-right.png") no-repeat left center;
                                  padding: 2px 0 2px 30px; }

                                  .page-template-page-older-posts .choice-wrapper .choice-item-link:hover {
                                    opacity: .6; }

/* Q&A page
========================================================================== */
/**
 * This file contains font imports and styles for Q&A page.
 */
 .section-question-andwers {
  padding: 3.75rem 0 2.1875rem 0; }

  .question-answer-wrapper {
    width: 100%;
    float: left;
    padding-right: 1.25rem;
    padding-left: 1.25rem; }

    @media print, screen and (min-width: 40em) {
      .question-answer-wrapper {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }

        .question-answer-wrapper:last-child:not(:first-child) {
          float: right; }

          @media print, screen and (min-width: 64em) {
            .question-answer-wrapper {
              width: 66.66667%;
              float: left;
              padding-right: 1.25rem;
              padding-left: 1.25rem;
              margin-right: auto;
              margin-left: auto; } }

              @media print, screen and (min-width: 64em) and (min-width: 40em) {
                .question-answer-wrapper {
                  padding-right: 0.625rem;
                  padding-left: 0.625rem; } }

                  @media print, screen and (min-width: 64em) {
                    .question-answer-wrapper:last-child:not(:first-child) {
                      float: right; }
                      .question-answer-wrapper, .question-answer-wrapper:last-child:not(:first-child) {
                        float: none;
                        clear: both; } }

                        .search-results .container {
                          padding: 0 10px; }

                          .search-results .search-title {
                            font-size: 3rem;
                            line-height: 1;
                            margin: 4.375rem 0 2.5rem; }

                            .search-results .list-search-results {
                              margin-bottom: 3.125rem; }

                              .search-results .list-search-results > li {
                                display: block;
                                position: relative;
                                padding-bottom: 40px;
                                padding-top: 40px; }

                                .search-results .list-search-results > li:first-child:before {
                                  content: '';
                                  border: 0.0625rem solid #E6E6E5;
                                  height: 0.0625rem;
                                  width: 100%;
                                  display: block;
                                  position: absolute;
                                  top: 0; }

                                  .search-results .list-search-results > li h3 {
                                    font-size: 23px;
                                    margin: 0; }

                                    .search-results .list-search-results > li:after {
                                      content: '';
                                      border: 0.0625rem solid #E6E6E5;
                                      height: 0.0625rem;
                                      width: 100%;
                                      display: block;
                                      position: absolute;
                                      bottom: 0; }

                                      .search-results .search-pagination {
                                        margin-bottom: 50px;
                                        text-align: center; }

                                        .search-results .search-pagination .page-numbers {
                                          padding: 17px 15px;
                                          color: #9B9B9B;
                                          line-height: .5;
                                          border-radius: 200px;
                                          border-color: transparent;
                                          -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
                                          box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.1);
                                          display: inline-block;
                                          text-align: center;
                                          min-width: 70px;
                                          margin: 0 3px;
                                          display: none; }

                                          .search-results .search-pagination .page-numbers:hover {
                                            color: #212121; }

                                            .search-results .search-pagination .page-numbers.current {
                                              border: 2px solid #F9423A;
                                              color: #212121; }

                                              .search-results .search-pagination .page-numbers.next, .search-results .search-pagination .page-numbers.prev {
                                                display: inline-block; }

                                                @media print, screen and (min-width: 40em) {
                                                  .search-results .search-pagination .page-numbers {
                                                    display: inline-block; } }

                                                    .search-results .medium-waves {
                                                      background-position: calc(100% + 90px) -20px; }

                                                      .search-results header {
                                                        -webkit-box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.08);
                                                        box-shadow: 0 2px 26px 0 rgba(0, 0, 0, 0.08); }

/* Single Campaign page
========================================================================== */
/**
 * This file contains font imports and styles for Campaign page.
 */
 .single-campaign .large-waves {
  background-position: calc(100% + 140px) -31.3125rem; }

  .single-campaign .section-campaign {
    margin-bottom: 3.625rem;
    background-repeat: no-repeat;
    background-position: center; }

    .single-campaign .section-campaign .background-overlay {
      height: 300px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }

      @media screen and (max-width: 63.9375em) {
        .single-campaign .section-campaign .background-overlay {
          min-height: auto !important;
          height: auto !important;
          padding: 1.25rem 0; } }

          .single-campaign .section-campaign .campaign-title h2 {
            font-size: 1.875rem;
            line-height: 1;
            margin: 0 0 1.8125rem; }

            @media print, screen and (min-width: 64em) {
              .single-campaign .section-campaign .campaign-title h2 {
                font-size: 3.75rem;
                line-height: 3.75rem; } }

                .single-campaign .section-campaign .campaign-desc p {
                  font-size: 1.25rem;
                  padding-bottom: 0; }

                  .single-campaign .section-campaign .campaign-more {
                    margin: 2.4375rem auto 4.6875rem auto;
                    display: none; }

                    .single-campaign .section-become-member {
                      margin-bottom: 2.5rem; }

                      .single-campaign .section-support {
                        margin-bottom: 5.8125rem; }

                        .single-campaign .section-support-short {
                          margin-bottom: 5.8125rem; }

                          .single-campaign .section-campaign-slogan {
                            margin-bottom: 5.625rem; }

/* Sloseri page styles
========================================================================== */
/**
 * This file contains all styles related to the sloseri page.
 */
 .skatte-single-news-wrapper {
  overflow: hidden;
  margin: 2rem 0rem 0rem 0rem; }

  .section-sloseri {
    padding-bottom: 3.125rem; }

    .hero-background-image {
      max-width: 60rem;
      margin: 0 auto;
      width: 100%;
      position: absolute;
      z-index: 9;
      left: 0;
      right: 0; }

      .page-id-50 .section-hero {
        background-color: transparent !important; }

        .hero-background-image-wrapper {
          background: #fff; }

          .hero-background-image-wrapper img {
            z-index: 99; }

            .hero-background-image-wrapper .hero-wrapper p {
              padding-right: 1.875rem; }

              .page-id-59 .hero-wrapper h1 {
                line-height: 1;
                font-size: 1.5625rem; }

                @media print, screen and (min-width: 40em) {
                  .page-id-59 .hero-wrapper h1 {
                    font-size: 2.875rem;
                    line-height: 2.5rem; } }

                    .page-id-50 .large-waves {
                      background-position: calc(100% + 100px) -50px;
                      background-size: 580px; }

                      .page-id-390 .large-waves, .page-id-406 .large-waves, .parent-pageid-50 .large-waves {
                        background-position: calc(100% + 100px) -50px;
                        background-size: 580px; }

                        .page-id-390 .section-hero, .page-id-406 .section-hero, .parent-pageid-50 .section-hero {
                          background-color: transparent !important; }

                          .page-id-390 .section-hero .hero-overlay, .page-id-406 .section-hero .hero-overlay, .parent-pageid-50 .section-hero .hero-overlay {
                            height: 21.875rem; }

                            @media screen and (max-width: 63.9375em) {
                              .page-id-390 .section-hero .hero-overlay, .page-id-406 .section-hero .hero-overlay, .parent-pageid-50 .section-hero .hero-overlay {
                                height: auto; } }

                                .page-id-390 .section-hero .hero-wrapper h1, .page-id-406 .section-hero .hero-wrapper h1, .parent-pageid-50 .section-hero .hero-wrapper h1 {
                                  width: 100%;
                                  float: left;
                                  padding-right: 1.25rem;
                                  padding-left: 1.25rem;
                                  line-height: 1; }

                                  @media print, screen and (min-width: 40em) {
                                    .page-id-390 .section-hero .hero-wrapper h1, .page-id-406 .section-hero .hero-wrapper h1, .parent-pageid-50 .section-hero .hero-wrapper h1 {
                                      padding-right: 0.625rem;
                                      padding-left: 0.625rem; } }

                                      .page-id-390 .section-hero .hero-wrapper h1:last-child:not(:first-child), .page-id-406 .section-hero .hero-wrapper h1:last-child:not(:first-child), .parent-pageid-50 .section-hero .hero-wrapper h1:last-child:not(:first-child) {
                                        float: right; }

                                        @media print, screen and (min-width: 64em) {
                                          .page-id-390 .section-hero .hero-wrapper h1, .page-id-406 .section-hero .hero-wrapper h1, .parent-pageid-50 .section-hero .hero-wrapper h1 {
                                            /*width: 58.33333%;*/
                                            float: left;
                                            padding-right: 1.25rem;
                                            padding-left: 1.25rem;
                                            line-height: 2.5rem; } }

                                            @media print, screen and (min-width: 64em) and (min-width: 40em) {
                                              .page-id-390 .section-hero .hero-wrapper h1, .page-id-406 .section-hero .hero-wrapper h1, .parent-pageid-50 .section-hero .hero-wrapper h1 {
                                                padding-right: 0.625rem;
                                                padding-left: 0.625rem; } }

                                                @media print, screen and (min-width: 64em) {
                                                  .page-id-390 .section-hero .hero-wrapper h1:last-child:not(:first-child), .page-id-406 .section-hero .hero-wrapper h1:last-child:not(:first-child), .parent-pageid-50 .section-hero .hero-wrapper h1:last-child:not(:first-child) {
                                                    float: right; } }

                                                    .page-id-390 .section-hero .hero-wrapper p:empty, .page-id-406 .section-hero .hero-wrapper p:empty, .parent-pageid-50 .section-hero .hero-wrapper p:empty {
                                                      margin: 0;
                                                      padding: 0; }

                                                      .sloseri-over-years-wrapper {
                                                        overflow: hidden;
                                                        padding: 3.5625rem 0; }

                                                        .sloseri-over-years-wrapper .sloseri-over-years-item {
                                                          display: block;
                                                          width: 100%;
                                                          float: left;
                                                          padding-right: 1.25rem;
                                                          padding-left: 1.25rem;
                                                          overflow: hidden;
                                                          margin-bottom: 1.75rem; }

                                                          @media print, screen and (min-width: 40em) {
                                                            .sloseri-over-years-wrapper .sloseri-over-years-item {
                                                              padding-right: 0.625rem;
                                                              padding-left: 0.625rem; } }

                                                              .sloseri-over-years-wrapper .sloseri-over-years-item:last-child:not(:first-child) {
                                                                float: right; }

                                                                .sloseri-over-years-wrapper .sloseri-over-years-item .sloseri-over-years-image {
                                                                  max-width: 30rem;
                                                                  width: 100%;
                                                                  margin-right: 2rem; }

                                                                  @media print, screen and (min-width: 64em) {
                                                                    .sloseri-over-years-wrapper .sloseri-over-years-item .sloseri-over-years-image {
                                                                      float: left; } }

                                                                      .sloseri-over-years-wrapper .sloseri-over-years-item .sloseri-over-years-decs h3 {
                                                                        font-size: 1.875rem;
                                                                        line-height: 2.25rem;
                                                                        color: #2F2F2F;
                                                                        margin: 1.25rem 0 0; }

                                                                        @media print, screen and (min-width: 64em) {
                                                                          .sloseri-over-years-wrapper .sloseri-over-years-item .sloseri-over-years-decs h3 {
                                                                            text-align: left;
                                                                            margin: 4.0625rem 0 1.0625rem; } }

                                                                            .sloseri-over-years-wrapper .sloseri-over-years-item .sloseri-over-years-decs p {
                                                                              font-size: 0.875rem;
                                                                              line-height: 1.625rem;
                                                                              color: #2F2F2F; }

                                                                              @media print, screen and (min-width: 64em) {
                                                                                .sloseri-over-years-wrapper .sloseri-over-years-item .sloseri-over-years-decs p {
                                                                                  text-align: left;
                                                                                  margin: 0; } }

                                                                                  .page-id-50 .hero-background-image, .parent-pageid-50 .hero-background-image {
                                                                                    top: 0;
                                                                                    bottom: 0;
                                                                                    margin: auto; }

/* Tax calculator page styles
========================================================================== */
/**
 * This file contains all styles related to the tax calculator page.
 */
 .tax-calc {
  padding: 6.25rem 0; }

  .tax-calc-wrapper {
    margin-bottom: 3.125rem;
    width: 100%;
    float: left;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #E6E6E5;
    position: relative;
    border-radius: 2px; }

    @media print, screen and (min-width: 40em) {
      .tax-calc-wrapper {
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }

        .tax-calc-wrapper:last-child:not(:first-child) {
          float: right; }

          .tax-calc-wrapper h3 {
            color: #0072CE; }

            .tax-calc-wrapper p:empty {
              margin: 0; }

              .tax-calc-wrapper p:blank {
                margin: 0; }

                .tax-calc-wrapper > h2 {
                  text-align: center; }

                  .tax-calc-wrapper form {
                    font-size: 1.25rem;
                    position: relative; }

                    @media print, screen and (min-width: 64em) {
                      .tax-calc-wrapper form {
                        padding: 3.0625rem 3.4375rem; } }

                        .tax-calc-wrapper form .select-wrapper {
                          display: block; }

                          .tax-calc-wrapper form .select-wrapper input {
                            height: 2.25rem !important;
                            border: 3px solid #EAEAEA !important;
                            margin-bottom: 0 !important;
                            padding: 0 0 0 0.9375rem !important; }

                            .tax-calc-wrapper form .input-field {
                              background-color: rgba(101, 101, 101, 0.15);
                              border: 1px solid transparent;
                              border-image-outset: 0;
                              border-image-repeat: stretch;
                              border-image-slice: 100%;
                              border-image-source: none;
                              border-image-width: 1;
                              outline: none;
                              font-size: 1rem;
                              -webkit-box-shadow: none;
                              box-shadow: none;
                              -webkit-box-sizing: content-box;
                              box-sizing: content-box;
                              -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
                              transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
                              border-image: linear-gradient(#409, #F9423A);
                              border-image-slice: 1;
                              border-radius: 0rem;
                              display: inline-block; }

                              @media print, screen and (min-width: 64em) {
                                .tax-calc-wrapper form .input-field {
                                  margin-left: 21px;
                                  margin-right: 15px;
                                  top: 15px; } }

                                  .tax-calc-wrapper form > label {
                                    color: #333;
                                    font-size: 0.75rem;
                                    display: block;
                                    margin-top: 1.25rem; }

                                    @media print, screen and (min-width: 64em) {
                                      .tax-calc-wrapper form > label {
                                        display: inline-block; } }

                                        .tax-calc-wrapper form input[type=range] {
                                          max-width: 39.375rem;
                                          margin-right: 1.875rem;
                                          top: 0.9375rem; }

                                          .tax-calc-wrapper form input[type=range]:focus {
                                            outline: none; }

                                            .tax-calc-wrapper form input[type=range]::-moz-range-thumb {
                                              border: none;
                                              height: 40px;
                                              width: 40px;
                                              border-radius: 50%;
                                              background: white;
                                              box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
                                              margin-top: -14px;
                                              opacity: 1; }

                                              .tax-calc-wrapper form input[type=range]::-ms-thumb {
                                                background-color: #F9423A; }

                                                .tax-calc-wrapper form input[type=range] + .thumb {
                                                  background-color: #dedede; }

                                                  .tax-calc-wrapper form input[type=range] + .thumb.active .value {
                                                    color: red; }

                                                    .tax-calc-wrapper form input[type=range]::-moz-range-track {
                                                      height: 11px;
                                                      background: linear-gradient(124.17deg, #0583FF 0%, #440099 38.35%, #FF3D19 100%);
                                                      border: none;
                                                      border-radius: 8px; }

                                                      .tax-calc-wrapper form input[type=range]::-webkit-slider-runnable-track {
                                                        height: 11px;
                                                        background: linear-gradient(124.17deg, #0583FF 0%, #440099 38.35%, #FF3D19 100%);
                                                        border: none;
                                                        border-radius: 8px; }

                                                        .tax-calc-wrapper form input[type=range]::-webkit-slider-thumb {
                                                          -webkit-appearance: none;
                                                          border: none;
                                                          height: 40px;
                                                          width: 40px;
                                                          border-radius: 50%;
                                                          background: #fff;
                                                          -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
                                                          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
                                                          margin-top: -14px; }

                                                          .tax-calc-wrapper form input[type=submit] {
                                                            /* background-color: #0072CE !important; */
                                                            /* color: #fff !important; */
                                                            max-width: 200px;
                                                            width: 100%;
                                                            height: 45px;
                                                            border-radius: 0px;
                                                            cursor: pointer;
                                                            margin-top: 1.8rem;
                                                            text-align: center;
                                                            font-size: 1rem;
                                                            font-weight: bold; }

                                                            .tax-calc-wrapper form input[type=submit]:hover {
                                                              opacity: .6; }

                                                              /* @media print, screen and (min-width: 64em) {
                                                                .tax-calc-wrapper form input[type=submit] {
                                                                  float: right; } } */

                                                                  /* @media screen and (min-width: 75em) {
                                                                    .tax-calc-wrapper form input[type=submit] {
                                                                      margin-right: 9.375rem; } } */

                                                                      .tax-calc-wrapper form .thumb {
                                                                        display: none !important; }

                                                                        .tax-calc-wrapper form #lonvisa {
                                                                          display: inline-block;
                                                                          color: #F9423A;
                                                                          font-size: 1.875rem; }

                                                                          @media print, screen and (min-width: 64em) {
                                                                            .tax-calc-wrapper form #lonvisa {
                                                                              margin-left: 1.1875rem;
                                                                              font-size: 2.25rem;
                                                                              position: relative;} }

                                                                              .tax-calc-wrapper form .caret {
                                                                                color: #440099;
                                                                                top: 0; }

                                                                                .tax-calc-wrapper form .select-dropdown {
                                                                                  top: 0 !important;
                                                                                  padding: 0 !important; }

                                                                                  .tax-calc-wrapper #piechart {
                                                                                    margin: 4.375rem 0; }

                                                                                    .tax-calc-wrapper #resultat {
                                                                                      font-size: 0.875rem;
                                                                                      line-height: 1.3;
                                                                                      margin-top: 3.75rem; }

                                                                                      .tax-calc-wrapper #resultat h3:nth-of-type(2) {
                                                                                        margin: 60px 0 30px; }

                                                                                        .tax-calc-wrapper #resultat table {
                                                                                          font-size: 1rem; }

                                                                                          .tax-calc-wrapper #resultat table tr {
                                                                                            border-bottom: 1px solid #E6E6E5; }

                                                                                            .tax-calc-wrapper #resultat table tr td[align='right'] {
                                                                                              text-align: right; }

                                                                                              .tax-calc-wrapper .resultat-wrapper {
                                                                                                padding-bottom: 3.75rem; }

                                                                                                .tax-calc-wrapper .resultat-wrapper .resultat-inner {
                                                                                                  display: block; }

                                                                                                  .tax-calc-wrapper .toggle-result {
                                                                                                    background-color: rgba(101, 101, 101, 0.15);
                                                                                                    height: 2.5rem;
                                                                                                    position: absolute;
                                                                                                    width: 100%;
                                                                                                    left: 0;
                                                                                                    bottom: 0;
                                                                                                    background-image: url("../svg/drop_down_arrow.svg");
                                                                                                    background-repeat: no-repeat;
                                                                                                    background-position: center;
                                                                                                    -webkit-transform: rotate(0);
                                                                                                    transform: rotate(0);
                                                                                                    cursor: pointer; }

                                                                                                    .tax-calc-wrapper .toggle-result.rotate-arrow {
                                                                                                      -webkit-transform: rotate(180deg);
                                                                                                      transform: rotate(180deg); }

                                                                                                      #tax-calc-form-2 {
                                                                                                        text-align: left; }

                                                                                                        #tax-calc-form-2 label {
                                                                                                          font-size: 1rem;
                                                                                                          font-weight: bold;
                                                                                                          max-width: 14.375rem; }

                                                                                                          #tax-calc-form-2 .input-field {
                                                                                                            top: -0.5625rem; }

                                                                                                            @media screen and (min-width: 40em) and (max-width: 63.9375em) {
                                                                                                              #tax-calc-form-2 .input-field {
                                                                                                                top: 0; } }

                                                                                                                #tax-calc-form-2 input[type="number"] {
                                                                                                                  height: 2.25rem !important;
                                                                                                                  border: 1px solid #EAEAEA !important;
                                                                                                                  margin-bottom: 0 !important;
                                                                                                                  padding: 0 0 0 0.9375rem !important;
                                                                                                                  -webkit-box-shadow: none !important;
                                                                                                                  box-shadow: none !important; }

                                                                                                                  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
                                                                                                                    #tax-calc-form-2 input[type="number"] {
                                                                                                                      width: auto; } }

                                                                                                                      #tax-calc-form-2 input[type='submit'] {
                                                                                                                      /*margin-top: 0.125rem;*/ }

                                                                                                                      #calc-result,
                                                                                                                      #calc-result-tax {
                                                                                                                        margin-bottom: 3.125rem;
                                                                                                                        font-size: 0.875rem;
                                                                                                                        line-height: 1.3;
                                                                                                                        margin-top: 3.75rem; }

                                                                                                                        #calc-result h3:nth-of-type(2),
                                                                                                                        #calc-result-tax h3:nth-of-type(2) {
                                                                                                                          margin: 60px 0 30px; }

                                                                                                                          #calc-result table,
                                                                                                                          #calc-result-tax table {
                                                                                                                            font-size: 1rem;
                                                                                                                            margin-bottom: 70px; }

                                                                                                                            #calc-result table tr,
                                                                                                                            #calc-result-tax table tr {
                                                                                                                              border-bottom: 1px solid #E6E6E5; }

                                                                                                                              #calc-result table tr td[align=right], #calc-result table tr td:nth-child(2),
                                                                                                                              #calc-result-tax table tr td[align=right], #calc-result-tax table tr td:nth-child(2) {
                                                                                                                                text-align: right; }

                                                                                                                                #calc-result .result-text,
                                                                                                                                #calc-result-tax .result-text {
                                                                                                                                  display: block;
                                                                                                                                  margin: 1.875rem 0;
                                                                                                                                  font-weight: 700; }

                                                                                                                                  #tax-calc-form-3 {
                                                                                                                                    overflow: hidden; }

                                                                                                                                    #tax-calc-form-3 label {
                                                                                                                                      color: #333;
                                                                                                                                      text-align: left;
                                                                                                                                      font-size: 1rem;
                                                                                                                                      font-weight: bold;
                                                                                                                                      width: 18.125rem;
                                                                                                                                      display: block;
                                                                                                                                      margin-top: 1.25rem; }

                                                                                                                                      @media print, screen and (min-width: 64em) {
                                                                                                                                        #tax-calc-form-3 label {
                                                                                                                                          display: inline-block; } }

                                                                                                                                          #tax-calc-form-3 .input-field {
                                                                                                                                            top: 0; }

                                                                                                                                            #tax-calc-form-3 input[type="number"] {
                                                                                                                                              height: 2.25rem !important;
                                                                                                                                              border: 3px solid #EAEAEA !important;
                                                                                                                                              margin-bottom: 0 !important;
                                                                                                                                              padding: 0 0 0 0.9375rem !important;
                                                                                                                                              -webkit-box-shadow: none !important;
                                                                                                                                              box-shadow: none !important; }

                                                                                                                                              @media screen and (min-width: 40em) and (max-width: 63.9375em) {
                                                                                                                                                #tax-calc-form-3 input[type="number"] {
                                                                                                                                                  width: auto; } }

                                                                                                                                                  #tax-calc-form-3 .average-gasoline-wrapper {
                                                                                                                                                    float: left; }

                                                                                                                                                    #calc-result3 table tr {
                                                                                                                                                      border-bottom: 1px solid #E6E6E5; }

/* Tax school page styles
========================================================================== */
/**
 * This file contains all styles related to the tax school page.
 */
 .section-tax-school {
  padding-bottom: 3.75rem; }



  /*# sourceMappingURL=styles.css.map */

  /*Konstantinos Gkaris code*/




  .section-choises-about-us>div{
    text-align: left;
  }

  .section-choises-about-us>div>div{
    width: 50%;
  }

  #varMed{
    right: 20rem;
    padding-bottom: 6%;
    padding-right: 5%;
    height: 11%;
    max-width: 45%;
    background-color: #0072CE;
    top: 17rem;
  }

  #varMed>a{
    font-size: 19px;
  }

  .section-title>h3 {
    text-transform: none;
    font-size: 2rem;
    color: black;
  }

  .section-title{
    margin: 0rem 0rem 4rem 0rem;
  }
  .section-title>p{
    padding: 0rem 1rem 0rem 14rem;
    width: 85%;
  }

  #bliMedlemfrontPage{
    margin-left: 76.5rem;
    color: black;
    background-color: white;
    width: 15% !important;
    height: 60px;
    position: sticky;
    top: 0;
    overflow: hidden;
    text-align: center;
    z-index: 10000;
    margin-top: -2rem;
    padding-top: 1rem;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.3);
  }

  #bliMedlemfrontPage>a{
    color: black;
    font-weight: bold;
    font-size: 1.5em;
  }

  #hromOss{
    width: 80%;
    color: #DCDCDC;
    opacity: 0.5;
  }

  .choice-item--more>a{
    color: black;
    font-weight: bold;
  }

  .choice-item--more>a>img{
    margin: auto auto auto 0.5rem;
  }

  #contact-adress-telphone{
    width: 50%;
    margin-left: 55%;
    margin-top: -54%;
    height: 30.6rem;
    margin-bottom: 20%;
  } 

  .containerForm{
    background-color: #EFEFEF;
    max-width: 100%;
    text-align: center;
    padding: 0rem 0rem 3rem 28rem;
  }

  #fragor{
    color: white;
    background-image: linear-gradient(to right, #0072CE , #440099);
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 2rem;
    padding-left: 6rem;
    padding-right: 6rem;
  }

  #sloseri, #synligaSkatter, #okadRattssakerhet{
    background-color: rgba(101, 101, 101, 0.15);
    text-align: left;
    height: 25rem;
    padding: 3rem;
  }

  #skadligaSkatter, #egnaPengar{
    text-align: left;
    height: 25rem;
    padding: 3rem;
  }

  #kampanjer{
    background-color: #0072CE;
    color: white;
    text-align: center;
    padding-bottom: 2rem;
    padding-top: 2rem;
    margin-bottom: -4.5%;
    width: 100%;
  }

  #kampanjer>p{
    margin-bottom: 3rem;
  }

  #kampanjerLink11, #kampanjerLink12, #kampanjerLink13, #kampanjerLink21, #kampanjerLink22, #kampanjerLink23{
    width: calc(100%/3);
    height: 200px;
    float: left;
    padding-top: 4rem;
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 0.6;
    transition: 1s;
    text-align: center;
    background-position: left center;
    font-weight: bold !important;
    color: white;
    font-size: 28px;
  }

  #kampanjerLink11{
    background-image: url("../images/hero/Flyttkatt.jpg");
  }

  #kampanjerLink12{
    background-image: url("../images/uploads/insurance_2-e1510673171343-480x313.png");
  }

  #kampanjerLink13{
    background-image: url("../images/uploads/22112054-gavlar-480x313.jpg");
  }

  #kampanjerLink21{     
    background-image: url("../images/uploads/923516-stockholmsvartvit-480x313.jpg");
  }

  #kampanjerLink22{     
    background-image: url("../images/uploads/businessman-480x313.jpg");
  }

  #kampanjerLink23{

    background-image: url("../images/uploads/11728923-tom-och-oppen-skylt-i-askvader-480x313.jpg");
  }

  #kampanjerLink11:hover, #kampanjerLink12:hover, #kampanjerLink13:hover, #kampanjerLink21:hover, #kampanjerLink22:hover, #kampanjerLink23:hover{
    opacity: 1;
  } 

  #kampanjerPics{
    margin: 4rem 0rem -3.75rem 0rem;
    background-color: black;
    height: 25rem;
  }

  #rakna{
    background: url('../images/Bilder/Depositphotos_5811333_xl-2015.jpg') bottom no-repeat, linear-gradient(to right, #0072CE, #440099);
    position: relative;
    background-size: auto, auto;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-blend-mode: overlay;
    color: white;
    text-align: center;
    padding: 2rem 6rem 2rem 6rem;
    width: 100%;
    height: 18rem;

  }

  #rakna>p{
    font-weight: bold !important;
  }

  #raknaDiv>a{
    color: white;
    font-weight: bold !important;
    border: 1px solid white; 
    padding: 1rem;
  }

  #raknaDiv{
    margin-top: 3rem;
  }

  .becomeOmOss{
    margin-top: -4rem;
  }

  .merOmOssSwish{
    color: #0072CE;
    font-weight: bold !important;
    border: 1px solid;
    padding: 1rem;
    width: 20rem;
    margin-top: 3rem;  
  }

  .merOmOssSwish>a{
    color: #0072CE;
  }

  #fragorHemsida{
    max-width: 100%;
    background-image: linear-gradient(to right, #0072CE, #440099);
    text-align: center;
    color: white;
    padding: 1rem 0rem 1rem 0rem;
    font-size: 19px;
  }

  #fragorHemsida>p{
    width: 80%;
    margin-left: 10rem;
    margin-bottom: 3rem;
  }  

  #fragorHemsida11>a, #fragorHemsida12>a, #fragorHemsida3>a,#fragorHemsida21>a,#fragorHemsida22>a{
    font-weight: bold !important;
    color: white;
    font-size: 28px;
  }

  #fragorHemsida11, #fragorHemsida12, #fragorHemsida21, #fragorHemsida22{
    width: calc(100%/3);
    height: 200px;
    float: left;
    padding-top: 4rem;
    opacity: 0.6;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    transition: 1s;
    font-weight: bold !important;
    color: white;
    font-size: 28px;
  }

  #fragorHemsida11:hover, #fragorHemsida12:hover, #fragorHemsida21:hover, #fragorHemsida22:hover, #fragorHemsida3:hover{        
    opacity: 1;
  } 

  #fragorHemsida11{
   background-image: url("../images/campaign/kampanj2.png"); 
 }

 #fragorHemsida12{
   background-image: url("../images/uploads/19114569-big-crowd-of-people-480x320.jpg"); 
 }
 
 #fragorHemsida21{
   background-image: url("../images/campaign/kampanj_image_4.png"); 
 }
 
 #fragorHemsida22{
   background-image: url("../images/uploads/7137109-family-cycling-outdoors-in-summer-480x320.jpg"); 
 }

 #fragorHemsida3{
  background: url("../images/uploads/1258987-tingssal-480x320.jpg");
  background-repeat: no-repeat !important;
  background-size: 30rem 25rem !important;
  width: calc(100%/3);
  height: 400px;
  float: right;
  padding-top: 10rem;
  opacity: 0.6;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  transition: 1s;
  font-weight: bold !important;
  color: white;
  font-size: 28px;
}

#fragorHemsidaPics{
  background-color: black;
  height: 25rem;
  text-align: center;
}

.vartArbeteMainDiv{
  max-width: 100%;
  background-color: rgba(101, 101, 101, 0.15);
  text-align: left;
  padding: 1rem 1rem 1rem 1rem;
}

.vartArbeteMinorLeft{
  width: 50%;
  float: left;
  padding: 5rem 7rem 5rem 7rem;
}

.vartArbeteMinorLeft>p{
  margin: 0rem 0rem 2rem 0rem;
}

.vartArbeteMinorRight{
  width: 50%;
  float: left;
  padding: 5rem 7rem 5rem 7rem;
}

.vartArbeteBlimedlemImg, .vartArbeteStodImg{
  float: left;
  width: 20%;
  margin-top: 1rem;
}

.vartArbeteBlimedlemTxt, .vartArbeteStodTxt{
  float: left;
  width: 80%;
}  

.vartArbeteMinorLeftLink{
  background-image: linear-gradient(to right, #440099, #F9423A);
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-top: 1%;
}

.vartArbeteMinorRight>div>div>a{
  color: black;
  font-weight: bold;
}

.newsHead{
  text-align: center;
}

.suntFornuft{
  max-width: 100%;
  background-image: linear-gradient(to right, #440099 , #F9423A);
  height: 30rem;
  margin-top: -2rem;
  padding: 6rem 3rem 3rem 3rem;
  text-align: center;
  color: white;
  font-size: 28px;
}

.suntFornuft>a{
  position: relative;
  display: inline-block;
  outline: none;
  border: 2px solid;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
  line-height: 3;
  padding: 0rem 2rem 0rem 2rem;
  margin: 0rem 1rem 0rem 1rem;
  font-weight: bold;
}

.ledareSuntFornuftLink, #suntFornuftKlickaHar{
  position: relative;
  display: inline-block;
  outline: none;
  border: 1px solid;
  color: #0072CE;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
  line-height: 3;
  padding: 0rem 2rem 0rem 2rem;
  margin-bottom: 5rem;
  font-weight: bold;
}

.ledareSuntFornuftLinkLine {
  background-image: linear-gradient(90deg, #440099, #F9423A);
  border: 4px;
  height: 1px;  
  width: 80%;
}

.sofiasGap{
  margin: -3rem 0rem 0rem 0rem; 
}

.skattesnackLink{
  margin-left: 40%;
}

.prenumereraDiv{
  background-color: rgba(101, 101, 101, 0.15);
  max-width: 100%;
  margin-bottom: -1.3rem;
}

#prenumereraImg{
  width: 50%;
  float: left;
  margin: -3.75rem -1rem -1rem -0.6rem;
}

#prenumereraImg>img{
  height: 31rem;
}

.prenumereraTxt{
  width: 50%;
  float: left;
  text-align: left;
  padding: 2rem 5rem 2rem 5rem;
}

.prenumereraTxt>p>a{
  color: blue;
}

.prenumereraTxt>p>strong>a{
  font-weight: normal;
  color: black !important;
}

#medlemskapLinksLeft{
  background-color: #0072CE;
  font-weight: bold;
  width: 26rem;
  height: 60px;
  cursor: pointer;
  text-align: center;
  display: block;
  margin: -1rem 0rem 3rem 10rem;
  padding: 0.5rem 0 0;
  float: left;
}

#medlemskapLinksLeft>a, #medlemskapLinksRight>a{
  color: white;
}

#medlemskapLinksLeft>a>img, #medlemskapLinksRight>a>img{
  margin-left: 1rem;
}

#medlemskapLinksRight{
  background-color: #0072CE;
  font-weight: bold;
  width: 26rem;
  height: 60px;
  cursor: pointer;
  text-align: center;
  display: block;
  margin: -1rem 0rem 3rem 2rem;
  padding: 0.5rem 0 0;
  float: left;
}

.medlemskapImg{
  width: 50%;
  float: left;
}

.medlemskapTxt{
  width: 50%;
  float: left;
}

#medlemskapTabImg{
  width: 20%;
  float: left;
  height: 20%;
  background-color: white;
  margin-top: 1rem;
}

#medlemskapTabTxt{
  width: 78%;
  float: left;
}

#medlemskapTabWrapper{
  text-align: left;
  max-width: 100%;
  width: 100%;
  margin: 0rem 3rem -15rem 3rem;
}

#medlemskapTabWrapperIn{
  border: none;
  box-shadow: none;
}

#swish-medlemskap{
  background-color: rgba(101, 101, 101, 0.15);
  max-width: 100%;
  height: 24rem;
  padding: 1rem 5rem 1rem 5rem;
  font-size: 1.25rem;

}

#gillaOss{
  background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQBhN199QwHTWW0Jwp2OhHWCO9LEKzHbJqU8_UZE4Wsak_xJdvctw");
  padding: 1rem 1rem 0rem 1rem;
  margin-top: 1.5rem;
}

#gillaOss>h3{
  width: 60%;
  float: left;
  color: white;
  font-size: 15px;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-top: -1rem;
}

#gillaOss>img{
  width: 20%;
  float: left;
}

.team-single-person>img{
  width: 250px;
}

.skatteCategory{
  color: black;
  text-decoration: underline red;
  margin-top: 1rem; 
}

#medlemskapFormHome{
  background: url('../images/Bilder/Depositphotos_5811333_xl-2015.jpg') bottom no-repeat, linear-gradient(to right, #409, #F9423A);
  position: relative;
  background-size: auto, auto;
  background-size: auto, auto;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-blend-mode: overlay;


  color: white;
  text-align: center;
  padding: 1rem 10rem 1rem 10rem;
  height: 25rem;
}

#medlemskapForm{
  background-image: linear-gradient(to right, #0072CE , #409);
  color: white;
  text-align: center;
  padding: 3rem 10rem 3rem 10rem;
  height: 450px;
}

.inputFormInput{
  margin-right: 2rem;
  border-radius: 0px;
} 

.inputFormInput1{
  margin-left: 10.5rem;
} 

.inputFormInput1::placeholder {
  color: black;
  opacity: 1; /* Firefox */
}

.inputFormInput1:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: black;
}

.inputFormInput1::-ms-input-placeholder { /* Microsoft Edge */
 color: black;
}

.inputFormInput2::placeholder {
  color: black;
  opacity: 1; /* Firefox */
}

.inputFormInput2:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: black;
}

.inputFormInput2::-ms-input-placeholder { /* Microsoft Edge */
 color: black;
}

.inputFormSubmit{
  background-color: #0072CE;
  font-weight: bold;
  color: white;
  border-radius: 0px;
  width: 8rem;
}   

.inputFormCheckbox{
  color: white;
}

.lasNyhetsbrev{
  position: relative;
  display: inline-block;
  outline: none;
  border: 1px solid;
  color: white;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 3;
  padding: 0rem 2rem 0rem 2rem;
  font-weight: bold;
  margin-left: 39%;
} 

.custom-html-widget{
  /*margin-top: -1.25rem;*/
}

#swish-info-content{
  text-align: center;
  margin: 1rem auto 1rem auto; 
}

#swish-info-contentHome{
  text-align: left;
  margin: 1rem auto 1rem auto; 
}

#omOssBr{
  margin-bottom: 10px;
}

#suntFornuftLedare{
  margin: 5rem 0 -1rem 0;
}

.skatte-single-news-image-small{
  width: 50%;
  float: left;
}

.skatte-single-news-image-small>img{
  border-radius: 10px 10px 10px 10px;
  width: 120px;
  height: 120px;
}

.skatte-single-news--title-small{
  width: 50%;
  float: left;
  color: black;
  line-height: 1;
}

#skatte-single-news-small{
  height: 0rem;
  margin-bottom: 8rem;
  float: left;
}

.skatte-single-news--title-small>h2{
  text-align: left;
  padding-left: 1rem;
  margin-top: 2rem;
  font-size: 17px;
}

#prenumeraBox1{
  float: left;
  width: 20%;
  clear: none;
  margin-left: 9rem;
  margin-top: -1rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

#prenumeraBox2{
  float: left;
  width: 55%;
  clear: none;
  margin-top: -1rem;
  margin-left: -1rem;
}

#agreementPrenumeraBox{
  margin-left: 1.5rem;
  margin-top: -0.9rem;
}

#agreementPrenumeraBox>a{
  color: white;
}

#front-swish{
  padding-top: 3rem;
}

#frontPageGDPRAgreement{
  margin-left: 5rem;
}

#gdprOnFoot{
  margin-top: 10px;
  margin-left: 0rem;
  margin-bottom: 1rem;
}

/*Forms Placeholder Color*/
#medlemskapForm::placeholder {
  color: black;
  opacity: 1; /* Firefox */
}

#medlemskapForm:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: black;
}

#medlemskapForm::-ms-input-placeholder { /* Microsoft Edge */
 color: black;
}

#sankFlyttskatternaHome{
  max-width: 100%;
  position: relative;
  width: 100%;
  height: 100%;
  background: url('../images/hero/Flyttkatt.jpg') center 25% no-repeat, linear-gradient(to right, #0072CE 10%, #409 100%);
  background-size: auto, auto;
  background-size: cover;
  text-align: center;
  color: white;
  padding: 3rem 0rem 4rem 0rem;
  font-size: 19px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-blend-mode: overlay;
}

#sankFlyttskatternaHome>h1{
  margin: auto;
}

#sankFlyttskatternaHome>a{
  position: relative;
  display: inline-block;
  outline: none;
  border: 2px solid;
  color: white;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 3;
  padding: 0rem 2rem 0rem 2rem;
  margin: 1rem;
  font-weight: bold;
}

#seFilmen-omOss{
  position: relative;
  display: inline-block;
  outline: none;
  border: 2px solid;
  color: white;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 4;
  padding: 0rem 2rem 0rem 2rem;
  margin: 16rem 75rem 0rem 1rem;
  margin-left: 1rem;
  margin-left: 1rem;
  margin-left: 1rem;
  font-weight: bold;
}

.seFilmen-omOssArea{
  max-width: 100%;
}

#omOssPersonel{
  color: black;
  font-weight: bold;
  font-family: sans-serif;
}

#politikFoto{
  width: 50%;
  float: left;
}

#politikFoto>img{
  height: 19rem;
  width: 85%;
}

#sloseriReadMore{
  margin: 5rem 0 0 0;
}

#sloseriH1{
  margin-bottom: 3rem;
}

#sloseriSwish{
  background-color: rgba(101, 101, 101, 0.15);
  height: 18.75rem;
}

#sloseriSwishFoto{
  float: left;
  width: 50%;
}

#sloseriSwishFoto>img{
  height: 18.75rem;
  width: 100%;
}

#sloseriSwishText{
  float: left;
  padding: 3rem 5rem 3rem 5rem;
}

#sloseriSwishText>p>strong{
  float: left;
  font-size: 19px;
}

#foljSloseriombudsmannenHeader{
  background-image: linear-gradient(to right, #0072CE , #440099);
  color: white;
  height: 10rem;
  text-align: center;
  padding-top: 2.5rem;
}

#foljSloseriombudsmannenBody{
  background-color: #dcdcdc;
}

#foljSloseriombudsmannenFacebookIcon{
  margin-left: 30rem;
}

#foljSloseriombudsmannenFacebookIcon>img, #foljSloseriombudsmannenTwitterIcon>img{
  margin-top: -1.6rem;
  background-color: white;
  border-radius: 100%;
}

#foljSloseriombudsmannenTwitterIcon{
  margin-left: 21rem;
}

#slosOJohan{
  height: 66.6rem;
}

#slosOJohanTextP{
  margin-top: 5rem;
}

#slosOJohanTextP>img{
  margin: -0.25rem auto auto 0.5rem;
}

#slosOJohanText{
  width: 50%;
  float: left;
  padding: 7rem 5rem 7rem 5rem;
}

#slosOJohanFoto{
  width: 50%;
  float: left;
}

#slosOJohanFoto>img{
  width: 100%;
  height: 30.15rem;
}

#iframeFacebook{
  padding: 4rem 0rem 4rem 20rem;
  float: left;
  width: 50%;
  background-color: #dcdcdc;
}

#iframeFacebook>iframe{
  border:none;
  box-shadow: 1px 1px 1px 1px #888888;
  border-radius: 10px 10px 10px 10px;
  overflow:hidden; 
}

#iframeTwitter{
  padding: 4rem 0rem 4rem 0rem;
  float: left;
  width: 50%;
  background-color: #dcdcdc;
}

#iframeTwitter>iframe{
  border:none;
  box-shadow: 1px 1px 1px 1px #888888;
  border-radius: 10px 10px 10px 10px;
  overflow:hidden; 
}

#prenumereraDivSuntFornuft{
  height: 28.4rem;
}

#nyheterHead {
  background-image: linear-gradient(to right, #0072CE , #440099);
  padding: 3rem 2rem 3rem 2rem;
}

#nyheterHead>h1 {
  color: white;
}

#nyheterHeadMaxWidth{
  max-width: 100%;
  padding: 0px !important;
  margin: 0px; 
}

.previous-post, .next-post{
  position: relative;
  display: inline-block;
  outline: none;
  border: 2px solid;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
  line-height: 4;
  padding: 0rem 2rem 0rem 2rem;
  margin: 0rem 1rem 0rem 1rem;
  font-weight: bold;
}

#newsLeftPart{
  padding: 3rem 5rem 3rem 3rem;
  text-align: left;
  width: 75%;
  float: left;
}

#newsLeftPart>img{
  width: 95%;
}

#newsRightPart{
  width: 40%;
  float: left;
}

#hrNyheter{
  background-color: #F9423A;
  border: 4px;
  height: 2px;
  width: 40%;
  margin-left: 0rem;
}

#hrNyheterReadMore{
  color: #F9423A;
  width: 80%;
  margin-left: 0rem;
}

#dateShareGenre{
  margin: 2rem 0rem 0rem 0rem;
}

#dateShareGenreLeft{
  float: left;
  width: 80%;
}

#dateShareGenreRight{
  float: left;
  width: 20%;
  margin: 1rem 0rem 1rem 0rem;
}

#nyheterArtikel{
  margin: 10rem 0rem 0rem 0rem;
}

#kategorierHead {
  background-image: linear-gradient(to right, #0072CE , #440099);
  padding: 3rem 2rem 3rem 2rem;
  text-align: center;
}

#kategorierHead>h1{
  color: white;    
}

#kategorierHead>div{
  text-align: center;
  color: white;
  width: 50%;
  margin: 0rem 22rem 0rem 22rem;
}

.wpcf7-list-item-label{
  color: black;
}

.section-sloseri-over-years{
  margin-bottom: 5rem;
}

.stodArrow{
  margin-left: 1rem;
}

#buttonToTop{
  float: right;
  padding: 0rem 2rem 0rem 2rem;
  -ms-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.bg-category-gradient{
  background: -webkit-gradient(linear, left top, right top, from(#0583FF), to(#440099));
  background: linear-gradient(to right, #0072CE, #440099 100%);
  padding: 1rem 1rem 0rem 1rem;
}

.page-category-main{
  margin: 5rem 0rem 0rem 0rem;
  text-align: left;
  width: 70%;
  float: left;
}

.page-category-post{
  height: 16rem;  
}

.page-category-post-image{
  width: 50%;  
  float: left;
}

.page-category-post-image>img{
  border-radius: 10px 10px 10px 10px;
}

.page-category-post-text{
  padding: 0.5rem 0rem 1.5rem 0rem;
  width: 50%;
  float: left;
}

.categoryArrow{
  margin: -0.25rem 0rem 0rem 0.5rem;
}

.page-category-post-link{
  background-color: #0072CE;
  cursor: pointer;
  text-align: center;
  margin: 2rem 0rem 0rem 0rem;
  border: none;
  font-weight: bold;
  border-radius: 0px;
  width: 9rem;
  height: 2rem;
  padding: 0.5rem;
}

.page-category-post-link>a{
  color: white;
}

.header .header-navigation .menu-primary > li .sub-menu {  
  background: rgba(255, 255, 255, 0.9);  
}

.header .header-navigation .menu-primary > li .sub-menu:before {
  display: none;  
}

.header-search .facebook {
  position: relative;  
  margin-right: 1rem;  
  overflow: visible;  
}

.header-search .facebook:after {
  content: "";  
  opacity: 1 !important;  
  display: block;
  position: absolute;  
  bottom: -4px;  
  right: -8px;  
  width: 1px;  
  height: 30px;  
  background: #ba6999;  
}

#prenumerationInput::placeholder {
  color: black;
  opacity: 1; /* Firefox */
}

#prenumerationInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: black;
}

#prenumerationInput::-ms-input-placeholder { /* Microsoft Edge */
 color: black;
}

#omOssGDPR{
  margin: 0rem 0rem 0rem 4rem;
}

.privatAutogiro{
  position: relative;
  display: inline-block;
  outline: none;
  border: 1px solid #0072CE;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 4;
  padding: 0rem 2rem 0rem 2rem;
  margin: 1rem 1rem 0rem 0rem;
  font-weight: bold;
}

.privatMedlemSomForetagare{
  background-color: #0072CE;
  max-width: 20rem;
  width: 100%;
  height: 50px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 1.688rem auto 2.5rem;
  padding: 0.938rem 0 0;
  border-radius: 0px;
  font-weight: bold !important;
}

.privatMedlemSomForetagare>a{
  color: white;
}

.privatMedlemSomForetagare>a>img{
  margin-top: -0.25rem;
  margin-left: 1rem;
}

.autogiroBetalning{
  margin: 2rem auto auto auto; 
  text-align: left;
}

.autogiroBetalning>h3{
  font-size: 1.25rem;
}

.autogiroBetalning>p{
  margin-top: -2rem;
}

#medlemskapVanliga{
  margin: 2rem 4rem 2rem auto;
}

.bli-medlem-subpage-benefits-wrapper .Opinion {
  background: #333 url(../images/Ikoner/opinionsbildning170x170.jpg) no-repeat center;
  background-size: auto;
  background-size: 40px 40px;
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  text-align: center;
  left: -1rem;
  z-index: 50; 
}

.bli-medlem-subpage-benefits-wrapper .Tidningen {
  background: #333 url(../images/Ikoner/suntfornuft170x170.jpg) no-repeat center;
  background-size: auto;
  background-size: 40px 40px;
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  text-align: center;
  left: -1rem;
  z-index: 50; 
}

.bli-medlem-subpage-benefits-wrapper .JuridiskPrivat, .bli-medlem-subpage-benefits-wrapper .JuridiskForetag{
  background: #333 url(../images/Ikoner/juridiskradgivning170x170.jpg) no-repeat center;
  background-size: auto;
  background-size: 40px 40px;
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  text-align: center;
  left: -1rem;
  z-index: 50; 
}

.bli-medlem-subpage-benefits-wrapper .JuridiskForetag {
  margin-top: 3.5rem;
}

.bli-medlem-subpage-benefits-wrapper .Medlem {
  background: #333 url(../images/Ikoner/blimedlem170x170.jpg) no-repeat center;
  background-size: auto;
  background-size: 40px 40px;
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  text-align: center;
  left: -1rem;
  z-index: 50; 
}

.bli-medlem-subpage-benefits-wrapper .Rabatt {
  background: url(../images/Ikoner/rabattkortet170x170.png) no-repeat center;
  background-size: 50px 50px;
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  text-align: center;
  left: -1rem;
  z-index: 50;
  top: -0.5rem;
}

.bli-medlem-subpage-benefits-wrapper .Skatterättsskydd {
  background: url(../images/Ikoner/hammare170x170.png) no-repeat center; 
  background-size: 50px 50px;
  position: absolute;
  width: 3.25rem;
  height: 3.25rem;
  text-align: center;
  left: -1.3rem;
  z-index: 50;
}

.bli-medlem-subpage-benefits-wrapper .Elektronisk {
  background: #333 url(../images/Ikoner/elektroniskanyhetsbrev170x170.jpg) no-repeat center;
  background-size: auto;
  background-size: 40px 40px;
  position: absolute;
  width: 2.25rem;
  height: 2.25rem;
  text-align: center;
  left: -1rem;
  z-index: 50; 
}

#samtyckerGDPR{
  margin: -1.25rem 0 0 1.5rem;
  font-size: 12px;
}

#samtyckerGDPR>a{
  color: white;
  text-decoration: none;
}

#nyhetsbrevForm{
  padding: 1rem 1rem 1rem 1rem;
}

#ahrefForetagSamtycker{
  color: black;
  margin: -1rem 0 0 1.5rem;
}

#ahrefForetagSamtycker>a{
  color: black;
  text-decoration: none;
}

#foretag-Benefits>ul{
  width: 70%;
  margin: auto auto auto 12rem;
}

.section-become-member .become-member-wrapper a>img{
  margin: -0.25rem auto auto 1rem;
}

#prenumera-Nyhetsbrev{
  margin: auto auto -2rem 1rem;
}

#UpperPart{
  width: 100%;
  height: 1rem;
  background-color: #0072CE;
}

#din-Skatt-Image{
  width: 50%;
  float: left;
}

#din-Skatt-Text{
  width: 50%;
  float: right;
  padding: 4rem 5rem 4rem 5rem;
  text-align: left;
}

#din-Skatt-Form{
  text-align: left;
}

#din-Skatt-Form>label{
  color: #000;
  font-size: 1rem;
  font-weight: bold;
}

#din-Skatt-Section{
  margin: -8rem 0;
}

#din-Skatt-Container, #din-Skatt-fourth{
  max-width: 100%;
}

#din-Skatt-Image-Fastighetsskatt{
  float: left;
  width: 50%;
  background: #444;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

#din-Skatt-Image-Fastighetsskatt>img{
  width: 100%;
}

#din-Skatt-Text-Fastighetsskatt{
  width: 50%;
  float: right;
  padding: 1rem 5rem 0rem 5rem;
  text-align: left;
}

.annual-milage-wrapper{
  text-align: left;
}

#tax-calc-wrapper-bensin{
  margin-bottom: 0rem;
}

#din-Skatt-fourth{
  margin: 0rem auto 1.75rem auto;
}

#din-Skatt-fourth-link{
  position: relative;
  display: inline-block;
  outline: none;
  border: 1px solid;
  background-color: #0072CE;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
  line-height: 4;
  padding: 0rem 3rem 0rem 3rem;
  margin-bottom: 5rem;
  font-weight: bold;
}

#din-Skatt-Image-fourth{
  width: 50%;
  float: left;
}

#din-Skatt-Image-fourth>img{
  width: 100%;
}

#din-Skatt-Text-fourth{
  width: 50%;
  float: right;
  margin: 7rem auto 2.65rem auto;
  padding: 0rem 5rem 0rem 5rem;
  text-align: left;
}

.tax-calc-wrapper form #lonvisa input {
	background: white;
	height: 16px;
  top: 3px;
  position: relative;
}

.tax-calc-wrapper form .select-wrapper .select-dropdown {
	border: none !important;
	width: calc(100% + 6px);
}

form .select-wrapper .caret {
	right: 0;
}

.tax-calc-wrapper form input[type=submit] {
	max-width: 210px;
}

@media print, screen and (min-width: 64em) {
	.tax-calc-wrapper form .input-field {
   margin-right: 50px;
 }
}

@media screen and (min-width: 75em) {
	.tax-calc-wrapper form input[type=submit] {
   margin-right: 15.375rem;
 }
}

.tax-calc-wrapper .toggle-result {
	background: rgb(61,51,144);
	background: linear-gradient(90deg, rgba(61,51,144,1) 0%, rgba(61,51,144,1) 42%, rgba(207,60,89,1) 100%);
}
.tax-calc-wrapper .toggle-result:after {
	content: "";
	display: block;
	width: 25px;
	height: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  background-image: url(../svg/drop_down_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

#bensinforbrukning-Kalkylator{
  top: -1.8rem !important;
}
