﻿@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
* testar nu
 */
@import url("fonts/fonts.css");
@media print, screen and (min-width: 48em) {
  legend, .legend {
    font-size: 1.375rem; } }

@media print, screen and (min-width: 48em) {
  div .card-divider {
    padding: 1rem 4rem; } }

/*! 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 {
  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: 13px;
  /* 2 */
  line-height: 1.4; }

/* 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 */
  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; }

/**
     * 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"] {
  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 {
  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=48em&large=61.5em&xlarge=90em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 16px; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #e7eff1;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #303132;
  -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: 4px; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px; }

.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;
  appearance: none;
  border: 0;
  border-radius: 4px;
  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; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 61.5em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

@media screen and (min-width: 90em) {
  .xlarge-order-1 {
    order: 1; }
  .xlarge-order-2 {
    order: 2; }
  .xlarge-order-3 {
    order: 3; }
  .xlarge-order-4 {
    order: 4; }
  .xlarge-order-5 {
    order: 5; }
  .xlarge-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 61.5em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media screen and (min-width: 90em) {
  .xlarge-flex-container {
    display: flex; }
  .xlarge-flex-child-auto {
    flex: 1 1 auto; }
  .xlarge-flex-child-grow {
    flex: 1 0 auto; }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto; }
  .xlarge-flex-dir-row {
    flex-direction: row; }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .xlarge-flex-dir-column {
    flex-direction: column; }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 61.5em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 90em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .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.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: 0; }
  @media print, screen and (min-width: 48em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 61.5em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 {
  flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns {
    flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

@media print, screen and (min-width: 48em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 {
    flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 48em) and (min-width: 48em) {
  .medium-expand {
    flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 48em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 48em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media print, screen and (min-width: 61.5em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 {
    flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 61.5em) and (min-width: 61.5em) {
  .large-expand {
    flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%; }
  @media print, screen and (min-width: 61.5em) {
    .row.large-unstack > .column, .row.large-unstack > .columns {
      flex: 1 1 0px; } }

@media print, screen and (min-width: 61.5em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

@media screen and (min-width: 90em) {
  .xlarge-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 {
    flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
      flex: 0 0 100%;
      max-width: 100%; }
  .xlarge-up-2 {
    flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
      flex: 0 0 50%;
      max-width: 50%; }
  .xlarge-up-3 {
    flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xlarge-up-4 {
    flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
      flex: 0 0 25%;
      max-width: 25%; }
  .xlarge-up-5 {
    flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
      flex: 0 0 20%;
      max-width: 20%; }
  .xlarge-up-6 {
    flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xlarge-up-7 {
    flex-wrap: wrap; }
    .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
      flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xlarge-up-8 {
    flex-wrap: wrap; }
    .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
      flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 90em) and (min-width: 90em) {
  .xlarge-expand {
    flex: 1 1 0px; } }

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
  flex: 0 0 100%; }
  @media screen and (min-width: 90em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
      flex: 1 1 0px; } }

@media screen and (min-width: 90em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; } }

.shrink {
  flex: 0 0 auto;
  max-width: 100%; }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }
  @media print, screen and (min-width: 61.5em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 48em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 61.5em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media screen and (min-width: 90em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .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: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .row.gutter-large > .column, .row.gutter-large > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 48em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 61.5em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .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: 0.625rem;
  padding-left: 0.625rem; }

.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: 48em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    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.9375rem;
    padding-left: 0.9375rem; }
  .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: 61.5em) {
  .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.9375rem;
    padding-left: 0.9375rem; }
  .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; } }

@media screen and (min-width: 90em) {
  .xlarge-1 {
    width: 8.33333%; }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%; }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    width: 16.66667%; }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%; }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    width: 25%; }
  .xlarge-push-3 {
    position: relative;
    left: 25%; }
  .xlarge-pull-3 {
    position: relative;
    left: -25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    width: 33.33333%; }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%; }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    width: 41.66667%; }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%; }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    width: 50%; }
  .xlarge-push-6 {
    position: relative;
    left: 50%; }
  .xlarge-pull-6 {
    position: relative;
    left: -50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    width: 58.33333%; }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%; }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    width: 66.66667%; }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%; }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    width: 75%; }
  .xlarge-push-9 {
    position: relative;
    left: 75%; }
  .xlarge-pull-9 {
    position: relative;
    left: -75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    width: 83.33333%; }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%; }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    width: 91.66667%; }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%; }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto; }
    .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 48em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }
  @media print, screen and (min-width: 61.5em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.47;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: inherit; }

h1, .h1 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.375rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 48em) {
  h1, .h1 {
    font-size: 2rem; }
  h2, .h2 {
    font-size: 1.375rem; }
  h3, .h3 {
    font-size: 1.375rem; }
  h4, .h4 {
    font-size: 1.25rem; }
  h5, .h5 {
    font-size: 1.125rem; }
  h6, .h6 {
    font-size: 1.0625rem; } }

a {
  line-height: inherit;
  color: #2c8b47;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #26783d; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 100%;
  height: 0;
  margin: 1rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #185028;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 0.8rem;
  list-style-type: disc; }

ol {
  margin-left: 0.8rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-top: 0.75rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0;
  border-left: 0; }
  blockquote, blockquote p {
    line-height: 1.47;
    color: #432f3b; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #618285; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000;
  border-radius: 4px; }

.subheader {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #000; }

.lead {
  font-size: 20px;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 61.5em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 90em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #618285;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; }
  .site-wrapper {
    height: 99%; }
  h1, h1.smaller, h2, h3, h4 {
    margin: 2rem 0 1rem 0; }
  h1,
  h1.smaller {
    text-align: left;
    font-size: 2em !important; }
  .small-12.medium-pull-4.medium-6.text-center.medium-text-left.columns {
    width: 100% !important;
    left: 0 !important;
    max-width: 100% !important; }
  .jsToggleCardContainer {
    page-break-after: always; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem 0.47059rem;
  border: 1px solid #618285;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #618285;
    background-color: #fff;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: transparent;
  cursor: not-allowed;
  border-color: #E1E4E6;
  box-shadow: none; }
  input:disabled:hover, input:disabled:focus, input[readonly]:hover, input[readonly]:focus,
  textarea:disabled:hover,
  textarea:disabled:focus,
  textarea[readonly]:hover,
  textarea[readonly]:focus {
    background-color: transparent; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 4px; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0 0 3px 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #303132; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 4px 0 0 4px; }
  .input-group > :last-child > * {
    border-radius: 0 4px 4px 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #618285;
  background: #e6e6e6;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: auto;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend, .legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
  font-weight: bold;
  font-size: 1.375rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: normal; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 0; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: normal; }

select {
  height: 3rem;
  margin: 0 0 0.75rem 0;
  padding: 0.5rem 0.47059rem;
  border: 1px solid #618285;
  border-radius: 4px;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  background: url("/css/cssimg/icons-sprite.svg") #fff no-repeat 100% 16px;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:focus {
    outline: none;
    border: 1px solid #618285;
    background-color: #fff;
    box-shadow: none; }
  select:disabled {
    background-color: transparent;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: red;
  background-color: #ffe6e6; }
  .is-invalid-input:not(:focus)::placeholder {
    color: red; }

.is-invalid-label {
  color: red; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: red; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  margin: 0 0 1rem 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding: 0.6em 2.5em 0.6em 2.5em;
  -webkit-appearance: none;
  border: 0;
  border-radius: 4px;
  transition: background-color 400ms ease-out 0s;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
  cursor: pointer;
  background-color: #185028;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #144422;
    color: #fff; }
  .button.tiny {
    font-size: 13px; }
  .button.small {
    font-size: 16px; }
  .button.large {
    font-size: 22px; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #185028;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #164824;
      color: #fff; }
  .button.secondary {
    background-color: #cce5ef;
    color: #000; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #aad4e4;
      color: #000; }
  .button.success {
    background-color: #3adb76;
    color: #000; }
    .button.success:hover, .button.success:focus {
      background-color: #27d367;
      color: #000; }
  .button.warning {
    background-color: #ffae00;
    color: #000; }
    .button.warning:hover, .button.warning:focus {
      background-color: #e69d00;
      color: #000; }
  .button.alert {
    background-color: #ffded9;
    color: #000; }
    .button.alert:hover, .button.alert:focus {
      background-color: #ffb5aa;
      color: #000; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #185028;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #185028;
        color: #fff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #cce5ef;
        color: #000; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #000; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #000; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ffded9;
        color: #000; }
  .button.hollow {
    border: 0px solid #185028;
    color: #185028; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c2814;
      color: #0c2814; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 0px solid #185028;
        color: #185028; }
    .button.hollow.primary {
      border: 0px solid #185028;
      color: #185028; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c2814;
        color: #0c2814; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 0px solid #185028;
          color: #185028; }
    .button.hollow.secondary {
      border: 0px solid #cce5ef;
      color: #cce5ef; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3588a9;
        color: #3588a9; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 0px solid #cce5ef;
          color: #cce5ef; }
    .button.hollow.success {
      border: 0px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 0px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 0px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 0px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 0px solid #ffded9;
      color: #ffded9; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #ec1f00;
        color: #ec1f00; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 0px solid #ffded9;
          color: #ffded9; }
  .button.clear {
    border: 0px solid #185028;
    color: #185028; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #0c2814;
      color: #0c2814; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 0px solid #185028;
        color: #185028; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 0px solid #185028;
      color: #185028; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #0c2814;
        color: #0c2814; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 0px solid #185028;
          color: #185028; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 0px solid #cce5ef;
      color: #cce5ef; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #3588a9;
        color: #3588a9; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 0px solid #cce5ef;
          color: #cce5ef; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 0px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 0px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 0px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 0px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 0px solid #ffded9;
      color: #ffded9; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #ec1f00;
        color: #ec1f00; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 0px solid #ffded9;
          color: #ffded9; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 2.5em; }
  .button.dropdown.hollow::after {
    border-top-color: #185028; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #185028; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #cce5ef; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #ffded9; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background-color: white;
  color: #303132; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d0f1da;
    color: #303132; }
  .callout.secondary {
    background-color: #f7fbfd;
    color: #303132; }
  .callout.success {
    background-color: #e1faea;
    color: #303132; }
  .callout.warning {
    background-color: #fff3d9;
    color: #303132; }
  .callout.alert {
    background-color: #fffaf9;
    color: #303132; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 2rem;
  border: 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.09);
  overflow: hidden;
  color: #303132; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider, .card-divider-no-padding {
  padding: 1rem; }
  .card-divider > :last-child, .card-divider-no-padding > :last-child {
    margin-bottom: 0; }
  .card-divider.tightup-card-divider-top, .card-divider-no-padding.tightup-card-divider-top {
    padding-top: 8px; }
  .card-divider.tightup-card-divider-tight-top, .card-divider-no-padding.tightup-card-divider-tight-top {
    padding-top: 5px; }
  .card-divider.tightup-card-divider-bottom, .card-divider-no-padding.tightup-card-divider-bottom {
    padding-bottom: 0;
    padding-top: 0; }

.card-divider-no-padding {
  padding: 0; }

.card-section {
  flex: 1 0 auto;
  padding: 1rem 2rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.close-button {
  position: absolute;
  color: #618285;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #000; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
  .menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column; }
  .menu.expanded li {
    flex: 1 1 0px; }
  .menu.simple {
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 48em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-expanded li {
      flex: 1 1 0px; }
    .menu.medium-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 61.5em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.large-expanded li {
      flex: 1 1 0px; }
    .menu.large-simple li {
      flex: 1 1 0px; } }
  @media screen and (min-width: 90em) {
    .menu.xlarge-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.xlarge-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.xlarge-expanded li {
      flex: 1 1 0px; }
    .menu.xlarge-simple li {
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: flex; }
  .menu.icon-left li a {
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #185028;
    color: #fff; }
  .menu .active > a {
    background: #185028;
    color: #fff; }
  .menu.align-left {
    justify-content: flex-start; }
  .menu.align-right li {
    display: flex;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: flex;
    justify-content: center; }
    .menu.align-center li .submenu li {
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  justify-content: center; }
  .menu-centered > .menu li {
    display: flex;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #618285;
    box-shadow: 0 7px 0 #618285, 0 14px 0 #618285; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.4rem 0.75rem;
  border-radius: 13px;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  position: relative;
  background: #fff;
  color: #303132; }
  .label:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 1px solid #858585;
    border-radius: 100px;
    top: 7px;
    left: 0.4rem; }
  .label.status-1 {
    padding-left: 1.6rem; }
    .label.status-1:before {
      background-color: #FFE677; }
  .label.status-2:before, .label.status-3:before, .label.status-5:before {
    display: none; }
  .label.status-4 {
    padding-left: 1.6rem; }
    .label.status-4:before {
      background-color: #B4F0E7; }
    .label.status-4.finished-2:before {
      background-color: #FFD1D1; }
  .label.status-6, .label.status-7 {
    padding-left: 1.6rem; }
    .label.status-6:before, .label.status-7:before {
      background-color: #B4F0E7; }
    .label.status-6.finished-2:before, .label.status-7.finished-2:before {
      background-color: #FFD1D1; }

table {
  border-collapse: collapse;
  width: 100%;
  margin: 1rem 0;
  border-radius: 4px; }
  thead, tbody, tfoot {
    border: 1px solid transparent;
    background-color: transparent; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    display: none; }
  thead {
    background: rgba(181, 210, 219, 0.4);
    color: #303132;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px; }
  tfoot {
    background: transparent;
    color: #303132; }
  thead tr, tfoot tr {
    background: transparent; }
  thead th, thead td, tfoot th, tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th, tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: transparent; }
  table.unstriped tbody {
    background-color: transparent; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid transparent;
      background-color: transparent; }

@media screen and (max-width: 61.4375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #aeced8; }

table.hover tfoot tr:hover {
  background-color: transparent; }

table.hover tbody tr:hover {
  background-color: transparent; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: transparent; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.title-bar {
  padding: 0.5rem;
  background: #000;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 48em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 61.4375em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-xlarge {
      flex-wrap: wrap; }
      .top-bar.stacked-for-xlarge .top-bar-left,
      .top-bar.stacked-for-xlarge .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 61.4375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 61.5em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 61.5em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 61.4375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 61.5em) and (max-width: 89.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 61.4375em), screen and (min-width: 90em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 90em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 89.9375em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

.ingress {
  font-size: 16px;
  line-height: 1.35;
  color: #44303C;
  padding-top: 0.2rem;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  max-width: 36rem; }

.h2-toggle {
  margin: 0;
  padding: 0; }

h1 {
  margin: 2rem 0 1rem 0;
  line-height: 1.1; }
  h1.h2 {
    margin: 0 0 8px 0;
    line-height: 1.1; }
  h1.smaller {
    margin: 5px 0 0px 0;
    font-size: 20px; }

h2 {
  margin: 16px 0 10px 0;
  clear: both;
  line-height: 1.1; }

h3, h4 {
  margin: 0; }
  h3.summary-header, h4.summary-header {
    display: inline-block;
    margin-right: 2rem;
    margin-bottom: 0.5rem; }

.start {
  max-width: 600px;
  margin: 0 auto; }
  .start .button.small {
    padding-left: 3rem;
    padding-right: 3rem; }

.view-top-part {
  position: relative;
  margin-bottom: 3rem; }
  .view-top-part[aria-hidden=true] {
    display: block !important;
    height: 75px;
    overflow: hidden;
    transition: all 1000ms; }
    .view-top-part[aria-hidden=true]:after {
      position: absolute;
      content: "";
      left: 0px;
      top: 0px;
      height: 100%;
      width: 100%;
      background: linear-gradient(to top, #e7eff1, rgba(231, 239, 241, 0)); }
    .view-top-part[aria-hidden=true] + div {
      transition: all 500ms; }
  .view-top-part[aria-hidden=false] {
    display: block !important;
    height: auto;
    transition: all 1000ms; }
    .view-top-part[aria-hidden=false] + div {
      opacity: 0;
      transition: all 500ms; }

.minus-margin {
  margin-top: -2rem;
  margin-bottom: 2rem; }

.start, .the-end {
  max-width: 600px;
  margin: 0 auto; }
  .start h1, .the-end h1 {
    font-size: 26px; }
  .start h2, .the-end h2 {
    font-size: 20px;
    outline: none; }
  .start h3, .the-end h3 {
    font-size: 16px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  .start .img-wrapper, .the-end .img-wrapper {
    margin: 1rem 3rem 2rem 3rem; }
    .start .img-wrapper img, .the-end .img-wrapper img {
      max-width: 210px; }

.the-end h2 {
  font-size: 26px; }

ul, ol {
  padding-left: 0.5em; }
  ul li, ol li {
    padding-left: 0.5em;
    padding-bottom: 5px; }
  ul.listing, ul.no-bullet, ul.listing-border, ol.listing, ol.no-bullet, ol.listing-border {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    ul.listing li, ul.no-bullet li, ul.listing-border li, ol.listing li, ol.no-bullet li, ol.listing-border li {
      padding-left: 0; }
  ul.listing, ol.listing {
    padding-left: 0;
    margin: 1rem 0; }
    ul.listing ul, ul.listing ol, ol.listing ul, ol.listing ol {
      padding-left: 0;
      margin-left: 0;
      list-style: none; }
  ul.listing-border, ol.listing-border {
    padding-left: 0;
    margin: 1rem 0;
    border-top: 1px solid #b5d2db; }
    ul.listing-border li, ol.listing-border li {
      padding: 0.125rem 0;
      border-bottom: 1px solid #b5d2db; }
    ul.listing-border .listing-social-security-number, ol.listing-border .listing-social-security-number {
      margin: 0.5rem 0 !important;
      display: inline-block; }
    ul.listing-border .button, ol.listing-border .button {
      margin: 0.25rem 0 !important; }
  ul.qq-upload-list, ol.qq-upload-list {
    padding-left: 0;
    margin: 0; }
    ul.qq-upload-list ul, ul.qq-upload-list ol, ol.qq-upload-list ul, ol.qq-upload-list ol {
      padding-left: 0;
      margin-left: 0;
      list-style: none; }

tbody tr button, tbody tr .button {
  margin: 3px 0; }

.show-for-sr-only {
  position: absolute;
  top: -10000px; }

@media print, screen and (min-width: 48em) {
  .start .img-wrapper img, .the-end .img-wrapper img {
    max-width: 275px; }
  .the-end h2 {
    font-size: 32px; }
  .ingress {
    font-size: 18px; }
  h1 {
    margin: 2rem 0 1rem 0; }
    h1.smaller {
      margin: 5px 0 0px 0;
      font-size: 26px; } }

header {
  background-color: #fff;
  min-height: 90px; }
  header.no-bg {
    background-color: transparent;
    margin-top: 1.5rem; }
  header .logo {
    margin: 15px 0 0 0;
    max-width: 247px;
    float: left; }
    header .logo img {
      float: left;
      margin-right: 10px; }
    header .logo span {
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: normal;
      vertical-align: top;
      float: left; }
      header .logo span.large-text {
        font-size: 20px;
        white-space: nowrap;
        color: #164c51;
        margin-top: 1px;
        padding-bottom: 5px;
        line-height: 1; }
      header .logo span.small-text {
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        line-height: 16px;
        font-size: 14px;
        max-width: 180px;
        color: #000;
        padding-top: 2px; }
  header .profile-wrapper .profile-first-letter {
    background-color: #8f6693; }
  header .profile-info-area {
    text-align: right;
    padding: 2rem 0 1rem 0; }

.status-text {
  font-size: 17px;
  line-height: 19px;
  display: inline-block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

.status {
  width: 54px;
  height: 54px;
  display: inline-block;
  background-color: #fff;
  border: 2px solid #C9E2E4;
  box-shadow: inset 0px 0px 0px 3px #e7eff1;
  border-radius: 1000px;
  padding-top: 15px;
  text-align: center;
  transform: rotate(-45deg);
  transition: border 800ms ease-out;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  .status .status-done {
    font-size: 15px;
    transform: rotate(45deg); }
  .status.status-25 {
    border-right-color: #185028; }
  .status.status-50 {
    border-right-color: #185028;
    border-bottom-color: #185028; }
  .status.status-75 {
    border-right-color: #185028;
    border-bottom-color: #185028;
    border-left-color: #185028; }
  .status.status-100 {
    border-color: #185028; }

@media print, screen and (min-width: 48em) {
  header .logo {
    max-width: 400px; }
    header .logo span.large-text {
      font-size: 24px; }
    header .logo span.small-text {
      font-size: 15px; } }

footer {
  background-color: #ffffff;
  min-height: 150px; }

.global-navigation {
  margin-top: 1rem; }
  .global-navigation ul, .global-navigation li {
    margin: 0;
    padding: 0;
    list-style: none; }
  .global-navigation li {
    display: inline-block;
    margin: 3px 2rem 0 0; }
    .global-navigation li a {
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      padding: 4px;
      display: block;
      color: #185028;
      position: relative;
      border-bottom: 2px solid #fff;
      font-size: 17px; }
      .global-navigation li a:hover {
        border-bottom-color: #277d3f; }
    .global-navigation li.active a {
      border-bottom-color: #185028;
      font-weight: bold; }
      .global-navigation li.active a:hover {
        border-bottom-color: #277d3f; }

.form-wrapper {
  background-color: #f5f3f6;
  padding: 1rem; }

.form-field {
  padding: 0; }
  .jsExcelImportTarget .form-field {
    background-color: #f5f3f6;
    padding: 1rem;
    margin-bottom: 1rem; }

input[type=radio].tabbed, input[type=checkbox].tabbed {
  outline: 0; }
  input[type=radio].tabbed + label, input[type=checkbox].tabbed + label {
    outline: 2px solid #185028; }

.jsNextAnswerItemPlaceHolder {
  display: inline-block;
  min-width: 55%; }
  .jsNextAnswerItemPlaceHolder .jsAnswerItem {
    display: block; }
  .jsNextAnswerItemPlaceHolder .form-field {
    min-width: 100%;
    vertical-align: middle; }
    .jsNextAnswerItemPlaceHolder .form-field label {
      float: left;
      width: auto;
      margin-right: 8px;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-size: 1rem; }
  .jsNextAnswerItemPlaceHolder div, .jsNextAnswerItemPlaceHolder span {
    display: inline-block;
    padding: 0; }
  .jsNextAnswerItemPlaceHolder input[type=number] {
    width: 10em;
    float: left; }

textarea {
  padding: 0.6em 0.3em;
  min-height: 7em; }

label span {
  display: none; }

.validation-summary-errors {
  border: 1px solid #1f3f43;
  border-radius: 4px;
  background-color: #FFD1D1;
  padding: 0.5rem 1rem;
  margin: 0 0 1rem 0; }

div[role=alert].validation-summary-errors {
  border: 0;
  margin: 0;
  border-radius: 0; }

.errorOnThis {
  background-color: #FFD1D1;
  padding: 0.5rem 1rem;
  margin: 0 0 1rem 0;
  border: 1px solid #1f3f43;
  border-radius: 4px; }
  .errorOnThis input {
    border-color: #44303C; }
  .errorOnThis label span {
    display: block;
    font-weight: bold;
    font-size: 15px; }
    .errorOnThis label span:before {
      background: url("/css/cssimg/icons-sprite.svg") 0 -2797px no-repeat;
      width: 25px;
      height: 25px;
      overflow: hidden;
      content: "";
      display: none; }

button, .button, input[type="button"], input[type="submit"] {
  position: relative;
  width: 100%;
  display: inline-block;
  margin: 0 0 1rem 0;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding: 0.6em 2.5em 0.6em 2.5em;
  -webkit-appearance: none;
  border: 0;
  border-radius: 4px;
  transition: background-color 400ms ease-out 0s;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
  cursor: pointer;
  background-color: #185028;
  color: #fff; }
  [data-whatinput='mouse'] button, [data-whatinput='mouse'] .button, [data-whatinput='mouse'] input[type="button"], [data-whatinput='mouse'] input[type="submit"] {
    outline: 0; }
  button:hover, button:focus, .button:hover, .button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #144422;
    color: #fff; }
  .active button.nocursor, .active .button.nocursor, .active input[type="button"].nocursor, .active input[type="submit"].nocursor {
    cursor: default; }
    .active button.nocursor:hover, .active .button.nocursor:hover, .active input[type="button"].nocursor:hover, .active input[type="submit"].nocursor:hover {
      background-color: initial;
      background-color: #000;
      border: 1px solid #000;
      color: #fff; }
  button:active, .button:active, input[type="button"]:active, input[type="submit"]:active {
    background-color: #277d3f; }
  button.tiny, .button.tiny, input[type="button"].tiny, input[type="submit"].tiny {
    padding: 0.3em 1em;
    font-size: 13px; }
  button.small, .button.small, input[type="button"].small, input[type="submit"].small {
    padding: 0.4em 1em 0.5em 1em;
    font-size: 16px; }
  button.large, .button.large, input[type="button"].large, input[type="submit"].large {
    padding: 0.8em 2.5em;
    font-size: 22px;
    width: 100%;
    margin: 0 0 1rem 0; }
  button.print, .button.print, input[type="button"].print, input[type="submit"].print {
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem; }
  button.alt, button.cancel, .button.alt, .button.cancel, input[type="button"].alt, input[type="button"].cancel, input[type="submit"].alt, input[type="submit"].cancel {
    background-color: #B5D2DB;
    color: #185028;
    vertical-align: bottom; }
    button.alt:hover, button.alt:focus, button.cancel:hover, button.cancel:focus, .button.alt:hover, .button.alt:focus, .button.cancel:hover, .button.cancel:focus, input[type="button"].alt:hover, input[type="button"].alt:focus, input[type="button"].cancel:hover, input[type="button"].cancel:focus, input[type="submit"].alt:hover, input[type="submit"].alt:focus, input[type="submit"].cancel:hover, input[type="submit"].cancel:focus {
      background-color: #a0c5d1; }
  button.cancel, .button.cancel, input[type="button"].cancel, input[type="submit"].cancel {
    margin: 0 0 1rem 0; }
  button.delete, .button.delete, input[type="button"].delete, input[type="submit"].delete {
    color: #185028;
    background: url("/css/cssimg/icons-sprite.svg") #e7dde7 16px -1285px no-repeat;
    padding-left: 3em;
    margin-bottom: 0;
    vertical-align: bottom; }
    button.delete.small, .button.delete.small, input[type="button"].delete.small, input[type="submit"].delete.small {
      background-position: 15px -1289px; }
  button.export, .button.export, input[type="button"].export, input[type="submit"].export {
    background-image: url("/css/cssimg/icons-sprite.svg");
    background-repeat: no-repeat;
    background-position: 5px -687px;
    margin-bottom: 0;
    margin-right: 8px;
    padding-left: 2.5rem; }
  button.add, .button.add, input[type="button"].add, input[type="submit"].add {
    background-image: url("/css/cssimg/icons-sprite.svg");
    background-repeat: no-repeat;
    background-position: 10px -185px;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 0;
    color: #fff; }
    button.add.small, .button.add.small, input[type="button"].add.small, input[type="submit"].add.small {
      background-position: 7px -192px;
      padding-left: 27px; }
  button.logout, .button.logout, input[type="button"].logout, input[type="submit"].logout {
    white-space: nowrap;
    padding-left: 1.5em;
    padding-right: 1.5em; }
  button.white, .button.white, input[type="button"].white, input[type="submit"].white {
    background-color: #fff;
    color: #277d3f;
    font-size: 17px; }
  button.back, .button.back, input[type="button"].back, input[type="submit"].back {
    background-image: url("/css/cssimg/icons-sprite.svg");
    background-repeat: no-repeat;
    background-position: 3px -1087px;
    padding: 0.5em 0.75em 0.5em 1.5em;
    width: 120px;
    white-space: nowrap;
    font-size: 15px;
    margin-top: 3px; }
  button.black, .button.black, input[type="button"].black, input[type="submit"].black {
    background-color: #000;
    color: #fff;
    border-color: #000; }
    button.black:hover, button.black:focus, .button.black:hover, .button.black:focus, input[type="button"].black:hover, input[type="button"].black:focus, input[type="submit"].black:hover, input[type="submit"].black:focus {
      background-color: #185028;
      border-color: #185028;
      color: #000; }
    button.black:active, .button.black:active, input[type="button"].black:active, input[type="submit"].black:active {
      background-color: #123c1e;
      border-color: #a4c8d3; }
  button.link-button, .button.link-button, input[type="button"].link-button, input[type="submit"].link-button {
    background-color: transparent;
    color: #185028;
    border-color: #000;
    text-decoration: underline;
    margin-bottom: 0.2rem;
    font-size: 17px;
    padding-left: 1rem;
    padding-right: 1rem; }
    button.link-button:hover, button.link-button:focus, .button.link-button:hover, .button.link-button:focus, input[type="button"].link-button:hover, input[type="button"].link-button:focus, input[type="submit"].link-button:hover, input[type="submit"].link-button:focus {
      text-decoration: none; }
  button.toogle-header-button, button.toogle-header-button-alt, .button.toogle-header-button, .button.toogle-header-button-alt, input[type="button"].toogle-header-button, input[type="button"].toogle-header-button-alt, input[type="submit"].toogle-header-button, input[type="submit"].toogle-header-button-alt {
    text-align: left;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    background-color: #b5d2db;
    padding: 1.3rem 12px 0.3rem 10px;
    margin-bottom: 20px;
    color: #1f3f43;
    font-size: 20px;
    border-radius: 0;
    width: 100%; }
    button.toogle-header-button[aria-expanded="false"] .toggle-header-icon, button.toogle-header-button-alt[aria-expanded="false"] .toggle-header-icon, .button.toogle-header-button[aria-expanded="false"] .toggle-header-icon, .button.toogle-header-button-alt[aria-expanded="false"] .toggle-header-icon, input[type="button"].toogle-header-button[aria-expanded="false"] .toggle-header-icon, input[type="button"].toogle-header-button-alt[aria-expanded="false"] .toggle-header-icon, input[type="submit"].toogle-header-button[aria-expanded="false"] .toggle-header-icon, input[type="submit"].toogle-header-button-alt[aria-expanded="false"] .toggle-header-icon {
      top: 1px;
      transform: rotate(-45deg);
      transition: transform 200ms ease; }
    button.toogle-header-button[aria-expanded="true"] .toggle-header-icon, button.toogle-header-button-alt[aria-expanded="true"] .toggle-header-icon, .button.toogle-header-button[aria-expanded="true"] .toggle-header-icon, .button.toogle-header-button-alt[aria-expanded="true"] .toggle-header-icon, input[type="button"].toogle-header-button[aria-expanded="true"] .toggle-header-icon, input[type="button"].toogle-header-button-alt[aria-expanded="true"] .toggle-header-icon, input[type="submit"].toogle-header-button[aria-expanded="true"] .toggle-header-icon, input[type="submit"].toogle-header-button-alt[aria-expanded="true"] .toggle-header-icon {
      transform: rotate(-225deg);
      top: 11px;
      transition: transform 200ms ease; }
    button.toogle-header-button .toggle-header-number, button.toogle-header-button-alt .toggle-header-number, .button.toogle-header-button .toggle-header-number, .button.toogle-header-button-alt .toggle-header-number, input[type="button"].toogle-header-button .toggle-header-number, input[type="button"].toogle-header-button-alt .toggle-header-number, input[type="submit"].toogle-header-button .toggle-header-number, input[type="submit"].toogle-header-button-alt .toggle-header-number {
      border: 1px solid #1f3f43;
      border-radius: 100px;
      width: 28px;
      height: 28px;
      display: inline-block;
      text-align: center;
      line-height: 1.15; }
    button.toogle-header-button .toggle-header-icon, button.toogle-header-button-alt .toggle-header-icon, .button.toogle-header-button .toggle-header-icon, .button.toogle-header-button-alt .toggle-header-icon, input[type="button"].toogle-header-button .toggle-header-icon, input[type="button"].toogle-header-button-alt .toggle-header-icon, input[type="submit"].toogle-header-button .toggle-header-icon, input[type="submit"].toogle-header-button-alt .toggle-header-icon {
      border: 4px solid #1f3f43;
      border-top-color: transparent;
      border-right-color: transparent;
      width: 18px;
      height: 18px;
      display: inline-block;
      transform: rotate(-45deg);
      margin-left: 6px;
      position: relative;
      float: right;
      top: 7px; }
    button.toogle-header-button .header-status-icon, button.toogle-header-button-alt .header-status-icon, .button.toogle-header-button .header-status-icon, .button.toogle-header-button-alt .header-status-icon, input[type="button"].toogle-header-button .header-status-icon, input[type="button"].toogle-header-button-alt .header-status-icon, input[type="submit"].toogle-header-button .header-status-icon, input[type="submit"].toogle-header-button-alt .header-status-icon {
      width: 48px;
      height: 48px;
      display: inline-block;
      margin-right: 1rem;
      position: relative;
      float: left;
      top: -7px; }
      button.toogle-header-button .header-status-icon.isDone-True, button.toogle-header-button .header-status-icon.isDone-False, button.toogle-header-button-alt .header-status-icon.isDone-True, button.toogle-header-button-alt .header-status-icon.isDone-False, .button.toogle-header-button .header-status-icon.isDone-True, .button.toogle-header-button .header-status-icon.isDone-False, .button.toogle-header-button-alt .header-status-icon.isDone-True, .button.toogle-header-button-alt .header-status-icon.isDone-False, input[type="button"].toogle-header-button .header-status-icon.isDone-True, input[type="button"].toogle-header-button .header-status-icon.isDone-False, input[type="button"].toogle-header-button-alt .header-status-icon.isDone-True, input[type="button"].toogle-header-button-alt .header-status-icon.isDone-False, input[type="submit"].toogle-header-button .header-status-icon.isDone-True, input[type="submit"].toogle-header-button .header-status-icon.isDone-False, input[type="submit"].toogle-header-button-alt .header-status-icon.isDone-True, input[type="submit"].toogle-header-button-alt .header-status-icon.isDone-False {
        background-image: url("/css/cssimg/icons-sprite.svg");
        background-repeat: no-repeat; }
      button.toogle-header-button .header-status-icon.isDone-True, button.toogle-header-button-alt .header-status-icon.isDone-True, .button.toogle-header-button .header-status-icon.isDone-True, .button.toogle-header-button-alt .header-status-icon.isDone-True, input[type="button"].toogle-header-button .header-status-icon.isDone-True, input[type="button"].toogle-header-button-alt .header-status-icon.isDone-True, input[type="submit"].toogle-header-button .header-status-icon.isDone-True, input[type="submit"].toogle-header-button-alt .header-status-icon.isDone-True {
        background-position: 0 -1498px; }
      button.toogle-header-button .header-status-icon.isDone-False, button.toogle-header-button-alt .header-status-icon.isDone-False, .button.toogle-header-button .header-status-icon.isDone-False, .button.toogle-header-button-alt .header-status-icon.isDone-False, input[type="button"].toogle-header-button .header-status-icon.isDone-False, input[type="button"].toogle-header-button-alt .header-status-icon.isDone-False, input[type="submit"].toogle-header-button .header-status-icon.isDone-False, input[type="submit"].toogle-header-button-alt .header-status-icon.isDone-False {
        background-position: 0 -1398px; }
  button.toogle-header-button-alt, .button.toogle-header-button-alt, input[type="button"].toogle-header-button-alt, input[type="submit"].toogle-header-button-alt {
    background-color: #E7DDE7;
    padding-left: 28px;
    padding-bottom: 1.3rem;
    margin-bottom: 0;
    font-size: 16px; }
    button.toogle-header-button-alt .toggle-header-icon, .button.toogle-header-button-alt .toggle-header-icon, input[type="button"].toogle-header-button-alt .toggle-header-icon, input[type="submit"].toogle-header-button-alt .toggle-header-icon {
      float: left;
      left: -12px; }
  button.toggle-profile-button, .button.toggle-profile-button, input[type="button"].toggle-profile-button, input[type="submit"].toggle-profile-button {
    text-align: right;
    font-weight: normal;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    background-color: transparent;
    padding: 0.6em 20px 0.6em 1.25em;
    margin: 8px 0 0 0;
    color: #1f3f43;
    font-size: 1rem;
    border-radius: 0;
    width: 100%; }
    button.toggle-profile-button .profile-first-letter, .button.toggle-profile-button .profile-first-letter, input[type="button"].toggle-profile-button .profile-first-letter, input[type="submit"].toggle-profile-button .profile-first-letter {
      width: 40px;
      height: 40px;
      display: inline-block;
      background-color: #8f6693;
      border-radius: 1000px;
      padding-top: 5px;
      text-align: center;
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      margin-right: 0.75rem;
      position: relative;
      overflow: hidden;
      font-size: 0; }
      button.toggle-profile-button .profile-first-letter.declaration, .button.toggle-profile-button .profile-first-letter.declaration, input[type="button"].toggle-profile-button .profile-first-letter.declaration, input[type="submit"].toggle-profile-button .profile-first-letter.declaration {
        background-color: #1f3f43; }
      button.toggle-profile-button .profile-first-letter:first-letter, .button.toggle-profile-button .profile-first-letter:first-letter, input[type="button"].toggle-profile-button .profile-first-letter:first-letter, input[type="submit"].toggle-profile-button .profile-first-letter:first-letter {
        font-size: 21px;
        color: #fff;
        text-transform: uppercase;
        font-weight: normal; }
    button.toggle-profile-button .profile-area-text-wrapper, .button.toggle-profile-button .profile-area-text-wrapper, input[type="button"].toggle-profile-button .profile-area-text-wrapper, input[type="submit"].toggle-profile-button .profile-area-text-wrapper {
      display: inline-block;
      padding: 0 0.5rem;
      min-height: 44px;
      position: relative;
      vertical-align: top; }
    button.toggle-profile-button .profile-icon, .button.toggle-profile-button .profile-icon, input[type="button"].toggle-profile-button .profile-icon, input[type="submit"].toggle-profile-button .profile-icon {
      background-image: url("/css/cssimg/icons-sprite.svg");
      background-repeat: no-repeat;
      background-position: 100% -2098px;
      width: 16px;
      height: 10px;
      display: inline-block;
      position: absolute;
      right: 0;
      margin-left: 6px;
      margin-top: 8px; }
    button.toggle-profile-button[aria-expanded="false"] .profile-icon, .button.toggle-profile-button[aria-expanded="false"] .profile-icon, input[type="button"].toggle-profile-button[aria-expanded="false"] .profile-icon, input[type="submit"].toggle-profile-button[aria-expanded="false"] .profile-icon {
      transform: rotate(0deg);
      transition: transform 300ms ease; }
    button.toggle-profile-button[aria-expanded="true"] .profile-icon, .button.toggle-profile-button[aria-expanded="true"] .profile-icon, input[type="button"].toggle-profile-button[aria-expanded="true"] .profile-icon, input[type="submit"].toggle-profile-button[aria-expanded="true"] .profile-icon {
      transform: rotate(180deg);
      transition: transform 300ms ease; }
    button.toggle-profile-button .profile-title, .button.toggle-profile-button .profile-title, input[type="button"].toggle-profile-button .profile-title, input[type="submit"].toggle-profile-button .profile-title {
      font-weight: normal; }
    button.toggle-profile-button .profile-name, .button.toggle-profile-button .profile-name, input[type="button"].toggle-profile-button .profile-name, input[type="submit"].toggle-profile-button .profile-name {
      max-width: 100px; }
    button.toggle-profile-button .toggle-header-number, .button.toggle-profile-button .toggle-header-number, input[type="button"].toggle-profile-button .toggle-header-number, input[type="submit"].toggle-profile-button .toggle-header-number {
      border: 1px solid #1f3f43;
      border-radius: 100px;
      width: 28px;
      height: 28px;
      display: inline-block;
      text-align: center;
      line-height: 1.15; }
  button.upload-photo, .button.upload-photo, input[type="button"].upload-photo, input[type="submit"].upload-photo {
    font-size: 17px; }
    button.upload-photo span, .button.upload-photo span, input[type="button"].upload-photo span, input[type="submit"].upload-photo span {
      display: inline-block;
      width: 26px;
      height: 20px;
      background: url("/css/cssimg/icons-sprite.svg") transparent 0 -404px no-repeat;
      vertical-align: text-bottom; }
  button.card-help-button, button.card-help-close-button, .button.card-help-button, .button.card-help-close-button, input[type="button"].card-help-button, input[type="button"].card-help-close-button, input[type="submit"].card-help-button, input[type="submit"].card-help-close-button {
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    background-color: #185028;
    margin: 12px 12px 0 0;
    padding: 4px 16px;
    line-height: 1.2;
    text-align: center; }
  button.card-help-button.tabbed, button.card-help-close-button.tabbed, .button.card-help-button.tabbed, .button.card-help-close-button.tabbed, input[type="button"].card-help-button.tabbed, input[type="button"].card-help-close-button.tabbed, input[type="submit"].card-help-button.tabbed, input[type="submit"].card-help-close-button.tabbed {
    outline: 2px solid #185028;
    background-color: inherit !important;
    color: inherit !important;
    text-decoration: none !important; }
  button.wide, .button.wide, input[type="button"].wide, input[type="submit"].wide {
    padding-left: 0rem;
    padding-right: 0rem;
    min-width: 60%;
    margin-top: 2rem;
    margin-bottom: 0; }

header .choose-lang {
  position: relative;
  display: inline-block; }
  header .choose-lang:before {
    content: "";
    display: inline-block;
    border-radius: 100px;
    position: absolute;
    top: 10px;
    left: 5px;
    background: #e7eff1;
    border: 1px solid #618285;
    width: 24px;
    height: 24px; }
  header .choose-lang.active:before {
    background-color: #618285;
    box-shadow: inset 0 0 0 4px #e7eff1; }
  header .choose-lang .button {
    background-color: transparent;
    border: 0;
    padding: 0.4em 0em 0.4em 2em; }

input[type=button].tabbed, input[type=submit].tabbed, button.tabbed {
  outline: 2px solid #185028; }

a.tabbed, input[type=text].tabbed, input[type=number].tabbed, textarea.tabbed, select.tabbed {
  outline: 2px solid #185028; }

.qq-upload-button-focus .upload-photo {
  background-color: #144422;
  outline: 2px solid #185028; }

input[type=file].tabbed + button {
  outline: 2px solid #185028; }

.fileUploadArea {
  /*background-color: #f8f8f8;
    padding: 0.5rem 1rem 0 1rem;
    display: inline-block;*/ }
  .fileUploadArea label {
    display: block;
    position: relative; }
  .fileUploadArea .fileUploadButtonsArea {
    position: relative;
    height: 42px;
    margin: 13px 0 16px 0; }
  .fileUploadArea input[type=file] {
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    height: 45px;
    margin: 0;
    padding: 0;
    width: 150px;
    border: 2px solid red; }
    .fileUploadArea input[type=file].tabbed + button {
      outline: 2px solid #185028; }
  .fileUploadArea button.button.choose-file {
    position: absolute;
    top: 0;
    z-index: 1;
    margin: 0; }
  .fileUploadArea .form-field {
    height: 95px; }
    .fileUploadArea .form-field.errorOnThis {
      margin-bottom: 0;
      height: 155px; }
  .fileUploadArea #img-name p {
    margin-bottom: 0; }

