/**
 * Square mixin
 *
 * @param [Number] $dimensions = the height and width of the element
 */
/* stylelint-disable */
/* stylelint-enable */
/*!
 * Font Awesome Free 5.12 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
#cboxWrapper {
  border-radius: 0;
}

#cboxCurrent {
  bottom: 0;
}

body:after {
  content: "bp-xs";
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  padding: 0.625rem;
  background: red;
  visibility: hidden;
  opacity: 0;
}

body.theme-debug-mode:after {
  visibility: visible;
}

@media (min-width: 768px) {
  body:after {
    content: "bp-sm";
    position: fixed;
    bottom: 0;
    right: 0;
    background: #ffce00;
  }
}

@media (min-width: 940px) {
  body:after {
    content: "bp-md";
    position: fixed;
    bottom: 0;
    right: 0;
    background: yellow;
  }
}

@media (min-width: 1201px) {
  body:after {
    content: "bp-lg";
    position: fixed;
    bottom: 0;
    right: 0;
    background: green;
  }
}

/* stylelint-disable */
/* stylelint-enable */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-ms-viewport {
  width: device-width;
}

body {
  font-family: "Museo-Sans", "Arial", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 300;
  text-align: left;
  color: #1d1e20;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

figure {
  margin: 0;
}

hr {
  display: none;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

output {
  display: inline-block;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}

p {
  margin-top: 0;
}

abbr[title],
abbr[data-original-title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
}

address {
  margin-top: 0;
  margin-bottom: 1.6875rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1.6875rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-top: 0;
  margin-bottom: 0.9375rem;
  margin-left: 0;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

em,
i {
  font-style: italic;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button {
  border: 0 none;
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  box-sizing: border-box;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator:hover,
input[type="datetime"]::-webkit-calendar-picker-indicator:hover,
input[type="datetime-local"]::-webkit-calendar-picker-indicator:hover,
input[type="week"]::-webkit-calendar-picker-indicator:hover {
  background: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  white-space: normal;
  color: inherit;
  margin-bottom: .5rem;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

input[type="button"], input[type="reset"], input[type="submit"] {
  outline: 0;
}

input[type="button"]:focus, input[type="button"]:focus:hover, input[type="reset"]:focus, input[type="reset"]:focus:hover, input[type="submit"]:focus, input[type="submit"]:focus:hover {
  outline: 0;
}

#styleguide-header .item-list {
  width: 100%;
  margin: 0 0 1.6875rem 0;
}

@media (min-width: 480px) and (max-width: 767px) {
  #styleguide-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #styleguide-header .item-list {
    width: 50%;
    padding: 0 0.625rem;
  }
}

@media (min-width: 768px) {
  #styleguide-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #styleguide-header .item-list {
    width: 25%;
    padding: 0 0.625rem;
  }
}

.iframe-responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  width: 100%;
}

.iframe-responsive--full {
  padding-bottom: 75%;
}

.iframe-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.pull-right,
[class*="col--"].pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.clear {
  clear: both;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

.hide,
.visually-hidden,
.field--label-visually_hidden {
  position: absolute !important;
  display: block !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  overflow: hidden !important;
  height: 0.0625rem !important;
  width: 0.0625rem !important;
  word-wrap: normal !important;
}

.hide.focusable:focus,
.visually-hidden.focusable:focus,
.field--label-visually_hidden.focusable:focus {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 499 !important;
  display: block !important;
  clip: auto !important;
  overflow: visible !important;
  height: auto !important;
  width: auto !important;
  background: #fff;
}

.hide-text,
.hidden-text {
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}

.hidden {
  display: none;
}

.invisible,
.element-invisible {
  visibility: hidden;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  .visible-sm {
    display: none !important;
  }
  .visible-md {
    display: none !important;
  }
  .visible-lg {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 939px) {
  .visible-xs {
    display: none !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  .visible-md {
    display: none !important;
  }
  .visible-lg {
    display: none !important;
  }
}

@media (min-width: 940px) and (max-width: 1200px) {
  .visible-xs {
    display: none !important;
  }
  .visible-sm {
    display: none !important;
  }
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block !important;
  }
  .visible-lg {
    display: none !important;
  }
}

@media (min-width: 1201px) {
  .visible-xs {
    display: none !important;
  }
  .visible-sm {
    display: none !important;
  }
  .visible-md {
    display: none !important;
  }
  .visible-lg {
    display: block !important;
  }
  .hidden-lg {
    display: none !important;
  }
}

.animate-fade {
  transition: opacity 0.3s ease-out;
}

.animate-fade:hover {
  opacity: 0;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  margin: 0;
}

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

.container {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin: 0 auto;
  max-width: none;
}

@media (min-width: 768px) {
  .container {
    max-width: none;
  }
}

@media (min-width: 940px) {
  .container {
    max-width: 940px;
  }
}

@media (min-width: 1201px) {
  .container {
    max-width: 1200px;
  }
}

.container .container {
  padding: 0;
  margin: 0;
  max-width: none;
}

.container--fluid {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.container--fluid .container {
  padding: 0;
}

.page {
  overflow-x: hidden;
  overflow-y: auto;
}

.file {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.file .icon {
  position: absolute;
  left: 0;
  top: -0.125rem;
  width: 0.875rem;
  text-align: center;
}

.file a {
  display: block;
}

.icon--file {
  transition: all 0.3s ease-in-out;
}

.icon--file:before {
  content: "\f15b";
  display: inline-block;
  margin: 0 5px 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 1rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  color: #1d1e20;
}

.list__item--download {
  font-size: 0.875rem;
  line-height: 1.125rem;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}

.list__item--download:hover {
  color: #fff;
  background-color: #17305b;
  box-shadow: 0 0 0 0.2em #17305b;
}

.list__item--download:hover .icon:before {
  color: #fff;
}

.list__item--download .icon--file:before {
  content: "\f15b";
  display: inline-block;
  margin: 0 5px 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 1rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  color: #17305b;
}

.list__item--download a,
.list__item--download a:visited {
  color: #17305b;
  transition: all 0.3s ease-in-out;
}

.list__item--download a:hover,
.list__item--download a:active {
  color: #fff;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  /**
  * Remove the outline on focused links when they are also active or hovered
  * in all browsers (opinionated).
  */
}

a, a:visited {
  color: #0066bb;
}

a:hover {
  color: #17305b;
}

a:active, a:focus {
  color: #17305b;
}

a:after, a:before {
  transition: all 0.3s ease-in-out;
}

a:hover, a:active {
  outline-width: 0;
}

.more-link a {
  font-size: 1rem;
  line-height: 1.5rem;
  display: inline-block;
  border-bottom: 1px solid #f0cc31;
  text-decoration: none;
  font-weight: 400;
  color: #17305b;
  white-space: nowrap;
  -ms-word-break: keep-all;
  word-break: keep-all;
}

.more-link a:hover {
  border-color: #0066bb;
  color: #17305b;
}

.more-link a:before {
  display: none;
}

.more-link a:after {
  transition: none;
}

.link--more {
  font-size: 1rem;
  line-height: 1.5rem;
  display: inline-block;
  border-bottom: 1px solid #f0cc31;
  text-decoration: none;
  font-weight: 400;
  color: #17305b;
  white-space: nowrap;
  -ms-word-break: keep-all;
  word-break: keep-all;
}

.link--more:hover {
  border-color: #0066bb;
  color: #17305b;
}

.link--more:before {
  display: none;
}

.link--more:after {
  transition: none;
}

.link--more-big {
  font-size: 1.25rem;
  line-height: 1.6875rem;
  border-bottom: 1px solid #f0cc31;
  font-weight: 400;
  white-space: nowrap;
  -ms-word-break: keep-all;
  word-break: keep-all;
}

.link--more-big:before {
  display: none;
}

.link--more-big, .link--more-big:visited {
  color: #17305b;
}

.link--more-big:hover, .link--more-big:active {
  border-color: #0066bb;
  color: #17305b;
}

.back-link a {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  -ms-word-break: keep-all;
  word-break: keep-all;
}

.back-link a:before {
  content: "\f104";
  display: inline-block;
  margin: 0 0.3125rem 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.875rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
}

.back-link a:before {
  transition: none;
}

.back-link a:after {
  display: none;
}

.link--back {
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
  -ms-word-break: keep-all;
  word-break: keep-all;
}

.link--back:before {
  content: "\f104";
  display: inline-block;
  margin: 0 0.3125rem 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.875rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
}

.link--back:before {
  transition: none;
}

.link--back:after {
  display: none;
}

ul.inline a,
.cke_editable a,
.text-long a:not(.button),
.text-long .links li a {
  position: relative;
  display: inline;
  text-decoration: underline;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}

ul.inline a, ul.inline a:visited,
.cke_editable a,
.cke_editable a:visited,
.text-long a:not(.button),
.text-long a:not(.button):visited,
.text-long .links li a,
.text-long .links li a:visited {
  color: #0066bb;
}

ul.inline a:hover,
.cke_editable a:hover,
.text-long a:not(.button):hover,
.text-long .links li a:hover {
  color: #0099dd;
}

ul.inline a:active,
.cke_editable a:active,
.text-long a:not(.button):active,
.text-long .links li a:active {
  color: #17305b;
}

a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: inherit;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  text-decoration: none;
  color: inherit;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

[onclick^="location.href="],
[onclick^="window.open"] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Museo-Sans", "Arial", sans-serif;
}

h1 a,
h1 a:visited,
h2 a,
h2 a:visited,
h3 a,
h3 a:visited,
h4 a,
h4 a:visited,
h5 a,
h5 a:visited,
h6 a,
h6 a:visited,
.h1 a,
.h1 a:visited,
.h2 a,
.h2 a:visited,
.h3 a,
.h3 a:visited,
.h4 a,
.h4 a:visited,
.h5 a,
.h5 a:visited,
.h6 a,
.h6 a:visited {
  text-decoration: none;
  color: #0066bb;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover {
  text-decoration: none;
  color: #1d1e20;
}

h1,
.h1 {
  margin: 0 0 1.6875rem 0;
  font-family: "Museo-Sans", "Arial", sans-serif;
  font-size: 3.125rem;
  line-height: 3.75rem;
  font-weight: 300;
  color: #1d1e20;
}

h1 a,
h1 a:visited,
.h1 a,
.h1 a:visited {
  text-decoration: none;
  color: #0066bb;
}

h1 a:hover,
.h1 a:hover {
  text-decoration: none;
  color: #1d1e20;
}

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.40385rem;
    line-height: 2.88462rem;
  }
}

@media (min-width: 768px) and (max-width: 939px) {
  h1,
  .h1 {
    font-size: 2.60417rem;
    line-height: 3.125rem;
  }
}

@media (min-width: 940px) and (max-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.84091rem;
    line-height: 3.40909rem;
  }
}

@media (min-width: 1201px) {
  h1,
  .h1 {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}

h2,
.h2 {
  margin: 0 0 0.9375rem 0;
  font-size: 2.5rem;
  line-height: 3.375rem;
  font-weight: 300;
  color: #1d1e20;
}

@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 1.92308rem;
    line-height: 2.59615rem;
  }
}

@media (min-width: 768px) and (max-width: 939px) {
  h2,
  .h2 {
    font-size: 2.08333rem;
    line-height: 2.8125rem;
  }
}

@media (min-width: 940px) and (max-width: 1200px) {
  h2,
  .h2 {
    font-size: 2.27273rem;
    line-height: 3.06818rem;
  }
}

@media (min-width: 1201px) {
  h2,
  .h2 {
    font-size: 2.5rem;
    line-height: 3.375rem;
  }
}

h3,
.h3 {
  margin: 0 0 0.9375rem 0;
  font-size: 2.0625rem;
  line-height: 2.5rem;
  font-weight: 300;
  color: #1d1e20;
}

@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 1.58654rem;
    line-height: 1.92308rem;
  }
}

@media (min-width: 768px) and (max-width: 939px) {
  h3,
  .h3 {
    font-size: 1.71875rem;
    line-height: 2.08333rem;
  }
}

@media (min-width: 940px) and (max-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.875rem;
    line-height: 2.27273rem;
  }
}

@media (min-width: 1201px) {
  h3,
  .h3 {
    font-size: 2.0625rem;
    line-height: 2.5rem;
  }
}

h4,
.h4 {
  margin: 0 0 0.9375rem 0;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #1d1e20;
}

@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 1.15385rem;
    line-height: 1.44231rem;
  }
}

@media (min-width: 768px) and (max-width: 939px) {
  h4,
  .h4 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}

@media (min-width: 940px) and (max-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.36364rem;
    line-height: 1.70455rem;
  }
}

@media (min-width: 1201px) {
  h4,
  .h4 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

h5,
.h5 {
  margin: 0 0 0.3125rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #1d1e20;
}

@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}

