@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file. 

******************************************************************/
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

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

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

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

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container {
    padding-right: 2.03125rem;
    padding-left: 2.03125rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container.fluid {
    padding-right: 2.03125rem;
    padding-left: 2.03125rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0px;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x {
    margin-left: -2.03125rem;
    margin-right: -2.03125rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .cell {
    width: calc(100% - 4.0625rem);
    margin-left: 2.03125rem;
    margin-right: 2.03125rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 4.0625rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 4.0625rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 4.0625rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 4.0625rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 4.0625rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 4.0625rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 4.0625rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 4.0625rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 4.0625rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 4.0625rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 4.0625rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 4.0625rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 4.0625rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 4.0625rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 4.0625rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 4.0625rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 4.0625rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 4.0625rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 4.0625rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 4.0625rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 4.0625rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 4.0625rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 4.0625rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 4.0625rem);
  }
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 4.0625rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 4.0625rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 4.0625rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 4.0625rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 4.0625rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 4.0625rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 4.0625rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 4.0625rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 4.0625rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 4.0625rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 4.0625rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 4.0625rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -2.03125rem;
    margin-left: -2.03125rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -2.03125rem;
    margin-left: -2.03125rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-x > .cell {
    padding-right: 2.03125rem;
    padding-left: 2.03125rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 4.0625rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 4.0625rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 4.0625rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 4.0625rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 4.0625rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 4.0625rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 4.0625rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 4.0625rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 4.0625rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 4.0625rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 4.0625rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 4.0625rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 4.0625rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 4.0625rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 4.0625rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 4.0625rem);
  }
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 4.0625rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 4.0625rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 4.0625rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 4.0625rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 4.0625rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 4.0625rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 4.0625rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 4.0625rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.625rem);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.625rem);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.625rem);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 2.03125rem);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 2.03125rem);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 2.03125rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 2.03125rem);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 2.03125rem);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 2.03125rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 2.03125rem);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 2.03125rem);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 2.03125rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 2.03125rem);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 2.03125rem);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 2.03125rem);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  width: auto;
  max-width: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -2.03125rem;
    margin-bottom: -2.03125rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-padding-y > .cell {
    padding-top: 2.03125rem;
    padding-bottom: 2.03125rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -2.03125rem;
    margin-bottom: -2.03125rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 4.0625rem);
    margin-top: 2.03125rem;
    margin-bottom: 2.03125rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 4.0625rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 4.0625rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 4.0625rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 4.0625rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 4.0625rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 4.0625rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 4.0625rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 4.0625rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 4.0625rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 4.0625rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 4.0625rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 4.0625rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 4.0625rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 4.0625rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 4.0625rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 4.0625rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 4.0625rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 4.0625rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 4.0625rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 4.0625rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 4.0625rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 4.0625rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 4.0625rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 4.0625rem);
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 4.0625rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 4.0625rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 4.0625rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 4.0625rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 4.0625rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 4.0625rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 4.0625rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 4.0625rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 4.0625rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 4.0625rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 4.0625rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 4.0625rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y {
    margin-top: -2.03125rem;
    margin-bottom: -2.03125rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .cell {
    height: calc(100% - 4.0625rem);
    margin-top: 2.03125rem;
    margin-bottom: 2.03125rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 4.0625rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 4.0625rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 4.0625rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 4.0625rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 4.0625rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 4.0625rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 4.0625rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 4.0625rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 4.0625rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 4.0625rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 4.0625rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 4.0625rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 4.0625rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 4.0625rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 4.0625rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 4.0625rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 4.0625rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 4.0625rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 4.0625rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 4.0625rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 4.0625rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 4.0625rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 4.0625rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 4.0625rem);
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 4.0625rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 4.0625rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 4.0625rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 4.0625rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 4.0625rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 4.0625rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 4.0625rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 4.0625rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 4.0625rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 4.0625rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 4.0625rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 4.0625rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 4.0625rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 4.0625rem);
  }
}
.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.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: 40em) {
  .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: 64em) {
  .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;
  }
}
.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: 40em) {
  .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: 64em) {
  .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;
  }
}
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.6;
  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: "Helvetica Neue", Helvetica, Roboto, 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: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  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: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}
cite:before {
  content: "— ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  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: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

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: 40em) {
  .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: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    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;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          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 {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::-moz-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

[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;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  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;
  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 {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #14679e;
  color: #fefefe;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}
.button.secondary {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.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: #1779ba;
  color: #fefefe;
}
.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: #1779ba;
  color: #fefefe;
}
.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: #767676;
  color: #fefefe;
}
.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: #0a0a0a;
}
.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: #0a0a0a;
}
.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: #cc4b37;
  color: #fefefe;
}
.button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.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: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.success {
  border: 1px 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: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.warning {
  border: 1px 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: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.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: #0c3d5d;
  color: #0c3d5d;
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.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: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.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: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.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: 1px 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: 1px 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: 1px 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: 1px 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: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.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: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.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: 40em) {
  .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: 64em) {
  .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;
  }
}
.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: #1779ba;
  color: #fefefe;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.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;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-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;
}

.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;
  }
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #1779ba;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: #1468a0;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f8f8f8;
  color: #0a0a0a;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

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: #f1f1f1;
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

@media screen and (max-width: 63.99875em) {
  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: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.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: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  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: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.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%;
}

#main-menu-wrapper ul {
  background: darkorange;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#main-menu-wrapper ul li {
  color: #fff;
  background: darkorange;
  display: block;
  float: left;
  padding: 1rem;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}
#main-menu-wrapper ul li a {
  color: #fff;
}
#main-menu-wrapper ul li:hover, #main-menu-wrapper ul li:focus-within {
  background: red;
  cursor: pointer;
}
#main-menu-wrapper ul li:hover a, #main-menu-wrapper ul li:focus-within a {
  outline: none;
}
#main-menu-wrapper ul li ul {
  background: orange;
  visibility: hidden;
  opacity: 0;
  min-width: 5rem;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 1rem;
  left: 0;
  display: none;
}
#main-menu-wrapper ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}
#main-menu-wrapper ul li ul li {
  clear: both;
  width: 100%;
}
#main-menu-wrapper ul li:hover > ul, #main-menu-wrapper ul li:focus-within > ul, #main-menu-wrapper ul li ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.office-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
.office-map.office-page {
  width: 100%;
}
.office-map img {
  max-width: inherit !important;
}

/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content .alignleft,
.entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.entry-content .alignright,
.entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.entry-content .aligncenter,
.entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.entry-content video,
.entry-content object {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px;
}

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

.post-password-form input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe;
}
[data-whatinput=mouse] .post-password-form input[type=submit] {
  outline: 0;
}
.post-password-form input[type=submit]:hover, .post-password-form input[type=submit]:focus {
  background-color: #14679e;
  color: #fefefe;
}

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px;
}

.gallery::before,
.gallery::after {
  content: " ";
  display: table;
}

.gallery::after {
  clear: both;
}

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-1 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-1 > dl, .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-2 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-2 > dl, .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-3 > dl {
  width: 33.3333333333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-3 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-3 > dl, .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-4 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-4 > dl, .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-5 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-5 > dl, .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-6 > dl {
  width: 16.6666666667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-6 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-6 > dl, .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-7 > dl {
  width: 14.2857142857%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-7 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-7 > dl, .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .gallery.gallery-columns-8 > dl {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.gallery.gallery-columns-8 > dl, .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
  float: right;
}

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.gallery dl:last-child:not(:first-child) {
  float: right;
}

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none;
}

.widget ul {
  margin: 0;
}

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px;
}

/*********************
Variables
*********************/
/*********************
Allmäna inställningar
*********************/
.grid-container {
  max-width: 74.6875rem;
}

.header-logo-container {
  position: absolute;
  top: 20px;
  left: 12px;
  z-index: 9999;
  max-width: 140px;
}
@media print, screen and (min-width: 40em) {
  .header-logo-container {
    top: 22px;
    left: 25px;
    max-width: 145px;
  }
}
@media print, screen and (min-width: 64em) {
  .header-logo-container {
    top: 21px;
    left: 30px;
    max-width: 160px;
  }
}
@media print, screen and (min-width: 114em) {
  .header-logo-container {
    top: 14px;
    left: 30px;
    max-width: 210px;
  }
}
.header-logo-container a img {
  width: 250px;
  height: auto;
}

.header-menu-container {
  background: linear-gradient(29deg, rgb(61, 140, 34) 0%, rgb(70, 181, 33) 100%);
  padding: 25px;
  padding-right: 75px;
  padding-bottom: 50px;
  position: fixed;
  top: 0;
  right: 0;
  width: 210px;
  border-radius: 0 0 2px 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  z-index: 9998;
  transform: translateY(-30px);
}
@media screen and (min-width: 84em) {
  .header-menu-container {
    display: none;
  }
}
@media print, screen and (min-width: 40em) {
  .header-menu-container {
    width: 320px;
  }
}
.header-menu-container .search-trigger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  transform: translateY(22px);
  position: relative;
}
.header-menu-container .search-trigger i {
  color: #fff;
  display: none;
  cursor: pointer;
}
@media print, screen and (min-width: 40em) {
  .header-menu-container .search-trigger i {
    display: initial;
  }
}
.header-menu-container .search-trigger a {
  color: #fff;
  text-decoration: underline;
}
.header-menu-container .search-trigger .header-search-container {
  position: absolute;
  inset: 45px -300px auto auto;
}
.header-menu-container .search-trigger .header-search-container.active {
  inset: 45px 0 auto auto;
  animation-duration: 1s;
  animation-name: slidein;
}
.header-menu-container .search-trigger .header-search-container input {
  width: 205px;
}

@keyframes slidein {
  from {
    right: -300px;
  }
  75% {
    right: 25px;
  }
  to {
    right: 0px;
  }
}
body {
  font-family: "League Spartan", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  color: #222222;
}
body p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

h1 {
  font-family: "League Spartan", sans-serif;
  font-size: 1.875rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #222222;
}
@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 2.25rem;
    line-height: 2.8125rem;
  }
}
@media print, screen and (min-width: 64em) {
  h1 {
    font-size: 2.625rem;
    line-height: 2.875rem;
  }
}