.file-name {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #303132;
  white-space: nowrap;
  padding-bottom: 10px; }

@media print, screen and (min-width: 48em) {
  button, .button, input[type="button"], input[type="submit"] {
    width: auto; }
    button.text-button, .button.text-button, input[type="button"].text-button, input[type="submit"].text-button {
      margin: 0 1rem; }
    button.alt, .button.alt, input[type="button"].alt, input[type="submit"].alt {
      margin: 0 0.75rem 0 0; }
    button.wide, .button.wide, input[type="button"].wide, input[type="submit"].wide {
      padding-left: 3rem;
      padding-right: 3rem; }
    button.large, button.cancel, .button.large, .button.cancel, input[type="button"].large, input[type="button"].cancel, input[type="submit"].large, input[type="submit"].cancel {
      width: auto;
      margin: 0 0.75rem 0 0; }
    button.toogle-header-button-alt, .button.toogle-header-button-alt, input[type="button"].toogle-header-button-alt, input[type="submit"].toogle-header-button-alt {
      font-size: 20px; } }

div .tablesorter-default {
  font-size: 14px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #354052;
  background-color: transparent;
  border-spacing: 0;
  text-align: left; }
  div .tablesorter-default .clickable-td {
    vertical-align: middle; }
    div .tablesorter-default .clickable-td:hover {
      cursor: pointer; }
      div .tablesorter-default .clickable-td:hover a {
        color: #185028;
        text-decoration: none; }
    div .tablesorter-default .clickable-td a {
      font-family: "Open Sans", Helvetica, Arial, sans-serif;
      font-weight: bold;
      color: #277d3f;
      text-decoration: underline;
      display: inline-block;
      line-height: 17px;
      font-size: 15px; }
      div .tablesorter-default .clickable-td a.std-link {
        font-size: 14px;
        font-family: "Open Sans", Helvetica, Arial, sans-serif;
        font-weight: normal; }
      div .tablesorter-default .clickable-td a.button {
        color: #fff;
        text-decoration: none; }
      div .tablesorter-default .clickable-td a.icon {
        padding: 2px 0 2px 1.2rem;
        background-image: url("/css/cssimg/icons-sprite.svg");
        background-position: 0 -1794px;
        background-repeat: no-repeat; }