@media (min-width: 768px) and (max-width: 939px) {
  h5,
  .h5 {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}

@media (min-width: 940px) and (max-width: 1200px) {
  h5,
  .h5 {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}

@media (min-width: 1201px) {
  h5,
  .h5 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

h6,
.h6 {
  margin: 0 0 0.3125rem 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #1d1e20;
}

@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}

@media (min-width: 768px) and (max-width: 939px) {
  h6,
  .h6 {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}

@media (min-width: 940px) and (max-width: 1200px) {
  h6,
  .h6 {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}

@media (min-width: 1201px) {
  h6,
  .h6 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.text-long h2.no-margin,
.text-long h3.no-margin,
.text-long h4.no-margin,
.text-long h5.no-margin,
.text-long h6.no-margin {
  margin-bottom: 0;
}

mark,
.marker,
.highlight {
  display: inline-block;
  color: #050505;
  background-color: #ff0;
}

details {
  border: 1px solid #d1d1d1;
}

details summary {
  padding: 0.5rem 0.9375rem;
  color: #1d1e20;
  background: #d1d1d1;
}

details summary:focus {
  outline: none;
}

details .details-wrapper {
  padding: 0.625rem 0.9375rem 0;
}

summary {
  cursor: pointer;
}

small,
.small {
  font-size: 0.8125rem;
  line-height: 1.01562rem;
}

p,
.p {
  margin-bottom: 1.6875rem;
}

.text-long .text-align-right {
  text-align: right;
}

.text-long .text-align-center {
  text-align: center;
}

.text-long .text-align-justify {
  text-align: justify;
}

.text-long:after {
  clear: both;
  content: "";
  display: table;
}

.text-long p:last-child,
.text-long .p:last-child {
  margin-bottom: 0;
}

.text-long p.no-margin,
.text-long .p.no-margin {
  margin-bottom: 0;
}

.text-long blockquote,
.text-long .blockquote {
  position: relative;
  margin: 0 0 1.6875rem 0;
  padding: 0;
  width: 100%;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-style: italic;
  color: #17305b;
  background-color: transparent;
}

@media (max-width: 767px) {
  .text-long blockquote,
  .text-long .blockquote {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}

@media (min-width: 768px) and (max-width: 939px) {
  .text-long blockquote,
  .text-long .blockquote {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
}

@media (min-width: 940px) and (max-width: 1200px) {
  .text-long blockquote,
  .text-long .blockquote {
    font-size: 1.13636rem;
    line-height: 1.59091rem;
  }
}

@media (min-width: 1201px) {
  .text-long blockquote,
  .text-long .blockquote {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.text-long blockquote:before,
.text-long .blockquote:before {
  content: "\201C";
  margin-right: 0.25rem;
}

.text-long blockquote:after,
.text-long .blockquote:after {
  content: "\201D";
  margin-left: -0.25rem;
}

.text-long blockquote p,
.text-long .blockquote p {
  display: inline;
}

.text-long blockquote:last-child,
.text-long .blockquote:last-child {
  margin-bottom: 0;
}

.text-long hr,
.text-long .hr {
  display: block;
  box-sizing: content-box;
  overflow: visible;
  margin: 1.6875rem 0;
  padding: 0;
  width: 100%;
  height: 0;
  border: 0;
  border-top: 1px solid #d1d1d1;
}

.text-long hr:last-child,
.text-long .hr:last-child {
  margin-bottom: 0;
}

.text-long pre,
.text-long .pre {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  margin: 0 0 1.6875rem 0;
  padding: 0.9375rem;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.3125rem;
  font-family: monospace;
  font-size: 1em;
  white-space: pre-line;
  color: #1d1e20;
  background-color: #fff;
}

.text-long pre:last-child,
.text-long .pre:last-child {
  margin-bottom: 0;
}

ul,
ol,
dl {
  margin: 0 0 0.9375rem 0;
}

ul ul,
ul ol,
ol ul,
ol ol,
dl ul,
dl ol {
  margin-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}

ul li,
ol li,
dl li {
  margin-bottom: 0.42188rem;
  list-style-position: inside;
}

ul li:last-child,
ol li:last-child,
dl li:last-child {
  margin-bottom: 0;
}

ul {
  padding: 0 0 0 1.25rem;
}

ol {
  padding: 0 0 0 1.5rem;
}

dl {
  padding: 0 0 0 1.5rem;
}

dl dt {
  margin-top: 0.9375rem;
}

dl dt:first-child {
  margin-top: 0;
}

dl dt + dd {
  margin-top: 0.9375rem;
}

dl dd {
  margin-bottom: 0.42188rem;
}

nav ul,
nav ol {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

nav ul > li,
nav ol > li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.inline {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: -0.3125rem -0.3125rem 1.6875rem -0.3125rem;
}

ul.inline li {
  display: inline-block;
  margin: 0.3125rem 0.3125rem 0 0.3125rem;
  padding: 0;
}

.filter-type ul:not(.inline),
.text-long ul:not(.inline) {
  display: block;
  padding-left: 0;
  margin-left: 0;
  overflow: hidden;
}

.filter-type ul:not(.inline) > li,
.text-long ul:not(.inline) > li {
  position: relative;
  display: block;
  margin-bottom: 0.42188rem;
  list-style: none;
}

.filter-type ul:not(.inline) > li:last-child,
.text-long ul:not(.inline) > li:last-child {
  margin-bottom: 0;
}

.filter-type ul:not(.inline) > li,
.text-long ul:not(.inline) > li {
  padding-left: 1.875rem;
}

.filter-type ul:not(.inline) > li:before,
.text-long ul:not(.inline) > li:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0.375rem;
  display: block;
  margin-top: -1px;
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url("../images/generated/bullet.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.filter-type ul:not(.inline) p,
.text-long ul:not(.inline) p {
  margin-bottom: 0.9375rem;
}

.filter-type ol,
.text-long ol {
  display: block;
  padding-left: 0;
  margin-left: 0;
  counter-reset: listStyle1;
  overflow: hidden;
}

.filter-type ol > li,
.text-long ol > li {
  position: relative;
  display: block;
  margin-bottom: 0.42188rem;
  list-style: none;
}

.filter-type ol > li:last-child,
.text-long ol > li:last-child {
  margin-bottom: 0;
}

.filter-type ol > li,
.text-long ol > li {
  padding-left: 1.625rem;
  counter-increment: listStyle1;
}

.filter-type ol > li:before,
.text-long ol > li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(listStyle1) ".";
  font-family: "Museo-Sans", "Arial", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  color: #17305b;
}

.filter-type ol > li ol,
.text-long ol > li ol {
  counter-reset: listStyle2;
}

.filter-type ol > li ol > li,
.text-long ol > li ol > li {
  counter-increment: listStyle2;
}

.filter-type ol > li ol > li:before,
.text-long ol > li ol > li:before {
  content: counter(listStyle2, lower-alpha) ".";
}

.filter-type ol > li ol > li > ol,
.text-long ol > li ol > li > ol {
  counter-reset: listStyle3;
}

.filter-type ol > li ol > li > ol > li,
.text-long ol > li ol > li > ol > li {
  counter-increment: listStyle3;
}

.filter-type ol > li ol > li > ol > li:before,
.text-long ol > li ol > li > ol > li:before {
  content: counter(listStyle3, lower-roman) ".";
}

.filter-type ol p,
.text-long ol p {
  margin-bottom: 0.9375rem;
}

.filter-type ul:not(.inline).is-horizontal,
.filter-type ol.is-horizontal,
.text-long ul:not(.inline).is-horizontal,
.text-long ol.is-horizontal {
  margin-right: -1.875rem;
}

.filter-type ul:not(.inline).is-horizontal li,
.filter-type ol.is-horizontal li,
.text-long ul:not(.inline).is-horizontal li,
.text-long ol.is-horizontal li {
  display: inline-block;
  margin-right: 1.875rem;
}

.filter-type ul:not(.inline):last-child,
.filter-type ol:last-child,
.text-long ul:not(.inline):last-child,
.text-long ol:last-child {
  margin-bottom: 0;
}

.filter-type ul:not(.inline).no-margin,
.filter-type ol.no-margin,
.text-long ul:not(.inline).no-margin,
.text-long ol.no-margin {
  margin-bottom: 0;
}

.filter-type li > ol:last-child,
.filter-type li > ul:not(.inline):last-child,
.text-long li > ol:last-child,
.text-long li > ul:not(.inline):last-child {
  margin-bottom: 0.9375rem;
}

img {
  display: block;
  border-style: none;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.text-long:after {
  clear: both;
  content: "";
  display: table;
}

.text-long img, .text-long img.align-left, .text-long img.align-right, .text-long img.align-center,
.text-long figure,
.text-long figure.align-left,
.text-long figure.align-right,
.text-long figure.align-center,
.text-long [data-entity-type="media"],
.text-long [data-entity-type="media"].align-left,
.text-long [data-entity-type="media"].align-right,
.text-long [data-entity-type="media"].align-center {
  display: block;
  float: none;
  margin: 0 0 1.875rem 0;
  max-width: 100%;
  width: auto;
  height: auto;
}

@media (min-width: 768px) {
  .text-long img.align-left,
  .text-long figure.align-left,
  .text-long [data-entity-type="media"].align-left {
    float: left;
    margin: 0 1.875rem 1.875rem 0;
  }
  .text-long img.align-right,
  .text-long figure.align-right,
  .text-long [data-entity-type="media"].align-right {
    float: right;
    margin: 0 0 1.875rem 1.875rem;
  }
  .text-long img.align-center,
  .text-long figure.align-center,
  .text-long [data-entity-type="media"].align-center {
    margin-left: auto;
    margin-right: auto;
  }
}

.text-long figure.align-center img,
.text-long [data-entity-type="media"].align-center img {
  margin: 0 auto;
}

.text-long figure img,
.text-long [data-entity-type="media"] img {
  float: none;
  padding: 0;
}

.text-long figcaption {
  margin-top: 0.625rem;
  display: block;
  text-align: center;
  font-style: italic;
  color: #707070;
}

.form__group--checkboxes,
.form__group--radios {
  margin-bottom: 1.6875rem;
  width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  top: 0.3125rem;
  display: inline-block;
  margin: 0 0.4375rem 0 0;
  padding: 0;
  border: 1px solid #d5d5d5;
  border-radius: 0;
  vertical-align: top;
  background: #fff;
  outline: none;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

input[type="radio"]:hover, input[type="radio"]:focus,
input[type="checkbox"]:hover,
input[type="checkbox"]:focus {
  cursor: pointer;
  outline: 0;
  border-color: #f0cc31;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  opacity: .5;
  background: #fff;
}

input[type="radio"]:disabled:hover,
input[type="checkbox"]:disabled:hover {
  cursor: default;
  border-color: #1d1e20;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
  border-color: #d5d5d5 !important;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  position: relative;
  display: inline;
  font-weight: 400;
  color: #1d1e20;
}

input[type="radio"] + label .form__label__not-required,
input[type="checkbox"] + label .form__label__not-required {
  display: none;
}

input[type="checkbox"] {
  background-color: #fff;
  width: 0.75rem;
  height: 0.75rem;
  transition: background-color ease-in-out 0.1s, border-color ease-in-out 0.1s;
}

input[type="checkbox"]::-ms-check {
  color: transparent;
}

input[type="checkbox"] + label:before {
  content: "\f00c";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.75rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  color: #f0cc31;
}

input[type="checkbox"] + label:before {
  position: absolute;
  left: -1.8125rem;
  top: 0.1875rem;
  opacity: 0;
}

input[type="checkbox"]:checked + label:before {
  opacity: 1;
  transition: opacity ease-in-out 0.1s;
}

input[type="checkbox"]:disabled:checked + label:before {
  color: rgba(23, 48, 91, 0.5);
}

.form__element.form-type--checkbox,
.form__element.form-type--radio {
  position: relative;
  padding-left: 1.875rem;
  margin-bottom: 0.3125rem;
}

.form__element.form-type--checkbox input[type="checkbox"],
.form__element.form-type--radio input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0.5625rem;
}

.form__element.form-type--checkbox input[type="radio"],
.form__element.form-type--radio input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0.5rem;
}

.main .form-actions button,
.main .form-actions input[type="submit"],
.main .form-actions [id*="edit-cancel"] {
  width: 100%;
  margin-top: 0.9375rem;
}

.main .form-actions button:first-child,
.main .form-actions input[type="submit"]:first-child,
.main .form-actions [id*="edit-cancel"]:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .main .form-actions button,
  .main .form-actions input[type="submit"],
  .main .form-actions [id*="edit-cancel"] {
    width: auto;
    margin-top: 0;
    margin-right: 0.9375rem;
  }
  .main .form-actions button:first-child,
  .main .form-actions input[type="submit"]:first-child,
  .main .form-actions [id*="edit-cancel"]:first-child {
    margin-top: 0;
  }
}

legend {
  display: block;
  font-size: 1.5rem;
  line-height: 2.0625rem;
  font-weight: 700;
  white-space: normal;
  color: #1d1e20;
}

@media (max-width: 767px) {
  legend {
    font-size: 1.15385rem;
    line-height: 1.58654rem;
  }
}

@media (min-width: 768px) and (max-width: 939px) {
  legend {
    font-size: 1.25rem;
    line-height: 1.71875rem;
  }
}

@media (min-width: 940px) and (max-width: 1200px) {
  legend {
    font-size: 1.36364rem;
    line-height: 1.875rem;
  }
}

@media (min-width: 1201px) {
  legend {
    font-size: 1.5rem;
    line-height: 2.0625rem;
  }
}

fieldset,
.form-fieldset {
  margin: 0 0 1.6875rem 0;
  padding: 0.625rem;
  border: 1px solid #d1d1d1;
}

fieldset legend,
.form-fieldset legend {
  display: table;
  box-sizing: border-box;
  padding: 0 0.625rem;
  max-width: 100%;
  width: auto;
}

.form__element {
  margin-bottom: 1.6875rem;
  width: 100%;
}

.form__element:after {
  clear: both;
  content: "";
  display: table;
}

.form__element .field-suffix,
.form__element .admin-link {
  display: block;
}

.form__element .admin-link {
  margin-top: 0.625rem;
}

.form__element--prefix,
.form__element--suffix {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.form__element__prefix {
  margin-right: 0.625rem;
}

.form__element__suffix {
  margin-left: 0.625rem;
}

form small,
form .description,
.form__element__description,
.password-suggestions,
.webform-component--mandatory-fields p,
.form__element ~ p {
  display: block;
  margin-top: 0.9375rem;
  color: rgba(112, 112, 112, 0.6);
  font-size: 0.8125rem;
  line-height: 1.375rem;
}

form small ul,
form .description ul,
.form__element__description ul,
.password-suggestions ul,
.webform-component--mandatory-fields p ul,
.form__element ~ p ul {
  display: block;
  padding-left: 0;
  margin-left: 0;
  overflow: hidden;
  padding-left: 0;
}

form small ul > li,
form .description ul > li,
.form__element__description ul > li,
.password-suggestions ul > li,
.webform-component--mandatory-fields p ul > li,
.form__element ~ p ul > li {
  position: relative;
  display: block;
  margin-bottom: 0.42188rem;
  list-style: none;
}

form small ul > li:last-child,
form .description ul > li:last-child,
.form__element__description ul > li:last-child,
.password-suggestions ul > li:last-child,
.webform-component--mandatory-fields p ul > li:last-child,
.form__element ~ p ul > li:last-child {
  margin-bottom: 0;
}

form small ul > li,
form .description ul > li,
.form__element__description ul > li,
.password-suggestions ul > li,
.webform-component--mandatory-fields p ul > li,
.form__element ~ p ul > li {
  padding-left: 1.875rem;
}

form small ul > li:before,
form .description ul > li:before,
.form__element__description ul > li:before,
.password-suggestions ul > li:before,
.webform-component--mandatory-fields p ul > li:before,
.form__element ~ p ul > li:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 0.375rem;
  display: block;
  margin-top: -1px;
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url("../images/generated/bullet.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

form small ul > li,
form .description ul > li,
.form__element__description ul > li,
.password-suggestions ul > li,
.webform-component--mandatory-fields p ul > li,
.form__element ~ p ul > li {
  margin-top: 0.375rem;
  padding-left: 0.75rem;
}

form small ul > li:before,
form .description ul > li:before,
.form__element__description ul > li:before,
.password-suggestions ul > li:before,
.webform-component--mandatory-fields p ul > li:before,
.form__element ~ p ul > li:before {
  top: 0.5rem;
  font-size: 4px;
}

.form__label {
  font-size: 0.875rem;
  line-height: 1.375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 500;
  color: #17305b;
  transition: all 0.3s ease-in-out;
}

.form__label__required {
  display: none;
}

.form__label__not-required {
  font-size: 0.75rem;
  line-height: 1.375rem;
  display: inline-block;
  padding: 0 0.3125rem;
  font-weight: 300;
  color: #afafaf;
}

.js-form-required .form__label__not-required {
  display: none;
}

.form__element--error .form__label {
  color: #e74c3c;
}

input:not([type]), input:not([type="range"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="hidden"]),
textarea {
  font-size: 0.875rem;
  line-height: 1.5625rem;
  width: 100%;
  padding: 0.5625rem 0.625rem;
  border: 1px solid #d5d5d5;
  border-radius: 0.5rem;
  font-weight: 300;
  color: #1d1e20;
  background: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

input:not([type]):-ms-input-placeholder, input:not([type="range"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="hidden"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #d1d1d1;
  opacity: 1;
}

input:not([type])::placeholder, input:not([type="range"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="hidden"])::placeholder,
textarea::placeholder {
  color: #d1d1d1;
  opacity: 1;
}

input:not([type]):focus, input:not([type]):focus:hover, input:not([type="range"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="hidden"]):focus, input:not([type="range"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="hidden"]):focus:hover,
textarea:focus,
textarea:focus:hover {
  border-color: #f0cc31;
  outline: 0;
}

input:not([type])[disabled], input:not([type]):disabled, input:not([type="range"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="hidden"])[disabled], input:not([type="range"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="hidden"]):disabled,
textarea[disabled],
textarea:disabled {
  border-color: #f2f2f2;
  color: #f2f2f2;
  background: #fff;
  opacity: .5;
}

input:not([type]).error, input:not([type="range"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="hidden"]).error,
textarea.error {
  border-color: #e74c3c;
  color: #e74c3c;
}

input.error {
  color: #e74c3c;
}

input.admin-menu-search {
  height: auto;
}

input[type="radio"] {
  width: 0.875rem;
  height: 0.875rem;
  border-radius: 50%;
  background: #fff;
  box-shadow: none;
  transition: background-color ease-in-out 0.1s, border-color ease-in-out 0.1s, box-shadow ease-in-out 0.1s;
}

input[type="radio"]:checked {
  background: #f0cc31;
  box-shadow: inset 0 0 0 3.5px #fff;
}

input[type="radio"]:disabled:checked {
  background: #f2f2f2;
  box-shadow: inset 0 0 0 3px #fff;
}

input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 0.3125rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.3125rem;
  background-color: #e6e6e6;
}

input[type="range"]::-webkit-slider-thumb {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 1px solid #d5d5d5;
  border-radius: 0.1875rem;
  background-color: #fff;
}

input[type="range"]:focus, input[type="range"]:focus:hover {
  outline: 0;
}

select {
  font-size: 0.875rem;
  line-height: 1.5625rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  height: 2.75rem;
  width: 100%;
  padding: 0 2.5rem 0 0.625rem;
  border: 1px solid #d5d5d5;
  border-radius: 0.5rem;
  line-height: 2.625rem;
  color: #1d1e20;
  background-color: #fff;
  background-image: linear-gradient(45deg, transparent 50%, #1d1e20 50%), linear-gradient(135deg, #1d1e20 50%, transparent 50%);
  background-position: calc(100% - 20px) 18px, calc(100% - 15px) 18px, calc(100% - 2.5em) 8px;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

select::-ms-expand {
  display: none;
}

select:focus, select:focus:hover {
  border-color: #f0cc31;
  color: #17305b;
  outline: 0;
}

select:disabled, select[disabled] {
  border-color: #f2f2f2;
  border-style: dashed;
  color: #f2f2f2;
  background: #fff;
  opacity: .5;
}

.form__dropdown {
  position: relative;
}

.form__dropdown select {
  background-image: none;
}

.form__dropdown:after {
  content: "\f078";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.875rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  color: #1d1e20;
}

.form__dropdown:after {
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* stylelint-disable */
form .select2-container--default .select2-selection--multiple {
  min-height: 0;
  padding: 1.4375rem 1.25rem 0.375rem 1.25rem;
  border: 1px solid #d5d5d5;
  border-radius: 0;
  line-height: 0;
}

form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin-left: -0.3125rem;
}

form .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  margin-bottom: 0;
}

form .select2-container--default .select2-selection--multiple .select2-selection__rendered li.select2-selection__choice {
  line-height: 1.5;
}

form .select2-container--default .select2-selection--multiple input[type="search"] {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 none !important;
}

form .select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #f0cc31;
}

form .select2-container--default.select2-container--disabled .select2-selection--multiple {
  border-color: #f2f2f2;
}

/* stylelint-enable */
textarea {
  resize: vertical;
  overflow: auto;
  min-height: 8.75rem;
}

.form-textarea-wrapper {
  display: block;
}

.form-textarea-wrapper .grippie {
  display: none;
}

.webform-document-file .button {
  margin-top: 0.625rem;
}

.form-managed-file button {
  margin-top: 0.625rem;
}

@media (min-width: 768px) {
  .webform-document-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .webform-document-file .description {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .webform-document-file .button {
    margin-left: 0.625rem;
    margin-top: 0;
  }
  .file-upload-wrapper {
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: auto;
  }
  .form-managed-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .form-managed-file button {
    margin-top: 0;
    margin-left: 0.625rem;
  }
}

.button,
.cke-button,
input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  display: inline-block;
  padding: 1.125rem 2.0625rem;
  border: 0 none;
  border-radius: 1.5rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #0066bb;
  background-repeat: no-repeat;
  outline: none;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.button, .button:visited,
.cke-button,
.cke-button:visited,
input[type="button"],
input[type="button"]:visited, input[type="reset"], input[type="reset"]:visited, input[type="submit"], input[type="submit"]:visited {
  color: #fff;
}

.button:hover, .button:active,
.cke-button:hover,
.cke-button:active,
input[type="button"]:hover,
input[type="button"]:active, input[type="reset"]:hover, input[type="reset"]:active, input[type="submit"]:hover, input[type="submit"]:active {
  color: #fff;
  background: #0a79d6;
  outline: none;
}

.button:focus, .button:focus:hover,
.cke-button:focus,
.cke-button:focus:hover,
input[type="button"]:focus,
input[type="button"]:focus:hover, input[type="reset"]:focus, input[type="reset"]:focus:hover, input[type="submit"]:focus, input[type="submit"]:focus:hover {
  outline: 0;
}

.button.disabled, .button:disabled, .button[disabled],
.cke-button.disabled,
.cke-button:disabled,
.cke-button[disabled],
input[type="button"].disabled,
input[type="button"]:disabled,
input[type="button"][disabled], input[type="reset"].disabled, input[type="reset"]:disabled, input[type="reset"][disabled], input[type="submit"].disabled, input[type="submit"]:disabled, input[type="submit"][disabled] {
  pointer-events: none;
  cursor: default;
  opacity: .5;
}

.button--secondary,
.cke-button--secondary {
  cursor: pointer;
  display: inline-block;
  padding: 1.125rem 2.0625rem;
  border: 0 none;
  border-radius: 1.5rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  background-repeat: no-repeat;
  outline: none;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: inset 0 0 0 1px #0066bb;
}

.button--secondary, .button--secondary:visited,
.cke-button--secondary,
.cke-button--secondary:visited {
  color: #1d1e20;
}

.button--secondary:hover, .button--secondary:active,
.cke-button--secondary:hover,
.cke-button--secondary:active {
  color: #fff;
  background: #0a79d6;
  outline: none;
  box-shadow: inset 0 0 0 1px #0a79d6;
}

.button--secondary:focus, .button--secondary:focus:hover,
.cke-button--secondary:focus,
.cke-button--secondary:focus:hover {
  outline: 0;
}

.button--secondary.disabled, .button--secondary:disabled, .button--secondary[disabled],
.cke-button--secondary.disabled,
.cke-button--secondary:disabled,
.cke-button--secondary[disabled] {
  pointer-events: none;
  cursor: default;
  opacity: .5;
}

.button--negative {
  cursor: pointer;
  display: inline-block;
  padding: 1.125rem 2.0625rem;
  border: 0 none;
  border-radius: 1.5rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #17305b;
  background-repeat: no-repeat;
  outline: none;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: inset 0 0 0 1px #17305b;
}

.button--negative, .button--negative:visited {
  color: #fff;
}

.button--negative:hover, .button--negative:active {
  color: #17305b;
  background: #fff;
  outline: none;
  box-shadow: inset 0 0 0 1px rgba(23, 48, 91, 0);
}

.button--negative:focus, .button--negative:focus:hover {
  outline: 0;
}

.button--negative.disabled, .button--negative:disabled, .button--negative[disabled] {
  pointer-events: none;
  cursor: default;
  opacity: .5;
}

.button--negative-secondary {
  cursor: pointer;
  display: inline-block;
  padding: 1.125rem 2.0625rem;
  border: 0 none;
  border-radius: 1.5rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  background-repeat: no-repeat;
  outline: none;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: inset 0 0 0 1px #17305b;
}

.button--negative-secondary, .button--negative-secondary:visited {
  color: #fff;
}

.button--negative-secondary:hover, .button--negative-secondary:active {
  color: #fff;
  background: #17305b;
  outline: none;
  box-shadow: inset 0 0 0 1px #17305b;
}

.button--negative-secondary:focus, .button--negative-secondary:focus:hover {
  outline: 0;
}

.button--negative-secondary.disabled, .button--negative-secondary:disabled, .button--negative-secondary[disabled] {
  pointer-events: none;
  cursor: default;
  opacity: .5;
}

[id*="edit-cancel"] {
  cursor: pointer;
  display: inline-block;
  padding: 1.125rem 2.0625rem;
  border: 0 none;
  border-radius: 1.5rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  background-repeat: no-repeat;
  outline: none;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: inset 0 0 0 1px #0066bb;
}

[id*="edit-cancel"], [id*="edit-cancel"]:visited {
  color: #1d1e20;
}

[id*="edit-cancel"]:hover, [id*="edit-cancel"]:active {
  color: #fff;
  background: #0a79d6;
  outline: none;
  box-shadow: inset 0 0 0 1px #0a79d6;
}

[id*="edit-cancel"]:focus, [id*="edit-cancel"]:focus:hover {
  outline: 0;
}

[id*="edit-cancel"].disabled, [id*="edit-cancel"]:disabled, [id*="edit-cancel"][disabled] {
  pointer-events: none;
  cursor: default;
  opacity: .5;
}

.actions {
  margin-top: 0.625rem;
}

.actions .actions__divider,
.actions .button {
  display: block;
  margin-top: 0.625rem;
}

.actions .actions__divider {
  text-align: center;
}

@media (min-width: 768px) {
  .actions {
    margin-top: 0.625rem;
    margin-left: -0.625rem;
  }
  .actions .actions__divider {
    text-align: left;
  }
  .actions .actions__divider,
  .actions .button {
    display: inline-block;
    margin-left: 0.625rem;
  }
}

.text-long p .actions__divider,
.cke_editable p .actions__divider {
  margin-right: 0.625rem;
}

.text-long p .cke-button,
.cke_editable p .cke-button {
  margin-top: 0.625rem;
  margin-right: 0.625rem;
  border-bottom: 0 none;
}

.text-long p .cke-button:last-child,
.cke_editable p .cke-button:last-child {
  margin-right: 0;
}

.text-long p .cke-button:before, .text-long p .cke-button:after,
.cke_editable p .cke-button:before,
.cke_editable p .cke-button:after {
  display: none;
}

.text-long p .cke-button--secondary,
.cke_editable p .cke-button--secondary {
  margin-top: 0.625rem;
  margin-right: 0.625rem;
  border-bottom: 0 none;
}

.text-long p .cke-button--secondary:last-child,
.cke_editable p .cke-button--secondary:last-child {
  margin-right: 0;
}

.text-long p .cke-button--secondary:before, .text-long p .cke-button--secondary:after,
.cke_editable p .cke-button--secondary:before,
.cke_editable p .cke-button--secondary:after {
  display: none;
}

table {
  table-layout: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

table tbody tr:nth-child(odd) {
  background: #f7f7f7;
}

table tbody tr td {
  border: none;
}

th {
  padding: 0.625rem;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
  color: #1d1e20;
}

td {
  padding: 0.625rem;
  vertical-align: top;
}

thead tr:first-child,
tfoot tr:first-child {
  border-bottom: 2px solid #0066bb;
}

tbody td {
  padding: 0.625rem;
}

tbody.odd {
  background: #d1d1d1;
}

tbody.odd td {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

tbody.odd td:first-child {
  border-left: 1px solid #d1d1d1;
}

tbody.odd td:last-child {
  border-right: 1px solid #d1d1d1;
}

caption {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  text-align: left;
  font-style: italic;
  color: #707070;
}

@media (max-width: 767px) {
  .table-responsive.is-reformatted {
    /* Force table to not be like tables anymore */
  }
  .table-responsive.is-reformatted caption {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #d1d1d1;
  }
  .table-responsive.is-reformatted table,
  .table-responsive.is-reformatted thead,
  .table-responsive.is-reformatted tbody,
  .table-responsive.is-reformatted th,
  .table-responsive.is-reformatted td,
  .table-responsive.is-reformatted tr {
    display: block;
  }
  .table-responsive.is-reformatted thead {
    border: 0 none;
    background: transparent;
  }
  .table-responsive.is-reformatted thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-responsive.is-reformatted tr {
    border: 0 none;
  }
  .table-responsive.is-reformatted tr.odd td {
    border-bottom: 1px solid #fff;
  }
  .table-responsive.is-reformatted td {
    /* Behave  like a "row" */
    position: relative;
    border: none;
    border-bottom: 1px solid #d1d1d1;
  }
  .table-responsive.is-reformatted td:before {
    content: attr(data-title) ": ";
    /* Now like a table header */
    /* Top/left values mimic padding */
    display: block;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
  }
  .table-responsive.is-reformatted table.no-th td {
    position: static;
    width: auto;
  }
  .table-responsive.is-reformatted table.no-th td:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .table-responsive.has-scroll {
    position: relative;
    margin-bottom: 2.8125rem;
    border: 1px solid #d1d1d1;
  }
  .table-responsive.has-scroll table {
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 0;
    empty-cells: show;
    margin-bottom: 0;
    border: 0 none;
  }
  .table-responsive.has-scroll.js-table--no-th {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    min-height: .01%;
  }
  .table-responsive.has-scroll.js-table--th-row {
    overflow: hidden;
  }
  .table-responsive.has-scroll.js-table--th-row table {
    position: relative;
    width: 100%;
    padding: 0;
  }
  .table-responsive.has-scroll.js-table--th-row thead {
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 7.5rem;
  }
  .table-responsive.has-scroll.js-table--th-row thead tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .table-responsive.has-scroll.js-table--th-row thead tr:last-child {
    border-bottom: 0 none;
  }
  .table-responsive.has-scroll.js-table--th-row thead th,
  .table-responsive.has-scroll.js-table--th-row thead td {
    display: block;
    overflow: hidden;
    min-height: 6.25rem;
    text-overflow: ellipsis;
    word-wrap: normal;
    border-left: 1px solid #17305b;
    border-right: 1px solid #17305b;
    border-bottom: 1px solid white;
  }
  .table-responsive.has-scroll.js-table--th-row tbody {
    display: -ms-flexbox;
    display: flex;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: auto;
    overflow-y: hidden;
    width: calc(100vw - 120px - 40px);
  }
  .table-responsive.has-scroll.js-table--th-row tbody tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .table-responsive.has-scroll.js-table--th-row tbody th,
  .table-responsive.has-scroll.js-table--th-row tbody td {
    display: block;
    min-height: 6.25rem;
  }
  .table-responsive.has-scroll.js-table--th-top thead {
    left: 0;
  }
  .table-responsive.has-scroll.js-table--th-top tbody {
    margin-left: 7.5rem;
  }
  .table-responsive.has-scroll.js-table--th-bottom thead {
    right: 0;
  }
  .table-responsive.has-scroll.js-table--th-bottom tbody {
    margin-right: 7.5rem;
  }
  .table-responsive.has-scroll.js-table--th-col table {
    display: block;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    width: 100%;
  }
  .table-responsive.has-scroll.js-table--th-col tbody {
    position: static;
  }
  .table-responsive.has-scroll.js-table--th-col tr {
    position: static;
  }
  .table-responsive.has-scroll.js-table--th-col tr:last-child .th__content {
    border-bottom: 0 none;
  }
  .table-responsive.has-scroll.js-table--th-col th {
    padding: 0;
    width: 0;
    border: 0;
    background: transparent none;
  }
  .table-responsive.has-scroll.js-table--th-col .th__content {
    position: absolute;
    width: 7.5rem;
    padding: 0.625rem;
    border-bottom: 1px solid #fff;
    background: #17305b;
  }
  .table-responsive.has-scroll.js-table--th-left {
    padding-left: 7.5rem;
  }
  .table-responsive.has-scroll.js-table--th-left .th__content {
    left: 0;
  }
  .table-responsive.has-scroll.js-table--th-right {
    padding-right: 7.5rem;
  }
  .table-responsive.has-scroll.js-table--th-right .th__content {
    right: 0;
  }
}

.text-long table {
  margin-bottom: 1.6875rem;
}

.text-long table.no-margin {
  margin-bottom: 0;
}

.tabs__link {
  display: block;
  padding: 0.625rem 0.9375rem;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 0.875rem;
  line-height: 1.125rem;
  background-color: #707070;
}

.tabs__link, .tabs__link:visited {
  color: #fff;
  background-color: #707070;
}

.tabs__link:hover {
  color: #fff;
  background-color: #0066bb;
}

.tabs__link.is-active {
  color: #fff;
  background-color: #0066bb;
}

@media (min-width: 768px) {
  .tabs li {
    display: inline-block;
  }
  .tabs__link {
    display: inline-block;
    border-top: 0 none;
  }
  .tabs__link.is-active {
    color: #0066bb;
    background-color: #fff;
  }
}

.ajax-progress-throbber {
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}

.ajax-progress-throbber .throbber {
  display: block;
  width: 0.9375rem;
  height: 0.9375rem;
  border: 3px solid rgba(23, 48, 91, 0.2);
  border-top-color: #17305b;
  border-radius: 100%;
  background-image: none;
  animation: spin 1s infinite linear;
  pointer-events: none;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.block--type-homepage-banner {
  position: relative;
  padding: 9.375rem 0;
}

.block--type-homepage-banner .video-placeholder-youtube {
  width: 0 !important;
  height: 0 !important;
  background-image: none !important;
}

.block--type-homepage-banner .homepage-banner--content {
  max-width: 48.4375rem;
  margin: 0 auto;
  text-align: center;
  pointer-events: none;
}

.block--type-homepage-banner .homepage-banner--content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  margin-left: calc((-100vw + 100%) / 2);
  background-color: rgba(0, 17, 47, 0.5);
}

.block--type-homepage-banner .field--name-field-hb-title h1,
.block--type-homepage-banner .field--name-field-hb-teaser {
  color: #fff;
}

.block--type-homepage-banner .field--name-field-hb-teaser {
  max-width: 40.625rem;
  margin: 0 auto;
}

.block--type-homepage-banner .field--name-field-hb-video {
  display: none;
  pointer-events: none;
}

.block--type-homepage-banner .field--name-field-hb-background-image {
  position: absolute;
  z-index: -3;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100vw;
  height: 100%;
  margin-left: calc((-100vw + 100%) / 2);
}

.block--type-homepage-banner .field--name-field-hb-background-image .media {
  position: static;
}

.block--type-homepage-banner .field--name-field-hb-background-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  max-width: none;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 768px) {
  .block--type-homepage-banner {
    padding: 11.25rem 0;
  }
  .block--type-homepage-banner .field--name-field-hb-video {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100vw;
    margin-left: calc((-100vw + 100%) / 2);
    pointer-events: unset;
  }
  .block--type-homepage-banner .field--name-field-hb-video .video-embed-field-responsive-video {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    min-height: 100%;
    width: 100%;
    min-width: 100%;
    max-width: none;
    margin: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 940px) {
  .block--type-homepage-banner {
    padding: 13.75rem 0;
  }
}

@media (min-width: 1201px) {
  .block--type-homepage-banner {
    padding: 16.25rem 0;
  }
}

.field--name-field-homepage-link {
  padding: 1.25rem 0 3.125rem 0;
}

.field__item--name-field-homepage-link {
  position: relative;
  overflow: hidden;
  min-height: auto;
  margin-top: 1.875rem;
}

.field__item--name-field-homepage-link:hover .homepage-link--content {
  background-color: #0066bb;
}

.field__item--name-field-homepage-link .homepage-link--content {
  padding: 1.875rem;
  color: #fff;
  background-color: #17305b;
  transition: background-color 0.3s ease-in-out;
}

.field__item--name-field-homepage-link h3 {
  margin-bottom: 1.875rem;
  color: #fff;
}

.field__item--name-field-homepage-link .field--name-field-homepage-link-teaser p:last-child {
  margin-bottom: 0;
}

.field__item--name-field-homepage-link .field--name-field-homepage-link-link a {
  font-size: 1rem;
  line-height: 1.5rem;
  display: inline-block;
  border-bottom: 1px solid #f0cc31;
  text-decoration: none;
  font-weight: 400;
  color: #17305b;
  white-space: nowrap;
  -ms-word-break: keep-all;
  word-break: keep-all;
  margin-top: 0.9375rem;
  color: #fff;
}

.field__item--name-field-homepage-link .field--name-field-homepage-link-link a:hover {
  border-color: #0066bb;
  color: #17305b;
}

.field__item--name-field-homepage-link .field--name-field-homepage-link-link a:before {
  display: none;
}

.field__item--name-field-homepage-link .field--name-field-homepage-link-link a:after {
  transition: none;
}

.field__item--name-field-homepage-link .field--name-field-homepage-link-link a:hover {
  border-color: #17305b;
  color: #fff;
}

@media (min-width: 768px) {
  .field--name-field-homepage-link > .field__items {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    min-height: 1px;
    margin-top: -1.875rem;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    margin-top: 0;
  }
  .field--name-field-homepage-link .field__item--name-field-homepage-link {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(50% - 1.875rem);
  }
  .field__item--name-field-homepage-link .field--name-field-homepage-link-image {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  .field__item--name-field-homepage-link .field--name-field-homepage-link-image .media {
    position: static;
  }
  .field__item--name-field-homepage-link .field--name-field-homepage-link-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    max-width: none;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -o-object-fit: cover;
    object-fit: cover;
  }
  .field__item--name-field-homepage-link .homepage-link--content {
    height: 100%;
    width: 66%;
    padding: 3.125rem 2.5rem 3.125rem 3.125rem;
  }
  .field__item--name-field-homepage-link .field--name-field-homepage-link-link a {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: none;
    font-size: 0;
    margin-top: 0;
  }
}

@media (min-width: 940px) {
  .field--name-field-homepage-link {
    padding: 2.5rem 0 4.375rem 0;
  }
}

@media (min-width: 1201px) {
  .field--name-field-homepage-link {
    padding: 4.375rem 0 6.25rem 0;
  }
}

.field--name-field-homepage-product-links {
  padding-bottom: 1.25rem;
}

.field--name-field-homepage-product-links .field--name-field-homepage-products-title {
  margin-bottom: 2.5rem;
}

.field--name-field-homepage-product-links > .field__items {
  padding: 0 2.5rem;
}

.field--name-field-homepage-product-links .slick-list {
  width: 100%;
}

.field--name-field-homepage-product-links .slick-prev {
  left: 0.625rem;
}

.field--name-field-homepage-product-links .slick-prev:before {
  content: "\f053";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.75rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  color: #0066bb;
}

.field--name-field-homepage-product-links .slick-next {
  right: 0.625rem;
}

.field--name-field-homepage-product-links .slick-next:before {
  content: "\f054";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.75rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  color: #0066bb;
}

.field--name-field-homepage-product-links .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 0;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.field--name-field-homepage-product-links .slick-arrow:hover {
  cursor: pointer;
}

.field--name-field-homepage-product-links .slick-arrow:hover:before {
  color: #0099dd;
}

.field__item--name-field-homepage-product-links {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5625rem 1.5625rem 3.125rem 1.5625rem;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  border: 1px solid #f2f2f2;
  transition: box-shadow 0.3s ease-in-out;
}

.field__item--name-field-homepage-product-links:hover {
  border: none;
  box-shadow: 0 0.1875rem 1.875rem #0000001a;
}

.field__item--name-field-homepage-product-links .field--name-field-homepage-product-teaser {
  font-size: 1rem;
  line-height: 1.5rem;
  width: 100%;
  padding-top: 2.5rem;
  margin-top: 1.25rem;
  border-top: 4px solid #f2f2f2;
}

.field__item--name-field-homepage-product-links .field--name-field-homepage-product-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

@media (min-width: 480px) {
  .field--name-field-homepage-product-links > .field__items {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    min-height: 1px;
    margin-top: -1.875rem;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    overflow: unset;
    margin-top: 0;
  }
  .field--name-field-homepage-product-links .field__item--name-field-homepage-product-links {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(50% - 1.875rem);
  }
}

@media (min-width: 940px) {
  .field--name-field-homepage-product-links {
    padding-bottom: 3.125rem;
  }
  .field--name-field-homepage-product-links .field--name-field-homepage-products-title {
    margin-bottom: 3.125rem;
  }
  .field--name-field-homepage-product-links .field__item--name-field-homepage-product-links {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(33.33333% - 1.875rem);
  }
}

@media (min-width: 1201px) {
  .field--name-field-homepage-product-links {
    padding-bottom: 5rem;
  }
  .field--name-field-homepage-product-links .field--name-field-homepage-products-title {
    margin-bottom: 3.75rem;
  }
  .field--name-field-homepage-product-links .field__item--name-field-homepage-product-links {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(25% - 1.875rem);
  }
  .field--name-field-homepage-product-links > .field__items {
    padding: 0;
  }
  .field--name-field-homepage-product-links .slick-prev {
    left: -1.25rem;
  }
  .field--name-field-homepage-product-links .slick-next {
    right: -1.25rem;
  }
}

.field--name-field-homepage-usp > .paragraph--type-p-007 {
  padding-bottom: 1.875rem;
}

.field--name-field-homepage-usp > .bg--grey,
.field--name-field-homepage-usp > .bg--spot-1,
.field--name-field-homepage-usp > .bg--spot-2 {
  padding-top: 1.875rem;
}

@media (min-width: 940px) {
  .field--name-field-homepage-usp > .paragraph--type-p-007 {
    padding-bottom: 3.125rem;
  }
  .field--name-field-homepage-usp > .bg--grey,
  .field--name-field-homepage-usp > .bg--spot-1,
  .field--name-field-homepage-usp > .bg--spot-2 {
    padding-top: 3.125rem;
  }
}

@media (min-width: 1201px) {
  .field--name-field-homepage-usp > .paragraph--type-p-007 {
    padding-bottom: 6.875rem;
  }
  .field--name-field-homepage-usp > .bg--grey,
  .field--name-field-homepage-usp > .bg--spot-1,
  .field--name-field-homepage-usp > .bg--spot-2 {
    padding-top: 6.875rem;
  }
}

.block--type-newsletter-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.875rem;
}

.block--type-newsletter-link .field--name-field-newsletter-title {
  font-size: 0.8125rem;
  line-height: 1.5rem;
  margin-right: 1.875rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05625rem;
  color: #c7d3ea;
}

.block--type-newsletter-link .field--name-field-newsletter-link a {
  cursor: pointer;
  display: inline-block;
  padding: 1.125rem 2.0625rem;
  border: 0 none;
  border-radius: 1.5rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: transparent;
  background-repeat: no-repeat;
  outline: none;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: inset 0 0 0 1px #0066bb;
  color: #fff !important;
}

.block--type-newsletter-link .field--name-field-newsletter-link a, .block--type-newsletter-link .field--name-field-newsletter-link a:visited {
  color: #1d1e20;
}

.block--type-newsletter-link .field--name-field-newsletter-link a:hover, .block--type-newsletter-link .field--name-field-newsletter-link a:active {
  color: #fff;
  background: #0a79d6;
  outline: none;
  box-shadow: inset 0 0 0 1px #0a79d6;
}

.block--type-newsletter-link .field--name-field-newsletter-link a:focus, .block--type-newsletter-link .field--name-field-newsletter-link a:focus:hover {
  outline: 0;
}

.block--type-newsletter-link .field--name-field-newsletter-link a.disabled, .block--type-newsletter-link .field--name-field-newsletter-link a:disabled, .block--type-newsletter-link .field--name-field-newsletter-link a[disabled] {
  pointer-events: none;
  cursor: default;
  opacity: .5;
}

@media (min-width: 768px) {
  .block--type-newsletter-link {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100% - 1.875rem);
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .block--type-newsletter-link .field--name-field-newsletter-title {
    margin-right: 3.125rem;
  }
}

@media (min-width: 940px) {
  .block--type-newsletter-link {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(41.66667% - 1.875rem);
    position: relative;
    left: 8.33333%;
  }
}

.popup__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.5);
}

.popup__wrapper .popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  padding: 0.9375rem 0;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.popup__wrapper .popup-close {
  right: 30px;
  top: 40px;
  position: absolute;
  font-size: 30px;
}

.popup__wrapper .popup__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin: 3rem 2rem 0;
}

.popup__wrapper .popup h2 {
  text-align: center;
}

.popup__wrapper .popup span.popup__container-stripe {
  display: block;
  width: 6.25rem;
  border-bottom: 3px solid #f0cc31;
  border-radius: 0.9375rem;
  margin-bottom: 1rem;
}

.popup__wrapper .popup .popup__container-links {
  margin-top: 0.625rem;
}

.popup__wrapper .popup ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

.popup__wrapper .popup li {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  margin: 0.9375rem 1.25rem;
  min-width: 135px;
  text-align: center;
}

.popup__wrapper .popup li a {
  position: relative;
  color: #1d1e20;
}

.popup__wrapper .popup li a.menu__link--active, .popup__wrapper .popup li a.js-active-anchor, .popup__wrapper .popup li a.active, .popup__wrapper .popup li a:hover {
  color: #1d1e20;
}

.popup__wrapper .popup li a.menu__link--active:before, .popup__wrapper .popup li a.js-active-anchor:before, .popup__wrapper .popup li a.active:before, .popup__wrapper .popup li a:hover:before {
  position: absolute;
  bottom: -0.625rem;
  left: 0;
  height: 0.1875rem;
  width: 1.875rem;
  border-radius: 0.9375rem;
  background-color: #f0cc31;
  content: "";
}

.popup__wrapper .popup__language-remember {
  margin-top: 0.9375rem;
}

.popup__wrapper-shown {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.active--language > span {
  cursor: pointer;
  position: relative;
  padding: 0.3125rem 0.875rem 0.3125rem 2.8125rem;
}

.active--language > span:after {
  position: absolute;
  left: 1.5625rem;
  top: 50%;
  content: "\f0ac";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.9375rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
}

.active--language > span:before, .active--language > span:after {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .popup__wrapper .popup {
    top: 50%;
    left: 50%;
    overflow: auto;
    height: auto;
    width: 50rem;
    padding: 1.5625rem 0;
    border-radius: 0.1875rem;
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .popup__wrapper .popup-close {
    right: 15px;
    top: 10px;
  }
  .popup__wrapper .popup__container {
    margin: 0 2rem;
  }
}

@media (max-width: 767px) {
  div.nav-section--primary div.active--language {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  div.nav-section--primary div.active--language span {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    color: #fff;
  }
}

div.krumo-root {
  color: #000000;
}

div.krumo-root * {
  float: none;
}

div.krumo-root a.krumo-name {
  color: #404000;
}

body .block-place-region {
  padding: 0;
  margin: 0.3125rem;
}

body .block-place-region a.button {
  display: block;
  padding: 1.25rem;
  width: auto;
  border: 0 none;
  background-color: #fff;
}

body .block-place-region a.button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.quickedit-field.quickedit-highlighted,
.quickedit-form.quickedit-highlighted,
.quickedit-field .quickedit-highlighted {
  box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.8);
}

.quickedit-form {
  max-width: 18.75rem;
}

.quickedit-form.quickedit-highlighted {
  margin: 0.3125rem 0;
}

.quickedit-form .messages {
  margin-bottom: 0.625rem;
}

.quickedit-form .messages abbr.warning {
  color: #fff;
}

.quickedit-form abbr.warning {
  color: #e74c3c;
}

.quickedit-form .table {
  table-layout: auto;
}

.quickedit-form .table th h4 {
  margin: 0;
}

.quickedit-form .table td {
  padding: 0.625rem;
}

.quickedit-form .link, .quickedit-form .link:visited {
  color: #0066bb;
}

.quickedit-form .tabledrag-toggle-weight-wrapper {
  margin-bottom: 1.6875rem;
  text-align: right;
}

.quickedit-form .field-multiple-drag {
  padding: 0.625rem;
}

.quickedit-form .tabledrag-handle .handle:before {
  content: "\f0b2";
  display: inline-block;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 1rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  color: #1d1e20;
}

.quickedit-form .form__element {
  margin-bottom: 1.6875rem;
}

.quickedit-form select {
  min-width: 5rem;
}

.quickedit-form [id*="-view-mode"],
.quickedit-form [id*="-layout"],
.quickedit-form [id*="-field-p-bg-color"] {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.quickedit-form [id*="-view-mode"] .form-type--radio,
.quickedit-form [id*="-layout"] .form-type--radio,
.quickedit-form [id*="-field-p-bg-color"] .form-type--radio {
  padding: 0 0.625rem;
  width: auto;
}

.quickedit-form .form-submit {
  cursor: pointer;
  display: inline-block;
  padding: 1.125rem 2.0625rem;
  border: 0 none;
  border-radius: 1.5rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #0066bb;
  background-repeat: no-repeat;
  outline: none;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  margin-top: 1.6875rem;
}

.quickedit-form .form-submit, .quickedit-form .form-submit:visited {
  color: #fff;
}

.quickedit-form .form-submit:hover, .quickedit-form .form-submit:active {
  color: #fff;
  background: #0a79d6;
  outline: none;
}

.quickedit-form .form-submit:focus, .quickedit-form .form-submit:focus:hover {
  outline: 0;
}

.quickedit-form .form-submit.disabled, .quickedit-form .form-submit:disabled, .quickedit-form .form-submit[disabled] {
  pointer-events: none;
  cursor: default;
  opacity: .5;
}

.quickedit-form .dropbutton-widget button,
.quickedit-form .dropbutton-widget .button,
.quickedit-form .dropbutton-widget .dropbutton-toggle button {
  padding: 0 !important;
  margin: 0 !important;
  color: #0066bb !important;
  background: none !important;
  box-shadow: none !important;
}

.quickedit-form .dropbutton-widget button:before, .quickedit-form .dropbutton-widget button:after,
.quickedit-form .dropbutton-widget .button:before,
.quickedit-form .dropbutton-widget .button:after,
.quickedit-form .dropbutton-widget .dropbutton-toggle button:before,
.quickedit-form .dropbutton-widget .dropbutton-toggle button:after {
  display: none !important;
}

.quickedit-form .dropbutton li {
  margin: 0;
  padding: 0.3125rem;
}

.ui-dialog-titlebar {
  padding: 0.3125rem;
}

.ui-dialog-content {
  padding: 0.3125rem;
}

.ui-dialog-buttonset {
  padding: 0.3125rem;
}

.ui-dialog-buttonset .button {
  padding: 0.9375rem 1.5625rem 0.9375rem 1.5625rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

@media (min-width: 480px) {
  .quickedit-form {
    max-width: 26.25rem;
  }
}

@media (min-width: 768px) {
  .quickedit-form {
    max-width: 37.5rem;
  }
}

/* .toolbar-fixed .toolbar-bar {
  @include z-index(admin-toolbar); // over the status messages
}

// make some space for Tabs
// because the JS doesn't always do it properly when window is resized
.toolbar-horizontal.toolbar-fixed {
  padding-top: rem(79) !important;

  // ** don't need separate padding for open tray
  //    because it causes problems with fixed header
  //&.toolbar-tray-open {
  //  padding-top: rem(79) !important;
  //}
}

.toolbar-tray a {
  &,
  &:visited {
    color: #565656;
  }
}
 */
.cookie-policy {
  position: fixed;
  bottom: -12.5rem;
  left: 0;
  right: 0;
  z-index: 470;
  padding: 0.9375rem 0;
  color: #17305b;
  background: #f2f2f2;
  transition: all 0.3s ease-in-out;
}

.cookiePolicy-is-visible .cookie-policy {
  bottom: 0;
}

.cookie-policy__message span {
  display: block;
}

.cookie-policy__message a {
  position: relative;
  position: relative;
  display: inline;
  text-decoration: underline;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.cookie-policy__message a, .cookie-policy__message a:visited {
  color: #17305b;
}

.cookie-policy__message a:hover {
  color: #0066bb;
}

.cookie-policy__message a:active {
  color: #0066bb;
}

.cookie-policy__message--first {
  font-weight: 700;
}

.cookie-policy__dismiss {
  margin-top: 1.25rem;
}

.cookie-policy__dismiss a {
  cursor: pointer;
  display: inline-block;
  padding: 1.125rem 2.0625rem;
  border: 0 none;
  border-radius: 1.5rem;
  font-size: 0.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #17305b;
  background-repeat: no-repeat;
  outline: none;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.cookie-policy__dismiss a, .cookie-policy__dismiss a:visited {
  color: #fff;
}

.cookie-policy__dismiss a:hover, .cookie-policy__dismiss a:active {
  color: #fff;
  background: #0a79d6;
  outline: none;
}

.cookie-policy__dismiss a:focus, .cookie-policy__dismiss a:focus:hover {
  outline: 0;
}

.cookie-policy__dismiss a.disabled, .cookie-policy__dismiss a:disabled, .cookie-policy__dismiss a[disabled] {
  pointer-events: none;
  cursor: default;
  opacity: .5;
}

@media (min-width: 768px) {
  .cookie-policy {
    padding: 1.5625rem 0;
  }
  .cookie-policy .container {
    display: -ms-flexbox;
    display: flex;
  }
  .cookie-policy__message {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .cookie-policy__dismiss {
    margin-top: 0.1875rem;
  }
}

.nav__item--language {
  display: inline;
}

.nav--language--dropdown {
  font-size: 0.9375rem;
  line-height: 1.125rem;
  position: relative;
  display: none;
  margin-left: 1.25rem;
  text-align: right;
}

.nav--language--dropdown:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.0625rem;
  height: 1rem;
  background-color: #d0d0ce;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav--language--dropdown.js-active {
  display: block;
}

.nav--language--dropdown > h2 {
  position: absolute !important;
  display: block !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  overflow: hidden !important;
  height: 0.0625rem !important;
  width: 0.0625rem !important;
  word-wrap: normal !important;
}

.nav--language--dropdown > h2.focusable:focus {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 499 !important;
  display: block !important;
  clip: auto !important;
  overflow: visible !important;
  height: auto !important;
  width: auto !important;
  background: #fff;
}

.nav__active--language--dropdown {
  cursor: pointer;
  position: relative;
  padding: 0.3125rem 0.875rem 0.3125rem 2.8125rem;
}

.nav__active--language--dropdown:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "\f078";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.5rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
}

.nav__active--language--dropdown:after {
  position: absolute;
  left: 1.5625rem;
  top: 50%;
  content: "\f0ac";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.9375rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
}

.nav__active--language--dropdown:before, .nav__active--language--dropdown:after {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav__items--language--dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  background: #fff;
  transition: all 0.3s ease-in-out;
}

.js-open > .nav__items--language--dropdown {
  box-shadow: 0 0 0.9375rem rgba(0, 0, 0, 0.2);
}

.nav__item--language--dropdown {
  display: block;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease-in-out;
}

.js-open > ul > .nav__item--language--dropdown {
  max-height: 6.25rem;
}

.nav__item--language--dropdown a {
  display: block;
  padding: 0.3125rem 0.625rem;
  border-bottom: 1px solid #d1d1d1;
  color: #1d1e20;
}

.nav__item--language--dropdown a:hover {
  color: #0066bb;
}

.nav__item--language--dropdown a:after {
  display: none;
  content: "";
}

.nav__item--language--dropdown:last-child > a {
  border-bottom: 0 none;
}

@media (min-width: 768px) {
  .nav--language--dropdown {
    position: relative;
    z-index: 6;
  }
}

@media (min-width: 940px) {
  .nav--language--dropdown {
    margin-left: 2.5rem;
  }
}

.breadcrumb {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.breadcrumb__item {
  display: inline-block;
  font-size: 0;
}

.breadcrumb__item:before {
  content: "\f054";
  display: inline-block;
  margin: 0 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.5rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  color: #0066bb;
}

.breadcrumb__item:before {
  vertical-align: text-bottom;
}

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

.breadcrumb__element {
  font-size: 1.125rem;
  line-height: 1.6875rem;
}

.breadcrumb__link {
  position: relative;
  display: inline;
  text-decoration: underline;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.breadcrumb__link, .breadcrumb__link:visited {
  color: #17305b;
}

.breadcrumb__link:hover {
  color: #0066bb;
}

.breadcrumb__link:active {
  color: #0066bb;
}

.breadcrumb__link:after {
  bottom: 1px;
}

.inline-menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.inline-menu__item {
  margin: 0 1.6875rem 0.9375rem 0;
}

@media (min-width: 768px) {
  .inline-menu__item {
    display: inline;
    margin-bottom: 1.6875rem;
  }
}

.inline-menu__item:last-child {
  margin-right: 0;
}

.menu__item--with-sub {
  position: relative;
}

.menu__item--with-sub .expand-sub {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  -ms-transform: rotate(0);
  transform: rotate(0);
  transition: all ease-in-out 0.3s;
}

.menu__item--with-sub .expand-sub:before {
  content: "\f078";
  display: inline-block;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.5rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
}

.menu__item--with-sub .expand-sub:before {
  position: absolute;
  left: 50%;
  top: 50%;
  font-style: normal;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.menu__item--with-sub.js-open > .menu__item--sub {
  max-height: 6.25rem;
  transition: all .25s ease-in;
}

.menu__item--with-sub.js-open .expand-sub {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu__item--with-sub > .menu__item--sub {
  overflow: hidden;
  max-height: 0;
  transition: all .25s ease-out;
}

.menu__item--sub {
  overflow: hidden;
  max-height: 0;
  transition: all .25s ease-out;
}

.menu__item.js-open .menu__item--sub {
  max-height: 6.25rem;
  transition: all .25s ease-in;
}

@media (max-width: 767px) {
  .wrapper--navigation__content .nav--main > .menu > .menu__item > .menu__link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .wrapper--navigation__content .nav--main > .menu > .menu__item > .menu__link.menu__link--active, .wrapper--navigation__content .nav--main > .menu > .menu__item > .menu__link.js-active-anchor, .wrapper--navigation__content .nav--main > .menu > .menu__item > .menu__link.active, .wrapper--navigation__content .nav--main > .menu > .menu__item > .menu__link:hover {
    border-bottom: 3px solid #f0cc31;
  }
  .wrapper--navigation__content .menu__link {
    cursor: pointer;
    display: block;
    padding: 1rem 0;
    margin: 0 1.5625rem;
  }
  .wrapper--navigation__content .menu__link, .wrapper--navigation__content .menu__link:visited {
    color: #fff;
  }
  .wrapper--navigation__content .menu__item--with-sub .expand-sub {
    width: 3.75rem;
    height: 3.75rem;
  }
  .wrapper--navigation__content .menu__item--with-sub .expand-sub:before {
    content: "\f078";
    display: inline-block;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    font-size: 0.8125rem;
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-weight: 900;
    color: #fff;
  }
  .wrapper--navigation__content .menu__item--with-sub.js-open .menu__item--sub:last-child .menu__link--sub {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .wrapper--navigation__content .js-open > .menu--sub {
    background-color: #17305b;
  }
  .wrapper--navigation__content .menu__item--sub:first-child .menu__link--sub {
    padding-top: 2.125rem;
  }
  .wrapper--navigation__content .menu__item--sub:last-child .menu__link--sub {
    padding-bottom: 2.125rem;
  }
  .wrapper--navigation__content .menu__link--sub {
    font-size: 0.9375rem;
    line-height: 1.125rem;
    padding: 0.78125rem 0.9375rem;
  }
}

@media (min-width: 768px) {
  .navigation__toggle-expand {
    display: none;
  }
  .wrapper--navigation__content .nav--main > .menu > .menu__item > .menu__link {
    position: relative;
  }
  .wrapper--navigation__content .nav--main > .menu > .menu__item > .menu__link.menu__link--active:before, .wrapper--navigation__content .nav--main > .menu > .menu__item > .menu__link.js-active-anchor:before, .wrapper--navigation__content .nav--main > .menu > .menu__item > .menu__link.active:before, .wrapper--navigation__content .nav--main > .menu > .menu__item > .menu__link:hover:before {
    position: absolute;
    bottom: -0.625rem;
    left: 0;
    height: 0.1875rem;
    width: 1.875rem;
    border-radius: 0.9375rem;
    background-color: #f0cc31;
    content: "";
  }
  .wrapper--navigation__content .menu {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.625rem 0 -0.625rem;
  }
  .wrapper--navigation__content .menu__item {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    margin: 0 0.625rem 0 0.625rem;
  }
  .wrapper--navigation__content .menu__link, .wrapper--navigation__content .menu__link:visited {
    color: #1d1e20;
  }
  .wrapper--navigation__content .menu__item--with-sub {
    padding-right: 1.25rem;
  }
  .wrapper--navigation__content .menu__item--with-sub.js-open:before {
    position: absolute;
    bottom: -0.625rem;
    left: 0;
    height: 0.1875rem;
    width: 1.875rem;
    border-radius: 0.9375rem;
    background-color: #f0cc31;
    content: "";
  }
  .wrapper--navigation__content .menu__item--with-sub .expand-sub {
    width: 1.125rem;
    height: 1.125rem;
  }
  .wrapper--navigation__content .menu--sub {
    position: absolute;
    top: 100%;
    left: 0;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 2.5rem;
    margin: 0 -1.875rem;
    min-width: 9.375rem;
  }
  .wrapper--navigation__content .menu__item--sub {
    position: relative;
    margin: 0;
    background-color: #fff;
  }
  .wrapper--navigation__content .menu__item--sub:before {
    content: "";
    position: absolute;
    left: 1.875rem;
    bottom: 0;
    width: calc(100% - 3.75rem);
    height: 0.0625rem;
    background-color: #f2f2f2;
  }
  .wrapper--navigation__content .menu__item--sub:last-child:before {
    content: none;
  }
  .wrapper--navigation__content .menu__link--sub {
    display: block;
    padding: 0.8125rem 1.875rem;
    white-space: nowrap;
  }
  .wrapper--navigation__content .menu__link--sub:hover {
    color: #0066bb;
  }
}

@media (min-width: 940px) {
  .wrapper--navigation__content .menu {
    margin: 0 -0.9375rem 0 -0.9375rem;
  }
  .wrapper--navigation__content .menu__item {
    font-size: 0.9375rem;
    line-height: 1.125rem;
    margin: 0 0.9375rem 0 0.9375rem;
  }
  .wrapper--navigation__content .menu--sub {
    margin: 0 -1.25rem;
  }
  .wrapper--navigation__content .menu__item--sub {
    margin: 0;
  }
}

@media (min-width: 1201px) {
  .wrapper--navigation__content .menu {
    margin: 0 -1.25rem 0 -1.25rem;
  }
  .wrapper--navigation__content .menu__item {
    margin: 0 1.25rem 0 1.25rem;
  }
  .wrapper--navigation__content .menu--sub {
    margin: 0 -1.875rem;
  }
}

.tabs {
  background-color: #545454;
}

.tabs__nav {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0;
  text-align: right;
}

.tabs__tab {
  display: none;
}

.tabs__tab.is-active {
  display: inline-block;
}

.tabs__content {
  padding: 0.9375rem;
}

.tabs.no-js .tabs__tab.is-active {
  display: block;
}

@media (min-width: 768px) {
  .tabs__nav {
    padding: 0.9375rem 0.9375rem 0 0.9375rem;
  }
}

.pager--mini {
  margin: 1.6875rem 0;
}

.pager__items--mini {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.pager__item--mini {
  display: inline;
  margin: 0 0.625rem;
}

.pager__item--mini.is-active {
  font-weight: 700;
}

.pager__link--mini {
  display: inline-block;
  background-color: #17305b;
}

.pager__link--mini, .pager__link--mini:visited {
  text-decoration: none;
  color: #fff;
}

.pager__link--mini:hover .page__link__icon--prev {
  left: -3px;
}

.pager__link--mini:hover .page__link__icon--next {
  left: 3px;
}

.pager__link--mini.is-active, .pager__link--mini:hover {
  color: #fff;
}

.pager__link--mini.is-disabled {
  background-color: #f2f2f2;
}

.pager__link--mini.is-disabled .page__link__icon {
  left: 0;
}

.pager__link--mini .page__link__icon {
  position: relative;
  left: 0;
  display: inline-block;
  padding: 0 0.125rem;
  min-width: 2rem;
  line-height: 2rem;
  transition: all 0.3s ease-in-out;
}

.is-disabled .pager__link--mini .page__link__icon {
  opacity: .5;
}

.pager__link--mini .page__link__icon:before {
  position: relative;
  top: -1px;
}

.pager__link--mini .page__link__icon--prev:before {
  content: "\f053";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.875rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  color: #fff;
}

.pager__link--mini .page__link__icon--next:before {
  content: "\f054";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.875rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  color: #fff;
}

.pager--full {
  margin: 1.6875rem 0;
}

.pager__items--full {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
}

.pager__item--full {
  display: inline-block;
  margin: 0 10px 0 0;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  font-weight: 400;
}

.pager__item--ellipsis {
  display: inline-block;
  padding: 0 0.125rem;
  min-width: 1.5rem;
}

.pager__link--full {
  display: inline-block;
  min-width: 1.9375rem;
  padding: 0.125rem 0;
  line-height: 1.5rem;
  background-color: transparent;
}

.pager__link--full, .pager__link--full:visited {
  text-decoration: none;
  color: #1d1e20;
}

.pager__link--full:hover {
  color: #0066bb;
}

.pager__link--full:hover .page__link__icon, .pager__link--full:hover .page__link__icon:before {
  color: #0066bb;
}

.pager__link--full:hover .page__link__icon--first,
.pager__link--full:hover .page__link__icon--prev {
  left: -3px;
}

.pager__link--full:hover .page__link__icon--next,
.pager__link--full:hover .page__link__icon--last {
  left: 3px;
}

.pager__link--full.is-active {
  border: 1px solid #0066bb;
  border-radius: 1.875rem;
}

.pager__link--full.is-disabled {
  background-color: #f2f2f2;
}

.pager__link--full.is-disabled .page__link__icon {
  left: 0;
}

.pager__link--full.pager__link--prev, .pager__link--full.pager__link--next {
  padding: 0 0.3125rem;
  text-transform: uppercase;
}

.pager__link--full.pager__link--first, .pager__link--full.pager__link--last {
  padding: 0 0.3125rem;
  text-transform: uppercase;
}

.pager__link--full .page__link__icon {
  position: relative;
  left: 0;
  top: -1px;
  display: inline-block;
  padding: 0 0.125rem;
  min-width: 1.5rem;
  line-height: 1.5rem;
  transition: all 0.3s ease-in-out;
}

.pager__link--full .page__link__icon:before {
  transition: all 0.3s ease-in-out;
}

.is-disabled .pager__link--full .page__link__icon {
  opacity: .5;
}

.pager__link--full .page__link__icon--arrow-left:before {
  content: "\f053";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.75rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  color: #1d1e20;
}

.pager__link--full .page__link__icon--arrow-right:before {
  content: "\f054";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.75rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  color: #1d1e20;
}

.pager__link--full .page__link__icon--double-arrow-left:before {
  content: "\f100";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.75rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  color: #1d1e20;
}

.pager__link--full .page__link__icon--double-arrow-right:before {
  content: "\f101";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.75rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  color: #1d1e20;
}

@media (min-width: 768px) {
  .pager__link--full.page__link__icon--first a, .pager__link--full.page__link__icon--prev a, .pager__link--full.page__link__icon--next a, .pager__link--full.page__link__icon--last a {
    font-size: 0.75rem;
    line-height: 1.625rem;
  }
  .pager__link--full.page__link__icon--first a:after, .pager__link--full.page__link__icon--prev a:after, .pager__link--full.page__link__icon--next a:after, .pager__link--full.page__link__icon--last a:after {
    display: none;
  }
}

@media (max-width: 767px) {
  .block--region-header_top.block--search h2 {
    cursor: pointer;
    position: relative;
    display: block;
    margin: 0;
    padding-top: 2.125rem;
    height: 4.375rem;
    width: 4.375rem;
    font-size: 0.6875rem;
    line-height: 0.9375rem;
    font-weight: normal;
    text-align: center;
    transition: all 0.3s ease-in-out;
  }
  .block--region-header_top.block--search h2:before {
    content: "\f002";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    font-size: 1.5rem;
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-weight: 900;
  }
  .block--region-header_top.block--search h2:after {
    content: "\f00d";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    font-size: 1.5rem;
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-weight: 900;
  }
  .block--region-header_top.block--search h2:before, .block--region-header_top.block--search h2:after {
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    padding-top: 0.625rem;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity 0.3s ease-in-out;
  }
  .block--region-header_top.block--search h2:before {
    opacity: 1;
  }
  .block--region-header_top.block--search h2:after {
    opacity: 0;
  }
  .block--region-header_top.block--search h2:hover {
    color: #17305b;
  }
  .block--region-header_top.block--search.js-open h2:before {
    opacity: 0;
  }
  .block--region-header_top.block--search.js-open h2:after {
    opacity: 1;
  }
  .block--region-header_top.block--search form {
    position: fixed;
    left: 0;
    bottom: 4.375rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 100vw;
    height: 0;
    transition: all 0.3s ease-in-out;
  }
  .block--region-header_top.block--search .form-type--search {
    padding: 1.875rem 1.875rem 0 1.875rem;
  }
  .block--region-header_top.block--search .form-type--search input {
    border: 0 none;
  }
  .block--region-header_top.block--search .form-actions {
    padding: 0 1.875rem 1.875rem 1.875rem;
    text-align: center;
  }
  .block--region-header_top.block--search .form-actions button {
    cursor: pointer;
    display: inline-block;
    padding: 1.125rem 2.0625rem;
    border: 0 none;
    border-radius: 1.5rem;
    font-size: 0.75rem;
    line-height: 0.875rem;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #17305b;
    background-repeat: no-repeat;
    outline: none;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: inset 0 0 0 1px #17305b;
  }
  .block--region-header_top.block--search .form-actions button, .block--region-header_top.block--search .form-actions button:visited {
    color: #fff;
  }
  .block--region-header_top.block--search .form-actions button:hover, .block--region-header_top.block--search .form-actions button:active {
    color: #17305b;
    background: #fff;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(23, 48, 91, 0);
  }
  .block--region-header_top.block--search .form-actions button:focus, .block--region-header_top.block--search .form-actions button:focus:hover {
    outline: 0;
  }
  .block--region-header_top.block--search .form-actions button.disabled, .block--region-header_top.block--search .form-actions button:disabled, .block--region-header_top.block--search .form-actions button[disabled] {
    pointer-events: none;
    cursor: default;
    opacity: .5;
  }
  .block--region-header_top.block--search.js-open form {
    height: calc(100vh - 4.375rem);
    background-color: #17305b;
  }
}

@media (min-width: 768px) {
  .block--region-header_top.block--search h2 {
    position: absolute !important;
    display: block !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    overflow: hidden !important;
    height: 0.0625rem !important;
    width: 0.0625rem !important;
    word-wrap: normal !important;
  }
  .block--region-header_top.block--search h2.focusable:focus {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 499 !important;
    display: block !important;
    clip: auto !important;
    overflow: visible !important;
    height: auto !important;
    width: auto !important;
    background: #fff;
  }
  .block--region-header_top.block--search form {
    display: -ms-flexbox;
    display: flex;
    max-width: 15.625rem;
  }
}

.main form.search-form {
  position: relative;
}

.main form.search-form > .form__group {
  position: relative;
  margin: 0 auto 1.6875rem auto;
}

.main form.search-form > .form__group .form-type--search {
  position: relative;
}

.main form.search-form > .form__group .form-type--search .form__element__root {
  position: relative;
}

.main form.search-form > .form__group .form-type--search > label,
.main form.search-form > .form__group .form-type--search .form__element__root > label {
  position: absolute;
  left: 1.25rem;
  top: 0.9375rem;
  z-index: 1;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: normal;
  color: rgba(112, 112, 112, 0.6);
}

.main form.search-form > .form__group .form-type--search > label.is-active, .main form.search-form > .form__group .form-type--search > label.has-value,
.main form.search-form > .form__group .form-type--search .form__element__root > label.is-active,
.main form.search-form > .form__group .form-type--search .form__element__root > label.has-value {
  left: 1.25rem;
  top: 0.5rem;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #17305b;
}

.main form.search-form > .form__group .form-type--search.js-scrolling > label {
  pointer-events: none;
  opacity: 0;
  top: -1.5rem;
  transition: all 0.3s ease-in-out;
}

.main form.search-form > .form__group .form-type--search.form-type--webform-document-file > label,
.main form.search-form > .form__group .form-type--search.form-type--webform-document-file .form__element__root > label, .main form.search-form > .form__group .form-type--search.form-type--file > label,
.main form.search-form > .form__group .form-type--search.form-type--file .form__element__root > label, .main form.search-form > .form__group .form-type--search.form-type--managed-file > label,
.main form.search-form > .form__group .form-type--search.form-type--managed-file .form__element__root > label, .main form.search-form > .form__group .form-type--search.form-type--date > label,
.main form.search-form > .form__group .form-type--search.form-type--date .form__element__root > label, .main form.search-form > .form__group .form-type--search.form-type--select > label,
.main form.search-form > .form__group .form-type--search.form-type--select .form__element__root > label {
  top: 0.5rem;
  left: 1.25rem;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  color: #17305b;
}

.main form.search-form > .form__group .form-type--search input:not([type]), .main form.search-form > .form__group .form-type--search input:not([type="range"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="hidden"]),
.main form.search-form > .form__group .form-type--search textarea {
  padding: 1.4375rem 1.25rem 0.375rem;
  font-size: 0.875rem;
  line-height: 1.1875rem;
}

.main form.search-form > .form__group .form-type--search input:not([type]):-ms-input-placeholder, .main form.search-form > .form__group .form-type--search input:not([type="range"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="hidden"]):-ms-input-placeholder,
.main form.search-form > .form__group .form-type--search textarea:-ms-input-placeholder {
  color: transparent;
  font-size: 0.875rem;
  line-height: 1.1875rem;
}

.main form.search-form > .form__group .form-type--search input:not([type])::placeholder, .main form.search-form > .form__group .form-type--search input:not([type="range"]):not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="button"]):not([type="reset"]):not([type="submit"]):not([type="hidden"])::placeholder,
.main form.search-form > .form__group .form-type--search textarea::placeholder {
  color: transparent;
  font-size: 0.875rem;
  line-height: 1.1875rem;
}

.main form.search-form > .form__group .form-type--search select {
  padding: 1.4375rem 2.5rem 0.375rem 1.25rem;
  height: 3.125rem;
  font-size: 0.875rem;
  line-height: 1.1875rem;
}

.main form.search-form > .form__group .form-type--search .form__dropdown:after {
  right: 1.25rem;
}

.main form.search-form > .form__group input[type="text"],
.main form.search-form > .form__group input[type="search"] {
  padding-right: 3.125rem;
}

.main form.search-form > .form__group [type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  height: 3.125rem;
  width: 3.125rem;
  border: 0 none;
  text-align: center;
  background: transparent none;
}

.main form.search-form > .form__group [type="submit"]:before {
  content: "\f002";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.3125rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  color: #a2a2a2;
}

.main form.search-form > .form__group [type="submit"]:before {
  position: absolute;
  left: 0;
  width: 100%;
}

.main form.search-form > .form__group [type="submit"]:hover:before {
  color: #17305b;
}

.main form.search-form .search-help-link {
  display: inline-block;
  margin-bottom: 1.6875rem;
}

.main form.search-form .search-help-link:before {
  content: "\f059";
  display: inline-block;
  margin: -1px 5px 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 1rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  color: #17305b;
}

.main form.search-form .search-advanced {
  margin-bottom: 1.6875rem;
}

.main form.search-form .search-advanced fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

.main form.search-form .search-advanced legend {
  margin: 0 0 0.9375rem 0;
  font-size: 2.0625rem;
  line-height: 2.5rem;
  font-weight: 300;
  color: #1d1e20;
  padding: 0;
  margin: 0 0 0.625rem 0;
}

@media (max-width: 767px) {
  .main form.search-form .search-advanced legend {
    font-size: 1.58654rem;
    line-height: 1.92308rem;
  }
}

@media (min-width: 768px) and (max-width: 939px) {
  .main form.search-form .search-advanced legend {
    font-size: 1.71875rem;
    line-height: 2.08333rem;
  }
}

@media (min-width: 940px) and (max-width: 1200px) {
  .main form.search-form .search-advanced legend {
    font-size: 1.875rem;
    line-height: 2.27273rem;
  }
}

@media (min-width: 1201px) {
  .main form.search-form .search-advanced legend {
    font-size: 2.0625rem;
    line-height: 2.5rem;
  }
}

.main form.search-form .search-advanced .criterion legend {
  margin: 0 0 0.9375rem 0;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #1d1e20;
  margin: 0 0 0.3125rem 0;
  font-weight: 400;
}

@media (max-width: 767px) {
  .main form.search-form .search-advanced .criterion legend {
    font-size: 1.15385rem;
    line-height: 1.44231rem;
  }
}

@media (min-width: 768px) and (max-width: 939px) {
  .main form.search-form .search-advanced .criterion legend {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}

@media (min-width: 940px) and (max-width: 1200px) {
  .main form.search-form .search-advanced .criterion legend {
    font-size: 1.36364rem;
    line-height: 1.70455rem;
  }
}

@media (min-width: 1201px) {
  .main form.search-form .search-advanced .criterion legend {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

.main form.search-form .search-advanced .form-radiobuttons label,
.main form.search-form .search-advanced .form-checkboxes label {
  display: inline-block;
}

.main form.search-form .details-wrapper {
  padding: 1.25rem;
}

@media (min-width: 768px) {
  .main form.search-form .search-advanced .details-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: columns;
    flex-direction: columns;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1.25rem 0;
  }
  .main form.search-form .search-advanced .details-wrapper > fieldset {
    padding: 0 1.25rem;
    width: 25%;
  }
  .main form.search-form .search-advanced .details-wrapper > fieldset:first-child {
    width: 50%;
  }
  .main form.search-form .search-advanced .details-wrapper .action {
    padding: 0 1.25rem;
    width: 100%;
  }
}

@media (min-width: 940px) {
  .main form.search-form > .form__group {
    max-width: 50%;
  }
  .main form.search-form .search-help-link {
    position: absolute;
    right: 0;
    top: 0.9375rem;
  }
}

.node_search-results__item {
  display: block;
  margin: 0;
  padding: 1.6875rem 0;
  border-bottom: 1px solid #d1d1d1;
}

.node_search-results__item:first-child {
  padding-top: 0;
}

.node_search-results__item:last-child {
  padding-bottom: 0;
  border-bottom: 0 none;
}

.block__branding--header img {
  width: 6.25rem;
}

@media (min-width: 940px) {
  .block__branding--header img {
    width: 8.125rem;
  }
}

.block--type-social-links-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.block--type-social-links-menu h2 {
  font-size: 0.8125rem;
  line-height: 1.5rem;
  margin: 0 1.25rem 0 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05625rem;
  color: #c7d3ea;
}

.block--type-social-links-menu .field--type-link {
  margin-right: 0.625rem;
  font-size: 0;
}

.block--type-social-links-menu .field--type-link:last-child {
  margin-right: 0;
}

.block--type-social-links-menu .field--type-link a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid #0066bb;
  border-radius: 1.25rem;
}

.block--type-social-links-menu .field--type-link a:hover {
  background-color: #0066bb;
}

.block--type-social-links-menu .field--name-field-social-link-instagram a {
  font-size: 0;
}

.block--type-social-links-menu .field--name-field-social-link-instagram a:before {
  content: "\f16d";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: sub;
  font-size: 0.75rem;
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: normal;
  color: #fff;
}

.block--type-social-links-menu .field--name-field-social-link-facebook a {
  font-size: 0;
}

.block--type-social-links-menu .field--name-field-social-link-facebook a:before {
  content: "\f39e";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: sub;
  font-size: 0.75rem;
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: normal;
  color: #fff;
}

.block--type-social-links-menu .field--name-field-social-link-linkedin a {
  font-size: 0;
}

.block--type-social-links-menu .field--name-field-social-link-linkedin a:before {
  content: "\f0e1";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: sub;
  font-size: 0.75rem;
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: normal;
  color: #fff;
}

.block--type-social-links-menu .field--name-field-social-link-youtube a {
  font-size: 0;
}

.block--type-social-links-menu .field--name-field-social-link-youtube a:before {
  content: "\f167";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: sub;
  font-size: 0.75rem;
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: normal;
  color: #fff;
}

.social-widgets {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.social-widgets__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-links-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.social-widgets__title {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 0 0.625rem 0 0;
}

.widget {
  margin-left: 0.625rem;
}

.widget:first-child {
  margin-left: 0;
}

.widget a {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  font-size: 0;
  text-align: center;
}

.widget a:hover:before {
  color: #0066bb;
}

.widget.facebook a {
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 1.5rem;
}

.widget.facebook a:before {
  content: "\f39e";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.375rem;
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: normal;
}

.widget.twitter a:before {
  content: "\f099";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.625rem;
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: normal;
}

.widget.pinterest a:before {
  content: "\f0d2";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.75rem;
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: normal;
}

.widget.linkedin a:before {
  content: "\f0e1";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.75rem;
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: normal;
}

.widget.print a:before {
  content: "\f02f";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.375rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
}

.widget.e_mail a:before {
  content: "\f0e0";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.75rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
}

.messages--wrapper {
  position: relative;
  clear: both;
}

body.toolbar-fixed .messages--wrapper {
  position: relative;
  z-index: 430;
}

.messages {
  position: relative;
  clear: both;
  margin-top: 1.6875rem;
  padding: 0.9375rem 1.875rem 0.9375rem 3.75rem;
  border-radius: 0.1875rem;
  color: #fff;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  transition: transform 0.5s ease-in-out;
  opacity: 1;
}

.messages:before {
  position: absolute;
  top: 0.75rem;
  bottom: 0;
  left: 0.9375rem;
  width: 1.875rem;
  height: 1.875rem;
  text-align: center;
  line-height: 1;
}

.messages:first-child {
  margin-top: 1.6875rem;
}

.messages:last-child {
  margin-bottom: 1.6875rem;
}

.messages.js-closing {
  opacity: 0;
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  transition: all 0.5s ease-in-out;
}

@media (min-width: 940px) {
  .messages.js-closing {
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
}

.messages.js-closed {
  display: none;
}

.messages--status {
  border: 1px solid #00b16a;
  background-color: #3fc380;
}

.messages--status:before {
  content: "\f058";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.875rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  color: #fff;
}

.messages--status a {
  color: #007e4b;
}

.messages--status a:hover {
  color: #00b16a;
}

.messages--warning {
  border: 1px solid #f2784b;
  background-color: #eb9532;
}

.messages--warning:before {
  content: "\f071";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.875rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  color: #fff;
}

.messages--warning a {
  color: #ef541b;
}

.messages--warning a:hover {
  color: #f2784b;
}

.messages--error {
  border: 1px solid #c0392b;
  background-color: #e74c3c;
}

.messages--error:before {
  content: "\f06a";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.875rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  color: #fff;
}

.messages--error a {
  color: #962d22;
}

.messages--error a:hover {
  color: #c0392b;
}

.message__close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  color: #fff;
  outline: none;
}

.message__close:hover {
  opacity: 0.6;
}

.message__close .icon {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  padding-top: 0.4375rem;
  text-align: center;
}

.message__close .icon:before {
  content: "\f00d";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 1rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  color: #fff;
}

.message__close span {
  position: absolute !important;
  display: block !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  overflow: hidden !important;
  height: 0.0625rem !important;
  width: 0.0625rem !important;
  word-wrap: normal !important;
}

.message__close span.focusable:focus {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 499 !important;
  display: block !important;
  clip: auto !important;
  overflow: visible !important;
  height: auto !important;
  width: auto !important;
  background: #fff;
}

.messages__list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.messages__item + .messages__item {
  margin-top: 0.625rem;
}

.user-login-form .captcha,
.user-pass .captcha,
.user-register-form .captcha {
  margin-bottom: 0.9375rem;
}

.user-form:not(.user-login-form):not(.user-pass):not(.user-register-form) {
  position: relative;
  padding: 2.1875rem 1.25rem 1.25rem 1.25rem;
  margin: 1.5rem auto 2.5rem auto;
  max-width: 46.875rem;
  border: 1px solid #d1d1d1;
  background-color: #f3f3f3;
}

.user-form .form-actions {
  margin: 0.9375rem 0 0 0;
}

.user-form .password-suggestions li {
  padding-left: 1.5625rem;
}

.user-form .password-suggestions li:before {
  top: 0.1875rem;
}

.user-box__middle {
  position: relative;
  padding: 2.1875rem 1.25rem 1.25rem 1.25rem;
  margin: 1.5rem auto 0 auto;
  max-width: 21.875rem;
  border: 1px solid #d1d1d1;
  background-color: #f3f3f3;
}

.user-box__middle:after {
  content: "\f023";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.125rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 300;
  color: #1d1e20;
}

.user-box__middle:before, .user-box__middle:after {
  position: absolute;
  left: 50%;
  display: block;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.user-box__middle:before {
  content: "";
  top: -1.5rem;
  width: 3rem;
  height: 3rem;
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  background-color: #fff;
}

.user-box__middle:after {
  top: -0.5rem;
}

.user-box__middle h1 {
  margin: 0 0 0.9375rem 0;
  font-size: 2.5rem;
  line-height: 3.375rem;
  font-weight: 300;
  color: #1d1e20;
}

@media (max-width: 767px) {
  .user-box__middle h1 {
    font-size: 1.92308rem;
    line-height: 2.59615rem;
  }
}

@media (min-width: 768px) and (max-width: 939px) {
  .user-box__middle h1 {
    font-size: 2.08333rem;
    line-height: 2.8125rem;
  }
}

@media (min-width: 940px) and (max-width: 1200px) {
  .user-box__middle h1 {
    font-size: 2.27273rem;
    line-height: 3.06818rem;
  }
}

@media (min-width: 1201px) {
  .user-box__middle h1 {
    font-size: 2.5rem;
    line-height: 3.375rem;
  }
}

.user-box__middle .form__element {
  margin: 0 0 0.9375rem 0;
}

.user-box__middle input[type="submit"],
.user-box__middle button[type="submit"] {
  width: 100%;
}

.user-box__middle .paragraph--type-simple-header:before {
  display: none !important;
}

.user-box__links {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 1.6875rem;
}

.user-box__links li {
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.user-box__links li:before {
  content: "\f054";
  display: inline-block;
  margin: 0 5px 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 0.5625rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  color: #707070;
}

.user-box__links li:before {
  vertical-align: baseline;
}

.user-box__bottom {
  padding: 1.25rem;
  text-align: center;
}

.user-box__middle--register {
  padding: 2.1875rem 1.25rem 1.25rem 1.25rem;
  max-width: 46.875rem;
}

@media (min-width: 768px) {
  .user-box__middle--register input[type="submit"],
  .user-box__middle--register button[type="submit"] {
    width: auto;
  }
}

.password-strength__meter {
  margin-top: 0.625rem;
  background: #f3f3f3;
}

.password-strength__indicator {
  background-color: #f3f3f3;
  transition: width 0.3s ease-in-out;
}

.password-strength__indicator.is-weak {
  background-color: #e74c3c;
}

.password-strength__indicator.is-fair {
  background-color: #eb9532;
}

.password-strength__indicator.is-good {
  background-color: #0074bd;
}

.password-strength__indicator.is-strong {
  background-color: #3fc380;
}

.confirm-parent .password-confirm .ok {
  color: #3fc380;
}

.confirm-parent .password-confirm .error {
  color: #e74c3c;
}

.media--download {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.media--download.media {
  padding: 0;
}

.media--download:hover {
  box-shadow: 0 0 0.8125rem 0 rgba(0, 0, 0, 0.4);
}

.media--download:hover > .field--name-field-p-media-file h3,
.media--download:hover > .field--name-field-media-file h3 {
  max-height: 100%;
  padding: 2.5rem 0;
  font-size: 1.125rem;
}

.media--download:hover > .field--name-field-p-media-file h3:before,
.media--download:hover > .field--name-field-media-file h3:before {
  font-size: 1.75rem;
}

.media--download .field--name-field-p-title,
.media--download .field-media--name {
  font-size: 0.75rem;
  line-height: 1.125rem;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.625rem 0.9375rem;
  font-weight: 700;
  text-align: left;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.78);
}

.media--download > .field--name-field-p-media-file h3,
.media--download > .field--name-field-media-file h3 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  max-height: 0;
  width: 100%;
  font-size: 0;
  text-align: center;
  color: #fff;
  background-color: rgba(23, 48, 91, 0.7);
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}

.media--download > .field--name-field-p-media-file h3:before,
.media--download > .field--name-field-media-file h3:before {
  content: "\f354";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.75rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  color: #fff;
}

.media--download > .field--name-field-p-media-file h3:before,
.media--download > .field--name-field-media-file h3:before {
  display: block;
  font-size: 0;
}

.media--download > .field--name-field-p-media-file a,
.media--download > .field--name-field-media-file a {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  font-size: 0;
}

.download--teaser {
  position: relative;
}

.download--teaser:hover {
  box-shadow: 0 0 0.8125rem 0 rgba(0, 0, 0, 0.4);
}

.download--teaser:hover .field--name-field-download-media-file h3 {
  max-height: 100%;
  padding: 2.5rem 0;
  font-size: 1.125rem;
}

.download--teaser:hover .field--name-field-download-media-file h3:before {
  font-size: 1.75rem;
}

.download--teaser .field--name-node-title h2 {
  font-size: 0.75rem;
  line-height: 1.125rem;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.625rem 0.9375rem;
  font-weight: 700;
  text-align: left;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.78);
  pointer-events: none;
}

.download--teaser .field--name-field-download-media-file h3 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  max-height: 0;
  width: 100%;
  font-size: 0;
  text-align: center;
  color: #fff;
  background-color: rgba(23, 48, 91, 0.7);
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}

.download--teaser .field--name-field-download-media-file h3:before {
  content: "\f354";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.75rem;
  font-family: "Font Awesome 5 Pro", sans-serif;
  font-weight: 900;
  color: #fff;
}

.download--teaser .field--name-field-download-media-file h3:before {
  display: block;
  font-size: 0;
}

.download--teaser .field--name-field-download-media-file a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding-left: 0;
  font-size: 0;
}

.view--display-downloads-all .view__header {
  margin-bottom: 1.25rem;
}

.view--display-downloads-all .view__content > h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 1.5625rem;
  padding: 0.625rem 0 0.625rem 1.25rem;
  border-left: 3px solid #f0cc31;
  background-color: #f3f3f3;
}

.view--display-downloads-all .views__row {
  margin-bottom: 1.25rem;
}

.view--display-downloads-all .views__row:last-child {
  margin-bottom: 0;
}

.overview--downloads-all .layout__cols {
  display: block;
  margin: 0;
}

.overview--downloads-all .layout__region {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.overview--downloads-all .field--name-field-overview-sidebar-blocks .field__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.overview--downloads-all .field--name-field-overview-sidebar-blocks .field__item--name-field-overview-sidebar-blocks {
  margin-bottom: 0.9375rem;
}

@media (min-width: 480px) {
  .view--display-downloads-all .view__content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    min-height: 1px;
    margin-top: -1.875rem;
    margin-right: -0.625rem;
    margin-left: -0.625rem;
    margin-top: 0;
  }
  .view--display-downloads-all .view__content > h3 {
    margin: 0 0.625rem 1.5625rem 0.625rem;
  }
  .view--display-downloads-all .views__row {
    position: relative;
    margin-left: 0.625rem;
    margin-right: 0.625rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(50% - 1.25rem);
    margin-bottom: 1.5625rem;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .view--display-downloads-all .views__row {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100%/3 - 1.25rem);
  }
  .overview--downloads-all .field--name-field-overview-sidebar-blocks .field__items {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .overview--downloads-all .field--name-field-overview-sidebar-blocks .field__item--name-field-overview-sidebar-blocks {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 0.625rem;
  }
  .overview--downloads-all .field--name-field-overview-sidebar-blocks .field__item--name-field-overview-sidebar-blocks:first-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@media (min-width: 940px) {
  .view--display-downloads-all .views__row {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100%/4 - 1.25rem);
  }
  .overview--downloads-all .field--name-field-overview-sidebar-blocks .field__item--name-field-overview-sidebar-blocks {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

@media (min-width: 1201px) {
  .view--display-downloads-all .views__row {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(100%/5 - 1.25rem);
  }
}

.team--teaser {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background-color: #f2f2f2;
}

.team--teaser .layout__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1.25rem;
  text-align: center;
}

.team--teaser .field--name-node-title {
  margin-bottom: auto;
}

.team--teaser h4 {
  margin-bottom: 0.625rem;
}

.team--teaser .field--name-field-team-function {
  font-size: 1rem;
  line-height: 1.5rem;
}

.team--teaser .field--name-field-team-function p {
  margin-bottom: 0.9375rem;
}

.team--teaser .field--name-field-team-email,
.team--teaser .field--name-field-team-phone {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.team--teaser .team-social-media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.9375rem;
}

.team--teaser .team-social-media .field--type-link {
  margin: 0 0.3125rem;
}

.team--teaser .team-social-media .field--type-link:first-child {
  margin-left: 0;
}

.team--teaser .team-social-media .field--type-link:last-child {
  margin-right: 0;
}

.team--teaser .team-social-media a {
  font-size: 0;
}

.team--teaser .field--name-field-team-facebook a:before {
  content: "\f39e";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.375rem;
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: normal;
}

.team--teaser .field--name-field-team-twitter a:before {
  content: "\f099";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.375rem;
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: normal;
}

.team--teaser .field--name-field-team-linkedin a:before {
  content: "\f0e1";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.375rem;
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: normal;
}

.team--teaser .vcard-download-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 5px;
}

.team--teaser .vcard-download-link:before {
  content: "\f2bb";
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.375rem;
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: normal;
}

.team--teaser .vcard-download-link:before {
  height: 20px;
  width: 27px;
  background: #0066bb;
  content: "";
  -webkit-mask: url("../images/generated/vcard.svg") no-repeat center;
  mask: url("../images/generated/vcard.svg") no-repeat center;
}

.team--teaser .vcard-download-link:hover:before {
  background: #17305b;
}

.paragraph--type-overview.overview--team-by-country .layout__cols {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph--type-overview.overview--team-by-country .layout__cols .layout__sidebar {
  -ms-flex-order: 2;
  order: 2;
}

.paragraph--type-overview.overview--team-by-country .layout__cols .layout__content {
  -ms-flex-order: 1;
  order: 1;
}

.paragraph--type-overview .more-link--overview {
  margin-top: 0.9375rem;
  text-align: right;
}

.view--call-to-action .view__filters {
  display: none;
}

.view--contact-offices-by-country.view--display-block-1 .views-exposed-form label,
.view--team-by-country.view--display-block-1 .views-exposed-form label {
  position: absolute;
  overflow: hidden;
  height: 0;
  width: 0;
  pointer-events: none;
}

.view--contact-offices-by-country.view--display-block-1 .views-exposed-form .form__dropdown select,
.view--team-by-country.view--display-block-1 .views-exposed-form .form__dropdown select {
  border-color: #0066bb;
  color: #fff;
  background: #0066bb;
}

.view--contact-offices-by-country.view--display-block-1 .views-exposed-form .form__dropdown:after,
.view--team-by-country.view--display-block-1 .views-exposed-form .form__dropdown:after {
  color: #fff;
}

.view--contact-offices-by-country {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  -ms-flex-align: start;
  align-items: flex-start;
}

.view--contact-offices-by-country > .view__filters {
  height: 0;
}

.view--contact-offices-by-country > .view__filters > form {
  opacity: 0;
  pointer-events: none;
}

.view--contact-offices-by-country > .view__filters,
.view--contact-offices-by-country > .view__content,
.view--contact-offices-by-country > .attachment,
.view--contact-offices-by-country > .view__empty {
  width: 100%;
}

.view--contact-offices-by-country > .view__footer {
  width: 100%;
  padding: 0 20px 20px;
  background: #f2f2f2;
  margin-top: -50px;
}

.view--contact-offices-by-country > .view__content {
  padding: 20px;
  background: #f2f2f2;
}

.view--contact-offices-by-country .office--teaser-small {
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #d0d0ce;
}

.view--contact-offices-by-country .office--teaser-small .layout__content {
  width: 100%;
  margin: 0;
}

.view--contact-offices-by-country .node--call-to-action > h2 {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
}

.view--contact-offices-by-country .node--call-to-action .node__content {
  font-size: 14px;
}

.view--contact-offices-by-country .node--call-to-action .node__content a.button {
  color: #fff;
  background: #0066bb;
}

.view--contact-offices-by-country .node--call-to-action .node__content a.button:focus, .view--contact-offices-by-country .node--call-to-action .node__content a.button:hover {
  color: #fff;
  background: #0a79d6;
}

.view--team-by-country .view__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}

.view--team-by-country .view__content .views__row {
  max-width: 260px;
}

@media (min-width: 768px) {
  .paragraph--type-overview.overview--team-by-country .layout__cols {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .paragraph--type-overview.overview--team-by-country .layout__cols .layout__sidebar,
  .paragraph--type-overview.overview--team-by-country .layout__cols .layout__content {
    -ms-flex-order: inherit;
    order: inherit;
  }
  .view--contact-offices-by-country.view--display-block-1 > .view__filters {
    height: auto;
  }
  .view--contact-offices-by-country.view--display-block-1 > .view__filters > form {
    opacity: 1;
    pointer-events: all;
  }
  .view--contact-offices-by-country.view--display-block-1 > .view__filters > form,
  .view--contact-offices-by-country.view--display-block-1 > .view__content,
  .view--contact-offices-by-country.view--display-block-1 > .view__empty > .view > .view__content,
  .view--contact-offices-by-country.view--display-block-1 > .view__footer {
    width: 260px;
  }
  .view--contact-offices-by-country.view--display-block-1 > .attachment,
  .view--contact-offices-by-country.view--display-block-1 > .view__empty > .view > .attachment {
    width: calc(100% - 290px);
  }
  .view--team-by-country .views-exposed-form {
    opacity: 0;
    pointer-events: none;
  }
  .view--team-by-country > .view__content {
    padding-top: 30px;
  }
}

.view--display-team-teaser-overview .views__row,
.view--display-team-teaser-overview > .field__items > .field__item,
.field.field--name-field-p018-children .views__row,
.field.field--name-field-p018-children > .field__items > .field__item {
  margin-bottom: 1.25rem;
}

.paragraph--type-p018 .field--name-field-p-title {
  text-align: center;
}

.paragraph--type-p018 .field--name-field-p-title {
  text-align: center;
}

@media (min-width: 480px) {
  .view--display-team-teaser-overview .view__content,
  .view--display-team-teaser-overview > .field__items,
  .field.field--name-field-p018-children .view__content,
  .field.field--name-field-p018-children > .field__items {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    min-height: 1px;
    margin-top: -1.875rem;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .view--display-team-teaser-overview .views__row,
  .view--display-team-teaser-overview > .field__items > .field__item,
  .field.field--name-field-p018-children .views__row,
  .field.field--name-field-p018-children > .field__items > .field__item {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(50% - 1.875rem);
    margin-bottom: 0;
  }
  .field.field--name-field-p018-children > .field__items {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .field.field--name-field-p018-children > .field__items {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .field.field--name-field-p018-children > .field__items {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (min-width: 940px) {
  .view--display-team-teaser-overview .views__row,
  .view--display-team-teaser-overview > .field__items > .field__item,
  .field.field--name-field-p018-children .views__row,
  .field.field--name-field-p018-children > .field__items > .field__item {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(33.33333% - 1.875rem);
  }
}

@media (min-width: 1201px) {
  .view--display-team-teaser-overview .views__row,
  .view--display-team-teaser-overview > .field__items > .field__item,
  .field.field--name-field-p018-children .views__row,
  .field.field--name-field-p018-children > .field__items > .field__item {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(25% - 1.875rem);
  }
}

.node--view-mode-header {
  position: relative;
}

.node__meta--full {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.node__meta--full > * {
  margin-bottom: 0.3125rem;
}

.node__meta--full > *:last-child {
  margin-bottom: 0;
}

.node__meta--full .field--name-field-social-media-share h3 {
  margin: 0 0 0.9375rem 0;
  font-size: 1.5rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #1d1e20;
}

@media (max-width: 767px) {
  .node__meta--full .field--name-field-social-media-share h3 {
    font-size: 1.15385rem;
    line-height: 1.44231rem;
  }
}

@media (min-width: 768px) and (max-width: 939px) {
  .node__meta--full .field--name-field-social-media-share h3 {
    font-size: 1.25rem;
    line-height: 1.5625rem;
  }
}

@media (min-width: 940px) and (max-width: 1200px) {
  .node__meta--full .field--name-field-social-media-share h3 {
    font-size: 1.36364rem;
    line-height: 1.70455rem;
  }
}

@media (min-width: 1201px) {
  .node__meta--full .field--name-field-social-media-share h3 {
    font-size: 1.5rem;
    line-height: 1.875rem;
  }
}

@media (min-width: 768px) {
  .node__meta--full {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 1.5625rem;
    padding-right: 0;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .node__meta--full > * {
    margin-right: 1.5625rem;
    margin-bottom: 0;
  }
  .node__meta--full .field--name-field-social-media-share {
    display: -ms-flexbox;
    display: flex;
  }
  .node__meta--full .field--name-field-social-media-share h3 {
    margin-right: 0.625rem;
    margin-bottom: 0;
    padding-top: 1px;
  }
}

@media (min-width: 940px) {
  .node__meta--full {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 1201px) {
  .node__meta--full {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}

body,
html {
  height: 100%;
}

.flexboxtweener,
.flexboxtweener .page {
  height: 100%;
}

.page-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.page {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.sticky-top,
.doormat,
.footer--primary {
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.sticky-top {
  min-height: 1px;
}

.doormat {
  padding: 2.5rem 0 1.25rem 0;
  text-align: center;
  color: #c7d3ea;
  background: #17305b !important;
}

.doormat .container {
  margin-bottom: -0.9375rem;
}

.doormat .col--doormat--header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1.875rem;
}

.doormat .row--doormat--main {
  position: relative;
  padding-top: 1.875rem;
  margin-top: 0;
}

.doormat .row--doormat--main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.9375rem;
  display: block;
  width: calc(100% - 1.875rem);
  height: 0.0625rem;
  background-color: rgba(255, 255, 255, 0.11);
}

.doormat .field--name-field-doormat-logo img {
  max-width: 8.125rem;
  margin-bottom: 1.875rem;
}

.doormat .view,
.doormat .nav,
.block--region-doormat,
.block--region-doormat-02,
.block--region-doormat-03,
.block--region-doormat-04 {
  margin-bottom: 1.875rem;
  color: #c7d3ea;
}

.doormat .view h2,
.doormat .view h3,
.doormat .view h4,
.doormat .nav h2,
.doormat .nav h3,
.doormat .nav h4,
.block--region-doormat h2,
.block--region-doormat h3,
.block--region-doormat h4,
.block--region-doormat-02 h2,
.block--region-doormat-02 h3,
.block--region-doormat-02 h4,
.block--region-doormat-03 h2,
.block--region-doormat-03 h3,
.block--region-doormat-03 h4,
.block--region-doormat-04 h2,
.block--region-doormat-04 h3,
.block--region-doormat-04 h4 {
  font-size: 0.8125rem;
  line-height: 1.5rem;
  margin-bottom: 1.875rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05625rem;
  color: #c7d3ea;
}

.doormat .view h5,
.doormat .view h6,
.doormat .nav h5,
.doormat .nav h6,
.block--region-doormat h5,
.block--region-doormat h6,
.block--region-doormat-02 h5,
.block--region-doormat-02 h6,
.block--region-doormat-03 h5,
.block--region-doormat-03 h6,
.block--region-doormat-04 h5,
.block--region-doormat-04 h6 {
  margin-bottom: 0.9375rem;
  color: #c7d3ea;
}

.doormat .view p:last-child,
.doormat .view ul:last-child,
.doormat .view ol:last-child,
.doormat .nav p:last-child,
.doormat .nav ul:last-child,
.doormat .nav ol:last-child,
.block--region-doormat p:last-child,
.block--region-doormat ul:last-child,
.block--region-doormat ol:last-child,
.block--region-doormat-02 p:last-child,
.block--region-doormat-02 ul:last-child,
.block--region-doormat-02 ol:last-child,
.block--region-doormat-03 p:last-child,
.block--region-doormat-03 ul:last-child,
.block--region-doormat-03 ol:last-child,
.block--region-doormat-04 p:last-child,
.block--region-doormat-04 ul:last-child,
.block--region-doormat-04 ol:last-child {
  margin-bottom: 0;
}

.doormat .view .item-list ul,
.doormat .nav .item-list ul,
.block--region-doormat .item-list ul,
.block--region-doormat-02 .item-list ul,
.block--region-doormat-03 .item-list ul,
.block--region-doormat-04 .item-list ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.doormat .view .item-list li,
.doormat .nav .item-list li,
.block--region-doormat .item-list li,
.block--region-doormat-02 .item-list li,
.block--region-doormat-03 .item-list li,
.block--region-doormat-04 .item-list li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.doormat .view .item-list a,
.doormat .nav .item-list a,
.block--region-doormat .item-list a,
.block--region-doormat-02 .item-list a,
.block--region-doormat-03 .item-list a,
.block--region-doormat-04 .item-list a {
  position: relative;
  display: inline;
  text-decoration: underline;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.doormat .view .item-list a, .doormat .view .item-list a:visited,
.doormat .nav .item-list a,
.doormat .nav .item-list a:visited,
.block--region-doormat .item-list a,
.block--region-doormat .item-list a:visited,
.block--region-doormat-02 .item-list a,
.block--region-doormat-02 .item-list a:visited,
.block--region-doormat-03 .item-list a,
.block--region-doormat-03 .item-list a:visited,
.block--region-doormat-04 .item-list a,
.block--region-doormat-04 .item-list a:visited {
  color: #c7d3ea;
}

.doormat .view .item-list a:hover,
.doormat .nav .item-list a:hover,
.block--region-doormat .item-list a:hover,
.block--region-doormat-02 .item-list a:hover,
.block--region-doormat-03 .item-list a:hover,
.block--region-doormat-04 .item-list a:hover {
  color: #c7d3ea;
}

.doormat .view .item-list a:active,
.doormat .nav .item-list a:active,
.block--region-doormat .item-list a:active,
.block--region-doormat-02 .item-list a:active,
.block--region-doormat-03 .item-list a:active,
.block--region-doormat-04 .item-list a:active {
  color: #c7d3ea;
}

.doormat .view .field--name-field-doormat-adress,
.doormat .nav .field--name-field-doormat-adress,
.block--region-doormat .field--name-field-doormat-adress,
.block--region-doormat-02 .field--name-field-doormat-adress,
.block--region-doormat-03 .field--name-field-doormat-adress,
.block--region-doormat-04 .field--name-field-doormat-adress {
  font-size: 0.8125rem;
  line-height: 1.5rem;
  margin-bottom: 1.25rem;
}

.doormat .view .field--name-field-doormat-contact-phone,
.doormat .view .field--name-field-doormat-contact-email,
.doormat .nav .field--name-field-doormat-contact-phone,
.doormat .nav .field--name-field-doormat-contact-email,
.block--region-doormat .field--name-field-doormat-contact-phone,
.block--region-doormat .field--name-field-doormat-contact-email,
.block--region-doormat-02 .field--name-field-doormat-contact-phone,
.block--region-doormat-02 .field--name-field-doormat-contact-email,
.block--region-doormat-03 .field--name-field-doormat-contact-phone,
.block--region-doormat-03 .field--name-field-doormat-contact-email,
.block--region-doormat-04 .field--name-field-doormat-contact-phone,
.block--region-doormat-04 .field--name-field-doormat-contact-email {
  font-size: 0.8125rem;
  line-height: 1.5rem;
}

.doormat .view .field--name-field-doormat-contact-phone a,
.doormat .view .field--name-field-doormat-contact-email a,
.doormat .nav .field--name-field-doormat-contact-phone a,
.doormat .nav .field--name-field-doormat-contact-email a,
.block--region-doormat .field--name-field-doormat-contact-phone a,
.block--region-doormat .field--name-field-doormat-contact-email a,
.block--region-doormat-02 .field--name-field-doormat-contact-phone a,
.block--region-doormat-02 .field--name-field-doormat-contact-email a,
.block--region-doormat-03 .field--name-field-doormat-contact-phone a,
.block--region-doormat-03 .field--name-field-doormat-contact-email a,
.block--region-doormat-04 .field--name-field-doormat-contact-phone a,
.block--region-doormat-04 .field--name-field-doormat-contact-email a {
  color: #c7d3ea;
}

.doormat .view .field--name-field-doormat-contact-phone a:hover,
.doormat .view .field--name-field-doormat-contact-email a:hover,
.doormat .nav .field--name-field-doormat-contact-phone a:hover,
.doormat .nav .field--name-field-doormat-contact-email a:hover,
.block--region-doormat .field--name-field-doormat-contact-phone a:hover,
.block--region-doormat .field--name-field-doormat-contact-email a:hover,
.block--region-doormat-02 .field--name-field-doormat-contact-phone a:hover,
.block--region-doormat-02 .field--name-field-doormat-contact-email a:hover,
.block--region-doormat-03 .field--name-field-doormat-contact-phone a:hover,
.block--region-doormat-03 .field--name-field-doormat-contact-email a:hover,
.block--region-doormat-04 .field--name-field-doormat-contact-phone a:hover,
.block--region-doormat-04 .field--name-field-doormat-contact-email a:hover {
  color: #0099dd;
}

.doormat .view .menu,
.doormat .nav .menu,
.block--region-doormat .menu,
.block--region-doormat-02 .menu,
.block--region-doormat-03 .menu,
.block--region-doormat-04 .menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.doormat .view .menu li,
.doormat .nav .menu li,
.block--region-doormat .menu li,
.block--region-doormat-02 .menu li,
.block--region-doormat-03 .menu li,
.block--region-doormat-04 .menu li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  margin-bottom: 0.625rem;
}

.doormat .view .menu li:last-child,
.doormat .nav .menu li:last-child,
.block--region-doormat .menu li:last-child,
.block--region-doormat-02 .menu li:last-child,
.block--region-doormat-03 .menu li:last-child,
.block--region-doormat-04 .menu li:last-child {
  margin-bottom: 0;
}

.doormat .view .menu a,
.doormat .nav .menu a,
.block--region-doormat .menu a,
.block--region-doormat-02 .menu a,
.block--region-doormat-03 .menu a,
.block--region-doormat-04 .menu a {
  color: #c7d3ea;
}

.doormat .view .menu a:hover,
.doormat .nav .menu a:hover,
.block--region-doormat .menu a:hover,
.block--region-doormat-02 .menu a:hover,
.block--region-doormat-03 .menu a:hover,
.block--region-doormat-04 .menu a:hover {
  color: #0099dd;
}

@media (max-width: 767px) {
  .block--region-doormat .field--name-field-doormat-adress .address {
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .doormat {
    padding: 2.5rem 0 1.25rem 0;
    text-align: left;
  }
  .doormat .col--doormat--header {
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 2.5rem;
  }
  .doormat .row--doormat--main {
    padding-top: 0.625rem;
  }
  .doormat .field--name-field-doormat-logo img {
    margin-bottom: 0;
  }
  .row--doormat,
  .col--doormat--header {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    min-height: 1px;
    margin-top: -1.875rem;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .col--doormat--01,
  .col--doormat--02,
  .col--doormat--03,
  .col--doormat--04,
  .block--type-doormat-logo,
  .block--type-social-links-menu {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(50% - 1.875rem);
  }
}

@media (min-width: 940px) {
  .doormat {
    padding: 3.75rem 0 2.5rem 0;
  }
  .doormat .container {
    margin-bottom: -1.25rem;
  }
  .col--doormat--01,
  .col--doormat--02,
  .col--doormat--03,
  .col--doormat--04,
  .block--type-doormat-logo,
  .block--type-social-links-menu {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(25% - 1.875rem);
  }
  .doormat .view,
  .doormat .nav,
  .block--region-doormat {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 1201px) {
  .doormat {
    padding: 5rem 0 3.75rem 0;
  }
  .doormat .col--doormat--header {
    padding-bottom: 4.375rem;
  }
  .doormat .row--doormat--main {
    padding-top: 2.5rem;
  }
  .doormat .block--type-social-links-menu h2 {
    white-space: nowrap;
  }
}

.footer--primary {
  font-size: 0.625rem;
  line-height: 0.75rem;
  padding: 1.25rem 0 2.5rem 0;
  text-align: center;
  color: #c7d3ea;
  background: #17305b;
}

.footer--primary:after {
  clear: both;
  content: "";
  display: table;
}

.footer--primary .container {
  margin-top: -0.9375rem;
}

.footer--primary p {
  margin: 0;
}

.block--region-footer-primary {
  margin-top: 0.9375rem;
}

.block--region-footer-primary .menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.block--region-footer-primary .menu li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.block--region-footer-primary a, .block--region-footer-primary a:visited {
  text-decoration: underline;
  color: #c7d3ea;
}

.block--region-footer-primary a:hover, .block--region-footer-primary a:active {
  text-decoration: none;
}

@media (min-width: 768px) {
  .footer--primary {
    text-align: left;
  }
  .footer--primary .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .block--powered-by-dropsolid {
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: right;
  }
}

.sticky-spacer {
  display: none;
}

@media (min-width: 768px) {
  .sticky-spacer {
    display: block;
    height: 0;
  }
  .wrapper--page-top {
    position: relative;
    top: 0;
  }
  .wrapper--page-top.is-fixed {
    z-index: 440;
    position: fixed;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: none;
    transition: background-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out, margin-top 0.3s ease-in-out;
  }
  .header-top,
  .header__block,
  .header--primary,
  .header--primary > .container,
  .nav--region-nav-primary,
  .nav--region-nav-secondary,
  .header__section--primary,
  .header__section--secondary,
  .wrapper--navigation__content,
  .nav-section-primary,
  .nav-section-secondary,
  .block__branding--header,
  .block__branding__image--header {
    transition: left 0.3s ease-in-out, top 0.3s ease-in-out, right 0.3s ease-in-out, bottom 0.3s ease-in-out, margin 0.3s ease-in-out, padding 0.3s ease-in-out, width 0.3s ease-in-out, max-width 0.3s ease-in-out, height 0.3s ease-in-out;
  }
  .js-scrolling .wrapper--page-top.is-fixed {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
  }
  /* stylelint-disable */
  .js-scrolling .sticky-top.is-fixed.not-top {
    transition: margin-top .35s ease;
  }
  /* stylelint-enable */
}

.header--primary {
  position: relative;
  padding: 1rem 0;
}

@media (min-width: 768px) {
  .header--primary {
    z-index: 6;
    padding: 1.5625rem 0;
  }
  .header--primary > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .header--primary .header__section--secondary .nav-section--primary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .header__section--secondary {
    position: absolute;
    z-index: 440;
    right: 0;
    top: 0;
    width: 3.375rem;
    height: 4.375rem;
    color: #1f2833;
  }
  .navigation__toggle-expand {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding-top: 0;
    width: 3.375rem;
    height: 4.375rem;
    text-align: center;
  }
  .navigation__toggle-expand, .navigation__toggle-expand:visited {
    color: #17305b;
  }
  .navigation__toggle-expand:hover {
    color: #17305b;
  }
  .js-open .navigation__toggle-expand {
    position: fixed;
    z-index: 1;
    color: #fff;
  }
  .navigation__toggle-expand__icon {
    position: absolute;
    left: 50%;
    top: 1.1875rem;
    display: block;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity 0.3s ease-in-out;
  }
  .navigation__toggle-expand__icon--open {
    opacity: 1;
  }
  .navigation__toggle-expand__icon--open:before {
    content: "\f0c9";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    font-size: 1.5rem;
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-weight: 900;
  }
  .js-open .navigation__toggle-expand__icon--open {
    opacity: 0;
  }
  .navigation__toggle-expand__icon--closed {
    opacity: 0;
  }
  .navigation__toggle-expand__icon--closed:before {
    content: "\f00d";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: middle;
    font-size: 1.875rem;
    font-family: "Font Awesome 5 Pro", sans-serif;
    font-weight: 300;
  }
  .js-open .navigation__toggle-expand__icon--closed {
    opacity: 1;
  }
  .navigation__toggle-expand__text {
    position: absolute !important;
    display: block !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    overflow: hidden !important;
    height: 0.0625rem !important;
    width: 0.0625rem !important;
    word-wrap: normal !important;
  }
  .navigation__toggle-expand__text.focusable:focus {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 499 !important;
    display: block !important;
    clip: auto !important;
    overflow: visible !important;
    height: auto !important;
    width: auto !important;
    background: #fff;
  }
  .navigation__toggle-expand__text--open {
    display: inline-block;
  }
  .js-open .navigation__toggle-expand__text--open {
    display: none;
  }
  .navigation__toggle-expand__text--closed {
    display: none;
  }
  .js-open .navigation__toggle-expand__text--closed {
    display: inline-block;
  }
  .wrapper--navigation.js-open .wrapper--navigation__content {
    padding-top: 4.375rem;
  }
  .wrapper--navigation__content {
    position: fixed;
    left: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 100vw;
    height: 0;
    transition: all 0.3s ease-in-out;
  }
  .js-open > .wrapper--navigation__content {
    height: 100vh;
    background-color: #17305b;
  }
  .nav-section--secondary {
    margin: 1.5rem -1.5rem 1.5rem -1.5rem;
    padding: 1.5rem;
    background-color: #f3f3f3;
  }
  .wrapper--headers {
    position: relative;
  }
  .nav--language-interface {
    margin: 0 1.5625rem;
  }
  .nav--language-interface:before {
    content: none;
  }
  .nav--language-interface .nav__active--language {
    font-size: 1.125rem;
    line-height: 1.6875rem;
    padding: 1.125rem 1.5625rem 1.125rem 1.5625rem;
    text-align: left;
    color: #fff;
  }
  .nav--language-interface .nav__active--language:before {
    font-size: 0.8125rem;
  }
  .nav--language-interface .nav__active--language:after {
    left: 0;
    top: 1.375rem;
    font-size: 1.125rem;
    -ms-transform: unset;
    transform: unset;
  }
  .nav--language-interface .nav__items--language {
    width: 100%;
    background-color: #17305b;
    box-shadow: none;
  }
  .nav--language-interface .nav__item--language--dropdown {
    text-align: left;
  }
  .nav--language-interface .nav__item--language--dropdown a {
    padding: 0.9375rem 0.75rem;
    color: #fff;
  }
  .block--header_top.block--search {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 450;
  }
}

.node_search-results {
  display: block;
  margin: 0 0 1.6875rem 0;
  padding: 0;
}

.page--403 .group--paragraphs {
  position: relative;
}

.page--403 .group--paragraphs:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 100%;
  max-width: 50rem;
  height: 100%;
  background: url("../images/generated/page--403.svg") no-repeat;
  background-size: 100% auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: .1;
}

.page--403 .group--paragraphs .paragraph--type-p-003 {
  padding-top: 21%;
  text-align: center;
}

.page--403 .group--paragraphs .paragraph--type-p-003 .field {
  position: relative;
  z-index: 1;
}

.page--403 .group--paragraphs .paragraph--type-p-003 h1,
.page--403 .group--paragraphs .paragraph--type-p-003 h2 {
  margin-bottom: 5%;
  font-size: 2rem;
  line-height: 2.75rem;
  text-transform: uppercase;
  color: #17305b;
}

@media (max-width: 767px) {
  .page--403 .group--paragraphs .paragraph--type-p-003 h1,
  .page--403 .group--paragraphs .paragraph--type-p-003 h2 {
    font-size: 1.53846rem;
    line-height: 2.11538rem;
  }
}

@media (min-width: 768px) and (max-width: 939px) {
  .page--403 .group--paragraphs .paragraph--type-p-003 h1,
  .page--403 .group--paragraphs .paragraph--type-p-003 h2 {
    font-size: 1.66667rem;
    line-height: 2.29167rem;
  }
}

@media (min-width: 940px) and (max-width: 1200px) {
  .page--403 .group--paragraphs .paragraph--type-p-003 h1,
  .page--403 .group--paragraphs .paragraph--type-p-003 h2 {
    font-size: 1.81818rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1201px) {
  .page--403 .group--paragraphs .paragraph--type-p-003 h1,
  .page--403 .group--paragraphs .paragraph--type-p-003 h2 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}

.page--403 .paragraph--type-simple-header {
  display: none;
}

@media (min-width: 480px) {
  .page--403 .group--paragraphs .paragraph--type-p-003 {
    padding-top: 24%;
  }
}

@media (min-width: 768px) {
  .page--403 .group--paragraphs .paragraph--type-p-003 {
    padding-top: 24%;
  }
  .page--403 .group--paragraphs .paragraph--type-p-003 h1,
  .page--403 .group--paragraphs .paragraph--type-p-003 h2 {
    margin-bottom: 12%;
  }
}

@media (min-width: 940px) {
  .page--403 .group--paragraphs .paragraph--type-p-003 {
    padding-top: 13.125rem;
  }
  .page--403 .group--paragraphs .paragraph--type-p-003 h1,
  .page--403 .group--paragraphs .paragraph--type-p-003 h2 {
    margin-bottom: 5rem;
  }
}

@media (min-width: 1201px) {
  .page--403 .paragraph--type-p-003 > * {
    max-width: none;
  }
}

.page--404 .group--paragraphs {
  position: relative;
}

.page--404 .group--paragraphs:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 100%;
  max-width: 50rem;
  height: 100%;
  background: url("../images/generated/page--404.svg") no-repeat;
  background-size: 100% auto;
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  opacity: .1;
}

.page--404 .group--paragraphs .paragraph--type-p-003 {
  text-align: center;
  padding-top: 21%;
}

.page--404 .group--paragraphs .paragraph--type-p-003 .field {
  position: relative;
  z-index: 1;
}

.page--404 .group--paragraphs .paragraph--type-p-003 h1,
.page--404 .group--paragraphs .paragraph--type-p-003 h2 {
  margin-bottom: 5%;
  font-size: 2rem;
  line-height: 2.75rem;
  text-transform: uppercase;
  color: #17305b;
}

@media (max-width: 767px) {
  .page--404 .group--paragraphs .paragraph--type-p-003 h1,
  .page--404 .group--paragraphs .paragraph--type-p-003 h2 {
    font-size: 1.53846rem;
    line-height: 2.11538rem;
  }
}

@media (min-width: 768px) and (max-width: 939px) {
  .page--404 .group--paragraphs .paragraph--type-p-003 h1,
  .page--404 .group--paragraphs .paragraph--type-p-003 h2 {
    font-size: 1.66667rem;
    line-height: 2.29167rem;
  }
}

@media (min-width: 940px) and (max-width: 1200px) {
  .page--404 .group--paragraphs .paragraph--type-p-003 h1,
  .page--404 .group--paragraphs .paragraph--type-p-003 h2 {
    font-size: 1.81818rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1201px) {
  .page--404 .group--paragraphs .paragraph--type-p-003 h1,
  .page--404 .group--paragraphs .paragraph--type-p-003 h2 {
    font-size: 2rem;
    line-height: 2.75rem;
  }
}

.page--404 .paragraph--type-simple-header {
  display: none;
}

@media (min-width: 480px) {
  .page--404 .group--paragraphs .paragraph--type-p-003 {
    padding-top: 24%;
  }
}

@media (min-width: 768px) {
  .page--404 .group--paragraphs .paragraph--type-p-003 {
    padding-top: 24%;
  }
  .page--404 .group--paragraphs .paragraph--type-p-003 h1,
  .page--404 .group--paragraphs .paragraph--type-p-003 h2 {
    margin-bottom: 12%;
  }
}

@media (min-width: 940px) {
  .page--404 .group--paragraphs .paragraph--type-p-003 {
    padding-top: 13.125rem;
  }
  .page--404 .group--paragraphs .paragraph--type-p-003 h1,
  .page--404 .group--paragraphs .paragraph--type-p-003 h2 {
    margin-bottom: 5rem;
  }
}

@media (min-width: 1201px) {
  .page--404 .paragraph--type-p-003 > * {
    max-width: none;
  }
}

.layout__top,
.layout__header,
.layout__bottom,
.layout__footer {
  clear: both;
}

@media (min-width: 768px) {
  .layout__cols {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
  .layout__content--sidebar-secondary--left,
  .layout__content--sidebar-primary--right {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(50% - 1.875rem);
    min-height: 1px;
  }
  .layout__sidebar--sidebar-primary--left,
  .layout__sidebar--sidebar-secondary--right {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(50% - 1.875rem);
    min-height: 1px;
  }
}

@media (min-width: 940px) {
  .layout__content--sidebar-secondary--left,
  .layout__content--sidebar-primary--right {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(66.66667% - 1.875rem);
  }
  .layout__sidebar--sidebar-primary--left,
  .layout__sidebar--sidebar-secondary--right {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(33.33333% - 1.875rem);
  }
}

@media (min-width: 1201px) {
  .layout__content--sidebar-secondary--left,
  .layout__content--sidebar-primary--right {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(75% - 1.875rem);
  }
  .layout__sidebar--sidebar-primary--left,
  .layout__sidebar--sidebar-secondary--right {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(25% - 1.875rem);
  }
}

@media (min-width: 768px) {
  .layout__content--sidebars--center {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    min-height: 1px;
    width: calc(50% - 1.875rem);
  }
  .layout__sidebar--sidebars--left,
  .layout__sidebar--sidebars--right {
    position: relative;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    min-height: 1px;
    width: calc(25% - 1.875rem);
  }
  .layout__sidebar--sidebars--right {
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 940px) {
  .layout__sidebar--sidebars--left,
  .layout__sidebar--sidebars--right {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(25% - 1.875rem);
  }
}

.path-frontpage .group--paragraphs > .group--paragraphs__item:first-child > .paragraph:not(.paragraph--type-overview):not(.has-bg):not(.has-bg-image) {
  padding-top: 0;
}

.panel-layout__top,
.panel-layout__header,
.panel-layout__visual,
.panel-layout__bottom,
.panel-layout__footer {
  clear: both;
}

@media (min-width: 768px) {
  .panel-layout__cols {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    min-height: 1px;
    margin-top: -1.875rem;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .panel-layout__content--left,
  .panel-layout__content--right {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(50% - 1.875rem);
  }
  .panel-layout__sidebar--left,
  .panel-layout__sidebar--right {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(50% - 1.875rem);
  }
  .panel-layout__cols--sidebars .panel-layout__content--center {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(50% - 1.875rem);
  }
  .panel-layout__cols--sidebars .panel-layout__sidebar--left,
  .panel-layout__cols--sidebars .panel-layout__sidebar--right {
    position: relative;
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
    margin-top: 1.875rem;
    min-height: 1px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(50% - 1.875rem);
  }
  .panel-layout__cols--sidebars .panel-layout__sidebar--right {
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 940px) {
  .panel-layout__content--left,
  .panel-layout__content--right {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(66.66667% - 1.875rem);
  }
  .panel-layout__sidebar--left,
  .panel-layout__sidebar--right {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(33.33333% - 1.875rem);
  }
  .panel-layout__cols--sidebars .panel-layout__content--left,
  .panel-layout__cols--sidebars .panel-layout__content--right {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(33.33333% - 1.875rem);
  }
  .panel-layout__cols--sidebars .panel-layout__sidebar--left,
  .panel-layout__cols--sidebars .panel-layout__sidebar--right {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(33.33333% - 1.875rem);
  }
}

@media (min-width: 1201px) {
  .panel-layout__content--left,
  .panel-layout__content--right {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(75% - 1.875rem);
  }
  .panel-layout__sidebar--left,
  .panel-layout__sidebar--right {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    width: calc(25% - 1.875rem);
  }
}