h2 {
  font-family: "League Spartan", sans-serif;
  font-size: 1.75rem;
  line-height: 2.3125rem;
  font-weight: 700;
  color: #222222;
}
@media print, screen and (min-width: 40em) {
  h2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

h3 {
  font-family: "League Spartan", sans-serif;
  font-size: 2.25rem;
  line-height: 3rem;
  font-weight: 300;
  color: #222222;
}
@media print, screen and (min-width: 40em) {
  h3 {
    font-size: 2.5rem;
    line-height: 3.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  h3 {
    font-size: 2.875rem;
    line-height: 3.875rem;
  }
}

.button-green {
  display: inline-block;
}
.button-green p {
  margin-bottom: 0;
}
.button-green p a {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 30px;
  border-radius: 40px;
  font-family: "League Spartan", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  background: linear-gradient(29deg, rgb(61, 140, 34) 0%, rgb(70, 181, 33) 100%);
  color: #fefefe;
}
.button-green p a:hover {
  background: linear-gradient(29deg, rgb(61, 140, 34) 0%, rgb(70, 181, 33) 100%);
  color: #fefefe;
}
.button-green p a:active {
  background: linear-gradient(29deg, rgb(61, 140, 34) 0%, rgb(70, 181, 33) 100%);
  color: #fefefe;
}
.button-green p a:focus {
  background: linear-gradient(29deg, rgb(61, 140, 34) 0%, rgb(70, 181, 33) 100%);
  color: #fefefe;
}

.button.green-button {
  padding: 10px 30px;
  border-radius: 40px;
  font-family: "League Spartan", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  background: linear-gradient(29deg, rgb(61, 140, 34) 0%, rgb(70, 181, 33) 100%);
  color: #fefefe;
}

.link-underline {
  font-family: "League Spartan", sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  font-weight: 700;
  text-decoration: underline;
  color: #222222;
}

.marg-top {
  margin-top: 50px;
}

.marg-bottom {
  margin-bottom: 50px;
}

.ingress {
  font-family: "League Spartan", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  color: #222222;
}

.chatt-trigger-container {
  background-color: #fff;
  color: #222222;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 30px 10px 10px 30px;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  border-radius: 100% 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: -2px -2px 8px rgba(0, 0, 0, 0.16);
  display: none;
}

.pdf-doc-download {
  text-decoration: underline;
  font-weight: 400;
  position: relative;
  padding-left: 35px;
  padding-top: 10px;
  color: #222222;
}
.pdf-doc-download:hover {
  color: #222222;
}
.pdf-doc-download:active {
  color: #222222;
}
.pdf-doc-download:focus {
  color: #222222;
}
.pdf-doc-download::before {
  content: url(../images/file-pdf.svg);
  position: absolute;
  top: 0;
  left: 0;
}

.link-content a {
  color: #222222;
  text-decoration: underline;
}

#rmp_menu_trigger-195.is-active:hover .rmp-trigger-box {
  background-color: #222222;
}
#rmp_menu_trigger-195.is-active:hover .rmp-trigger-box .responsive-menu-pro-inner {
  background-color: #222222;
}
#rmp_menu_trigger-195.is-active:hover .rmp-trigger-box .responsive-menu-pro-inner::after {
  background-color: #222222;
}
#rmp_menu_trigger-195.is-active:hover .rmp-trigger-box .responsive-menu-pro-inner::before {
  background-color: #222222;
}

/*********************
Topbild för undersidor
*********************/
.topbild-undersida {
  width: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 385px;
}
@media print, screen and (min-width: 40em) {
  .topbild-undersida {
    height: 200px;
  }
}
@media print, screen and (min-width: 64em) {
  .topbild-undersida {
    height: 725px;
  }
}