div .tablesorter-default th, div .tablesorter-default thead td {
  font-weight: 700;
  color: #1f3f43;
  background-color: transparent;
  border-collapse: collapse;
  border-bottom: #a2aab1 1px solid;
  padding: 10px 4px;
  line-height: 16px; }

div .tablesorter-default tfoot td, div .tablesorter-default tfoot th {
  border: 0; }

div .tablesorter-default .header div, div .tablesorter-default .tablesorter-header div {
  background-image: url("/css/cssimg/icons-sprite.svg");
  background-position: 100% -793px;
  background-repeat: no-repeat;
  cursor: pointer;
  white-space: normal;
  padding: 6px 22px 6px 6px;
  display: inline-block;
  line-height: 16px; }

div .tablesorter-default thead .headerSortUp div,
div .tablesorter-default thead .tablesorter-headerAsc div,
div .tablesorter-default thead .tablesorter-headerSortUp div,
div .tablesorter-default thead .headerSortDown div,
div .tablesorter-default thead .tablesorter-headerDesc div,
div .tablesorter-default thead .tablesorter-headerSortDown div {
  background-color: #fff; }

div .tablesorter-default thead .headerSortUp div,
div .tablesorter-default thead .tablesorter-headerAsc div,
div .tablesorter-default thead .tablesorter-headerSortUp div {
  background-position: 100% -891px; }

div .tablesorter-default thead .headerSortDown div, div .tablesorter-default thead .tablesorter-headerDesc div, div .tablesorter-default thead .tablesorter-headerSortDown div {
  background-position: 100% -991px; }

div .tablesorter-default thead .sorter-false div {
  background-image: none;
  cursor: default;
  padding: 4px; }

div .tablesorter-default td {
  border-bottom: #a2aab1 1px solid;
  padding: 1rem 6px; }

div tbody tr:nth-child(2n) {
  border-bottom: 0;
  background-color: transparent; }

div div .tablesorter-default a {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #277d3f;
  text-decoration: underline;
  display: inline-block;
  line-height: 17px; }

@media screen and (max-width: 767px) {
  div table.responsive-table {
    display: block;
    width: 100%; }
    div table.responsive-table th[scope="col"] {
      clip: rect(0px, 0px, 0px, 0px);
      height: 1px;
      overflow: hidden;
      position: absolute;
      width: 1px; }
    div table.responsive-table tbody {
      display: block;
      width: 100%; }
    div table.responsive-table thead {
      display: none; }
    div table.responsive-table tr,
    div table.responsive-table th,
    div table.responsive-table td {
      display: block;
      padding: 0; }
    div table.responsive-table tr {
      border: none;
      margin: 0 0 1em 0;
      padding: 0.5rem 0.5rem;
      background-color: #fff;
      display: flex;
      flex-direction: column;
      flex-grow: 1;
      margin-bottom: 2rem;
      border: 0;
      border-radius: 3px;
      box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.09);
      overflow: hidden;
      color: #303132; }
      div table.responsive-table tr:nth-child(even) {
        background-color: #fff; }
    div table.responsive-table td {
      padding: 0.75em 0.25em 0.75em 0.25em;
      border-bottom: 1px solid #ccc;
      text-align: right; }
      div table.responsive-table td:before {
        font-weight: bold;
        display: inline-block;
        content: attr(data-th);
        float: left;
        margin-right: 0.5em;
        font-family: "Open Sans", Helvetica, Arial, sans-serif; }
      div table.responsive-table td:last-child {
        padding-bottom: 0;
        border: 0; } }

body, html {
  background: url(/images/Main/background.jpg) #000 !important; }

.wrapper {
  padding: 20px;
  background-color: #fff !important; }

@media print, screen and (min-width: 48em) {
  .wrapper {
    max-width: 1150px;
    margin: auto;
    background-color: #fff !important; } }

@media screen and (min-width: 90em) {
  .wrapper {
    max-width: 1300px; } }

main img {
  padding-bottom: 30px; }

.price_payline {
  width: 150px;
  border-bottom: 1px solid black; }

h2 {
  margin: 20px 0 6px 0 !important; }

td h2 {
  font-weight: bold; }

hr {
  margin-top: 0 !important; }

th {
  text-align: left; }

main {
  margin-top: -30px; }

.FooterLogo {
  background: url(/images/main/tallkrogenlogo.jpg) no-repeat;
  height: auto;
  width: 232px;
  margin-bottom: 10px; }

.FooterText {
  padding: 40px 0 0 50px;
  font-size: smaller; }

.FooterText a {
  color: #303132; }

.bottomborder {
  padding-bottom: 10px;
  border-bottom: 1px solid #185028; }

/* Template specific code
--------------------------------------------------------------*/
#skiplinks {
  position: absolute;
  z-index: 1; }
  #skiplinks a {
    margin: 0 16px;
    padding: 10px;
    display: inline-block;
    background-color: #185028;
    color: #fff;
    text-decoration: underline;
    font-weight: bold; }

/* GLOBAL
--------------------------------------------------------------*/
.positive,
.negative {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  padding: 1rem 0;
  color: #515151; }
  .positive .feedback-summary,
  .negative .feedback-summary {
    border: 0;
    margin: 0;
    border-radius: 0;
    background-color: transparent;
    text-align: left;
    display: block; }
  .positive .feedback-summary-header span,
  .negative .feedback-summary-header span {
    padding-left: 32px;
    position: relative;
    display: inline-block;
    text-align: left; }
    .positive .feedback-summary-header span:before,
    .negative .feedback-summary-header span:before {
      content: "";
      display: inline-block;
      position: absolute;
      height: 30px;
      width: 30px;
      background-image: url("/css/cssimg/icons-sprite.svg");
      background-repeat: no-repeat;
      background-position: 0 -1892px;
      top: 0;
      left: 0; }
  .positive ul, .positive li,
  .negative ul,
  .negative li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  .positive li,
  .negative li {
    padding: 0 0 6px 0;
    text-align: left; }
  .positive ul,
  .negative ul {
    text-align: left;
    padding-left: 35px;
    display: block; }

.positive {
  background-color: #B4F0E7; }
  .positive .feedback-summary-header span:before {
    background-position: 0 -1892px; }

.negative {
  background-color: #FFD1D1; }
  .negative .feedback-summary-header span:before {
    background-position: 0 -1995px; }

.info-message {
  border-radius: 6px;
  background-color: #D0E2E7;
  padding: 1rem;
  margin: 0 0 1rem 0;
  max-width: 550px; }

.info-messages img {
  border: 1px dashed #618285;
  padding: 6px;
  border-radius: 3px; }

.choose-lang-wrapper .button, .choose-lang-wrapper .alt {
  margin-bottom: 1rem; }

.declaration-summary-header {
  padding-top: 2rem;
  padding-bottom: 1rem; }
  .declaration-summary-header h1 {
    margin: 0; }

.info-wrapper {
  border-left-width: 7px;
  border-left-style: solid;
  border-image: linear-gradient(to bottom, #336699, #996699) 1 100%;
  padding: 0.75rem 1rem;
  border-right: 0; }
  .info-wrapper img {
    margin: 5px 0; }
  .info-wrapper h2 {
    margin-top: 0;
    margin-bottom: 18px; }

.card h3 {
  font-size: 19px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  .card h3 span {
    display: inline-block;
    width: 45px;
    padding: 5px 10px;
    background-color: #B5D2DB;
    font-weight: bold; }

.card.declaration-list-info {
  background-color: #f5f3f6;
  box-shadow: none;
  border: 0;
  padding: 1rem; }
  .card.declaration-list-info legend, .card.declaration-list-info .legend {
    margin-bottom: 0.5rem;
    font-size: 1.375rem; }

.card.transparent {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #b5d2db; }

.card.pink-top .card-divider, .card.green-top .card-divider {
  padding: 0.9rem 0.75rem; }

.card.pink-top .card-section, .card.green-top .card-section {
  padding: 1rem 1.1rem; }

.card.pink-top .day-counter, .card.green-top .day-counter {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: url("/css/cssimg/icons-sprite.svg") 0 -1195px no-repeat;
  padding-left: 30px; }

.card.green-top.card .status {
  background-color: #b4f0e7; }

.card.green-top .card-divider {
  background-color: #b4f0e7; }

.card.pink-top.card .status {
  background-color: #fee9e9; }

.card.pink-top .card-divider {
  background-color: #fee9e9; }

.card.green-top .card-divider {
  background-color: #b4f0e7; }
  .card.green-top .card-divider .day-counter {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    background: url("/css/cssimg/icons-sprite.svg") 0 -1195px no-repeat;
    padding-left: 30px; }

.card .declaration-name-type {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 17px; }
  .card .declaration-name-type span {
    display: block; }

.card legend, .card .legend {
  color: #185028;
  display: block;
  width: 100%;
  margin-bottom: 0;
  font-size: 17px; }

.card label span {
  display: inline; }

.card .legend-number {
  background-color: #e7eff1;
  height: 42px;
  width: 42px;
  display: inline-block;
  text-align: center;
  float: left;
  margin-right: 10px;
  padding-top: 8px; }

.card .legend-text {
  display: inline-block;
  line-height: 20px;
  padding-top: 11px; }

.card .uploader img {
  border: 1px dashed #618285;
  padding: 6px;
  border-radius: 3px; }

.card .uploaded img {
  border: 1px dashed #618285;
  padding: 6px;
  border-radius: 3px; }

.card .card-help-text {
  padding: 1.1rem;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.09);
  overflow: hidden; }
  @media print, screen and (min-width: 48em) {
    .card .card-help-text img {
      max-width: 400px; } }

.card .max-width {
  max-width: 43rem; }

.card .card-divider {
  display: block; }

.card .listing {
  margin-top: 0.5rem; }
  .card .listing label {
    display: inline-block; }
  .card .listing .radio {
    margin: 0 0 0.75rem 0;
    padding-bottom: 0; }
    .card .listing .radio input[type="radio"] {
      position: absolute;
      opacity: 0; }
      .card .listing .radio input[type="radio"] + label:before {
        content: '';
        background: #e7eff1;
        border-radius: 100%;
        border: 1px solid #618285;
        display: inline-block;
        width: 24px;
        height: 24px;
        position: relative;
        top: 0;
        margin-right: 1em;
        vertical-align: top;
        cursor: pointer;
        text-align: center;
        transition: all 250ms ease; }
      .card .listing .radio input[type="radio"]:checked + label:before {
        background-color: #618285;
        box-shadow: inset 0 0 0 4px #e7eff1; }
      .card .listing .radio input[type="radio"]:focus + label:before {
        outline: none;
        border-color: #618285; }

.card .status-text {
  font-size: 17px;
  line-height: 19px;
  display: inline-block;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }

.card .status {
  width: 90px;
  height: 90px;
  display: inline-block;
  border: 2px solid #C9E2E4;
  box-shadow: inset 0px 0px 0px 5px #fff;
  border-radius: 1000px;
  padding-top: 26px;
  text-align: center;
  transform: rotate(-45deg);
  transition: border 800ms ease-out;
  font-family: "Open Sans", Helvetica, Arial, sans-serif; }
  .card .status .status-done {
    font-size: 22px;
    transform: rotate(45deg); }
  .card .status.status-25 {
    border-right-color: #185028; }
  .card .status.status-50 {
    border-right-color: #185028;
    border-bottom-color: #185028; }
  .card .status.status-75 {
    border-right-color: #185028;
    border-bottom-color: #185028;
    border-left-color: #185028; }
  .card .status.status-100 {
    border-color: #185028; }

img.full-width-image {
  max-width: none !important; }

.filter-wrapper {
  background-color: #fff;
  padding: 1rem;
  margin: 1rem 0 2rem 0; }
  .filter-wrapper .filter-view-legend {
    font-size: 1rem;
    margin-bottom: 0.2rem; }
  .filter-wrapper legend, .filter-wrapper label {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  .filter-wrapper .button {
    width: 100%;
    padding: 0.9em 0;
    font-size: 1rem; }

.date-sent, .date-deadline {
  padding: 13px 55px;
  font-weight: bold;
  background: url("/css/cssimg/icons-sprite.svg") 0 -1600px no-repeat; }

.date-deadline {
  background-position: 0 -1700px; }

.send-info-wrapper {
  background-color: #FEE9E9;
  border: 1px solid #1F3F43;
  border-radius: 4px;
  padding: 1rem;
  position: relative; }
  .send-info-wrapper .error {
    display: inline-block;
    position: absolute;
    height: 40px;
    width: 40px;
    background-image: url("/css/cssimg/icons-sprite.svg");
    background-repeat: no-repeat;
    background-position: 0 -2198px;
    top: 13px;
    left: 13px; }

.card-divider .send-info-wrapper {
  padding: 1rem 1rem 1rem 3.5rem;
  margin-top: 0.5rem; }

/* Page specific code
--------------------------------------------------------------*/
@media print, screen and (min-width: 48em) {
  .positive .feedback-summary,
  .negative .feedback-summary {
    text-align: center;
    display: inline-block; } }

.lt-ie9 .row {
  width: 984px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto; }

.lt-ie9 .row.large-collapse .column, .lt-ie9 .row.large-collapse .columns, .lt-ie9 .row.large-collapse .columns {
  padding: 0; }

.lt-ie9 .row .row {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px; }

.lt-ie9 .row .row.large-collapse {
  margin: 0; }

.lt-ie9 .column, .lt-ie9 .columns, .lt-ie9 .columns {
  float: left;
  min-height: 1px;
  padding: 0;
  position: relative; }

.lt-ie9 .column.large-centered, .lt-ie9 .large-centered.columns, .lt-ie9 .columns.large-centered, .lt-ie9 .column.medium-centered, .lt-ie9 .medium-centered.columns, .lt-ie9 .columns.medium-centered {
  float: none;
  margin: 0 auto; }

.lt-ie9 header li {
  margin-left: 1em;
  padding: 0.4em 0; }

.lt-ie9 header .functionLinks a {
  padding: 6px 1.5em 6px 3em; }

.lt-ie9 .quickSearchArea {
  padding: 1.7em 0; }

.lt-ie9 .localnavigation, .lt-ie9 .centerArea {
  margin-top: 15px;
  border: 0; }

.lt-ie9 .globalNavigation li {
  padding: 5px;
  float: left; }

.lt-ie9 input[type="text"],
.lt-ie9 input[type="password"],
.lt-ie9 input[type="date"],
.lt-ie9 input[type="datetime"],
.lt-ie9 input[type="datetime-local"],
.lt-ie9 input[type="month"],
.lt-ie9 input[type="week"],
.lt-ie9 input[type="email"],
.lt-ie9 input[type="number"],
.lt-ie9 input[type="search"],
.lt-ie9 input[type="tel"],
.lt-ie9 input[type="time"],
.lt-ie9 input[type="url"],
.lt-ie9 textarea {
  margin: 0 0 0.35em 0;
  padding: 0.5em;
  height: 2.3125em; }

.lt-ie9 h1 {
  font-size: 38px; }

.lt-ie9 h2 {
  font-size: 30px; }

.lt-ie9 h3 {
  font-size: 23px; }

.lt-ie9 h4 {
  font-size: 20px; }

.lt-ie9 h5 {
  font-size: 16px; }

.lt-ie9 h6 {
  font-size: 16px; }

.lt-ie9 [class*="column"] + [class*="column"]:last-child {
  float: right; }

.lt-ie9 [class*="column"] + [class*="column"].end {
  float: left; }

.lt-ie9 .medium-1, .lt-ie9 .row .medium-1, .lt-ie9 .large-1, .lt-ie9 .row .large-1 {
  width: 8.33333%; }

.lt-ie9 .medium-2, .lt-ie9 .row .medium-2, .lt-ie9 .large-2, .lt-ie9 .row .large-2 {
  width: 16.66667%; }

.lt-ie9 .medium-3, .lt-ie9 .row .medium-3, .lt-ie9 .large-3, .lt-ie9 .row .large-3 {
  width: 25%; }

.lt-ie9 .medium-4, .lt-ie9 .row .medium-4, .lt-ie9 .large-4, .lt-ie9 .row .large-4 {
  width: 33.33333%; }

.lt-ie9 .medium-5, .lt-ie9 .row .medium-5, .lt-ie9 .large-5, .lt-ie9 .row .large-5 {
  width: 41.66667%; }

.lt-ie9 .medium-6, .lt-ie9 .row .medium-6, .lt-ie9 .large-6, .lt-ie9 .row .large-6 {
  width: 50%; }

.lt-ie9 .medium-7, .lt-ie9 .row .medium-7, .lt-ie9 .large-7, .lt-ie9 .row .large-7 {
  width: 58.33333%; }

.lt-ie9 .medium-8, .lt-ie9 .row .medium-8, .lt-ie9 .large-8, .lt-ie9 .row .large-8 {
  width: 66.66667%; }

.lt-ie9 .medium-9, .lt-ie9 .row .medium-9, .lt-ie9 .large-9, .lt-ie9 .row .large-9 {
  width: 75%; }

.lt-ie9 .medium-10, .lt-ie9 .row .medium-10, .lt-ie9 .large-10, .lt-ie9 .row .large-10 {
  width: 83.33333%; }

.lt-ie9 .medium-11, .lt-ie9 .row .medium-11, .lt-ie9 .large-11, .lt-ie9 .row .large-11 {
  width: 91.66667%; }

.lt-ie9 .medium-12, .lt-ie9 .row .medium-12, .lt-ie9 .large-12, .lt-ie9 .row .large-12 {
  width: 100%; }

.lt-ie9 .medium-12, .lt-ie9 .row .medium-12 {
  width: 100%; }

.lt-ie9 .row .medium-offset-1 {
  margin-left: 8.33333%; }

.lt-ie9 .row .medium-offset-2 {
  margin-left: 16.66667%; }

.lt-ie9 .row .medium-offset-3 {
  margin-left: 25%; }

.lt-ie9 .row .medium-offset-4 {
  margin-left: 33.33333%; }

.lt-ie9 .row .medium-offset-5 {
  margin-left: 41.66667%; }

.lt-ie9 .row .medium-offset-6 {
  margin-left: 50%; }

.lt-ie9 .row .medium-offset-7 {
  margin-left: 58.33333%; }

.lt-ie9 .row .medium-offset-8 {
  margin-left: 66.66667%; }

.lt-ie9 .row .medium-offset-9 {
  margin-left: 75%; }

.lt-ie9 .row .medium-offset-10 {
  margin-left: 83.33333%; }

.lt-ie9 .pull-2 {
  right: 16.66667%; }

.lt-ie9 .pull-3 {
  right: 25%; }

.lt-ie9 .pull-4 {
  right: 33.33333%; }

.lt-ie9 .pull-5 {
  right: 41.66667%; }

.lt-ie9 .pull-6 {
  right: 50%; }

.lt-ie9 .pull-7 {
  right: 58.33333%; }

.lt-ie9 .pull-8 {
  right: 66.66667%; }

.lt-ie9 .pull-9 {
  right: 75%; }

.lt-ie9 .pull-10 {
  right: 83.33333%; }

.lt-ie9 .push-2 {
  left: 16.66667%; }

.lt-ie9 .push-3 {
  left: 25%; }

.lt-ie9 .push-4 {
  left: 33.33333%; }

.lt-ie9 .push-5 {
  left: 41.66667%; }

.lt-ie9 .push-6 {
  left: 50%; }

.lt-ie9 .push-7 {
  left: 58.33333%; }

.lt-ie9 .push-8 {
  left: 66.66667%; }

.lt-ie9 .push-9 {
  left: 75%; }

.lt-ie9 .push-10 {
  left: 83.33333%; }

.lt-ie9 .row:before, .lt-ie9 .row:after {
  content: " ";
  display: table; }

.lt-ie9 .row:after {
  clear: both; }

.lt-ie9 .hide-for-small {
  display: block !important; }

.lt-ie9 .show-for-small {
  display: none !important; }