/*********************
Moduler för undersidor
*********************/
.fargfalt-text-container {
  width: 100%;
  padding: 110px 0;
  margin-bottom: 0px;
  margin-top: 20px;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .fargfalt-text-container {
    margin-bottom: 35px;
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 64em) {
  .fargfalt-text-container {
    margin-bottom: 50px;
    margin-top: 50px;
  }
}
.fargfalt-text-container::after {
  content: " ";
  background-color: #f6f6f6;
  width: 100%;
  height: 30px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  left: 0;
  bottom: -29px;
}
@media print, screen and (min-width: 40em) {
  .fargfalt-text-container::after {
    height: 60px;
    bottom: -59px;
  }
}
@media print, screen and (min-width: 64em) {
  .fargfalt-text-container::after {
    height: 80px;
    bottom: -79px;
  }
}
.fargfalt-text-container.startsida {
  position: relative;
  margin-top: 0;
  padding: 50px 0;
}
.fargfalt-text-container.startsida::after {
  content: " ";
  background-color: #f6f6f6;
  width: 100%;
  height: 30px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  position: absolute;
  left: 0;
  bottom: -29px;
}
@media print, screen and (min-width: 40em) {
  .fargfalt-text-container.startsida::after {
    height: 60px;
    bottom: -83px;
    padding: 45px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .fargfalt-text-container.startsida::after {
    height: 80px;
    bottom: -157px;
    padding: 80px 0;
  }
}
.fargfalt-text-container.om-oss {
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 80px;
  padding-top: 50px;
}
@media print, screen and (min-width: 40em) {
  .fargfalt-text-container.om-oss {
    margin-bottom: 100px;
    padding-bottom: 100px;
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 64em) {
  .fargfalt-text-container.om-oss {
    margin-bottom: 150px;
    padding-bottom: 105px;
    padding-top: 110px;
  }
}
.fargfalt-text-container.visselblasning {
  margin-top: 0;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 40em) {
  .fargfalt-text-container.visselblasning {
    margin-bottom: 150px;
  }
}
@media print, screen and (min-width: 64em) {
  .fargfalt-text-container.visselblasning {
    margin-bottom: 150px;
  }
}
.fargfalt-text-container.personal-sok {
  margin-top: 0;
  padding: 50px 0;
}
@media print, screen and (min-width: 40em) {
  .fargfalt-text-container.personal-sok {
    padding: 80px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .fargfalt-text-container.personal-sok {
    padding: 110px 0;
  }
}
.fargfalt-text-container.introduktion {
  margin-top: 0;
  margin-bottom: 60px;
  padding: 50px 0;
}
@media print, screen and (min-width: 40em) {
  .fargfalt-text-container.introduktion {
    margin-bottom: 150px;
    padding: 80px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .fargfalt-text-container.introduktion {
    margin-bottom: 150px;
    padding: 65px 0 40px 0;
  }
}
.fargfalt-text-container.anstallning-med-bidrag {
  margin-top: 0;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 40em) {
  .fargfalt-text-container.anstallning-med-bidrag {
    margin-bottom: 150px;
  }
}
@media print, screen and (min-width: 64em) {
  .fargfalt-text-container.anstallning-med-bidrag {
    margin-bottom: 150px;
  }
}
.fargfalt-text-container.praktikplats {
  margin-top: 0;
  margin-bottom: 60px;
  padding: 50px 0;
}
@media print, screen and (min-width: 40em) {
  .fargfalt-text-container.praktikplats {
    margin-bottom: 150px;
    padding: 80px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .fargfalt-text-container.praktikplats {
    margin-bottom: 150px;
    padding: 110px 0;
  }
}
.fargfalt-text-container.praktikplats-movies {
  padding: 50px 0;
}
@media print, screen and (min-width: 40em) {
  .fargfalt-text-container.praktikplats-movies {
    padding: 80px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .fargfalt-text-container.praktikplats-movies {
    padding: 110px 0;
  }
}
.fargfalt-text-container.praktiplats-contantform {
  padding: 50px 0;
}
@media print, screen and (min-width: 40em) {
  .fargfalt-text-container.praktiplats-contantform {
    padding: 80px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .fargfalt-text-container.praktiplats-contantform {
    padding: 110px 0;
  }
}
.fargfalt-text-container.praktiplats-contantform a {
  color: #222222;
  text-decoration: underline;
}
.fargfalt-text-container.omstallning-kontakt {
  margin-top: 100px;
  padding: 50px 0;
}
@media print, screen and (min-width: 40em) {
  .fargfalt-text-container.omstallning-kontakt {
    padding: 80px 0;
  }
}
@media print, screen and (min-width: 64em) {
  .fargfalt-text-container.omstallning-kontakt {
    padding: 110px 0;
  }
}
.fargfalt-text-container.omstallning-kontakt::before {
  content: " ";
  background-color: #f6f6f6;
  width: 100%;
  height: 30px;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 100%, 100% 100%, 100% 0);
  position: absolute;
  left: 0;
  top: -29px;
}
@media print, screen and (min-width: 40em) {
  .fargfalt-text-container.omstallning-kontakt::before {
    height: 60px;
    top: -59px;
  }
}
@media print, screen and (min-width: 64em) {
  .fargfalt-text-container.omstallning-kontakt::before {
    height: 80px;
    top: -79px;
  }
}
.fargfalt-text-container.omstallning-kontakt::after {
  display: none;
}
.fargfalt-text-container.omstallning-kontakt .kontakta_cloude {
  margin-top: 35px;
}
@media print, screen and (min-width: 40em) {
  .fargfalt-text-container.omstallning-kontakt .kontakta_cloude {
    margin-top: 0;
  }
}
.fargfalt-text-container.omstallning-kontakt .kontakta_cloude h5 {
  font-family: "League Spartan", sans-serif;
  color: #222222;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 700;
  margin-top: 25px;
}
.fargfalt-text-container.omstallning-kontakt .kontakta_cloude a {
  margin-right: 10px;
  color: #222222;
  font-weight: 700;
}
.fargfalt-text-container.contact-jobb {
  margin-bottom: 120px;
}
.fargfalt-text-container.contact-jobb a {
  color: #222222;
  text-decoration: underline;
}
.fargfalt-text-container.ya-field {
  padding: 50px 0;
}
@media print, screen and (min-width: 40em) {
  .fargfalt-text-container.ya-field {
    padding: 80px 0;
  }
}
@media print, screen and (min-width: 40em) {
  .fargfalt-text-container.ya-field {
    padding: 110px 0;
  }
}
.fargfalt-text-container.ya-field .cooperation-ya h2 {
  font-weight: 300;
}
.fargfalt-text-container.ya-field .cooperation-ya h2 span {
  font-weight: 600;
}
.fargfalt-text-container.no-after::after {
  display: none;
}

.hitta-kontor-container img {
  margin-bottom: 35px;
}
@media print, screen and (min-width: 40em) {
  .hitta-kontor-container img {
    margin-bottom: 0;
  }
}
.hitta-kontor-container a {
  color: #222222;
  text-decoration: underline;
}
.hitta-kontor-container .hitta-kontor-textfield {
  display: flex;
  align-items: center;
}
.hitta-kontor-container .hitta-kontor-textfield .hitta-kontor-textfield--container {
  max-width: 465px;
  padding: 5px 1rem;
}
@media print, screen and (min-width: 64em) {
  .hitta-kontor-container .hitta-kontor-textfield .hitta-kontor-textfield--container {
    padding: 0;
  }
}

.symbollista-container {
  margin-top: 50px;
  margin-bottom: 0;
  background-color: #f6f6f6;
  padding: 50px 0;
}
@media print, screen and (min-width: 40em) {
  .symbollista-container {
    margin-top: 60px;
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 64em) {
  .symbollista-container {
    background-color: unset;
    padding: 0;
    margin-top: 80px;
    margin-bottom: 120px;
  }
}
.symbollista-container .symbollista {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
@media print, screen and (min-width: 40em) {
  .symbollista-container .symbollista {
    margin-top: 0;
  }
}
.symbollista-container .symbollista ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
.symbollista-container .symbollista ul li.symbollista-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 50px;
}
.symbollista-container .symbollista ul li.symbollista-item:last-of-type {
  margin-bottom: 0;
}
.symbollista-container .symbollista ul li.symbollista-item img {
  margin-right: 30px;
}
.symbollista-container .symbollista ul li.symbollista-item .text-container {
  font-family: "League Spartan", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.citatpuffar-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.citatpuffar-container h2 {
  font-weight: 700;
}
.citatpuffar-container .citatpuffar-wrapper {
  margin-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .citatpuffar-container .citatpuffar-wrapper {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
}
.citatpuffar-container .citatpuffar-wrapper .citatpuff {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  .citatpuffar-container .citatpuffar-wrapper .citatpuff {
    margin-bottom: 0;
  }
}
.citatpuffar-container .citatpuffar-wrapper .citatpuff .bild-container {
  position: relative;
}
.citatpuffar-container .citatpuffar-wrapper .citatpuff .bild-container img {
  border-radius: 50%;
  overflow: hidden;
}
.citatpuffar-container .citatpuffar-wrapper .citatpuff .bild-container .namncirkel {
  background: linear-gradient(29deg, rgb(61, 140, 34) 0%, rgb(70, 181, 33) 100%);
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "League Spartan", sans-serif;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 500;
  padding-top: 3px;
}
.citatpuffar-container .citatpuffar-wrapper .citatpuff .pufftitel {
  font-family: "League Spartan", sans-serif;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #222222;
  margin-top: 30px;
  margin-bottom: 5px;
}
.citatpuffar-container .citatpuffar-wrapper .citatpuff .puffcitat {
  font-family: "League Spartan", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: #222222;
  max-height: 100px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  text-align: left;
}
.citatpuffar-container .citatpuffar-wrapper .citatpuff .puffcitat .whiteoverlay {
  background: linear-gradient(0deg, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  width: 100%;
  height: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}
.citatpuffar-container .citatpuffar-wrapper .citatpuff .puffcitat .showcitat-knapp {
  padding: 10px 15px;
  background-color: #3d8c22;
  color: #fff;
  font-family: "League Spartan", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  border-radius: 40px;
  position: absolute;
  bottom: 0;
  z-index: 30;
}
.citatpuffar-container .citatpuffar-wrapper .citatpuff .puffcitat.showcitat {
  max-height: 2500px;
}
.citatpuffar-container .citatpuffar-wrapper .citatpuff .puffcitat.showcitat .whiteoverlay {
  display: none;
}
.citatpuffar-container .citatpuffar-wrapper .citatpuff .puffcitat.showcitat .showcitat-knapp span {
  display: none;
}
.citatpuffar-container .citatpuffar-wrapper .citatpuff .puffcitat.showcitat .showcitat-knapp::after {
  content: "Visa mindre";
}
.citatpuffar-container .citatpuffar-wrapper .swiper-button-next,
.citatpuffar-container .citatpuffar-wrapper .swiper-button-prev {
  color: #3d8c22;
  display: none;
}
.citatpuffar-container .citatpuffar-wrapper .swiper-pagination-bullet {
  background: #444;
  opacity: 0.8;
}
.citatpuffar-container .citatpuffar-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3d8c22;
}

.bildfalt-text-container {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding-top: 180px;
  padding-bottom: 180px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
  margin-top: 35px;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 40em) {
  .bildfalt-text-container {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 64em) {
  .bildfalt-text-container {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.bildfalt-text-container .bildfalt-text-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bildfalt-text-container .bildfalt-text-content h2 {
  font-size: 2.375rem;
  line-height: 3.1875rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .bildfalt-text-container .bildfalt-text-content h2 {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .bildfalt-text-container .bildfalt-text-content h2 {
    font-size: 3.75rem;
    line-height: 5rem;
  }
}
.bildfalt-text-container .bildfalt-text-content h2 span {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: #3d8c22;
  margin-bottom: 10px;
  display: block;
}

.subscribe-form #nf-form-2-cont {
  max-width: 390px;
  margin: 0 auto;
}
.subscribe-form #nf-form-2-cont .nf-cell {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .subscribe-form #nf-form-2-cont .nf-cell .submit-wrap {
    float: left;
  }
}
.subscribe-form #nf-form-2-cont .nf-cell .submit-wrap .green-button {
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  padding: 10px 25px;
  margin-top: -5px;
}
@media print, screen and (min-width: 40em) {
  .subscribe-form #nf-form-2-cont .nf-cell .submit-wrap .green-button {
    border-radius: 0 4px 4px 0;
    padding: 8px 15px;
  }
}

.nyhetsfalt-container {
  padding-top: 50px;
  padding-bottom: 60px;
}
@media print, screen and (min-width: 40em) {
  .nyhetsfalt-container {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
@media print, screen and (min-width: 64em) {
  .nyhetsfalt-container {
    padding-top: 100px;
    padding-bottom: 110px;
  }
}
.nyhetsfalt-container h2 {
  font-weight: 300;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  .nyhetsfalt-container h2 {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 64em) {
  .nyhetsfalt-container h2 {
    margin-bottom: 70px;
  }
}
.nyhetsfalt-container .nyhet-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 40em) {
  .nyhetsfalt-container .nyhet-wrapper {
    justify-content: center;
  }
}
@media print, screen and (min-width: 64em) {
  .nyhetsfalt-container .nyhet-wrapper {
    justify-content: space-between;
  }
}
.nyhetsfalt-container .nyhet-wrapper .nyhet-item {
  max-width: 355px;
  background-color: #fff;
  box-shadow: 0px 14px 22px 0px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  margin: 0 10px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .nyhetsfalt-container .nyhet-wrapper .nyhet-item {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 64em) {
  .nyhetsfalt-container .nyhet-wrapper .nyhet-item {
    margin-bottom: 30px;
  }
}
.nyhetsfalt-container .nyhet-wrapper .nyhet-item .nyhet-item--content {
  padding: 35px 20px 20px 20px;
}
.nyhetsfalt-container .nyhet-wrapper .nyhet-item .nyhet-item--content h5 {
  font-family: "League Spartan", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #222222;
}
.nyhetsfalt-container .nyhet-wrapper .nyhet-item .nyhet-item--content .news-date {
  font-size: 0.875rem;
  font-weight: 700;
  color: #3d8c22;
  display: block;
  text-align: center;
  margin-top: 5px;
}

.twocolumns-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.twocolumns-container .text-field {
  display: flex;
  justify-content: center;
  align-items: center;
}
.twocolumns-container .text-field .text-wrapper p:last-of-type {
  margin-bottom: 0;
}
.twocolumns-container .image-field {
  margin-top: 30px;
}
@media print, screen and (min-width: 40em) {
  .twocolumns-container .image-field {
    margin-top: 0px;
  }
}
.cirkelpuffar-container {
  padding-top: 70px;
  padding-bottom: 90px;
}
.cirkelpuffar-container h2 {
  margin-bottom: 25px;
}
.cirkelpuffar-container .puff-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 64em) {
  .cirkelpuffar-container .puff-wrapper {
    justify-content: space-between;
  }
}
.cirkelpuffar-container .puff-wrapper .puff-item {
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  margin: 5px;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .cirkelpuffar-container .puff-wrapper .puff-item {
    margin: 10px;
  }
}
@media print, screen and (min-width: 64em) {
  .cirkelpuffar-container .puff-wrapper .puff-item {
    margin: 10px;
  }
}
.cirkelpuffar-container .puff-wrapper .puff-item img {
  width: 160px;
  height: 160px;
}
@media print, screen and (min-width: 40em) {
  .cirkelpuffar-container .puff-wrapper .puff-item img {
    width: 250px;
    height: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .cirkelpuffar-container .puff-wrapper .puff-item img {
    width: 250px;
    height: 250px;
  }
}
.cirkelpuffar-container .puff-wrapper .puff-item .cirkelpuff-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cirkelpuffar-container .puff-wrapper .puff-item .cirkelpuff-overlay .puff-text {
  font-family: "League Spartan", sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  text-align: center;
  transition: all 0.2s ease;
}
@media print, screen and (min-width: 40em) {
  .cirkelpuffar-container .puff-wrapper .puff-item .cirkelpuff-overlay .puff-text {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .cirkelpuffar-container .puff-wrapper .puff-item .cirkelpuff-overlay .puff-text {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}
.cirkelpuffar-container .puff-wrapper .puff-item .cirkelpuff-overlay:hover {
  background: rgba(0, 0, 0, 0.2);
}
.cirkelpuffar-container .puff-wrapper .puff-item .cirkelpuff-overlay:hover .puff-text {
  padding-top: 30px;
}

.medarbetarslider-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
.medarbetarslider-container .mb-spec {
  font-size: 1.0625rem !important;
  line-height: 1.1rem !important;
}
.medarbetarslider-container .medarbetare-item .medarbetare--image {
  margin-bottom: 30px;
}
.medarbetarslider-container .medarbetare-item .medarbetare--info {
  font-family: "League Spartan", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  font-style: normal;
  color: #222222;
}
.medarbetarslider-container .medarbetare-item .medarbetare--info h5 {
  font-family: "League Spartan", sans-serif;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 500;
  font-style: normal;
  color: #3d8c22;
  margin-bottom: 0;
}
.medarbetarslider-container .medarbetare-item .medarbetare--info h3 {
  font-family: "League Spartan", sans-serif;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 700;
  font-style: normal;
  color: #222222;
  margin-bottom: 10px;
}
.medarbetarslider-container .swiper-pagination {
  bottom: -10px;
}
.medarbetarslider-container .swiper-pagination .swiper-pagination-bullet {
  background: #444;
  opacity: 0.8;
}
.medarbetarslider-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3d8c22;
}
.medarbetarslider-container .swiper-button-next,
.medarbetarslider-container .swiper-button-prev {
  color: #3d8c22;
}

.fargfalt-wavy-container {
  background: linear-gradient(29deg, rgb(61, 140, 34) 0%, rgb(70, 181, 33) 100%);
  width: 100%;
  color: #fff;
  padding-bottom: 30px;
  padding-top: 30px;
  margin-top: 0;
}
@media print, screen and (min-width: 40em) {
  .fargfalt-wavy-container {
    margin-top: -80px;
    padding-bottom: 50px;
    padding-top: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .fargfalt-wavy-container {
    margin-top: -100px;
    padding-bottom: 100px;
  }
}
.fargfalt-wavy-container .wave-container {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .fargfalt-wavy-container .wave-container {
    display: initial;
  }
}
.fargfalt-wavy-container h2 {
  color: #fff;
  font-size: 2.1875rem;
  line-height: 2.9375rem;
  margin-bottom: 10px;
}
.fargfalt-wavy-container .punktlista {
  margin-top: 25px;
}
.fargfalt-wavy-container .punktlista .punktlist-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.fargfalt-wavy-container .punktlista .punktlist-item .punktlista-item--image {
  margin-right: 20px;
  width: 20%;
}
.fargfalt-wavy-container .punktlista .punktlist-item .punktlista-item--image img {
  width: 105px;
  height: auto;
  filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.3));
}
.fargfalt-wavy-container .punktlista .punktlist-item .punktlista-item--text {
  width: calc(78% - 20px);
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.fargfalt-wavy-container .punktlista .punktlist-item .punktlista-item--text h4 {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.fargfalt-wavy-container .punktlista .punktlist-item .punktlista-item--text p :last-of-type {
  margin-bottom: 0;
}
.fargfalt-wavy-container.jobba-hos-oss .punktlista .punktlist-item .punktlista-item--image {
  margin-top: -9px;
}

.bildfalt-wavy-container {
  background-color: #f6f6f6;
  width: 100%;
  padding-top: 40px;
  margin-bottom: 60px;
  margin-top: 60px;
}
@media print, screen and (min-width: 40em) {
  .bildfalt-wavy-container {
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 64em) {
  .bildfalt-wavy-container {
    padding-top: 90px;
  }
}
.bildfalt-wavy-container .two-columns {
  z-index: 10;
  position: relative;
}
.bildfalt-wavy-container .arcus-list {
  margin-top: 30px;
}
@media print, screen and (min-width: 40em) {
  .bildfalt-wavy-container .arcus-list {
    margin-top: 0px;
  }
}
.bildfalt-wavy-container .wavy-image-container {
  background-size: cover !important;
  background-position: -415px center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  min-height: 800px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  margin-top: 45px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  .bildfalt-wavy-container .wavy-image-container {
    margin-top: 160px;
    align-items: flex-end;
    background-position: center center !important;
  }
}
@media print, screen and (min-width: 64em) {
  .bildfalt-wavy-container .wavy-image-container {
    margin-top: 160px;
  }
}
.bildfalt-wavy-container .wavy-image-container .wave-container {
  position: absolute;
  top: -20px;
  z-index: 5;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .bildfalt-wavy-container .wavy-image-container .wave-container {
    top: -270px;
  }
}
@media print, screen and (min-width: 64em) {
  .bildfalt-wavy-container .wavy-image-container .wave-container {
    top: -270px;
  }
}
.bildfalt-wavy-container .wavy-image-container .text-container {
  padding: 2rem;
}
@media print, screen and (min-width: 40em) {
  .bildfalt-wavy-container .wavy-image-container .text-container {
    padding: 1rem;
  }
}
.bildfalt-wavy-container .wavy-image-container .text-container .text-wrapper {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-family: "League Spartan", sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 2rem;
  border-radius: 20px;
}
@media print, screen and (min-width: 40em) {
  .bildfalt-wavy-container .wavy-image-container .text-container .text-wrapper {
    text-align: left;
    background-color: unset;
    padding: 0;
  }
}
.bildfalt-wavy-container .wavy-image-container .text-container .text-wrapper h2 {
  font-size: 1.75rem;
  line-height: 2rem;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  color: #fff;
  text-shadow: 1px 3px 6px rgba(0, 0, 0, 0.8);
}
@media print, screen and (min-width: 40em) {
  .bildfalt-wavy-container .wavy-image-container .text-container .text-wrapper h2 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .bildfalt-wavy-container .wavy-image-container .text-container .text-wrapper h2 {
    font-size: 2.875rem;
    line-height: 3.4375rem;
  }
}

.fargfalt-repeater-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.fargfalt-repeater-container h2 {
  font-weight: 300;
}
.fargfalt-repeater-container .introtext {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .fargfalt-repeater-container .introtext {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 64em) {
  .fargfalt-repeater-container .introtext {
    margin-bottom: 50px;
  }
}
.fargfalt-repeater-container .fargrepeater--item {
  position: relative;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  .fargfalt-repeater-container .fargrepeater--item {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 64em) {
  .fargfalt-repeater-container .fargrepeater--item {
    margin-bottom: 50px;
  }
}
.fargfalt-repeater-container .fargrepeater--item .fargcirkel {
  background: linear-gradient(29deg, rgb(61, 140, 34) 0%, rgb(70, 181, 33) 100%);
  color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  position: absolute;
  top: -30px;
  left: -5px;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .fargfalt-repeater-container .fargrepeater--item .fargcirkel {
    top: -15px;
    left: -15px;
  }
}
@media print, screen and (min-width: 64em) {
  .fargfalt-repeater-container .fargrepeater--item .fargcirkel {
    top: -15px;
    left: -15px;
  }
}
.fargfalt-repeater-container .fargrepeater--item img {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .fargfalt-repeater-container .fargrepeater--item img {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 64em) {
  .fargfalt-repeater-container .fargrepeater--item img {
    margin-bottom: 40px;
  }
}
.fargfalt-repeater-container .fargrepeater--item h3 {
  font-size: 1.75rem;
  line-height: 2.3125rem;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  color: #222222;
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .fargfalt-repeater-container .fargrepeater--item h3 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .fargfalt-repeater-container .fargrepeater--item h3 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
.fargfalt-repeater-container.introduktion-delar {
  padding-top: 30px;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  .fargfalt-repeater-container.introduktion-delar {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width: 64em) {
  .fargfalt-repeater-container.introduktion-delar {
    padding-top: 50px;
    padding-bottom: 35px;
  }
}
.fargfalt-repeater-container.introduktion-delar .fargrepeater--item:last-of-type {
  width: 100%;
  max-width: 1130px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media print, screen and (min-width: 64em) {
  .fargfalt-repeater-container.introduktion-delar .fargrepeater--item:last-of-type {
    flex-direction: row;
  }
}
.fargfalt-repeater-container.introduktion-delar .fargrepeater--item:last-of-type img {
  width: 100%;
}
.fargfalt-repeater-container.introduktion-delar .fargrepeater--item:last-of-type .img-content-spec {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 40em) {
  .fargfalt-repeater-container.introduktion-delar .fargrepeater--item:last-of-type .img-content-spec {
    width: calc(50% - 2.0625rem);
  }
}
.fargfalt-repeater-container.introduktion-delar .fargrepeater--item:last-of-type .text-content {
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .fargfalt-repeater-container.introduktion-delar .fargrepeater--item:last-of-type .text-content {
    width: calc(50% - 2.0625rem);
  }
}

.kontorkarta-container {
  padding-top: 60px;
}
.kontorkarta-container h2 {
  font-weight: 300;
}
@media print, screen and (min-width: 40em) {
  .kontorkarta-container {
    padding-top: 80px;
  }
}
@media print, screen and (min-width: 64em) {
  .kontorkarta-container {
    padding-top: 100px;
  }
}
.kontorkarta-container .map-container {
  margin-top: 30px;
}
.kontorkarta-container .map-container .office-map {
  height: 460px;
}
@media print, screen and (min-width: 40em) {
  .kontorkarta-container .map-container .office-map {
    padding-top: 600px;
  }
}
@media print, screen and (min-width: 64em) {
  .kontorkarta-container .map-container .office-map {
    padding-top: 800px;
  }
}

.bildfalt-textfalt-container {
  background-position: top center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  min-height: 300px;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .bildfalt-textfalt-container {
    min-height: 380px;
  }
}
@media print, screen and (min-width: 64em) {
  .bildfalt-textfalt-container {
    min-height: 430px;
  }
}
.bildfalt-textfalt-container .text-content {
  text-align: center;
}
.bildfalt-textfalt-container.ya-cta .button-green p a {
  background: #003366;
}
.bildfalt-textfalt-container.introduktion-tadel {
  min-height: 740px;
  background-position: -220px center !important;
  align-items: flex-end;
}
@media print, screen and (min-width: 40em) {
  .bildfalt-textfalt-container.introduktion-tadel {
    min-height: 740px;
    align-items: center;
    background-position: top center !important;
  }
}
@media print, screen and (min-width: 64em) {
  .bildfalt-textfalt-container.introduktion-tadel {
    min-height: 740px;
  }
}
.bildfalt-textfalt-container.introduktion-tadel .text-content {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  max-width: 550px;
}
@media print, screen and (min-width: 40em) {
  .bildfalt-textfalt-container.introduktion-tadel .text-content {
    background-color: unset;
    padding: unset;
  }
}
.bildfalt-textfalt-container.anstallning-med-bidrag {
  min-height: 740px;
  background-position: -465px center !important;
  padding-top: 270px;
  padding-bottom: 90px;
}
@media print, screen and (min-width: 40em) {
  .bildfalt-textfalt-container.anstallning-med-bidrag {
    min-height: 740px;
    background-position: top center !important;
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media print, screen and (min-width: 64em) {
  .bildfalt-textfalt-container.anstallning-med-bidrag {
    min-height: 740px;
  }
}
.bildfalt-textfalt-container.anstallning-med-bidrag .text-content {
  display: flex;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  border-radius: 10px;
}
@media print, screen and (min-width: 40em) {
  .bildfalt-textfalt-container.anstallning-med-bidrag .text-content {
    justify-content: center;
  }
}
@media print, screen and (min-width: 64em) {
  .bildfalt-textfalt-container.anstallning-med-bidrag .text-content {
    justify-content: flex-end;
    background-color: unset;
    padding: 0;
    border-radius: 0;
  }
}
.bildfalt-textfalt-container.anstallning-med-bidrag .text-content .bidrag-cta {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .bildfalt-textfalt-container.anstallning-med-bidrag .text-content .bidrag-cta {
    width: 85%;
    text-align: left;
  }
}
@media print, screen and (min-width: 64em) {
  .bildfalt-textfalt-container.anstallning-med-bidrag .text-content .bidrag-cta {
    width: 50%;
  }
}
.bildfalt-textfalt-container.anstallning-med-bidrag .text-content .bidrag-cta .button-bidrag-bildfalt {
  font-size: 0.75rem !important;
}
@media print, screen and (min-width: 40em) {
  .bildfalt-textfalt-container.anstallning-med-bidrag .text-content .bidrag-cta .button-bidrag-bildfalt {
    font-size: 0.9375rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .bildfalt-textfalt-container.anstallning-med-bidrag .text-content .bidrag-cta .button-bidrag-bildfalt {
    font-size: 1.125rem !important;
  }
}
.bildfalt-textfalt-container.anstallning-med-bidrag .text-content .bidrag-cta h3 {
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2rem;
  color: #222222;
}
@media print, screen and (min-width: 40em) {
  .bildfalt-textfalt-container.anstallning-med-bidrag .text-content .bidrag-cta h3 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .bildfalt-textfalt-container.anstallning-med-bidrag .text-content .bidrag-cta h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.bildfalt-textfalt-container.praktik {
  margin-top: -20px;
}
.bildfalt-textfalt-container.praktik h2 {
  color: #fff;
}
@media print, screen and (min-width: 40em) {
  .bildfalt-textfalt-container.praktik {
    margin-top: -35px;
  }
}
@media print, screen and (min-width: 64em) {
  .bildfalt-textfalt-container.praktik {
    margin-top: -50px;
  }
}
.bildfalt-textfalt-container.har-finns-vi {
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8);
  margin-bottom: 50px;
  min-height: 300px;
  padding-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .bildfalt-textfalt-container.har-finns-vi {
    min-height: 450px;
    padding-bottom: 90px;
  }
}
@media print, screen and (min-width: 64em) {
  .bildfalt-textfalt-container.har-finns-vi {
    min-height: 500px;
    padding-bottom: 90px;
  }
}
.bildfalt-textfalt-container.har-finns-vi h1 {
  color: #fff;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.8);
}

.ledningen-container {
  padding-top: 50px;
}
@media print, screen and (min-width: 40em) {
  .ledningen-container {
    padding-top: 75px;
  }
}
@media print, screen and (min-width: 64em) {
  .ledningen-container {
    padding-top: 90px;
  }
}
.ledningen-container .introtext {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 40em) {
  .ledningen-container .introtext {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 64em) {
  .ledningen-container .introtext {
    margin-bottom: 20px;
  }
}
.ledningen-container .ledningen-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 25px;
  padding: 0 25px;
}
@media print, screen and (min-width: 40em) {
  .ledningen-container .ledningen-item {
    margin-bottom: 35px;
    padding: unset;
  }
}
@media print, screen and (min-width: 64em) {
  .ledningen-container .ledningen-item {
    margin-bottom: 40px;
  }
}
.ledningen-container .ledningen-item img {
  margin-bottom: 25px;
}
.ledningen-container .ledningen-item h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-family: "League Spartan", sans-serif;
  font-weight: 400;
  color: #ababab;
  margin-bottom: 10px;
}
.ledningen-container .ledningen-item h3 {
  font-size: 1.625rem;
  line-height: 1.75rem;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  color: #222222;
}
.ledningen-container .ledningen-item a {
  color: #222222;
  font-size: 1rem;
  line-height: 1.5rem;
}
.ledningen-container .ledningen-item a i {
  margin-right: 3px;
}

.text-cirkelpuff-container {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 40em) {
  .text-cirkelpuff-container {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .text-cirkelpuff-container {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.text-cirkelpuff-container .cirkelpuff-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 64em) {
  .text-cirkelpuff-container .cirkelpuff-wrapper {
    justify-content: space-between;
  }
}
.text-cirkelpuff-container .cirkelpuff-wrapper .cirkelpuff-item {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin: 1rem;
}
@media print, screen and (min-width: 64em) {
  .text-cirkelpuff-container .cirkelpuff-wrapper .cirkelpuff-item {
    width: calc(250px - 2rem);
  }
}
.text-cirkelpuff-container .cirkelpuff-wrapper .cirkelpuff-item a img {
  width: 160px;
}
@media print, screen and (min-width: 40em) {
  .text-cirkelpuff-container .cirkelpuff-wrapper .cirkelpuff-item a img {
    width: 250px;
  }
}
.text-cirkelpuff-container .cirkelpuff-wrapper .cirkelpuff-item a .cirkelpuff-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.text-cirkelpuff-container .cirkelpuff-wrapper .cirkelpuff-item a .cirkelpuff-overlay .puff-text {
  font-family: "League Spartan", sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  text-align: center;
  transition: all 0.2s ease;
}
@media print, screen and (min-width: 40em) {
  .text-cirkelpuff-container .cirkelpuff-wrapper .cirkelpuff-item a .cirkelpuff-overlay .puff-text {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .text-cirkelpuff-container .cirkelpuff-wrapper .cirkelpuff-item a .cirkelpuff-overlay .puff-text {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}
.text-cirkelpuff-container .cirkelpuff-wrapper .cirkelpuff-item a .cirkelpuff-overlay:hover {
  background: rgba(0, 0, 0, 0.2);
}
.text-cirkelpuff-container .cirkelpuff-wrapper .cirkelpuff-item a .cirkelpuff-overlay:hover .puff-text {
  padding-top: 30px;
}
.text-cirkelpuff-container.jobbsok {
  margin-top: 50px;
}
@media print, screen and (min-width: 40em) {
  .text-cirkelpuff-container.jobbsok {
    margin-top: 75px;
  }
}
@media print, screen and (min-width: 64em) {
  .text-cirkelpuff-container.jobbsok {
    margin-top: 90px;
  }
}

.punktlista-container {
  padding-top: 65px;
  padding-bottom: 65px;
}
.punktlista-container .punktlista-wrapper {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  .punktlista-container .punktlista-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 64em) {
  .punktlista-container .punktlista-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.punktlista-container .punktlista-wrapper .punktlist-item {
  flex-grow: 1;
  flex-basis: min-content;
  margin-right: 0;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.4s ease-in-out;
}
@media print, screen and (min-width: 40em) {
  .punktlista-container .punktlista-wrapper .punktlist-item {
    margin-right: 15px;
    margin-bottom: 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .punktlista-container .punktlista-wrapper .punktlist-item {
    margin-right: 15px;
    margin-bottom: 0px;
  }
}
.punktlista-container .punktlista-wrapper .punktlist-item.showListItem {
  opacity: 1;
  transform: translateY(0);
}
.punktlista-container .punktlista-wrapper .punktlist-item .punktlist-item--symbol {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .punktlista-container .punktlista-wrapper .punktlist-item .punktlist-item--symbol {
    justify-content: center;
  }
}
@media print, screen and (min-width: 64em) {
  .punktlista-container .punktlista-wrapper .punktlist-item .punktlist-item--symbol {
    justify-content: center;
  }
}
.punktlista-container .punktlista-wrapper .punktlist-item .punktlist-item--symbol img {
  max-width: 90px;
}
@media print, screen and (min-width: 40em) {
  .punktlista-container .punktlista-wrapper .punktlist-item .punktlist-item--symbol img {
    max-width: 130px;
  }
}
@media print, screen and (min-width: 64em) {
  .punktlista-container .punktlista-wrapper .punktlist-item .punktlist-item--symbol img {
    max-width: 150px;
  }
}
.punktlista-container .punktlista-wrapper .punktlist-item .list-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 40px;
  margin-top: 30px;
  position: relative;
  justify-content: flex-end;
}
.punktlista-container .punktlista-wrapper .punktlist-item .list-line .number {
  background: linear-gradient(29deg, rgb(61, 140, 34) 0%, rgb(70, 181, 33) 100%);
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  border-radius: 50%;
  margin-right: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
}
.punktlista-container .punktlista-wrapper .punktlist-item .list-line .dotted-line {
  border-bottom: 5px dotted #3d8c22;
  width: calc(100% - 55px);
  display: none;
}
@media print, screen and (min-width: 40em) {
  .punktlista-container .punktlista-wrapper .punktlist-item .list-line .dotted-line {
    display: initial;
  }
}
.punktlista-container .punktlista-wrapper .punktlist-item:last-of-type .dotted-line {
  width: calc(100% - 60px);
  position: relative;
}
.punktlista-container .punktlista-wrapper .punktlist-item:last-of-type .dotted-line::after {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  top: -10px;
  right: -18px;
  font-size: 25px;
  color: #3d8c22;
}
.punktlista-container .punktlista-wrapper .punktlist-item .text-content {
  padding-right: 15px;
}

.nummerlista-container {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 40em) {
  .nummerlista-container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media print, screen and (min-width: 64em) {
  .nummerlista-container {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.nummerlista-container h2 {
  margin-bottom: 30px;
}
.nummerlista-container .nummerlista-wrapper {
  -moz-columns: 1;
       columns: 1;
}
@media print, screen and (min-width: 40em) {
  .nummerlista-container .nummerlista-wrapper {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  .nummerlista-container .nummerlista-wrapper {
    -moz-columns: 2;
         columns: 2;
  }
}
.nummerlista-container .nummerlista-wrapper .nummerlist-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.nummerlista-container .nummerlista-wrapper .nummerlist-item .list-number {
  background: linear-gradient(29deg, rgb(61, 140, 34) 0%, rgb(70, 181, 33) 100%);
  color: #fff;
  font-family: "League Spartan", sans-serif;
  font-size: 1.375rem;
  line-height: 1.375rem;
  font-weight: 500;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.nummerlista-container .nummerlista-wrapper .nummerlist-item .list-number span {
  margin-top: 4px;
}
.nummerlista-container .nummerlista-wrapper .nummerlist-item .list-text {
  color: #222222;
  font-family: "League Spartan", sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  width: calc(100% - 55px);
}

.video-container {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 40em) {
  .video-container {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 64em) {
  .video-container {
    margin-top: 95px;
    margin-bottom: 95px;
  }
}
.video-container.medarbetare {
  margin-bottom: 0;
}
.video-container.startsida {
  margin-top: 0;
}
@media print, screen and (min-width: 40em) {
  .video-container.startsida {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 64em) {
  .video-container.startsida {
    margin-top: 95px;
  }
}
.video-container.krom {
  margin-top: 0;
}

.omstallning {
  margin-top: 50px;
}

.en_kolumn .krom {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  .en_kolumn .krom {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 64em) {
  .en_kolumn .krom {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.page-id-857 .en_kolumn {
  margin-top: 50px;
  margin-bottom: 50px;
}
.page-id-857 .en_kolumn .ysm-moduler .ingress {
  color: #222222;
  font-family: "League Spartan", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  margin-top: 30px;
}
.page-id-857 .en_kolumn .ysm-moduler .ingress p:last-of-type {
  text-align: left;
}
@media print, screen and (min-width: 40em) {
  .page-id-857 .en_kolumn .ysm-moduler .ingress {
    margin-top: 0;
  }
}
.page-id-857 .en_kolumn .ysm-moduler p:last-of-type {
  text-align: center;
}
.page-id-857 .en_kolumn .ysm-moduler img {
  margin-top: 15px;
}
@media print, screen and (min-width: 40em) {
  .page-id-857 .en_kolumn .ysm-moduler img {
    margin-top: 25px;
  }
}

.tva_kolumner {
  margin-top: 50px;
  margin-bottom: 50px;
}
.tva_kolumner .ysm-moduler .ingress {
  color: #222222;
  font-family: "League Spartan", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  margin-top: 30px;
}
.tva_kolumner .ysm-moduler .ingress p:last-of-type {
  text-align: left;
}
@media print, screen and (min-width: 40em) {
  .tva_kolumner .ysm-moduler .ingress {
    margin-top: 0;
  }
}
.tva_kolumner .ysm-moduler p:last-of-type {
  text-align: center;
}
.tva_kolumner .ysm-moduler img {
  margin-top: 15px;
}
@media print, screen and (min-width: 40em) {
  .tva_kolumner .ysm-moduler img {
    margin-top: 25px;
  }
}

.arcus-list ul {
  list-style-type: none;
  margin-left: 0;
  margin-top: 20px;
}
.arcus-list ul li {
  position: relative;
  margin-left: 40px;
  margin-bottom: 25px;
  line-height: 1.25rem;
}
.arcus-list ul li::after {
  content: url(../images/map-marker.png);
  position: absolute;
  top: -5px;
  left: -40px;
}

.officelistcards-container {
  padding-top: 30px;
  margin-top: 30px;
}
@media print, screen and (min-width: 40em) {
  .officelistcards-container {
    padding-top: 50px;
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 64em) {
  .officelistcards-container {
    padding-top: 60px;
    margin-top: 60px;
  }
}
.officelistcards-container .office-list-container {
  width: 100%;
}
.officelistcards-container .office-list-container .office-search {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.officelistcards-container .office-list-container .office-search #txtOfficeSearch {
  max-width: 270px;
  border: 1px solid #a1a1a1;
  border-radius: 5px;
}
.officelistcards-container .office-list-container .office-search #txtOfficeSearch::-moz-placeholder {
  color: #222222;
}
.officelistcards-container .office-list-container .office-search #txtOfficeSearch::placeholder {
  color: #222222;
}
.officelistcards-container .office-list-container .office-search .search-no-results {
  display: block;
  font-style: italic;
  display: none;
}
.officelistcards-container .office-list-container .office-search .search-no-results.active {
  display: block;
}
.officelistcards-container .office-list-container .office-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 14px 22px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  padding: 30px;
}
.officelistcards-container .office-list-container .office-item h3 {
  color: #222222;
  font-family: "League Spartan", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.officelistcards-container .office-list-container .office-item .map-button {
  background: linear-gradient(29deg, rgb(61, 140, 34) 0%, rgb(70, 181, 33) 100%);
  color: #fff;
  padding: 15px 20px;
  border-radius: 40px;
  margin-top: 20px;
  display: inline-block;
  line-height: 1rem;
}
.officelistcards-container .office-list-container .office-item .ka-number--container i {
  cursor: pointer;
}

/*********************
Landningssida för kontor
*********************/
.topbild-kontorsida {
  width: 100%;
  background-position: top center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  min-height: 385px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  padding-top: 100px;
}
@media print, screen and (min-width: 40em) {
  .topbild-kontorsida {
    min-height: 200px;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 64em) {
  .topbild-kontorsida {
    min-height: 725px;
    margin-bottom: 80px;
  }
}
.topbild-kontorsida .topbild-kontorsida--content {
  max-width: 785px;
  padding: 20px;
  text-align: center;
}
.topbild-kontorsida .topbild-kontorsida--content h1 {
  color: #fff;
}
.topbild-kontorsida .topbild-quicklinks {
  min-width: 785px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 20px;
}
@media print, screen and (min-width: 40em) {
  .topbild-kontorsida .topbild-quicklinks {
    flex-direction: row;
  }
}
.topbild-kontorsida .topbild-quicklinks .button {
  margin: 0 10px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 40em) {
  .topbild-kontorsida .topbild-quicklinks .button {
    margin: 0 10px;
    margin-bottom: 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .topbild-kontorsida .topbild-quicklinks .button {
    margin: 0 10px;
  }
}

.inledning-kontor {
  margin-bottom: 50px;
}
.inledning-kontor h2 {
  margin-bottom: 0;
}
.inledning-kontor h5 {
  margin-bottom: 20px;
  font-family: "League Spartan", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #3d8c22;
}
.inledning-kontor h5 i {
  color: #222222;
  margin-left: 5px;
  cursor: pointer;
  position: relative;
}
.inledning-kontor h5 i::after {
  content: "Kopierat";
  position: absolute;
  background-color: #3d8c22;
  color: #fff;
  font-family: "League Spartan", sans-serif;
  font-weight: 700;
  padding: 10px;
  top: -30px;
  right: -80px;
  font-size: 0.9375rem;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 1s ease;
}
.inledning-kontor h5 i.clicked::after {
  opacity: 1;
}
.inledning-kontor .galleri-kontor .swiper-pagination {
  bottom: -5px;
}
.inledning-kontor .galleri-kontor .swiper-pagination .swiper-pagination-bullet {
  background: rgb(255, 255, 255);
  opacity: 0.8;
}
.inledning-kontor .galleri-kontor .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3d8c22;
}
.inledning-kontor .galleri-kontor .swiper-button-next,
.inledning-kontor .galleri-kontor .swiper-button-prev {
  color: #3d8c22;
}
.inledning-kontor .kontoradress {
  margin-top: 30px;
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 600;
  font-family: "League Spartan", sans-serif;
  color: #222222;
}
.inledning-kontor .kontoradress h4 {
  line-height: 1.875rem;
  font-size: 1.375rem;
  color: #3d8c22;
}
.inledning-kontor .kontoradress .kontoradress-gata {
  margin-top: 5px;
}

.kontakperson-arbetssokande {
  background-color: #f6f6f6;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  .kontakperson-arbetssokande {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 64em) {
  .kontakperson-arbetssokande {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
.kontakperson-arbetssokande .green-box {
  border: 1px solid #3d8c22;
  padding: 20px 25px;
  margin-top: 40px;
}
.kontakperson-arbetssokande .kontaktperson-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
@media print, screen and (min-width: 40em) {
  .kontakperson-arbetssokande .kontaktperson-wrapper {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .kontakperson-arbetssokande .kontaktperson-wrapper {
    margin-top: 0;
  }
}
.kontakperson-arbetssokande .kontaktperson-wrapper .kontaktperson-item {
  background-color: #fff;
  max-width: 455px;
  position: relative;
}
.kontakperson-arbetssokande .kontaktperson-wrapper .kontaktperson-item .green-circle {
  background: linear-gradient(29deg, rgb(61, 140, 34) 0%, rgb(70, 181, 33) 100%);
  color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-family: "League Spartan", sans-serif;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 500;
  position: absolute;
  top: 170px;
  left: 10px;
}
@media print, screen and (min-width: 40em) {
  .kontakperson-arbetssokande .kontaktperson-wrapper .kontaktperson-item .green-circle {
    width: 165px;
    height: 165px;
    font-size: 1.125rem;
    line-height: 1.3125rem;
    top: -45px;
    left: -45px;
  }
}
@media print, screen and (min-width: 64em) {
  .kontakperson-arbetssokande .kontaktperson-wrapper .kontaktperson-item .green-circle {
    width: 165px;
    height: 165px;
    font-size: 1.375rem;
    line-height: 1.75rem;
    top: -45px;
    left: -45px;
  }
}
.kontakperson-arbetssokande .kontaktperson-wrapper .kontaktperson-item img {
  margin-bottom: 20px;
}
.kontakperson-arbetssokande .kontaktperson-wrapper .kontaktperson-item .kontaktperson-item--info {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.kontakperson-arbetssokande .kontaktperson-wrapper .kontaktperson-item .kontaktperson-item--info h5 {
  color: #ababab;
  font-family: "League Spartan", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.kontakperson-arbetssokande .kontaktperson-wrapper .kontaktperson-item .kontaktperson-item--info h3 {
  color: #222222;
  font-family: "League Spartan", sans-serif;
  font-size: 1.625rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.kontakperson-arbetssokande .kontaktperson-wrapper .kontaktperson-item .kontaktperson-item--info a {
  color: #222222;
}

.kontakperson-arbetsgivare {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  .kontakperson-arbetsgivare {
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media print, screen and (min-width: 64em) {
  .kontakperson-arbetsgivare {
    padding-top: 130px;
    padding-bottom: 100px;
  }
}
.kontakperson-arbetsgivare .kontaktperson-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
@media print, screen and (min-width: 40em) {
  .kontakperson-arbetsgivare .kontaktperson-wrapper {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .kontakperson-arbetsgivare .kontaktperson-wrapper {
    margin-top: 0;
  }
}
.kontakperson-arbetsgivare .kontaktperson-wrapper .kontaktperson-item {
  background-color: #fff;
  max-width: 455px;
  position: relative;
}
.kontakperson-arbetsgivare .kontaktperson-wrapper .kontaktperson-item .green-circle {
  background: linear-gradient(29deg, rgb(61, 140, 34) 0%, rgb(70, 181, 33) 100%);
  color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-family: "League Spartan", sans-serif;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: 500;
  position: absolute;
  top: 170px;
  left: 10px;
  top: 170px;
  left: 10px;
}
@media print, screen and (min-width: 40em) {
  .kontakperson-arbetsgivare .kontaktperson-wrapper .kontaktperson-item .green-circle {
    width: 165px;
    height: 165px;
    font-size: 1.125rem;
    line-height: 1.3125rem;
    top: -45px;
    left: -45px;
  }
}
@media print, screen and (min-width: 64em) {
  .kontakperson-arbetsgivare .kontaktperson-wrapper .kontaktperson-item .green-circle {
    width: 165px;
    height: 165px;
    font-size: 1.375rem;
    line-height: 1.75rem;
    top: -45px;
    left: -45px;
  }
}
.kontakperson-arbetsgivare .kontaktperson-wrapper .kontaktperson-item img {
  margin-bottom: 20px;
}
.kontakperson-arbetsgivare .kontaktperson-wrapper .kontaktperson-item .kontaktperson-item--info {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.kontakperson-arbetsgivare .kontaktperson-wrapper .kontaktperson-item .kontaktperson-item--info h5 {
  color: #ababab;
  font-family: "League Spartan", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.kontakperson-arbetsgivare .kontaktperson-wrapper .kontaktperson-item .kontaktperson-item--info h3 {
  color: #222222;
  font-family: "League Spartan", sans-serif;
  font-size: 1.625rem;
  line-height: 1.75rem;
  font-weight: 700;
}
.kontakperson-arbetsgivare .kontaktperson-wrapper .kontaktperson-item .kontaktperson-item--info a {
  color: #222222;
}

.citatpuffar-kontor-container {
  background-color: #f6f6f6;
  padding-top: 60px;
  padding-bottom: 60px;
}
.citatpuffar-kontor-container .citatpuffar-wrapper {
  margin-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .citatpuffar-kontor-container .citatpuffar-wrapper {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
}
.citatpuffar-kontor-container .citatpuffar-wrapper .citatpuff {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  .citatpuffar-kontor-container .citatpuffar-wrapper .citatpuff {
    margin-bottom: 0;
  }
}
.citatpuffar-kontor-container .citatpuffar-wrapper .citatpuff .bild-container {
  position: relative;
}
.citatpuffar-kontor-container .citatpuffar-wrapper .citatpuff .bild-container img {
  border-radius: 50%;
  overflow: hidden;
}
.citatpuffar-kontor-container .citatpuffar-wrapper .citatpuff .bild-container .namncirkel {
  background: linear-gradient(29deg, rgb(61, 140, 34) 0%, rgb(70, 181, 33) 100%);
  color: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "League Spartan", sans-serif;
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 500;
  padding-top: 3px;
}
.citatpuffar-kontor-container .citatpuffar-wrapper .citatpuff .pufftitel {
  font-family: "League Spartan", sans-serif;
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: #222222;
  margin-top: 30px;
  margin-bottom: 5px;
}
.citatpuffar-kontor-container .citatpuffar-wrapper .citatpuff .puffcitat {
  font-family: "League Spartan", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: #222222;
  max-height: 100px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
}
.citatpuffar-kontor-container .citatpuffar-wrapper .citatpuff .puffcitat .whiteoverlay {
  background: linear-gradient(0deg, rgb(246, 246, 246) 70%, rgba(246, 246, 246, 0) 100%);
  position: absolute;
  width: 100%;
  height: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}
.citatpuffar-kontor-container .citatpuffar-wrapper .citatpuff .puffcitat .showcitat-knapp {
  padding: 10px 15px;
  background-color: #3d8c22;
  color: #fff;
  font-family: "League Spartan", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  border-radius: 40px;
  position: absolute;
  bottom: 0;
  z-index: 30;
}
.citatpuffar-kontor-container .citatpuffar-wrapper .citatpuff .puffcitat.showcitat {
  max-height: 500px;
}
.citatpuffar-kontor-container .citatpuffar-wrapper .citatpuff .puffcitat.showcitat .whiteoverlay {
  display: none;
}
.citatpuffar-kontor-container .citatpuffar-wrapper .citatpuff .puffcitat.showcitat .showcitat-knapp span {
  display: none;
}
.citatpuffar-kontor-container .citatpuffar-wrapper .citatpuff .puffcitat.showcitat .showcitat-knapp::after {
  content: "Visa mindre";
}
.citatpuffar-kontor-container .citatpuffar-wrapper .swiper-button-next,
.citatpuffar-kontor-container .citatpuffar-wrapper .swiper-button-prev {
  color: #3d8c22;
  display: none;
}
.citatpuffar-kontor-container .citatpuffar-wrapper .swiper-pagination-bullet {
  background: #444;
  opacity: 0.8;
}
.citatpuffar-kontor-container .citatpuffar-wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3d8c22;
}

.cirkelpuffar-container-kontor {
  padding-top: 70px;
  padding-bottom: 90px;
}
.cirkelpuffar-container-kontor h2 {
  margin-bottom: 25px;
}
.cirkelpuffar-container-kontor .puff-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 64em) {
  .cirkelpuffar-container-kontor .puff-wrapper {
    justify-content: space-between;
  }
}
.cirkelpuffar-container-kontor .puff-wrapper .puff-item {
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  margin: 5px;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .cirkelpuffar-container-kontor .puff-wrapper .puff-item {
    margin: 10px;
  }
}
@media print, screen and (min-width: 64em) {
  .cirkelpuffar-container-kontor .puff-wrapper .puff-item {
    margin: 10px;
  }
}
.cirkelpuffar-container-kontor .puff-wrapper .puff-item img {
  width: 160px;
  height: 160px;
}
@media print, screen and (min-width: 40em) {
  .cirkelpuffar-container-kontor .puff-wrapper .puff-item img {
    width: 250px;
    height: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .cirkelpuffar-container-kontor .puff-wrapper .puff-item img {
    width: 250px;
    height: 250px;
  }
}
.cirkelpuffar-container-kontor .puff-wrapper .puff-item .cirkelpuff-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cirkelpuffar-container-kontor .puff-wrapper .puff-item .cirkelpuff-overlay .puff-text {
  font-family: "League Spartan", sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  text-align: center;
  transition: all 0.2s ease;
}
@media print, screen and (min-width: 40em) {
  .cirkelpuffar-container-kontor .puff-wrapper .puff-item .cirkelpuff-overlay .puff-text {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .cirkelpuffar-container-kontor .puff-wrapper .puff-item .cirkelpuff-overlay .puff-text {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}
.cirkelpuffar-container-kontor .puff-wrapper .puff-item .cirkelpuff-overlay:hover {
  background: rgba(0, 0, 0, 0.2);
}
.cirkelpuffar-container-kontor .puff-wrapper .puff-item .cirkelpuff-overlay:hover .puff-text {
  padding-top: 30px;
}

.marginalfalt-container {
  width: 100%;
  display: block;
}
.marginalfalt-container.marginalfalt-mobile {
  display: block;
}
.marginalfalt-container.marginalfalt-tablet {
  display: none;
}
.marginalfalt-container.marginalfalt-desktop {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .marginalfalt-container.marginalfalt-mobile {
    display: none;
  }
  .marginalfalt-container.marginalfalt-tablet {
    display: block;
  }
  .marginalfalt-container.marginalfalt-desktop {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .marginalfalt-container.marginalfalt-mobile {
    display: none;
  }
  .marginalfalt-container.marginalfalt-tablet {
    display: none;
  }
  .marginalfalt-container.marginalfalt-desktop {
    display: block;
  }
}

.lokal-info-kontor .kontor-lokal-textfalt {
  margin-top: 30px;
}
@media print, screen and (min-width: 40em) {
  .lokal-info-kontor .kontor-lokal-textfalt {
    margin-top: 45px;
  }
}
@media print, screen and (min-width: 64em) {
  .lokal-info-kontor .kontor-lokal-textfalt {
    margin-top: 64px;
  }
}
.lokal-info-kontor .kontor-videofalt {
  margin-top: 30px;
}
@media print, screen and (min-width: 40em) {
  .lokal-info-kontor .kontor-videofalt {
    margin-top: 45px;
  }
}
@media print, screen and (min-width: 64em) {
  .lokal-info-kontor .kontor-videofalt {
    margin-top: 64px;
  }
}

.kontor-kontakformular {
  margin-top: 30px;
}
@media print, screen and (min-width: 40em) {
  .kontor-kontakformular {
    margin-top: 45px;
  }
}
@media print, screen and (min-width: 64em) {
  .kontor-kontakformular {
    margin-top: 64px;
  }
}
.kontor-kontakformular .form-wrapper {
  margin-top: 20px;
}
.kontor-kontakformular .form-wrapper .nf-form-fields-required {
  display: none;
}

/*********************
Nyhetssidor
*********************/
.topbild-nyhet {
  width: 100%;
  background-position: top center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  min-height: 385px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 40em) {
  .topbild-nyhet {
    min-height: 200px;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 64em) {
  .topbild-nyhet {
    min-height: 725px;
    margin-bottom: 80px;
  }
}

.single-nyheter .news-date {
  font-family: "League Spartan", sans-serif;
  color: #3d8c22;
  font-size: 1.0625rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.galleri-nyhet {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.galleri-nyhet ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
.galleri-nyhet ul li {
  display: inline-block;
  margin-bottom: 30px;
}

.post-type-archive-nyheter h1 {
  margin-bottom: 30px;
}

/*********************
Deltagare
*********************/
.topbild-deltagare {
  width: 100%;
  background-position: top center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  min-height: 385px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .topbild-deltagare {
    min-height: 200px;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 64em) {
  .topbild-deltagare {
    min-height: 725px;
    margin-bottom: 80px;
  }
}
.topbild-deltagare h1 {
  color: #fff;
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.5);
  font-size: 2.8125rem;
}
@media print, screen and (min-width: 40em) {
  .topbild-deltagare h1 {
    font-size: 3.4375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .topbild-deltagare h1 {
    font-size: 5rem;
  }
}

.deltagare-info h2 {
  margin-bottom: 0;
}
.deltagare-info h4 {
  color: #3d8c22;
  font-family: "League Spartan", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  font-size: 1.25rem;
}

.galleri-deltagare {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.galleri-deltagare ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
.galleri-deltagare ul li {
  display: inline-block;
  margin-bottom: 30px;
}
.galleri-deltagare .deltagare--personimage {
  margin-bottom: 35px;
}
@media print, screen and (min-width: 40em) {
  .galleri-deltagare .deltagare--personimage {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 64em) {
  .galleri-deltagare .deltagare--personimage {
    margin-bottom: 50px;
  }
}

/*********************
Arbetsgivare
*********************/
.arbetsgivarslider-container {
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 35px 0px;
}
@media print, screen and (min-width: 40em) {
  .arbetsgivarslider-container {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .arbetsgivarslider-container {
    margin-top: 65px;
    margin-bottom: 65px;
    padding: 65px 0px;
  }
}
.arbetsgivarslider-container h2 {
  color: #fff;
  font-size: 2.25rem;
}
@media print, screen and (min-width: 40em) {
  .arbetsgivarslider-container h2 {
    font-size: 2.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .arbetsgivarslider-container h2 {
    font-size: 2.625rem;
  }
}
.arbetsgivarslider-container .arbetsgivare-container {
  width: 100%;
  padding: 40px 30px;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin-top: 20px;
}
.arbetsgivarslider-container .arbetsgivare-container .arbetsgivarslider-wrapper {
  max-width: 74.6875rem;
  padding-bottom: 20px;
  margin-top: 15px;
}
.arbetsgivarslider-container .arbetsgivare-container .arbetsgivarslider-wrapper .arbetsgivarslider-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.arbetsgivarslider-container .arbetsgivare-container .arbetsgivarslider-wrapper .arbetsgivarslider-item.swiper-slide-next .arbetsgivarslider-item--image img { /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  transform: scale(1);
}
.arbetsgivarslider-container .arbetsgivare-container .arbetsgivarslider-wrapper .arbetsgivarslider-item .arbetsgivarslider-item--image {
  height: 120px;
  margin-bottom: 15px;
}
.arbetsgivarslider-container .arbetsgivare-container .arbetsgivarslider-wrapper .arbetsgivarslider-item .arbetsgivarslider-item--image img { /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
  transform: scale(1);
  max-width: 300px;
  transition: all 0.2s ease;
  max-height: 100%;
}
@media print, screen and (min-width: 40em) {
  .arbetsgivarslider-container .arbetsgivare-container .arbetsgivarslider-wrapper .arbetsgivarslider-item .arbetsgivarslider-item--image img {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 64em) {
  .arbetsgivarslider-container .arbetsgivare-container .arbetsgivarslider-wrapper .arbetsgivarslider-item .arbetsgivarslider-item--image img { /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transform: scale(0.7);
  }
}
.arbetsgivarslider-container .arbetsgivare-container .arbetsgivarslider-wrapper .arbetsgivarslider-item .arbetsgivarslider-item--pufftext {
  color: #fff;
  font-size: 1.625rem;
  line-height: 2rem;
  font-family: "League Spartan", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
}
.arbetsgivarslider-container .arbetsgivare-container .arbetsgivarslider-wrapper .arbetsgivarslider-item .arbetsgivarslider-item--pufftext p {
  font-size: 1.375rem;
  line-height: 1.625rem;
}
.arbetsgivarslider-container .arbetsgivare-container .arbetsgivarslider-wrapper .arbetsgivarslider-item .arbetsgivarslider-item--pufftext .button {
  background: #fff;
  color: #3d8c22;
}
.arbetsgivarslider-container .arbetsgivare-container .arbetsgivarslider-wrapper .swiper-pagination {
  bottom: -5px;
}
.arbetsgivarslider-container .arbetsgivare-container .arbetsgivarslider-wrapper .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
}
.arbetsgivarslider-container .arbetsgivare-container .arbetsgivarslider-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}

.page-template-deltagarearkiv {
  background-color: #f6f6f6;
}
.page-template-deltagarearkiv .topbild-undersida {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (min-width: 40em) {
  .page-template-deltagarearkiv .topbild-undersida {
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 64em) {
  .page-template-deltagarearkiv .topbild-undersida {
    margin-bottom: 65px;
  }
}
.page-template-deltagarearkiv .topbild-undersida h1 {
  color: #fff;
  text-shadow: 1px 2px 8px rgba(0, 0, 0, 0.5);
  font-size: 2.8125rem;
}
@media print, screen and (min-width: 40em) {
  .page-template-deltagarearkiv .topbild-undersida h1 {
    font-size: 3.4375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .page-template-deltagarearkiv .topbild-undersida h1 {
    font-size: 5rem;
  }
}
.page-template-deltagarearkiv .deltagarearkiv-section {
  margin-top: 40px;
}
@media print, screen and (min-width: 40em) {
  .page-template-deltagarearkiv .deltagarearkiv-section {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 64em) {
  .page-template-deltagarearkiv .deltagarearkiv-section {
    margin-top: 80px;
  }
}
.page-template-deltagarearkiv .deltagarearkiv-section h2 {
  text-align: center;
}
.page-template-deltagarearkiv .deltagarearkiv-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-evenly;
}
.page-template-deltagarearkiv .deltagarearkiv-container .deltagarearkiv-item {
  background-color: #fff;
  width: calc(98% - 2rem);
  margin: 1rem;
  padding-bottom: 30px;
  box-shadow: 2px 2px 13px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
@media print, screen and (min-width: 40em) {
  .page-template-deltagarearkiv .deltagarearkiv-container .deltagarearkiv-item {
    width: calc(49% - 2rem);
    min-height: 575px;
  }
}
@media print, screen and (min-width: 64em) {
  .page-template-deltagarearkiv .deltagarearkiv-container .deltagarearkiv-item {
    width: calc(32% - 2rem);
  }
}
.page-template-deltagarearkiv .deltagarearkiv-container .deltagarearkiv-item .bild-container {
  margin-bottom: 20px;
}
.page-template-deltagarearkiv .deltagarearkiv-container .deltagarearkiv-item .rubriker {
  padding: 0px 30px;
}
.page-template-deltagarearkiv .deltagarearkiv-container .deltagarearkiv-item .rubriker h3 {
  font-size: 1.625rem;
  line-height: 1.875rem;
  margin-bottom: 0;
  font-weight: 700;
}
.page-template-deltagarearkiv .deltagarearkiv-container .deltagarearkiv-item .rubriker h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 5px;
  color: #3d8c22;
  font-weight: 700;
}
.page-template-deltagarearkiv .deltagarearkiv-container .deltagarearkiv-item .puffcitat {
  padding: 0px 30px;
  max-height: 110px;
  min-height: 110px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.page-template-deltagarearkiv .deltagarearkiv-container .deltagarearkiv-item .puffcitat .whiteoverlay {
  background: linear-gradient(0deg, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  width: 100%;
  height: 75px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}
.page-template-deltagarearkiv .deltagarearkiv-container .deltagarearkiv-item .puffcitat .showcitat-knapp {
  padding: 10px 15px;
  background-color: #3d8c22;
  color: #fff;
  font-family: "League Spartan", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  border-radius: 40px;
  position: absolute;
  bottom: 0;
  z-index: 30;
}
.page-template-deltagarearkiv .deltagarearkiv-container .deltagarearkiv-item.arbetsgivare {
  padding-bottom: 30px;
  min-height: 420px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .page-template-deltagarearkiv .deltagarearkiv-container .deltagarearkiv-item.arbetsgivare {
    min-height: 490px;
  }
}
@media print, screen and (min-width: 64em) {
  .page-template-deltagarearkiv .deltagarearkiv-container .deltagarearkiv-item.arbetsgivare {
    min-height: 460px;
  }
}
.page-template-deltagarearkiv .deltagarearkiv-container .deltagarearkiv-item.arbetsgivare .bild-container {
  padding: 30px;
  margin-bottom: 0;
}
.page-template-deltagarearkiv .deltagarearkiv-container .deltagarearkiv-item.arbetsgivare .puffcitat {
  max-height: unset;
  padding-bottom: 50px;
}
.page-template-deltagarearkiv .deltagarearkiv-container .deltagarearkiv-item.arbetsgivare .showcitat-knapp {
  padding: 10px 15px;
  background-color: #3d8c22;
  color: #fff;
  font-family: "League Spartan", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  border-radius: 40px;
  position: absolute;
  bottom: 20px;
  z-index: 30;
}

/*********************
Footer
*********************/
.footer {
  padding-top: 45px;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .footer {
    padding-top: 55px;
    text-align: left;
  }
}
@media print, screen and (min-width: 64em) {
  .footer {
    padding-top: 65px;
  }
}
.footer img {
  margin-bottom: 30px;
}
.footer .footer-snabblankar a {
  color: #3d8c22;
  text-decoration: underline;
  margin-right: 15px;
}
.footer .footer-contact {
  border-top: 1px solid #c7c7c7;
  margin-top: 35px;
  padding-top: 35px;
}
@media print, screen and (min-width: 40em) {
  .footer .footer-contact {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
  }
}
.footer .footer-contact ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
.footer .footer-contact ul li {
  margin: 0 5px;
  margin-bottom: 10px;
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .footer .footer-contact ul li {
    margin: 0;
    margin-bottom: 5px;
    display: block;
  }
}
.footer .footer-contact a {
  color: #222222;
  font-weight: 700;
}
.footer .footer-contact .socialmedialinks {
  margin-top: 20px;
}
.footer .footer-contact .socialmedialinks a {
  color: #bcbcbc;
  margin: 0 5px;
}
@media print, screen and (min-width: 40em) {
  .footer .footer-contact .socialmedialinks a {
    margin: 0;
    margin-right: 10px;
  }
}
.footer .footer-contact .socialmedialinks a i {
  font-size: 1.625rem;
}
.footer .deltagarportal {
  margin-top: 20px;
  padding-top: 20px;
  margin-bottom: 100px;
  border-top: 1px solid #c7c7c7;
}
@media print, screen and (min-width: 64em) {
  .footer .deltagarportal {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
  }
}
.footer .deltagarportal a {
  color: #3d8c22;
  text-decoration: underline;
}
.footer .deltagarportal strong {
  color: #3d8c22;
}
.footer .deltagarportal h2,
.footer .deltagarportal h3,
.footer .deltagarportal h4,
.footer .deltagarportal h5,
.footer .deltagarportal h6 {
  color: #3d8c22;
}
.footer .sign-off {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 40px;
  margin-top: 30px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.375rem;
  color: #222222;
}
@media print, screen and (min-width: 40em) {
  .footer .sign-off {
    padding-top: 55px;
    border-top: 1px solid #c7c7c7;
  }
}
.footer .sign-off a {
  color: #222222;
  text-decoration: underline;
}

[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: 52px;
  margin: 0rem !important;
  padding: 8px 1rem 0 1rem;
  border: 1px solid #f6f6f6;
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 52px;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "League Spartan";
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #222;
  opacity: 1; /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: "League Spartan";
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #222;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: "League Spartan";
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #222;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: "League Spartan";
  font-weight: normal;
  font-size: 18px;
  text-align: left;
  color: #222;
}

.nf-form-fields-required {
  display: none;
}

#ninja_forms_required_items,
.nf-field-container {
  margin-bottom: 0.7rem !important;
}

#nf-field-16 {
  height: 281px;
}

#nf-field-10 {
  height: 208px;
}

#nf-field-11 {
  text-align: center;
  margin: 1.5rem auto 0 auto;
  display: block;
}

#nf-form-4-cont [type=submit],
#nf-form-4-cont [type=button] {
  height: 44px !important;
  border-radius: 22px !important;
  background: linear-gradient(#3d8c22 0%, #46b521 100%) !important;
  padding: 3px 2rem 0 2rem !important;
  color: #fff !important;
  border: 0 !important;
  font-family: "League Spartan";
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin-top: 1.5rem !important;
}
#nf-form-4-cont [type=submit]:hover,
#nf-form-4-cont [type=button]:hover {
  cursor: pointer;
}

#nf-form-4-cont {
  margin-top: 1.5rem;
}

.kontor-kontakformular [type=text],
.kontor-kontakformular [type=password],
.kontor-kontakformular [type=date],
.kontor-kontakformular [type=datetime],
.kontor-kontakformular [type=datetime-local],
.kontor-kontakformular [type=month],
.kontor-kontakformular [type=week],
.kontor-kontakformular [type=email],
.kontor-kontakformular [type=number],
.kontor-kontakformular [type=search],
.kontor-kontakformular [type=tel],
.kontor-kontakformular [type=time],
.kontor-kontakformular [type=url],
.kontor-kontakformular [type=color],
.kontor-kontakformular textarea {
  border: 1px solid rgb(192, 192, 192) !important;
}

.subscribe-form [type=text],
.subscribe-form [type=password],
.subscribe-form [type=date],
.subscribe-form [type=datetime],
.subscribe-form [type=datetime-local],
.subscribe-form [type=month],
.subscribe-form [type=week],
.subscribe-form [type=email],
.subscribe-form [type=number],
.subscribe-form [type=search],
.subscribe-form [type=tel],
.subscribe-form [type=time],
.subscribe-form [type=url],
.subscribe-form [type=color],
.subscribe-form textarea {
  border: 1px solid rgb(192, 192, 192) !important;
}

@media print, screen and (min-width: 64em) {
  .wave-spec {
    margin-top: 6.25rem;
  }
}

.tf-v1-popup {
  z-index: 1000001 !important;
}

.gm-style .gm-style-iw .gm-style-iw-d h3 {
  font-size: 1.875rem;
  line-height: 2.1875rem;
  font-weight: 700;
}
.gm-style .gm-style-iw .gm-style-iw-d .map-button {
  background: linear-gradient(29deg, rgb(61, 140, 34) 0%, rgb(70, 181, 33) 100%);
  color: #fff;
  padding: 15px 20px;
  border-radius: 40px;
  margin-top: 20px;
  display: inline-block;
  line-height: 1rem;
}

html {
  scroll-behavior: smooth;
}

.kontor-wrap-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  margin-left: 0.625rem;
  margin-right: 0.625rem;
  width: 100%;
  justify-content: flex-start;
}
@media print, screen and (min-width: 64em) {
  .kontor-wrap-v2 {
    margin-left: 2.03125rem;
    margin-right: 2.03125rem;
    gap: 26px;
  }
}

.kontor-rubrik-v2 {
  display: flex;
  gap: 2.25rem;
  align-items: center;
  margin-bottom: 1rem;
}

.kontor-kontakt-v2 {
  background-color: #f2f2f2;
  border-radius: 24px;
  padding: 28px 28px 28px 28px;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.kontor-kontakt-v2 h2 {
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: #349d32;
}

.rubrik-projekt-v2 {
  margin-top: 2.5rem;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.kontor-adress-v2 {
  background-color: #ebf6eb;
  border-radius: 24px;
  padding: 28px 28px 10px 28px;
  width: 100%;
  margin-top: 1rem;
}
@media screen and (min-width: 40em) {
  .kontor-adress-v2 {
    width: 48%;
  }
}
@media screen and (min-width: 64em) {
  .kontor-adress-v2 {
    width: 23%;
  }
}
.kontor-adress-v2 h2 {
  font-size: 1.625rem;
  line-height: 1.875rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: #349d32;
}

.button-v2 {
  display: flex;
  padding: 0.625rem 1.9375rem 0.4375rem 1.9375rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  color: #000;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.75rem; /* 127.273% */
  border: 2px solid #349d32;
  border-radius: 62.4375rem;
  margin-bottom: 0.6rem;
}

.vanliga-button {
  border-radius: 62.4375rem;
  background: #349d32;
  color: #fff;
  display: inline-flex;
  padding: 0.625rem 1.9375rem 0.4375rem 1.9375rem;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  margin-bottom: 1.5rem;
  transition: all 0.2s ease-out;
}
.vanliga-button:hover {
  color: #fff;
  background: #40b13f;
}

.kontaktperson-kontor-v2 {
  background-color: #fff;
  padding: 1.56rem 1.25rem 1.05rem 1.25rem;
  border-radius: 0.625rem;
}
.kontaktperson-kontor-v2 p.kontakt-rubrik {
  color: #000;
  font-family: "League Spartan";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.75rem; /* 116.667% */
}
.kontaktperson-kontor-v2 p {
  margin-bottom: 0.2rem;
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.kontaktperson-kontor-v2 a {
  color: #000;
}

.projekt-knappar-v2 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.1rem;
  margin-bottom: 2.5rem;
  transition: all 0.2s ease-out;
}
.projekt-knappar-v2 .vanliga-button {
  width: 100%;
  margin-bottom: 0;
}
.projekt-knappar-v2 .vanliga-button:hover {
  color: #fff;
  background: #40b13f;
}
@media screen and (min-width: 64em) {
  .projekt-knappar-v2 .vanliga-button {
    width: auto;
  }
}

.header-bar-v2 {
  position: sticky;
  height: 98px;
  top: 0;
  padding: 10px 20px;
  z-index: 100;
  background-color: #349d32;
  display: none;
}
@media screen and (min-width: 84em) {
  .header-bar-v2 {
    display: flex;
    padding-left: 240px;
    align-items: center;
  }
}
@media screen and (min-width: 114em) {
  .header-bar-v2 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }
}

/* Grundläggande styling för menyn */
.main-menu {
  display: flex;
  gap: 36px; /* 36px mellan menyobjekt */
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Styling för länkar */
.main-menu li a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  padding: 31px 0;
  display: block;
  transition: color 0.3s ease;
  font-size: 1.25rem;
}

.main-menu li a:hover {
  color: #9fd866;
}

/* Dropdown container */
.main-menu li {
  position: relative;
  list-style-type: none;
}
.main-menu li ul {
  margin-left: 0;
}

/* Dropdown meny */
.main-menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 160px;
  background-color: white;
  padding: 10px 0;
  display: none;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  animation: 100ms ease-in-out;
  border: 2px solid #349d32;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

/* Dropdown-länkar */
.main-menu .sub-menu li a {
  padding: 10px 15px;
  white-space: nowrap;
  color: #333;
  font-weight: bold;
}

/* Pil (dash-down) för objekt med submenu */
.main-menu li:has(> .sub-menu) > a::after {
  content: "";
  display: inline-block;
  width: 14px; /* större ikon */
  height: 14px;
  margin-left: 4px;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><polyline points='6 9 12 15 18 9' stroke='white' stroke-width='3' fill='none' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Visa dropdown på hover */
.main-menu li:hover > .sub-menu {
  display: block;
}

.header-search-container-v2 {
  position: relative;
  border: 0;
  width: 160px;
}
@media screen and (min-width: 114em) {
  .header-search-container-v2 {
    width: 200px;
  }
}
.header-search-container-v2 i {
  position: absolute;
  right: 18px;
  top: 16px;
}
.header-search-container-v2 [type=text] {
  height: 48px;
  border-radius: 32px;
  border: 4px solid #9fd866;
}
.header-search-container-v2 [type=text]::-moz-placeholder {
  font-weight: bold;
}
.header-search-container-v2 [type=text]::placeholder {
  font-weight: bold;
}

.deltagarportal {
  height: 48px;
  border-radius: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 52px;
  color: #0a0a0a;
  width: 160px;
  padding-top: 5px;
  border: 4px solid #9fd866;
  transition: all 0.2s ease-out;
}
.deltagarportal:hover {
  background-color: #9fd866;
  color: #000;
}
@media screen and (min-width: 114em) {
  .deltagarportal {
    width: 200px;
  }
}

.extra-menu {
  display: flex;
  position: absolute;
  right: 20px;
  top: 26px;
  gap: 10px; /* 36px mellan menyobjekt */
}
@media screen and (min-width: 114em) {
  .extra-menu {
    gap: 20px;
  }
}

@media screen and (min-width: 84em) {
  .hide-v2 {
    display: none;
  }
  #rmp_menu_trigger-195 {
    display: none !important;
  }
}
.page-id-924 .en_kolumn, .inledning-kontor {
  padding-top: 80px;
}

.office-item.sortorder-65 {
  order: 1;
}
.office-item.sortorder-60 {
  order: 2;
}
.office-item.sortorder-55 {
  order: 3;
}
.office-item.sortorder-50 {
  order: 4;
}
.office-item.sortorder-45 {
  order: 5;
}
.office-item.sortorder-40 {
  order: 6;
}
.office-item.sortorder-35 {
  order: 7;
}
.office-item.sortorder-30 {
  order: 8;
}
.office-item.sortorder-25 {
  order: 9;
}
.office-item.sortorder-20 {
  order: 10;
}
.office-item.sortorder-15 {
  order: 11;
}
.office-item.sortorder-10 {
  order: 12;
}
.office-item.sortorder-5 {
  order: 13;
}
.office-item.sortorder-0 {
  order: 14;
}/*# sourceMappingURL=style.css.map */