@charset "UTF-8";
@media print,
screen and (min-width:40em) {

  .reveal,
  .reveal.large,
  .reveal.small,
  .reveal.tiny {
    right: auto;
    left: auto;
    margin: 0 auto
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=82.5em"
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%
}

*,
::after,
::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Open Sans", Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #005083;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0
}

.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
  max-width: none !important
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: 0 0;
  line-height: 1;
  cursor: auto
}

[data-whatinput=mouse] button {
  outline: 0
}

pre {
  overflow: auto
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit
}

.is-visible {
  display: block !important
}

.is-hidden {
  display: none !important
}

[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  border: 1px solid #4a86b5;
  border-radius: 0;
  background-color: #e6ebf1;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #005083;
  -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  transition: box-shadow .5s, border-color .25s ease-in-out;
  transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
  outline: 0;
  border: 1px solid #58585a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  transition: box-shadow .5s, border-color .25s ease-in-out;
  transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}

textarea {
  max-width: 100%
}

textarea[rows] {
  height: auto
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f0f0f0;
  cursor: not-allowed
}

[type=button],
[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

::-webkit-input-placeholder {
  color: #cacaca
}

::-moz-placeholder {
  color: #cacaca
}

:-ms-input-placeholder {
  color: #cacaca
}

::-ms-input-placeholder {
  color: #cacaca
}

::placeholder {
  color: #cacaca
}

[type=checkbox],
[type=file],
[type=radio] {
  margin: 0 0 1rem
}

[type=checkbox]+label,
[type=radio]+label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: .5rem;
  margin-right: 1rem;
  margin-bottom: 0
}

[type=checkbox]+label[for],
[type=radio]+label[for] {
  cursor: pointer
}

label>[type=checkbox],
label>[type=radio] {
  margin-right: .5rem
}

[type=file] {
  width: 100%
}

label {
  display: block;
  margin: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.8;
  color: #005083
}

label.middle {
  margin: 0 0 1rem;
  padding: .5625rem 0
}

.help-text {
  margin-top: -.5rem;
  font-size: .8125rem;
  font-style: italic;
  color: #0a0a0a
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem
}

.input-group>:first-child,
.input-group>:first-child.input-group-button>* {
  border-radius: 0
}

.input-group>:last-child,
.input-group>:last-child.input-group-button>* {
  border-radius: 0
}

.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #94b4cd;
  background: #f0f0f0;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%
}

.input-group-label:first-child {
  border-right: 0
}

.input-group-label:last-child {
  border-left: 0
}

.input-group-field {
  border-radius: 0
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%
}

.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
  height: 2.4375rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem
}

.input-group .input-group-button {
  display: table-cell
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0
}

legend {
  max-width: 100%;
  margin-bottom: .5rem
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca
}

.fieldset legend {
  margin: 0;
  margin-left: -.1875rem;
  padding: 0 .1875rem
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: .5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #4a86b5;
  border-radius: 0;
  background-color: #e6ebf1;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #005083;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28118, 122, 125%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  transition: box-shadow .5s, border-color .25s ease-in-out;
  transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}

@media screen and (min-width:0\0) {
  select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
  }
}

select:focus {
  outline: 0;
  border: 1px solid #58585a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  transition: border-color .25s ease-in-out, -webkit-box-shadow .5s;
  transition: box-shadow .5s, border-color .25s ease-in-out;
  transition: box-shadow .5s, border-color .25s ease-in-out, -webkit-box-shadow .5s
}

select:disabled {
  background-color: #f0f0f0;
  cursor: not-allowed
}

select::-ms-expand {
  display: none
}

select[multiple] {
  height: auto;
  background-image: none
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37
}

.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37
}

.is-invalid-label {
  color: #cc4b37
}

.form-error {
  display: none;
  margin-top: -.5rem;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 700;
  color: #cc4b37
}

.form-error.is-visible {
  display: block
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility
}

em,
i {
  font-style: italic;
  line-height: inherit
}

b,
strong {
  font-weight: 700;
  line-height: inherit
}

small {
  font-size: 80%;
  line-height: inherit
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Verdana, Geneva, Tahoma, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: inherit;
  text-rendering: optimizeLegibility
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca
}

.h1,
h1 {
  font-size: 1.75rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .75rem
}

.h2,
h2 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .75rem
}

.h3,
h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .75rem
}

.h4,
h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .75rem
}

.h5,
h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .75rem
}

.h6,
h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: .75rem
}

@media print,
screen and (min-width:40em) {

  .h1,
  h1 {
    font-size: 2.625rem
  }

  .h2,
  h2 {
    font-size: 2rem
  }

  .h3,
  h3 {
    font-size: 1.5625rem
  }

  .h4,
  h4 {
    font-size: 1.25rem
  }

  .h5,
  h5 {
    font-size: 1.125rem
  }

  .h6,
  h6 {
    font-size: 1rem
  }
}

@media print,
screen and (min-width:64em) {

  .h1,
  h1 {
    font-size: 3.625rem
  }

  .h2,
  h2 {
    font-size: 2rem
  }

  .h3,
  h3 {
    font-size: 1.5625rem
  }

  .h4,
  h4 {
    font-size: 1.25rem
  }

  .h5,
  h5 {
    font-size: 1.125rem
  }

  .h6,
  h6 {
    font-size: 1rem
  }
}

a {
  line-height: inherit;
  color: var(--signal-color);
  text-decoration: none;
  cursor: pointer
}

a:focus,
a:hover {
  color: var(--signal-color-hover);
  text-decoration: underline
}

a img {
  border: 0
}

hr {
  clear: both;
  max-width: 82.5rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0
}

dl,
ol,
ul {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6
}

li {
  font-size: inherit
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc
}

ol {
  margin-left: 1.25rem
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0
}

dl {
  margin-bottom: 1rem
}

dl dt {
  margin-bottom: .3rem;
  font-weight: 700
}

blockquote {
  margin: 0 0 1rem;
  padding: 0;
  border-left: 0 none
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #005083
}

cite {
  display: block;
  font-size: .8125rem;
  color: #767a7d
}

cite:before {
  content: ""
}

abbr,
abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none
}

figure {
  margin: 0
}

code {
  padding: .125rem .3125rem .0625rem;
  border: 1px solid #cacaca;
  background-color: #f0f0f0;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 400;
  color: #0a0a0a
}

kbd {
  margin: 0;
  padding: .125rem .25rem 0;
  background-color: #f0f0f0;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a
}

.subheader {
  margin-top: .2rem;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #767a7d
}

.lead {
  font-size: 150%;
  line-height: 1.6
}

.stat {
  font-size: 2.5rem;
  line-height: 1
}

p+.stat {
  margin-top: -1rem
}

ol.no-bullet,
ul.no-bullet {
  margin-left: 0;
  list-style: none
}

.text-left {
  text-align: left
}

.text-right {
  text-align: right
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

@media print,
screen and (min-width:40em) {
  .medium-text-left {
    text-align: left
  }

  .medium-text-right {
    text-align: right
  }

  .medium-text-center {
    text-align: center
  }

  .medium-text-justify {
    text-align: justify
  }
}

@media print,
screen and (min-width:64em) {
  .large-text-left {
    text-align: left
  }

  .large-text-right {
    text-align: right
  }

  .large-text-center {
    text-align: center
  }

  .large-text-justify {
    text-align: justify
  }
}

.show-for-print {
  display: none !important
}

@media print {
  * {
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important
  }

  .show-for-print {
    display: block !important
  }

  .hide-for-print {
    display: none !important
  }

  table.show-for-print {
    display: table !important
  }

  thead.show-for-print {
    display: table-header-group !important
  }

  tbody.show-for-print {
    display: table-row-group !important
  }

  tr.show-for-print {
    display: table-row !important
  }

  td.show-for-print {
    display: table-cell !important
  }

  th.show-for-print {
    display: table-cell !important
  }

  a,
  a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " (" attr(href) ")"
  }

  .ir a:after,
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""
  }

  abbr[title]:after {
    content: " (" attr(title) ")"
  }

  blockquote,
  pre {
    border: 1px solid #767a7d;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    page-break-inside: avoid
  }

  img {
    max-width: 100% !important
  }

  @page {
    margin: .5cm
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  .print-break-inside {
    page-break-inside: auto
  }
}

.grid-container {
  padding-right: .625rem;
  padding-left: .625rem;
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto
}

@media print,
screen and (min-width:40em) {
  .grid-container {
    padding-right: .9375rem;
    padding-left: .9375rem
  }
}

.grid-container.fluid {
  padding-right: .625rem;
  padding-left: .625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto
}

@media print,
screen and (min-width:40em) {
  .grid-container.fluid {
    padding-right: .9375rem;
    padding-left: .9375rem
  }
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%
}

.cell.auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px
}

.cell.shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.grid-x>.auto {
  width: auto
}

.grid-x>.shrink {
  width: auto
}

.grid-x>.small-1,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12,
.grid-x>.small-2,
.grid-x>.small-3,
.grid-x>.small-4,
.grid-x>.small-5,
.grid-x>.small-6,
.grid-x>.small-7,
.grid-x>.small-8,
.grid-x>.small-9,
.grid-x>.small-full,
.grid-x>.small-shrink {
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}

@media print,
screen and (min-width:40em) {

  .grid-x>.medium-1,
  .grid-x>.medium-10,
  .grid-x>.medium-11,
  .grid-x>.medium-12,
  .grid-x>.medium-2,
  .grid-x>.medium-3,
  .grid-x>.medium-4,
  .grid-x>.medium-5,
  .grid-x>.medium-6,
  .grid-x>.medium-7,
  .grid-x>.medium-8,
  .grid-x>.medium-9,
  .grid-x>.medium-full,
  .grid-x>.medium-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}

@media print,
screen and (min-width:64em) {

  .grid-x>.large-1,
  .grid-x>.large-10,
  .grid-x>.large-11,
  .grid-x>.large-12,
  .grid-x>.large-2,
  .grid-x>.large-3,
  .grid-x>.large-4,
  .grid-x>.large-5,
  .grid-x>.large-6,
  .grid-x>.large-7,
  .grid-x>.large-8,
  .grid-x>.large-9,
  .grid-x>.large-full,
  .grid-x>.large-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}

.grid-x>.small-1,
.grid-x>.small-10,
.grid-x>.small-11,
.grid-x>.small-12,
.grid-x>.small-2,
.grid-x>.small-3,
.grid-x>.small-4,
.grid-x>.small-5,
.grid-x>.small-6,
.grid-x>.small-7,
.grid-x>.small-8,
.grid-x>.small-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.grid-x>.small-1 {
  width: 8.3333333333%
}

.grid-x>.small-2 {
  width: 16.6666666667%
}

.grid-x>.small-3 {
  width: 25%
}

.grid-x>.small-4 {
  width: 33.3333333333%
}

.grid-x>.small-5 {
  width: 41.6666666667%
}

.grid-x>.small-6 {
  width: 50%
}

.grid-x>.small-7 {
  width: 58.3333333333%
}

.grid-x>.small-8 {
  width: 66.6666666667%
}

.grid-x>.small-9 {
  width: 75%
}

.grid-x>.small-10 {
  width: 83.3333333333%
}

.grid-x>.small-11 {
  width: 91.6666666667%
}

.grid-x>.small-12 {
  width: 100%
}

@media print,
screen and (min-width:40em) {
  .grid-x>.medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto
  }

  .grid-x>.medium-1,
  .grid-x>.medium-10,
  .grid-x>.medium-11,
  .grid-x>.medium-12,
  .grid-x>.medium-2,
  .grid-x>.medium-3,
  .grid-x>.medium-4,
  .grid-x>.medium-5,
  .grid-x>.medium-6,
  .grid-x>.medium-7,
  .grid-x>.medium-8,
  .grid-x>.medium-9,
  .grid-x>.medium-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .grid-x>.medium-shrink {
    width: auto
  }

  .grid-x>.medium-1 {
    width: 8.3333333333%
  }

  .grid-x>.medium-2 {
    width: 16.6666666667%
  }

  .grid-x>.medium-3 {
    width: 25%
  }

  .grid-x>.medium-4 {
    width: 33.3333333333%
  }

  .grid-x>.medium-5 {
    width: 41.6666666667%
  }

  .grid-x>.medium-6 {
    width: 50%
  }

  .grid-x>.medium-7 {
    width: 58.3333333333%
  }

  .grid-x>.medium-8 {
    width: 66.6666666667%
  }

  .grid-x>.medium-9 {
    width: 75%
  }

  .grid-x>.medium-10 {
    width: 83.3333333333%
  }

  .grid-x>.medium-11 {
    width: 91.6666666667%
  }

  .grid-x>.medium-12 {
    width: 100%
  }
}

@media print,
screen and (min-width:64em) {
  .grid-x>.large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto
  }

  .grid-x>.large-1,
  .grid-x>.large-10,
  .grid-x>.large-11,
  .grid-x>.large-12,
  .grid-x>.large-2,
  .grid-x>.large-3,
  .grid-x>.large-4,
  .grid-x>.large-5,
  .grid-x>.large-6,
  .grid-x>.large-7,
  .grid-x>.large-8,
  .grid-x>.large-9,
  .grid-x>.large-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .grid-x>.large-shrink {
    width: auto
  }

  .grid-x>.large-1 {
    width: 8.3333333333%
  }

  .grid-x>.large-2 {
    width: 16.6666666667%
  }

  .grid-x>.large-3 {
    width: 25%
  }

  .grid-x>.large-4 {
    width: 33.3333333333%
  }

  .grid-x>.large-5 {
    width: 41.6666666667%
  }

  .grid-x>.large-6 {
    width: 50%
  }

  .grid-x>.large-7 {
    width: 58.3333333333%
  }

  .grid-x>.large-8 {
    width: 66.6666666667%
  }

  .grid-x>.large-9 {
    width: 75%
  }

  .grid-x>.large-10 {
    width: 83.3333333333%
  }

  .grid-x>.large-11 {
    width: 91.6666666667%
  }

  .grid-x>.large-12 {
    width: 100%
  }
}

.grid-margin-x:not(.grid-x)>.cell {
  width: auto
}

.grid-margin-y:not(.grid-y)>.cell {
  height: auto
}

.grid-margin-x {
  margin-left: -.625rem;
  margin-right: -.625rem
}

@media print,
screen and (min-width:40em) {
  .grid-margin-x {
    margin-left: -.9375rem;
    margin-right: -.9375rem
  }
}

.grid-margin-x>.cell {
  width: calc(100% - 1.25rem);
  margin-left: .625rem;
  margin-right: .625rem
}

@media print,
screen and (min-width:40em) {
  .grid-margin-x>.cell {
    width: calc(100% - 1.875rem);
    margin-left: .9375rem;
    margin-right: .9375rem
  }
}

.grid-margin-x>.auto {
  width: auto
}

.grid-margin-x>.shrink {
  width: auto
}

.grid-margin-x>.small-1 {
  width: calc(8.3333333333% - 1.25rem)
}

.grid-margin-x>.small-2 {
  width: calc(16.6666666667% - 1.25rem)
}

.grid-margin-x>.small-3 {
  width: calc(25% - 1.25rem)
}

.grid-margin-x>.small-4 {
  width: calc(33.3333333333% - 1.25rem)
}

.grid-margin-x>.small-5 {
  width: calc(41.6666666667% - 1.25rem)
}

.grid-margin-x>.small-6 {
  width: calc(50% - 1.25rem)
}

.grid-margin-x>.small-7 {
  width: calc(58.3333333333% - 1.25rem)
}

.grid-margin-x>.small-8 {
  width: calc(66.6666666667% - 1.25rem)
}

.grid-margin-x>.small-9 {
  width: calc(75% - 1.25rem)
}

.grid-margin-x>.small-10 {
  width: calc(83.3333333333% - 1.25rem)
}

.grid-margin-x>.small-11 {
  width: calc(91.6666666667% - 1.25rem)
}

.grid-margin-x>.small-12 {
  width: calc(100% - 1.25rem)
}

@media print,
screen and (min-width:40em) {
  .grid-margin-x>.auto {
    width: auto
  }

  .grid-margin-x>.shrink {
    width: auto
  }

  .grid-margin-x>.small-1 {
    width: calc(8.3333333333% - 1.875rem)
  }

  .grid-margin-x>.small-2 {
    width: calc(16.6666666667% - 1.875rem)
  }

  .grid-margin-x>.small-3 {
    width: calc(25% - 1.875rem)
  }

  .grid-margin-x>.small-4 {
    width: calc(33.3333333333% - 1.875rem)
  }

  .grid-margin-x>.small-5 {
    width: calc(41.6666666667% - 1.875rem)
  }

  .grid-margin-x>.small-6 {
    width: calc(50% - 1.875rem)
  }

  .grid-margin-x>.small-7 {
    width: calc(58.3333333333% - 1.875rem)
  }

  .grid-margin-x>.small-8 {
    width: calc(66.6666666667% - 1.875rem)
  }

  .grid-margin-x>.small-9 {
    width: calc(75% - 1.875rem)
  }

  .grid-margin-x>.small-10 {
    width: calc(83.3333333333% - 1.875rem)
  }

  .grid-margin-x>.small-11 {
    width: calc(91.6666666667% - 1.875rem)
  }

  .grid-margin-x>.small-12 {
    width: calc(100% - 1.875rem)
  }

  .grid-margin-x>.medium-auto {
    width: auto
  }

  .grid-margin-x>.medium-shrink {
    width: auto
  }

  .grid-margin-x>.medium-1 {
    width: calc(8.3333333333% - 1.875rem)
  }

  .grid-margin-x>.medium-2 {
    width: calc(16.6666666667% - 1.875rem)
  }

  .grid-margin-x>.medium-3 {
    width: calc(25% - 1.875rem)
  }

  .grid-margin-x>.medium-4 {
    width: calc(33.3333333333% - 1.875rem)
  }

  .grid-margin-x>.medium-5 {
    width: calc(41.6666666667% - 1.875rem)
  }

  .grid-margin-x>.medium-6 {
    width: calc(50% - 1.875rem)
  }

  .grid-margin-x>.medium-7 {
    width: calc(58.3333333333% - 1.875rem)
  }

  .grid-margin-x>.medium-8 {
    width: calc(66.6666666667% - 1.875rem)
  }

  .grid-margin-x>.medium-9 {
    width: calc(75% - 1.875rem)
  }

  .grid-margin-x>.medium-10 {
    width: calc(83.3333333333% - 1.875rem)
  }

  .grid-margin-x>.medium-11 {
    width: calc(91.6666666667% - 1.875rem)
  }

  .grid-margin-x>.medium-12 {
    width: calc(100% - 1.875rem)
  }
}

@media print,
screen and (min-width:64em) {
  .grid-margin-x>.large-auto {
    width: auto
  }

  .grid-margin-x>.large-shrink {
    width: auto
  }

  .grid-margin-x>.large-1 {
    width: calc(8.3333333333% - 1.875rem)
  }

  .grid-margin-x>.large-2 {
    width: calc(16.6666666667% - 1.875rem)
  }

  .grid-margin-x>.large-3 {
    width: calc(25% - 1.875rem)
  }

  .grid-margin-x>.large-4 {
    width: calc(33.3333333333% - 1.875rem)
  }

  .grid-margin-x>.large-5 {
    width: calc(41.6666666667% - 1.875rem)
  }

  .grid-margin-x>.large-6 {
    width: calc(50% - 1.875rem)
  }

  .grid-margin-x>.large-7 {
    width: calc(58.3333333333% - 1.875rem)
  }

  .grid-margin-x>.large-8 {
    width: calc(66.6666666667% - 1.875rem)
  }

  .grid-margin-x>.large-9 {
    width: calc(75% - 1.875rem)
  }

  .grid-margin-x>.large-10 {
    width: calc(83.3333333333% - 1.875rem)
  }

  .grid-margin-x>.large-11 {
    width: calc(91.6666666667% - 1.875rem)
  }

  .grid-margin-x>.large-12 {
    width: calc(100% - 1.875rem)
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -.625rem;
  margin-left: -.625rem
}

@media print,
screen and (min-width:40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -.9375rem;
    margin-left: -.9375rem
  }
}

.grid-container:not(.full)>.grid-padding-x {
  margin-right: -.625rem;
  margin-left: -.625rem
}

@media print,
screen and (min-width:40em) {
  .grid-container:not(.full)>.grid-padding-x {
    margin-right: -.9375rem;
    margin-left: -.9375rem
  }
}

.grid-padding-x>.cell {
  padding-right: .625rem;
  padding-left: .625rem
}

@media print,
screen and (min-width:40em) {
  .grid-padding-x>.cell {
    padding-right: .9375rem;
    padding-left: .9375rem
  }
}

.small-up-1>.cell {
  width: 100%
}

.small-up-2>.cell {
  width: 50%
}

.small-up-3>.cell {
  width: 33.3333333333%
}

.small-up-4>.cell {
  width: 25%
}

.small-up-5>.cell {
  width: 20%
}

.small-up-6>.cell {
  width: 16.6666666667%
}

.small-up-7>.cell {
  width: 14.2857142857%
}

.small-up-8>.cell {
  width: 12.5%
}

@media print,
screen and (min-width:40em) {
  .medium-up-1>.cell {
    width: 100%
  }

  .medium-up-2>.cell {
    width: 50%
  }

  .medium-up-3>.cell {
    width: 33.3333333333%
  }

  .medium-up-4>.cell {
    width: 25%
  }

  .medium-up-5>.cell {
    width: 20%
  }

  .medium-up-6>.cell {
    width: 16.6666666667%
  }

  .medium-up-7>.cell {
    width: 14.2857142857%
  }

  .medium-up-8>.cell {
    width: 12.5%
  }
}

@media print,
screen and (min-width:64em) {
  .large-up-1>.cell {
    width: 100%
  }

  .large-up-2>.cell {
    width: 50%
  }

  .large-up-3>.cell {
    width: 33.3333333333%
  }

  .large-up-4>.cell {
    width: 25%
  }

  .large-up-5>.cell {
    width: 20%
  }

  .large-up-6>.cell {
    width: 16.6666666667%
  }

  .large-up-7>.cell {
    width: 14.2857142857%
  }

  .large-up-8>.cell {
    width: 12.5%
  }
}

.grid-margin-x.small-up-1>.cell {
  width: calc(100% - 1.25rem)
}

.grid-margin-x.small-up-2>.cell {
  width: calc(50% - 1.25rem)
}

.grid-margin-x.small-up-3>.cell {
  width: calc(33.3333333333% - 1.25rem)
}

.grid-margin-x.small-up-4>.cell {
  width: calc(25% - 1.25rem)
}

.grid-margin-x.small-up-5>.cell {
  width: calc(20% - 1.25rem)
}

.grid-margin-x.small-up-6>.cell {
  width: calc(16.6666666667% - 1.25rem)
}

.grid-margin-x.small-up-7>.cell {
  width: calc(14.2857142857% - 1.25rem)
}

.grid-margin-x.small-up-8>.cell {
  width: calc(12.5% - 1.25rem)
}

@media print,
screen and (min-width:40em) {
  .grid-margin-x.small-up-1>.cell {
    width: calc(100% - 1.875rem)
  }

  .grid-margin-x.small-up-2>.cell {
    width: calc(50% - 1.875rem)
  }

  .grid-margin-x.small-up-3>.cell {
    width: calc(33.3333333333% - 1.875rem)
  }

  .grid-margin-x.small-up-4>.cell {
    width: calc(25% - 1.875rem)
  }

  .grid-margin-x.small-up-5>.cell {
    width: calc(20% - 1.875rem)
  }

  .grid-margin-x.small-up-6>.cell {
    width: calc(16.6666666667% - 1.875rem)
  }

  .grid-margin-x.small-up-7>.cell {
    width: calc(14.2857142857% - 1.875rem)
  }

  .grid-margin-x.small-up-8>.cell {
    width: calc(12.5% - 1.875rem)
  }

  .grid-margin-x.medium-up-1>.cell {
    width: calc(100% - 1.875rem)
  }

  .grid-margin-x.medium-up-2>.cell {
    width: calc(50% - 1.875rem)
  }

  .grid-margin-x.medium-up-3>.cell {
    width: calc(33.3333333333% - 1.875rem)
  }

  .grid-margin-x.medium-up-4>.cell {
    width: calc(25% - 1.875rem)
  }

  .grid-margin-x.medium-up-5>.cell {
    width: calc(20% - 1.875rem)
  }

  .grid-margin-x.medium-up-6>.cell {
    width: calc(16.6666666667% - 1.875rem)
  }

  .grid-margin-x.medium-up-7>.cell {
    width: calc(14.2857142857% - 1.875rem)
  }

  .grid-margin-x.medium-up-8>.cell {
    width: calc(12.5% - 1.875rem)
  }
}

@media print,
screen and (min-width:64em) {
  .grid-margin-x.large-up-1>.cell {
    width: calc(100% - 1.875rem)
  }

  .grid-margin-x.large-up-2>.cell {
    width: calc(50% - 1.875rem)
  }

  .grid-margin-x.large-up-3>.cell {
    width: calc(33.3333333333% - 1.875rem)
  }

  .grid-margin-x.large-up-4>.cell {
    width: calc(25% - 1.875rem)
  }

  .grid-margin-x.large-up-5>.cell {
    width: calc(20% - 1.875rem)
  }

  .grid-margin-x.large-up-6>.cell {
    width: calc(16.6666666667% - 1.875rem)
  }

  .grid-margin-x.large-up-7>.cell {
    width: calc(14.2857142857% - 1.875rem)
  }

  .grid-margin-x.large-up-8>.cell {
    width: calc(12.5% - 1.875rem)
  }
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0
}

.small-margin-collapse>.cell {
  margin-right: 0;
  margin-left: 0
}

.small-margin-collapse>.small-1 {
  width: 8.3333333333%
}

.small-margin-collapse>.small-2 {
  width: 16.6666666667%
}

.small-margin-collapse>.small-3 {
  width: 25%
}

.small-margin-collapse>.small-4 {
  width: 33.3333333333%
}

.small-margin-collapse>.small-5 {
  width: 41.6666666667%
}

.small-margin-collapse>.small-6 {
  width: 50%
}

.small-margin-collapse>.small-7 {
  width: 58.3333333333%
}

.small-margin-collapse>.small-8 {
  width: 66.6666666667%
}

.small-margin-collapse>.small-9 {
  width: 75%
}

.small-margin-collapse>.small-10 {
  width: 83.3333333333%
}

.small-margin-collapse>.small-11 {
  width: 91.6666666667%
}

.small-margin-collapse>.small-12 {
  width: 100%
}

@media print,
screen and (min-width:40em) {
  .small-margin-collapse>.medium-1 {
    width: 8.3333333333%
  }

  .small-margin-collapse>.medium-2 {
    width: 16.6666666667%
  }

  .small-margin-collapse>.medium-3 {
    width: 25%
  }

  .small-margin-collapse>.medium-4 {
    width: 33.3333333333%
  }

  .small-margin-collapse>.medium-5 {
    width: 41.6666666667%
  }

  .small-margin-collapse>.medium-6 {
    width: 50%
  }

  .small-margin-collapse>.medium-7 {
    width: 58.3333333333%
  }

  .small-margin-collapse>.medium-8 {
    width: 66.6666666667%
  }

  .small-margin-collapse>.medium-9 {
    width: 75%
  }

  .small-margin-collapse>.medium-10 {
    width: 83.3333333333%
  }

  .small-margin-collapse>.medium-11 {
    width: 91.6666666667%
  }

  .small-margin-collapse>.medium-12 {
    width: 100%
  }
}

@media print,
screen and (min-width:64em) {
  .small-margin-collapse>.large-1 {
    width: 8.3333333333%
  }

  .small-margin-collapse>.large-2 {
    width: 16.6666666667%
  }

  .small-margin-collapse>.large-3 {
    width: 25%
  }

  .small-margin-collapse>.large-4 {
    width: 33.3333333333%
  }

  .small-margin-collapse>.large-5 {
    width: 41.6666666667%
  }

  .small-margin-collapse>.large-6 {
    width: 50%
  }

  .small-margin-collapse>.large-7 {
    width: 58.3333333333%
  }

  .small-margin-collapse>.large-8 {
    width: 66.6666666667%
  }

  .small-margin-collapse>.large-9 {
    width: 75%
  }

  .small-margin-collapse>.large-10 {
    width: 83.3333333333%
  }

  .small-margin-collapse>.large-11 {
    width: 91.6666666667%
  }

  .small-margin-collapse>.large-12 {
    width: 100%
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0
}

.small-padding-collapse>.cell {
  padding-right: 0;
  padding-left: 0
}

@media print,
screen and (min-width:40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0
  }

  .medium-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0
  }
}

@media print,
screen and (min-width:40em) {
  .medium-margin-collapse>.small-1 {
    width: 8.3333333333%
  }

  .medium-margin-collapse>.small-2 {
    width: 16.6666666667%
  }

  .medium-margin-collapse>.small-3 {
    width: 25%
  }

  .medium-margin-collapse>.small-4 {
    width: 33.3333333333%
  }

  .medium-margin-collapse>.small-5 {
    width: 41.6666666667%
  }

  .medium-margin-collapse>.small-6 {
    width: 50%
  }

  .medium-margin-collapse>.small-7 {
    width: 58.3333333333%
  }

  .medium-margin-collapse>.small-8 {
    width: 66.6666666667%
  }

  .medium-margin-collapse>.small-9 {
    width: 75%
  }

  .medium-margin-collapse>.small-10 {
    width: 83.3333333333%
  }

  .medium-margin-collapse>.small-11 {
    width: 91.6666666667%
  }

  .medium-margin-collapse>.small-12 {
    width: 100%
  }
}

@media print,
screen and (min-width:40em) {
  .medium-margin-collapse>.medium-1 {
    width: 8.3333333333%
  }

  .medium-margin-collapse>.medium-2 {
    width: 16.6666666667%
  }

  .medium-margin-collapse>.medium-3 {
    width: 25%
  }

  .medium-margin-collapse>.medium-4 {
    width: 33.3333333333%
  }

  .medium-margin-collapse>.medium-5 {
    width: 41.6666666667%
  }

  .medium-margin-collapse>.medium-6 {
    width: 50%
  }

  .medium-margin-collapse>.medium-7 {
    width: 58.3333333333%
  }

  .medium-margin-collapse>.medium-8 {
    width: 66.6666666667%
  }

  .medium-margin-collapse>.medium-9 {
    width: 75%
  }

  .medium-margin-collapse>.medium-10 {
    width: 83.3333333333%
  }

  .medium-margin-collapse>.medium-11 {
    width: 91.6666666667%
  }

  .medium-margin-collapse>.medium-12 {
    width: 100%
  }
}

@media print,
screen and (min-width:64em) {
  .medium-margin-collapse>.large-1 {
    width: 8.3333333333%
  }

  .medium-margin-collapse>.large-2 {
    width: 16.6666666667%
  }

  .medium-margin-collapse>.large-3 {
    width: 25%
  }

  .medium-margin-collapse>.large-4 {
    width: 33.3333333333%
  }

  .medium-margin-collapse>.large-5 {
    width: 41.6666666667%
  }

  .medium-margin-collapse>.large-6 {
    width: 50%
  }

  .medium-margin-collapse>.large-7 {
    width: 58.3333333333%
  }

  .medium-margin-collapse>.large-8 {
    width: 66.6666666667%
  }

  .medium-margin-collapse>.large-9 {
    width: 75%
  }

  .medium-margin-collapse>.large-10 {
    width: 83.3333333333%
  }

  .medium-margin-collapse>.large-11 {
    width: 91.6666666667%
  }

  .medium-margin-collapse>.large-12 {
    width: 100%
  }
}

@media print,
screen and (min-width:40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0
  }

  .medium-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0
  }
}

@media print,
screen and (min-width:64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0
  }

  .large-margin-collapse>.cell {
    margin-right: 0;
    margin-left: 0
  }
}

@media print,
screen and (min-width:64em) {
  .large-margin-collapse>.small-1 {
    width: 8.3333333333%
  }

  .large-margin-collapse>.small-2 {
    width: 16.6666666667%
  }

  .large-margin-collapse>.small-3 {
    width: 25%
  }

  .large-margin-collapse>.small-4 {
    width: 33.3333333333%
  }

  .large-margin-collapse>.small-5 {
    width: 41.6666666667%
  }

  .large-margin-collapse>.small-6 {
    width: 50%
  }

  .large-margin-collapse>.small-7 {
    width: 58.3333333333%
  }

  .large-margin-collapse>.small-8 {
    width: 66.6666666667%
  }

  .large-margin-collapse>.small-9 {
    width: 75%
  }

  .large-margin-collapse>.small-10 {
    width: 83.3333333333%
  }

  .large-margin-collapse>.small-11 {
    width: 91.6666666667%
  }

  .large-margin-collapse>.small-12 {
    width: 100%
  }
}

@media print,
screen and (min-width:64em) {
  .large-margin-collapse>.medium-1 {
    width: 8.3333333333%
  }

  .large-margin-collapse>.medium-2 {
    width: 16.6666666667%
  }

  .large-margin-collapse>.medium-3 {
    width: 25%
  }

  .large-margin-collapse>.medium-4 {
    width: 33.3333333333%
  }

  .large-margin-collapse>.medium-5 {
    width: 41.6666666667%
  }

  .large-margin-collapse>.medium-6 {
    width: 50%
  }

  .large-margin-collapse>.medium-7 {
    width: 58.3333333333%
  }

  .large-margin-collapse>.medium-8 {
    width: 66.6666666667%
  }

  .large-margin-collapse>.medium-9 {
    width: 75%
  }

  .large-margin-collapse>.medium-10 {
    width: 83.3333333333%
  }

  .large-margin-collapse>.medium-11 {
    width: 91.6666666667%
  }

  .large-margin-collapse>.medium-12 {
    width: 100%
  }
}

@media print,
screen and (min-width:64em) {
  .large-margin-collapse>.large-1 {
    width: 8.3333333333%
  }

  .large-margin-collapse>.large-2 {
    width: 16.6666666667%
  }

  .large-margin-collapse>.large-3 {
    width: 25%
  }

  .large-margin-collapse>.large-4 {
    width: 33.3333333333%
  }

  .large-margin-collapse>.large-5 {
    width: 41.6666666667%
  }

  .large-margin-collapse>.large-6 {
    width: 50%
  }

  .large-margin-collapse>.large-7 {
    width: 58.3333333333%
  }

  .large-margin-collapse>.large-8 {
    width: 66.6666666667%
  }

  .large-margin-collapse>.large-9 {
    width: 75%
  }

  .large-margin-collapse>.large-10 {
    width: 83.3333333333%
  }

  .large-margin-collapse>.large-11 {
    width: 91.6666666667%
  }

  .large-margin-collapse>.large-12 {
    width: 100%
  }
}

@media print,
screen and (min-width:64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0
  }

  .large-padding-collapse>.cell {
    padding-right: 0;
    padding-left: 0
  }
}

.small-offset-0 {
  margin-left: 0
}

.grid-margin-x>.small-offset-0 {
  margin-left: calc(0% + .625rem)
}

.small-offset-1 {
  margin-left: 8.3333333333%
}

.grid-margin-x>.small-offset-1 {
  margin-left: calc(8.3333333333% + .625rem)
}

.small-offset-2 {
  margin-left: 16.6666666667%
}

.grid-margin-x>.small-offset-2 {
  margin-left: calc(16.6666666667% + .625rem)
}

.small-offset-3 {
  margin-left: 25%
}

.grid-margin-x>.small-offset-3 {
  margin-left: calc(25% + .625rem)
}

.small-offset-4 {
  margin-left: 33.3333333333%
}

.grid-margin-x>.small-offset-4 {
  margin-left: calc(33.3333333333% + .625rem)
}

.small-offset-5 {
  margin-left: 41.6666666667%
}

.grid-margin-x>.small-offset-5 {
  margin-left: calc(41.6666666667% + .625rem)
}

.small-offset-6 {
  margin-left: 50%
}

.grid-margin-x>.small-offset-6 {
  margin-left: calc(50% + .625rem)
}

.small-offset-7 {
  margin-left: 58.3333333333%
}

.grid-margin-x>.small-offset-7 {
  margin-left: calc(58.3333333333% + .625rem)
}

.small-offset-8 {
  margin-left: 66.6666666667%
}

.grid-margin-x>.small-offset-8 {
  margin-left: calc(66.6666666667% + .625rem)
}

.small-offset-9 {
  margin-left: 75%
}

.grid-margin-x>.small-offset-9 {
  margin-left: calc(75% + .625rem)
}

.small-offset-10 {
  margin-left: 83.3333333333%
}

.grid-margin-x>.small-offset-10 {
  margin-left: calc(83.3333333333% + .625rem)
}

.small-offset-11 {
  margin-left: 91.6666666667%
}

.grid-margin-x>.small-offset-11 {
  margin-left: calc(91.6666666667% + .625rem)
}

@media print,
screen and (min-width:40em) {
  .medium-offset-0 {
    margin-left: 0
  }

  .grid-margin-x>.medium-offset-0 {
    margin-left: calc(0% + .9375rem)
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%
  }

  .grid-margin-x>.medium-offset-1 {
    margin-left: calc(8.3333333333% + .9375rem)
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%
  }

  .grid-margin-x>.medium-offset-2 {
    margin-left: calc(16.6666666667% + .9375rem)
  }

  .medium-offset-3 {
    margin-left: 25%
  }

  .grid-margin-x>.medium-offset-3 {
    margin-left: calc(25% + .9375rem)
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%
  }

  .grid-margin-x>.medium-offset-4 {
    margin-left: calc(33.3333333333% + .9375rem)
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%
  }

  .grid-margin-x>.medium-offset-5 {
    margin-left: calc(41.6666666667% + .9375rem)
  }

  .medium-offset-6 {
    margin-left: 50%
  }

  .grid-margin-x>.medium-offset-6 {
    margin-left: calc(50% + .9375rem)
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%
  }

  .grid-margin-x>.medium-offset-7 {
    margin-left: calc(58.3333333333% + .9375rem)
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%
  }

  .grid-margin-x>.medium-offset-8 {
    margin-left: calc(66.6666666667% + .9375rem)
  }

  .medium-offset-9 {
    margin-left: 75%
  }

  .grid-margin-x>.medium-offset-9 {
    margin-left: calc(75% + .9375rem)
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%
  }

  .grid-margin-x>.medium-offset-10 {
    margin-left: calc(83.3333333333% + .9375rem)
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%
  }

  .grid-margin-x>.medium-offset-11 {
    margin-left: calc(91.6666666667% + .9375rem)
  }
}

@media print,
screen and (min-width:64em) {
  .large-offset-0 {
    margin-left: 0
  }

  .grid-margin-x>.large-offset-0 {
    margin-left: calc(0% + .9375rem)
  }

  .large-offset-1 {
    margin-left: 8.3333333333%
  }

  .grid-margin-x>.large-offset-1 {
    margin-left: calc(8.3333333333% + .9375rem)
  }

  .large-offset-2 {
    margin-left: 16.6666666667%
  }

  .grid-margin-x>.large-offset-2 {
    margin-left: calc(16.6666666667% + .9375rem)
  }

  .large-offset-3 {
    margin-left: 25%
  }

  .grid-margin-x>.large-offset-3 {
    margin-left: calc(25% + .9375rem)
  }

  .large-offset-4 {
    margin-left: 33.3333333333%
  }

  .grid-margin-x>.large-offset-4 {
    margin-left: calc(33.3333333333% + .9375rem)
  }

  .large-offset-5 {
    margin-left: 41.6666666667%
  }

  .grid-margin-x>.large-offset-5 {
    margin-left: calc(41.6666666667% + .9375rem)
  }

  .large-offset-6 {
    margin-left: 50%
  }

  .grid-margin-x>.large-offset-6 {
    margin-left: calc(50% + .9375rem)
  }

  .large-offset-7 {
    margin-left: 58.3333333333%
  }

  .grid-margin-x>.large-offset-7 {
    margin-left: calc(58.3333333333% + .9375rem)
  }

  .large-offset-8 {
    margin-left: 66.6666666667%
  }

  .grid-margin-x>.large-offset-8 {
    margin-left: calc(66.6666666667% + .9375rem)
  }

  .large-offset-9 {
    margin-left: 75%
  }

  .grid-margin-x>.large-offset-9 {
    margin-left: calc(75% + .9375rem)
  }

  .large-offset-10 {
    margin-left: 83.3333333333%
  }

  .grid-margin-x>.large-offset-10 {
    margin-left: calc(83.3333333333% + .9375rem)
  }

  .large-offset-11 {
    margin-left: 91.6666666667%
  }

  .grid-margin-x>.large-offset-11 {
    margin-left: calc(91.6666666667% + .9375rem)
  }
}

.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap
}

.grid-y>.cell {
  width: auto;
  max-width: none
}

.grid-y>.auto {
  height: auto
}

.grid-y>.shrink {
  height: auto
}

.grid-y>.small-1,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12,
.grid-y>.small-2,
.grid-y>.small-3,
.grid-y>.small-4,
.grid-y>.small-5,
.grid-y>.small-6,
.grid-y>.small-7,
.grid-y>.small-8,
.grid-y>.small-9,
.grid-y>.small-full,
.grid-y>.small-shrink {
  -ms-flex-preferred-size: auto;
  flex-basis: auto
}

@media print,
screen and (min-width:40em) {

  .grid-y>.medium-1,
  .grid-y>.medium-10,
  .grid-y>.medium-11,
  .grid-y>.medium-12,
  .grid-y>.medium-2,
  .grid-y>.medium-3,
  .grid-y>.medium-4,
  .grid-y>.medium-5,
  .grid-y>.medium-6,
  .grid-y>.medium-7,
  .grid-y>.medium-8,
  .grid-y>.medium-9,
  .grid-y>.medium-full,
  .grid-y>.medium-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}

@media print,
screen and (min-width:64em) {

  .grid-y>.large-1,
  .grid-y>.large-10,
  .grid-y>.large-11,
  .grid-y>.large-12,
  .grid-y>.large-2,
  .grid-y>.large-3,
  .grid-y>.large-4,
  .grid-y>.large-5,
  .grid-y>.large-6,
  .grid-y>.large-7,
  .grid-y>.large-8,
  .grid-y>.large-9,
  .grid-y>.large-full,
  .grid-y>.large-shrink {
    -ms-flex-preferred-size: auto;
    flex-basis: auto
  }
}

.grid-y>.small-1,
.grid-y>.small-10,
.grid-y>.small-11,
.grid-y>.small-12,
.grid-y>.small-2,
.grid-y>.small-3,
.grid-y>.small-4,
.grid-y>.small-5,
.grid-y>.small-6,
.grid-y>.small-7,
.grid-y>.small-8,
.grid-y>.small-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto
}

.grid-y>.small-1 {
  height: 8.3333333333%
}

.grid-y>.small-2 {
  height: 16.6666666667%
}

.grid-y>.small-3 {
  height: 25%
}

.grid-y>.small-4 {
  height: 33.3333333333%
}

.grid-y>.small-5 {
  height: 41.6666666667%
}

.grid-y>.small-6 {
  height: 50%
}

.grid-y>.small-7 {
  height: 58.3333333333%
}

.grid-y>.small-8 {
  height: 66.6666666667%
}

.grid-y>.small-9 {
  height: 75%
}

.grid-y>.small-10 {
  height: 83.3333333333%
}

.grid-y>.small-11 {
  height: 91.6666666667%
}

.grid-y>.small-12 {
  height: 100%
}

@media print,
screen and (min-width:40em) {
  .grid-y>.medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto
  }

  .grid-y>.medium-1,
  .grid-y>.medium-10,
  .grid-y>.medium-11,
  .grid-y>.medium-12,
  .grid-y>.medium-2,
  .grid-y>.medium-3,
  .grid-y>.medium-4,
  .grid-y>.medium-5,
  .grid-y>.medium-6,
  .grid-y>.medium-7,
  .grid-y>.medium-8,
  .grid-y>.medium-9,
  .grid-y>.medium-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .grid-y>.medium-shrink {
    height: auto
  }

  .grid-y>.medium-1 {
    height: 8.3333333333%
  }

  .grid-y>.medium-2 {
    height: 16.6666666667%
  }

  .grid-y>.medium-3 {
    height: 25%
  }

  .grid-y>.medium-4 {
    height: 33.3333333333%
  }

  .grid-y>.medium-5 {
    height: 41.6666666667%
  }

  .grid-y>.medium-6 {
    height: 50%
  }

  .grid-y>.medium-7 {
    height: 58.3333333333%
  }

  .grid-y>.medium-8 {
    height: 66.6666666667%
  }

  .grid-y>.medium-9 {
    height: 75%
  }

  .grid-y>.medium-10 {
    height: 83.3333333333%
  }

  .grid-y>.medium-11 {
    height: 91.6666666667%
  }

  .grid-y>.medium-12 {
    height: 100%
  }
}

@media print,
screen and (min-width:64em) {
  .grid-y>.large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    height: auto
  }

  .grid-y>.large-1,
  .grid-y>.large-10,
  .grid-y>.large-11,
  .grid-y>.large-12,
  .grid-y>.large-2,
  .grid-y>.large-3,
  .grid-y>.large-4,
  .grid-y>.large-5,
  .grid-y>.large-6,
  .grid-y>.large-7,
  .grid-y>.large-8,
  .grid-y>.large-9,
  .grid-y>.large-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
  }

  .grid-y>.large-shrink {
    height: auto
  }

  .grid-y>.large-1 {
    height: 8.3333333333%
  }

  .grid-y>.large-2 {
    height: 16.6666666667%
  }

  .grid-y>.large-3 {
    height: 25%
  }

  .grid-y>.large-4 {
    height: 33.3333333333%
  }

  .grid-y>.large-5 {
    height: 41.6666666667%
  }

  .grid-y>.large-6 {
    height: 50%
  }

  .grid-y>.large-7 {
    height: 58.3333333333%
  }

  .grid-y>.large-8 {
    height: 66.6666666667%
  }

  .grid-y>.large-9 {
    height: 75%
  }

  .grid-y>.large-10 {
    height: 83.3333333333%
  }

  .grid-y>.large-11 {
    height: 91.6666666667%
  }

  .grid-y>.large-12 {
    height: 100%
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -.625rem;
  margin-bottom: -.625rem
}

@media print,
screen and (min-width:40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem
  }
}

.grid-padding-y>.cell {
  padding-top: .625rem;
  padding-bottom: .625rem
}

@media print,
screen and (min-width:40em) {
  .grid-padding-y>.cell {
    padding-top: .9375rem;
    padding-bottom: .9375rem
  }
}

.grid-margin-y {
  margin-top: -.625rem;
  margin-bottom: -.625rem
}

@media print,
screen and (min-width:40em) {
  .grid-margin-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem
  }
}

.grid-margin-y>.cell {
  height: calc(100% - 1.25rem);
  margin-top: .625rem;
  margin-bottom: .625rem
}

@media print,
screen and (min-width:40em) {
  .grid-margin-y>.cell {
    height: calc(100% - 1.875rem);
    margin-top: .9375rem;
    margin-bottom: .9375rem
  }
}

.grid-margin-y>.auto {
  height: auto
}

.grid-margin-y>.shrink {
  height: auto
}

.grid-margin-y>.small-1 {
  height: calc(8.3333333333% - 1.25rem)
}

.grid-margin-y>.small-2 {
  height: calc(16.6666666667% - 1.25rem)
}

.grid-margin-y>.small-3 {
  height: calc(25% - 1.25rem)
}

.grid-margin-y>.small-4 {
  height: calc(33.3333333333% - 1.25rem)
}

.grid-margin-y>.small-5 {
  height: calc(41.6666666667% - 1.25rem)
}

.grid-margin-y>.small-6 {
  height: calc(50% - 1.25rem)
}

.grid-margin-y>.small-7 {
  height: calc(58.3333333333% - 1.25rem)
}

.grid-margin-y>.small-8 {
  height: calc(66.6666666667% - 1.25rem)
}

.grid-margin-y>.small-9 {
  height: calc(75% - 1.25rem)
}

.grid-margin-y>.small-10 {
  height: calc(83.3333333333% - 1.25rem)
}

.grid-margin-y>.small-11 {
  height: calc(91.6666666667% - 1.25rem)
}

.grid-margin-y>.small-12 {
  height: calc(100% - 1.25rem)
}

@media print,
screen and (min-width:40em) {
  .grid-margin-y>.auto {
    height: auto
  }

  .grid-margin-y>.shrink {
    height: auto
  }

  .grid-margin-y>.small-1 {
    height: calc(8.3333333333% - 1.875rem)
  }

  .grid-margin-y>.small-2 {
    height: calc(16.6666666667% - 1.875rem)
  }

  .grid-margin-y>.small-3 {
    height: calc(25% - 1.875rem)
  }

  .grid-margin-y>.small-4 {
    height: calc(33.3333333333% - 1.875rem)
  }

  .grid-margin-y>.small-5 {
    height: calc(41.6666666667% - 1.875rem)
  }

  .grid-margin-y>.small-6 {
    height: calc(50% - 1.875rem)
  }

  .grid-margin-y>.small-7 {
    height: calc(58.3333333333% - 1.875rem)
  }

  .grid-margin-y>.small-8 {
    height: calc(66.6666666667% - 1.875rem)
  }

  .grid-margin-y>.small-9 {
    height: calc(75% - 1.875rem)
  }

  .grid-margin-y>.small-10 {
    height: calc(83.3333333333% - 1.875rem)
  }

  .grid-margin-y>.small-11 {
    height: calc(91.6666666667% - 1.875rem)
  }

  .grid-margin-y>.small-12 {
    height: calc(100% - 1.875rem)
  }

  .grid-margin-y>.medium-auto {
    height: auto
  }

  .grid-margin-y>.medium-shrink {
    height: auto
  }

  .grid-margin-y>.medium-1 {
    height: calc(8.3333333333% - 1.875rem)
  }

  .grid-margin-y>.medium-2 {
    height: calc(16.6666666667% - 1.875rem)
  }

  .grid-margin-y>.medium-3 {
    height: calc(25% - 1.875rem)
  }

  .grid-margin-y>.medium-4 {
    height: calc(33.3333333333% - 1.875rem)
  }

  .grid-margin-y>.medium-5 {
    height: calc(41.6666666667% - 1.875rem)
  }

  .grid-margin-y>.medium-6 {
    height: calc(50% - 1.875rem)
  }

  .grid-margin-y>.medium-7 {
    height: calc(58.3333333333% - 1.875rem)
  }

  .grid-margin-y>.medium-8 {
    height: calc(66.6666666667% - 1.875rem)
  }

  .grid-margin-y>.medium-9 {
    height: calc(75% - 1.875rem)
  }

  .grid-margin-y>.medium-10 {
    height: calc(83.3333333333% - 1.875rem)
  }

  .grid-margin-y>.medium-11 {
    height: calc(91.6666666667% - 1.875rem)
  }

  .grid-margin-y>.medium-12 {
    height: calc(100% - 1.875rem)
  }
}

@media print,
screen and (min-width:64em) {
  .grid-margin-y>.large-auto {
    height: auto
  }

  .grid-margin-y>.large-shrink {
    height: auto
  }

  .grid-margin-y>.large-1 {
    height: calc(8.3333333333% - 1.875rem)
  }

  .grid-margin-y>.large-2 {
    height: calc(16.6666666667% - 1.875rem)
  }

  .grid-margin-y>.large-3 {
    height: calc(25% - 1.875rem)
  }

  .grid-margin-y>.large-4 {
    height: calc(33.3333333333% - 1.875rem)
  }

  .grid-margin-y>.large-5 {
    height: calc(41.6666666667% - 1.875rem)
  }

  .grid-margin-y>.large-6 {
    height: calc(50% - 1.875rem)
  }

  .grid-margin-y>.large-7 {
    height: calc(58.3333333333% - 1.875rem)
  }

  .grid-margin-y>.large-8 {
    height: calc(66.6666666667% - 1.875rem)
  }

  .grid-margin-y>.large-9 {
    height: calc(75% - 1.875rem)
  }

  .grid-margin-y>.large-10 {
    height: calc(83.3333333333% - 1.875rem)
  }

  .grid-margin-y>.large-11 {
    height: calc(91.6666666667% - 1.875rem)
  }

  .grid-margin-y>.large-12 {
    height: calc(100% - 1.875rem)
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw
}

.cell .grid-frame {
  width: 100%
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar
}

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%
}

.cell-block-container>.grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

@media print,
screen and (min-width:40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
  }

  .cell .medium-grid-frame {
    width: 100%
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
  }

  .medium-cell-block-container>.grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
}

@media print,
screen and (min-width:64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw
  }

  .cell .large-grid-frame {
    width: 100%
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }

  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
  }

  .large-cell-block-container>.grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
  }
}

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh
}

@media print,
screen and (min-width:40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
  }
}

@media print,
screen and (min-width:64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh
  }
}

.cell .grid-y.grid-frame {
  height: 100%
}

@media print,
screen and (min-width:40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%
  }
}

@media print,
screen and (min-width:64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%
  }
}

.grid-margin-y {
  margin-top: -.625rem;
  margin-bottom: -.625rem
}

@media print,
screen and (min-width:40em) {
  .grid-margin-y {
    margin-top: -.9375rem;
    margin-bottom: -.9375rem
  }
}

.grid-margin-y>.cell {
  height: calc(100% - 1.25rem);
  margin-top: .625rem;
  margin-bottom: .625rem
}

@media print,
screen and (min-width:40em) {
  .grid-margin-y>.cell {
    height: calc(100% - 1.875rem);
    margin-top: .9375rem;
    margin-bottom: .9375rem
  }
}

.grid-margin-y>.auto {
  height: auto
}

.grid-margin-y>.shrink {
  height: auto
}

.grid-margin-y>.small-1 {
  height: calc(8.3333333333% - 1.25rem)
}

.grid-margin-y>.small-2 {
  height: calc(16.6666666667% - 1.25rem)
}

.grid-margin-y>.small-3 {
  height: calc(25% - 1.25rem)
}

.grid-margin-y>.small-4 {
  height: calc(33.3333333333% - 1.25rem)
}

.grid-margin-y>.small-5 {
  height: calc(41.6666666667% - 1.25rem)
}

.grid-margin-y>.small-6 {
  height: calc(50% - 1.25rem)
}

.grid-margin-y>.small-7 {
  height: calc(58.3333333333% - 1.25rem)
}

.grid-margin-y>.small-8 {
  height: calc(66.6666666667% - 1.25rem)
}

.grid-margin-y>.small-9 {
  height: calc(75% - 1.25rem)
}

.grid-margin-y>.small-10 {
  height: calc(83.3333333333% - 1.25rem)
}

.grid-margin-y>.small-11 {
  height: calc(91.6666666667% - 1.25rem)
}

.grid-margin-y>.small-12 {
  height: calc(100% - 1.25rem)
}

@media print,
screen and (min-width:40em) {
  .grid-margin-y>.auto {
    height: auto
  }

  .grid-margin-y>.shrink {
    height: auto
  }

  .grid-margin-y>.small-1 {
    height: calc(8.3333333333% - 1.875rem)
  }

  .grid-margin-y>.small-2 {
    height: calc(16.6666666667% - 1.875rem)
  }

  .grid-margin-y>.small-3 {
    height: calc(25% - 1.875rem)
  }

  .grid-margin-y>.small-4 {
    height: calc(33.3333333333% - 1.875rem)
  }

  .grid-margin-y>.small-5 {
    height: calc(41.6666666667% - 1.875rem)
  }

  .grid-margin-y>.small-6 {
    height: calc(50% - 1.875rem)
  }

  .grid-margin-y>.small-7 {
    height: calc(58.3333333333% - 1.875rem)
  }

  .grid-margin-y>.small-8 {
    height: calc(66.6666666667% - 1.875rem)
  }

  .grid-margin-y>.small-9 {
    height: calc(75% - 1.875rem)
  }

  .grid-margin-y>.small-10 {
    height: calc(83.3333333333% - 1.875rem)
  }

  .grid-margin-y>.small-11 {
    height: calc(91.6666666667% - 1.875rem)
  }

  .grid-margin-y>.small-12 {
    height: calc(100% - 1.875rem)
  }

  .grid-margin-y>.medium-auto {
    height: auto
  }

  .grid-margin-y>.medium-shrink {
    height: auto
  }

  .grid-margin-y>.medium-1 {
    height: calc(8.3333333333% - 1.875rem)
  }

  .grid-margin-y>.medium-2 {
    height: calc(16.6666666667% - 1.875rem)
  }

  .grid-margin-y>.medium-3 {
    height: calc(25% - 1.875rem)
  }

  .grid-margin-y>.medium-4 {
    height: calc(33.3333333333% - 1.875rem)
  }

  .grid-margin-y>.medium-5 {
    height: calc(41.6666666667% - 1.875rem)
  }

  .grid-margin-y>.medium-6 {
    height: calc(50% - 1.875rem)
  }

  .grid-margin-y>.medium-7 {
    height: calc(58.3333333333% - 1.875rem)
  }

  .grid-margin-y>.medium-8 {
    height: calc(66.6666666667% - 1.875rem)
  }

  .grid-margin-y>.medium-9 {
    height: calc(75% - 1.875rem)
  }

  .grid-margin-y>.medium-10 {
    height: calc(83.3333333333% - 1.875rem)
  }

  .grid-margin-y>.medium-11 {
    height: calc(91.6666666667% - 1.875rem)
  }

  .grid-margin-y>.medium-12 {
    height: calc(100% - 1.875rem)
  }
}

@media print,
screen and (min-width:64em) {
  .grid-margin-y>.large-auto {
    height: auto
  }

  .grid-margin-y>.large-shrink {
    height: auto
  }

  .grid-margin-y>.large-1 {
    height: calc(8.3333333333% - 1.875rem)
  }

  .grid-margin-y>.large-2 {
    height: calc(16.6666666667% - 1.875rem)
  }

  .grid-margin-y>.large-3 {
    height: calc(25% - 1.875rem)
  }

  .grid-margin-y>.large-4 {
    height: calc(33.3333333333% - 1.875rem)
  }

  .grid-margin-y>.large-5 {
    height: calc(41.6666666667% - 1.875rem)
  }

  .grid-margin-y>.large-6 {
    height: calc(50% - 1.875rem)
  }

  .grid-margin-y>.large-7 {
    height: calc(58.3333333333% - 1.875rem)
  }

  .grid-margin-y>.large-8 {
    height: calc(66.6666666667% - 1.875rem)
  }

  .grid-margin-y>.large-9 {
    height: calc(75% - 1.875rem)
  }

  .grid-margin-y>.large-10 {
    height: calc(83.3333333333% - 1.875rem)
  }

  .grid-margin-y>.large-11 {
    height: calc(91.6666666667% - 1.875rem)
  }

  .grid-margin-y>.large-12 {
    height: calc(100% - 1.875rem)
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem)
}

@media print,
screen and (min-width:40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem)
  }
}

@media print,
screen and (min-width:64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem)
  }
}

@media print,
screen and (min-width:40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem)
  }
}

@media print,
screen and (min-width:64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem)
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: .7em 3em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color .25s ease-out, color .25s ease-out;
  transition: background-color .25s ease-out, color .25s ease-out;
  font-family: inherit;
  font-size: .9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: var(--signal-color);
  color: #fefefe
}

[data-whatinput=mouse] .button {
  outline: 0
}

.button:focus,
.button:hover {
  background-color: var(--signal-color-hover);
  color: #fefefe
}

.button.tiny {
  font-size: .6rem
}

.button.small {
  font-size: .75rem
}

.button.large {
  font-size: 1.25rem
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0
}

.button.primary {
  background-color: #6f3c8c;
  color: #fefefe
}

.button.primary:focus,
.button.primary:hover {
  background-color: #593070;
  color: #fefefe
}

.button.secondary {
  background-color: #005083;
  color: #fefefe
}

.button.secondary:focus,
.button.secondary:hover {
  background-color: #004069;
  color: #fefefe
}

.button.success {
  background-color: #3adb76;
  color: #0a0a0a
}

.button.success:focus,
.button.success:hover {
  background-color: #22bb5b;
  color: #0a0a0a
}

.button.warning {
  background-color: #ffae00;
  color: #0a0a0a
}

.button.warning:focus,
.button.warning:hover {
  background-color: #cc8b00;
  color: #0a0a0a
}

.button.alert {
  background-color: #cc4b37;
  color: #fefefe
}

.button.alert:focus,
.button.alert:hover {
  background-color: #a53b2a;
  color: #fefefe
}

.button.disabled,
.button[disabled] {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
  background-color: var(--signal-color);
  color: #fefefe
}

.button.disabled.primary,
.button[disabled].primary {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled.primary,
.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
  background-color: #6f3c8c;
  color: #fefefe
}

.button.disabled.secondary,
.button[disabled].secondary {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled.secondary,
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
  background-color: #005083;
  color: #fefefe
}

.button.disabled.success,
.button[disabled].success {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled.success,
.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success,
.button[disabled].success:focus,
.button[disabled].success:hover {
  background-color: #3adb76;
  color: #0a0a0a
}

.button.disabled.warning,
.button[disabled].warning {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled.warning,
.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning,
.button[disabled].warning:focus,
.button[disabled].warning:hover {
  background-color: #ffae00;
  color: #0a0a0a
}

.button.disabled.alert,
.button[disabled].alert {
  opacity: .25;
  cursor: not-allowed
}

.button.disabled.alert,
.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert,
.button[disabled].alert:focus,
.button[disabled].alert:hover {
  background-color: #cc4b37;
  color: #fefefe
}

.button.hollow {
  border: 1px solid var(--signal-color);
  color: var(--signal-color)
}

.button.hollow,
.button.hollow:focus,
.button.hollow:hover {
  background-color: transparent
}

.button.hollow.disabled,
.button.hollow.disabled:focus,
.button.hollow.disabled:hover,
.button.hollow[disabled],
.button.hollow[disabled]:focus,
.button.hollow[disabled]:hover {
  background-color: transparent
}

.button.hollow:focus,
.button.hollow:hover {
  border-color: var(--signal-color-hover);
  color: var(--signal-color-hover)
}

.button.hollow:focus.disabled,
.button.hollow:focus[disabled],
.button.hollow:hover.disabled,
.button.hollow:hover[disabled] {
  border: 1px solid var(--signal-color);
  color: var(--signal-color)
}

.button.hollow.primary {
  border: 1px solid #6f3c8c;
  color: #6f3c8c
}

.button.hollow.primary:focus,
.button.hollow.primary:hover {
  border-color: var(--signal-color-hover);
  color: var(--signal-color-hover)
}

.button.hollow.primary:focus.disabled,
.button.hollow.primary:focus[disabled],
.button.hollow.primary:hover.disabled,
.button.hollow.primary:hover[disabled] {
  border: 1px solid #6f3c8c;
  color: #6f3c8c
}

.button.hollow.secondary {
  border: 1px solid #005083;
  color: #005083
}

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
  border-color: var(--signal-color-hover);
  color: var(--signal-color-hover)
}

.button.hollow.secondary:focus.disabled,
.button.hollow.secondary:focus[disabled],
.button.hollow.secondary:hover.disabled,
.button.hollow.secondary:hover[disabled] {
  border: 1px solid #005083;
  color: #005083
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76
}

.button.hollow.success:focus,
.button.hollow.success:hover {
  border-color: var(--signal-color-hover);
  color: var(--signal-color-hover)
}

.button.hollow.success:focus.disabled,
.button.hollow.success:focus[disabled],
.button.hollow.success:hover.disabled,
.button.hollow.success:hover[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00
}

.button.hollow.warning:focus,
.button.hollow.warning:hover {
  border-color: var(--signal-color-hover);
  color: var(--signal-color-hover)
}

.button.hollow.warning:focus.disabled,
.button.hollow.warning:focus[disabled],
.button.hollow.warning:hover.disabled,
.button.hollow.warning:hover[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00
}

.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37
}

.button.hollow.alert:focus,
.button.hollow.alert:hover {
  border-color: var(--signal-color-hover);
  color: var(--signal-color-hover)
}

.button.hollow.alert:focus.disabled,
.button.hollow.alert:focus[disabled],
.button.hollow.alert:hover.disabled,
.button.hollow.alert:hover[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37
}

.button.clear {
  border: 1px solid var(--signal-color);
  color: var(--signal-color)
}

.button.clear,
.button.clear:focus,
.button.clear:hover {
  background-color: transparent
}

.button.clear.disabled,
.button.clear.disabled:focus,
.button.clear.disabled:hover,
.button.clear[disabled],
.button.clear[disabled]:focus,
.button.clear[disabled]:hover {
  background-color: transparent
}

.button.clear:focus,
.button.clear:hover {
  border-color: var(--signal-color-hover);
  color: var(--signal-color-hover)
}

.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover.disabled,
.button.clear:hover[disabled] {
  border: 1px solid var(--signal-color);
  color: var(--signal-color)
}

.button.clear,
.button.clear.disabled,
.button.clear:focus,
.button.clear:focus.disabled,
.button.clear:focus[disabled],
.button.clear:hover,
.button.clear:hover.disabled,
.button.clear:hover[disabled],
.button.clear[disabled] {
  border-color: transparent
}

.button.clear.primary {
  border: 1px solid #6f3c8c;
  color: #6f3c8c
}

.button.clear.primary:focus,
.button.clear.primary:hover {
  border-color: var(--signal-color-hover);
  color: var(--signal-color-hover)
}

.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled] {
  border: 1px solid #6f3c8c;
  color: #6f3c8c
}

.button.clear.primary,
.button.clear.primary.disabled,
.button.clear.primary:focus,
.button.clear.primary:focus.disabled,
.button.clear.primary:focus[disabled],
.button.clear.primary:hover,
.button.clear.primary:hover.disabled,
.button.clear.primary:hover[disabled],
.button.clear.primary[disabled] {
  border-color: transparent
}

.button.clear.secondary {
  border: 1px solid #005083;
  color: #005083
}

.button.clear.secondary:focus,
.button.clear.secondary:hover {
  border-color: var(--signal-color-hover);
  color: var(--signal-color-hover)
}

.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled] {
  border: 1px solid #005083;
  color: #005083
}

.button.clear.secondary,
.button.clear.secondary.disabled,
.button.clear.secondary:focus,
.button.clear.secondary:focus.disabled,
.button.clear.secondary:focus[disabled],
.button.clear.secondary:hover,
.button.clear.secondary:hover.disabled,
.button.clear.secondary:hover[disabled],
.button.clear.secondary[disabled] {
  border-color: transparent
}

.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76
}

.button.clear.success:focus,
.button.clear.success:hover {
  border-color: var(--signal-color-hover);
  color: var(--signal-color-hover)
}

.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76
}

.button.clear.success,
.button.clear.success.disabled,
.button.clear.success:focus,
.button.clear.success:focus.disabled,
.button.clear.success:focus[disabled],
.button.clear.success:hover,
.button.clear.success:hover.disabled,
.button.clear.success:hover[disabled],
.button.clear.success[disabled] {
  border-color: transparent
}

.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00
}

.button.clear.warning:focus,
.button.clear.warning:hover {
  border-color: var(--signal-color-hover);
  color: var(--signal-color-hover)
}

.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00
}

.button.clear.warning,
.button.clear.warning.disabled,
.button.clear.warning:focus,
.button.clear.warning:focus.disabled,
.button.clear.warning:focus[disabled],
.button.clear.warning:hover,
.button.clear.warning:hover.disabled,
.button.clear.warning:hover[disabled],
.button.clear.warning[disabled] {
  border-color: transparent
}

.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37
}

.button.clear.alert:focus,
.button.clear.alert:hover {
  border-color: var(--signal-color-hover);
  color: var(--signal-color-hover)
}

.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37
}

.button.clear.alert,
.button.clear.alert.disabled,
.button.clear.alert:focus,
.button.clear.alert:focus.disabled,
.button.clear.alert:focus[disabled],
.button.clear.alert:hover,
.button.clear.alert:hover.disabled,
.button.clear.alert:hover[disabled],
.button.clear.alert[disabled] {
  border-color: transparent
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset .4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: .4em;
  display: inline-block;
  float: right;
  margin-left: 3em
}

.button.dropdown.clear::after,
.button.dropdown.hollow::after {
  border-top-color: var(--signal-color)
}

.button.dropdown.clear.primary::after,
.button.dropdown.hollow.primary::after {
  border-top-color: #6f3c8c
}

.button.dropdown.clear.secondary::after,
.button.dropdown.hollow.secondary::after {
  border-top-color: #005083
}

.button.dropdown.clear.success::after,
.button.dropdown.hollow.success::after {
  border-top-color: #3adb76
}

.button.dropdown.clear.warning::after,
.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00
}

.button.dropdown.clear.alert::after,
.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37
}

.button.arrow-only::after {
  top: -.1em;
  float: none;
  margin-left: 0
}

a.button:focus,
a.button:hover {
  text-decoration: none
}

.close-button {
  position: absolute;
  color: #767a7d;
  cursor: pointer
}

[data-whatinput=mouse] .close-button {
  outline: 0
}

.close-button:focus,
.close-button:hover {
  color: #0a0a0a
}

.close-button.small {
  right: .66rem;
  top: .33em;
  font-size: 1.5em;
  line-height: 1
}

.close-button,
.close-button.medium {
  right: 1rem;
  top: .5rem;
  font-size: 2em;
  line-height: 1
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0
}

tbody,
tfoot,
thead {
  border: 1px solid rgba(13, 13, 13, 0);
  background-color: transparent
}

caption {
  padding: .1875rem .25rem .25rem;
  font-weight: 700
}

thead {
  background: rgba(6, 6, 6, 0);
  color: #005083
}

tfoot {
  background: rgba(13, 13, 13, 0);
  color: #005083
}

tfoot tr,
thead tr {
  background: 0 0
}

tfoot td,
tfoot th,
thead td,
thead th {
  padding: .1875rem .25rem .25rem;
  font-weight: 700;
  text-align: left
}

tbody td,
tbody th {
  padding: .1875rem .25rem .25rem
}

tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid rgba(13, 13, 13, 0);
  background-color: transparent
}

table.striped tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgba(13, 13, 13, 0)
}

@media screen and (max-width:63.99875em) {
  table.stack thead {
    display: none
  }

  table.stack tfoot {
    display: none
  }

  table.stack td,
  table.stack th,
  table.stack tr {
    display: block
  }

  table.stack td {
    border-top: 0
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto
}

table.hover thead tr:hover {
  background-color: rgba(1, 1, 1, 0)
}

table.hover tfoot tr:hover {
  background-color: rgba(8, 8, 8, 0)
}

table.hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0)
}

table.hover.striped tr:nth-of-type(even):hover {
  background-color: rgba(0, 0, 0, 0)
}

.table-scroll {
  overflow-x: auto
}

.breadcrumbs {
  margin: .5rem 0;
  list-style: none
}

.breadcrumbs::after,
.breadcrumbs::before {
  display: table;
  content: " "
}

.breadcrumbs::after {
  clear: both
}

.breadcrumbs li {
  float: left;
  font-size: .8125rem;
  color: #0a0a0a;
  cursor: default
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 .5rem;
  opacity: 1;
  content: ">";
  color: #cacaca
}

.breadcrumbs a {
  color: #005083
}

.breadcrumbs a:hover {
  text-decoration: underline
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 0 none;
  border-radius: 0;
  background-color: #e6ebf1;
  color: #005083
}

.callout>:first-child {
  margin-top: 0
}

.callout>:last-child {
  margin-bottom: 0
}

.callout.primary {
  background-color: #6f3c8c;
  color: #fefefe
}

.callout.secondary {
  background-color: #005083;
  color: #fefefe
}

.callout.success {
  background-color: #3adb76;
  color: #005083
}

.callout.warning {
  background-color: #ffae00;
  color: #005083
}

.callout.alert {
  background-color: #cc4b37;
  color: #fefefe
}

.callout.small {
  padding-top: .5rem;
  padding-right: .5rem;
  padding-bottom: .5rem;
  padding-left: .5rem
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem
}

.dropdown-pane.is-opening {
  display: block
}

.dropdown-pane.is-open {
  display: block;
  visibility: visible
}

.dropdown-pane.tiny {
  width: 100px
}

.dropdown-pane.small {
  width: 200px
}

.dropdown-pane.large {
  width: 400px
}

.orbit {
  position: relative
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden
}

.orbit-slide {
  width: 100%;
  position: absolute
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0
}

.orbit-figure {
  margin: 0
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, .5);
  color: #fefefe
}

.orbit-next,
.orbit-previous {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe
}

[data-whatinput=mouse] .orbit-next,
[data-whatinput=mouse] .orbit-previous {
  outline: 0
}

.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
  background-color: rgba(0, 80, 131, .3)
}

.orbit-previous {
  left: 0
}

.orbit-next {
  left: auto;
  right: 0
}

.orbit-bullets {
  position: relative;
  margin-top: .8rem;
  margin-bottom: .8rem;
  text-align: center
}

[data-whatinput=mouse] .orbit-bullets {
  outline: 0
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: .1rem;
  border-radius: 50%;
  background-color: #fefefe
}

.orbit-bullets button:hover {
  background-color: var(--signal-color)
}

.orbit-bullets button.is-active {
  background-color: var(--signal-color)
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative
}

[data-whatinput=mouse] .menu li {
  outline: 0
}

.menu .button,
.menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: .7rem 1rem
}

.menu a,
.menu button,
.menu input,
.menu select {
  margin-bottom: 0
}

.menu input {
  display: inline-block
}

.menu li,
.menu.horizontal li {
  display: inline-block
}

.menu.vertical li {
  display: block
}

.menu.expanded {
  display: table;
  width: 100%
}

.menu.expanded>li {
  display: table-cell;
  vertical-align: middle
}

.menu.simple li+li {
  margin-left: 1rem
}

.menu.simple a {
  padding: 0
}

@media print,
screen and (min-width:40em) {
  .menu.medium-horizontal li {
    display: inline-block
  }

  .menu.medium-vertical li {
    display: block
  }

  .menu.medium-expanded {
    display: table;
    width: 100%
  }

  .menu.medium-expanded>li {
    display: table-cell;
    vertical-align: middle
  }

  .menu.medium-simple {
    display: table;
    width: 100%
  }

  .menu.medium-simple>li {
    display: table-cell;
    vertical-align: middle
  }
}

@media print,
screen and (min-width:64em) {
  .menu.large-horizontal li {
    display: inline-block
  }

  .menu.large-vertical li {
    display: block
  }

  .menu.large-expanded {
    display: table;
    width: 100%
  }

  .menu.large-expanded>li {
    display: table-cell;
    vertical-align: middle
  }

  .menu.large-simple {
    display: table;
    width: 100%
  }

  .menu.large-simple>li {
    display: table-cell;
    vertical-align: middle
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem
}

.menu.icons i,
.menu.icons img,
.menu.icons svg {
  vertical-align: middle
}

.menu.icons i+span,
.menu.icons img+span,
.menu.icons svg+span {
  vertical-align: middle
}

.menu.icon-bottom i,
.menu.icon-bottom img,
.menu.icon-bottom svg,
.menu.icon-left i,
.menu.icon-left img,
.menu.icon-left svg,
.menu.icon-right i,
.menu.icon-right img,
.menu.icon-right svg,
.menu.icon-top i,
.menu.icon-top img,
.menu.icon-top svg {
  vertical-align: middle
}

.menu.icon-bottom i+span,
.menu.icon-bottom img+span,
.menu.icon-bottom svg+span,
.menu.icon-left i+span,
.menu.icon-left img+span,
.menu.icon-left svg+span,
.menu.icon-right i+span,
.menu.icon-right img+span,
.menu.icon-right svg+span,
.menu.icon-top i+span,
.menu.icon-top img+span,
.menu.icon-top svg+span {
  vertical-align: middle
}

.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
  margin-right: .25rem;
  display: inline-block
}

.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
  margin-left: .25rem;
  display: inline-block
}

.menu.icon-top li a {
  text-align: center
}

.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
  display: block;
  margin: 0 auto .25rem
}

.menu.icon-bottom li a {
  text-align: center
}

.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
  display: block;
  margin: .25rem auto 0
}

.menu .is-active>a {
  background: #6f3c8c;
  color: #fefefe
}

.menu .active>a {
  background: #6f3c8c;
  color: #fefefe
}

.menu.align-left {
  text-align: left
}

.menu.align-right {
  text-align: right
}

.menu.align-right .submenu li {
  text-align: left
}

.menu.align-right.vertical .submenu li {
  text-align: right
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0
}

.menu.align-center {
  text-align: center
}

.menu.align-center .submenu li {
  text-align: left
}

.menu .menu-text {
  padding: .7rem 1rem;
  font-weight: 700;
  line-height: 1;
  color: inherit
}

.menu-centered>.menu {
  text-align: center
}

.menu-centered>.menu .submenu li {
  text-align: left
}

.no-js [data-responsive-menu] ul {
  display: none
}

.is-drilldown {
  position: relative;
  overflow: hidden
}

.is-drilldown li {
  display: block
}

.is-drilldown.animate-height {
  -webkit-transition: height .5s;
  transition: height .5s
}

.drilldown a {
  padding: .7rem 1rem;
  background: #fefefe
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform .15s linear;
  transition: -webkit-transform .15s linear;
  transition: transform .15s linear;
  transition: transform .15s linear, -webkit-transform .15s linear
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.drilldown .is-drilldown-submenu a {
  padding: .7rem 1rem
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0
}

[data-whatinput=mouse] .dropdown.menu a {
  outline: 0
}

.dropdown.menu>li>a {
  background: #fefefe;
  padding: .7rem 1rem
}

.dropdown.menu>li.is-active>a {
  background: #6f3c8c;
  color: #fefefe
}

.no-js .dropdown.menu ul {
  display: none
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
  top: 0
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
  right: auto;
  left: 100%
}

@media print,
screen and (min-width:40em) {
  .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
  }

  .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
  }

  .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
    top: 0
  }

  .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto
  }

  .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
  }
}

@media print,
screen and (min-width:64em) {
  .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto
  }

  .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0
  }

  .dropdown.menu.large-vertical>li .is-dropdown-submenu {
    top: 0
  }

  .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto
  }

  .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto
}

.is-dropdown-menu.vertical {
  width: 100px
}

.is-dropdown-menu.vertical.align-right {
  float: right
}

.is-dropdown-submenu-parent {
  position: relative
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
  top: 100%;
  left: auto
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
  right: 100%;
  left: auto
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
  right: auto;
  left: 100%
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe
}

.dropdown .is-dropdown-submenu a {
  padding: .7rem 1rem
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px
}

.is-dropdown-submenu>li {
  width: 100%
}

.is-dropdown-submenu.js-dropdown-active {
  display: block
}

.is-off-canvas-open {
  overflow: hidden
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .5s ease, visibility .5s ease;
  transition: opacity .5s ease, visibility .5s ease;
  background: rgba(254, 254, 254, .75);
  opacity: 0;
  visibility: hidden;
  overflow: hidden
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden
}

.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fefefe
}

[data-whatinput=mouse] .off-canvas {
  outline: 0
}

.off-canvas.is-transition-push {
  z-index: 12
}

.off-canvas.is-closed {
  visibility: hidden
}

.off-canvas.is-transition-overlap {
  z-index: 13
}

.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: none;
  box-shadow: none
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fefefe
}

[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0
}

.off-canvas-absolute.is-transition-push {
  z-index: 12
}

.off-canvas-absolute.is-closed {
  visibility: hidden
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13
}

.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: none;
  box-shadow: none
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 100%;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.position-left.is-transition-push {
  -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, .25);
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, .25)
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.position-right.is-transition-push {
  -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, .25);
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, .25)
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 100%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.position-top.is-transition-push {
  -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, .25);
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, .25)
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.position-bottom.is-transition-push {
  -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, .25);
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, .25)
}

.off-canvas-content {
  -webkit-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

@media print,
screen and (min-width:40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }

  .position-left.reveal-for-medium .close-button {
    display: none
  }

  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
    transform: none
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 100%
  }

  .position-left.reveal-for-medium~.off-canvas-content {
    margin-left: 100%
  }

  .position-right.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }

  .position-right.reveal-for-medium .close-button {
    display: none
  }

  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
    transform: none
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 100%
  }

  .position-right.reveal-for-medium~.off-canvas-content {
    margin-right: 100%
  }

  .position-top.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }

  .position-top.reveal-for-medium .close-button {
    display: none
  }

  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
    transform: none
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 100%
  }

  .position-top.reveal-for-medium~.off-canvas-content {
    margin-top: 100%
  }

  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }

  .position-bottom.reveal-for-medium .close-button {
    display: none
  }

  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    transform: none
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 100%
  }

  .position-bottom.reveal-for-medium~.off-canvas-content {
    margin-bottom: 100%
  }
}

@media print,
screen and (min-width:64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }

  .position-left.reveal-for-large .close-button {
    display: none
  }

  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
    transform: none
  }

  .off-canvas-content.has-reveal-left {
    margin-left: 100%
  }

  .position-left.reveal-for-large~.off-canvas-content {
    margin-left: 100%
  }

  .position-right.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }

  .position-right.reveal-for-large .close-button {
    display: none
  }

  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
    transform: none
  }

  .off-canvas-content.has-reveal-right {
    margin-right: 100%
  }

  .position-right.reveal-for-large~.off-canvas-content {
    margin-right: 100%
  }

  .position-top.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }

  .position-top.reveal-for-large .close-button {
    display: none
  }

  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
    transform: none
  }

  .off-canvas-content.has-reveal-top {
    margin-top: 100%
  }

  .position-top.reveal-for-large~.off-canvas-content {
    margin-top: 100%
  }

  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible
  }

  .position-bottom.reveal-for-large .close-button {
    display: none
  }

  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
    transform: none
  }

  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 100%
  }

  .position-bottom.reveal-for-large~.off-canvas-content {
    margin-bottom: 100%
  }
}

@media print,
screen and (min-width:40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: 0 0;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none
  }

  .off-canvas.in-canvas-for-medium.position-bottom,
  .off-canvas.in-canvas-for-medium.position-left,
  .off-canvas.in-canvas-for-medium.position-right,
  .off-canvas.in-canvas-for-medium.position-top {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none
  }

  .off-canvas.in-canvas-for-medium .close-button {
    display: none
  }
}

@media print,
screen and (min-width:64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: 0 0;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none
  }

  .off-canvas.in-canvas-for-large.position-bottom,
  .off-canvas.in-canvas-for-large.position-left,
  .off-canvas.in-canvas-for-large.position-right,
  .off-canvas.in-canvas-for-large.position-top {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none
  }

  .off-canvas.in-canvas-for-large .close-button {
    display: none
  }
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll
}

html.is-reveal-open body {
  overflow-y: hidden
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10005;
  display: none;
  background-color: rgba(10, 10, 10, .45);
  overflow-y: auto
}

.reveal {
  z-index: 10006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto
}

[data-whatinput=mouse] .reveal {
  outline: 0
}

@media print,
screen and (min-width:40em) {
  .reveal {
    min-height: 0
  }
}

.reveal .column {
  min-width: 0
}

.reveal>:last-child {
  margin-bottom: 0
}

@media print,
screen and (min-width:40em) {
  .reveal {
    width: 600px;
    max-width: 82.5rem
  }
}

.reveal.collapse {
  padding: 0
}

@media print,
screen and (min-width:40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 82.5rem
  }
}

@media print,
screen and (min-width:40em) {
  .reveal.small {
    width: 50%;
    max-width: 82.5rem
  }
}

@media print,
screen and (min-width:40em) {
  .reveal.large {
    width: 90%;
    max-width: 82.5rem
  }
}

.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0
}

@media screen and (max-width:39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0
  }
}

.reveal.without-overlay {
  position: fixed
}

.hide {
  display: none !important
}

.invisible {
  visibility: hidden
}

@media screen and (max-width:39.99875em) {
  .hide-for-small-only {
    display: none !important
  }
}

@media screen and (max-width:0em),
screen and (min-width:40em) {
  .show-for-small-only {
    display: none !important
  }
}

@media print,
screen and (min-width:40em) {
  .hide-for-medium {
    display: none !important
  }
}

@media screen and (max-width:39.99875em) {
  .show-for-medium {
    display: none !important
  }
}

@media screen and (min-width:40em) and (max-width:63.99875em) {
  .hide-for-medium-only {
    display: none !important
  }
}

@media screen and (max-width:39.99875em),
screen and (min-width:64em) {
  .show-for-medium-only {
    display: none !important
  }
}

@media print,
screen and (min-width:64em) {
  .hide-for-large {
    display: none !important
  }
}

@media screen and (max-width:63.99875em) {
  .show-for-large {
    display: none !important
  }
}

@media screen and (min-width:64em) and (max-width:82.49875em) {
  .hide-for-large-only {
    display: none !important
  }
}

@media screen and (max-width:63.99875em),
screen and (min-width:82.5em) {
  .show-for-large-only {
    display: none !important
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.hide-for-portrait,
.show-for-landscape {
  display: block !important
}

@media screen and (orientation:landscape) {

  .hide-for-portrait,
  .show-for-landscape {
    display: block !important
  }
}

@media screen and (orientation:portrait) {

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important
}

@media screen and (orientation:landscape) {

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important
  }
}

@media screen and (orientation:portrait) {

  .hide-for-landscape,
  .show-for-portrait {
    display: block !important
  }
}

.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.align-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.align-left.vertical.menu>li>a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.align-right.vertical.menu>li>a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.align-center.vertical.menu>li>a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start
}

.align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end
}

.align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.align-self-middle {
  -ms-flex-item-align: center;
  align-self: center
}

.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch
}

.align-center-middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6
}

@media print,
screen and (min-width:40em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
}

@media print,
screen and (min-width:64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }

  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }

  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }

  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
  }

  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
  }
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.flex-child-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.flex-child-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto
}

.flex-child-shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse
}

@media print,
screen and (min-width:40em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
  }

  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }

  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
  }

  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

@media print,
screen and (min-width:64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
  }

  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
  }

  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
  }

  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
  }

  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

.margin-0 {
  margin: 0
}

.margin-top-0 {
  margin-top: 0 !important
}

.margin-right-0 {
  margin-right: 0 !important
}

.margin-bottom-0 {
  margin-bottom: 0 !important
}

.margin-left-0 {
  margin-left: 0 !important
}

.margin-horizontal-0 {
  margin-right: 0 !important;
  margin-left: 0 !important
}

.margin-vertical-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

.padding-0 {
  padding: 0
}

.padding-top-0 {
  padding-top: 0 !important
}

.padding-right-0 {
  padding-right: 0 !important
}

.padding-bottom-0 {
  padding-bottom: 0 !important
}

.padding-left-0 {
  padding-left: 0 !important
}

.padding-horizontal-0 {
  padding-right: 0 !important;
  padding-left: 0 !important
}

.padding-vertical-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important
}

.margin-1 {
  margin: 1rem
}

.margin-top-1 {
  margin-top: 1rem !important
}

.margin-right-1 {
  margin-right: 1rem !important
}

.margin-bottom-1 {
  margin-bottom: 1rem !important
}

.margin-left-1 {
  margin-left: 1rem !important
}

.margin-horizontal-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important
}

.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important
}

.padding-1 {
  padding: 1rem
}

.padding-top-1 {
  padding-top: 1rem !important
}

.padding-right-1 {
  padding-right: 1rem !important
}

.padding-bottom-1 {
  padding-bottom: 1rem !important
}

.padding-left-1 {
  padding-left: 1rem !important
}

.padding-horizontal-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important
}

.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important
}

.margin-2 {
  margin: 2rem
}

.margin-top-2 {
  margin-top: 2rem !important
}

.margin-right-2 {
  margin-right: 2rem !important
}

.margin-bottom-2 {
  margin-bottom: 2rem !important
}

.margin-left-2 {
  margin-left: 2rem !important
}

.margin-horizontal-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important
}

.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important
}

.padding-2 {
  padding: 2rem
}

.padding-top-2 {
  padding-top: 2rem !important
}

.padding-right-2 {
  padding-right: 2rem !important
}

.padding-bottom-2 {
  padding-bottom: 2rem !important
}

.padding-left-2 {
  padding-left: 2rem !important
}

.padding-horizontal-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important
}

.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important
}

.margin-3 {
  margin: 3rem
}

.margin-top-3 {
  margin-top: 3rem !important
}

.margin-right-3 {
  margin-right: 3rem !important
}

.margin-bottom-3 {
  margin-bottom: 3rem !important
}

.margin-left-3 {
  margin-left: 3rem !important
}

.margin-horizontal-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important
}

.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important
}

.padding-3 {
  padding: 3rem
}

.padding-top-3 {
  padding-top: 3rem !important
}

.padding-right-3 {
  padding-right: 3rem !important
}

.padding-bottom-3 {
  padding-bottom: 3rem !important
}

.padding-left-3 {
  padding-left: 3rem !important
}

.padding-horizontal-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important
}

.padding-vertical-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important
}

.margin-4 {
  margin: 4rem
}

.margin-top-4 {
  margin-top: 4rem !important
}

.margin-right-4 {
  margin-right: 4rem !important
}

.margin-bottom-4 {
  margin-bottom: 4rem !important
}

.margin-left-4 {
  margin-left: 4rem !important
}

.margin-horizontal-4 {
  margin-right: 4rem !important;
  margin-left: 4rem !important
}

.margin-vertical-4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important
}

.padding-4 {
  padding: 4rem
}

.padding-top-4 {
  padding-top: 4rem !important
}

.padding-right-4 {
  padding-right: 4rem !important
}

.padding-bottom-4 {
  padding-bottom: 4rem !important
}

.padding-left-4 {
  padding-left: 4rem !important
}

.padding-horizontal-4 {
  padding-right: 4rem !important;
  padding-left: 4rem !important
}

.padding-vertical-4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important
}

.margin-5 {
  margin: 5rem
}

.margin-top-5 {
  margin-top: 5rem !important
}

.margin-right-5 {
  margin-right: 5rem !important
}

.margin-bottom-5 {
  margin-bottom: 5rem !important
}

.margin-left-5 {
  margin-left: 5rem !important
}

.margin-horizontal-5 {
  margin-right: 5rem !important;
  margin-left: 5rem !important
}

.margin-vertical-5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important
}

.padding-5 {
  padding: 5rem
}

.padding-top-5 {
  padding-top: 5rem !important
}

.padding-right-5 {
  padding-right: 5rem !important
}

.padding-bottom-5 {
  padding-bottom: 5rem !important
}

.padding-left-5 {
  padding-left: 5rem !important
}

.padding-horizontal-5 {
  padding-right: 5rem !important;
  padding-left: 5rem !important
}

.padding-vertical-5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important
}

.margin-6 {
  margin: 6rem
}

.margin-top-6 {
  margin-top: 6rem !important
}

.margin-right-6 {
  margin-right: 6rem !important
}

.margin-bottom-6 {
  margin-bottom: 6rem !important
}

.margin-left-6 {
  margin-left: 6rem !important
}

.margin-horizontal-6 {
  margin-right: 6rem !important;
  margin-left: 6rem !important
}

.margin-vertical-6 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important
}

.padding-6 {
  padding: 6rem
}

.padding-top-6 {
  padding-top: 6rem !important
}

.padding-right-6 {
  padding-right: 6rem !important
}

.padding-bottom-6 {
  padding-bottom: 6rem !important
}

.padding-left-6 {
  padding-left: 6rem !important
}

.padding-horizontal-6 {
  padding-right: 6rem !important;
  padding-left: 6rem !important
}

.padding-vertical-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important
}

.slide-in-down.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  transform: translateY(100%)
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%)
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%)
}

.fade-in.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1
}

.fade-out.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  opacity: 1
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0);
  transform: perspective(2000px) rotate(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(.5);
  transform: scale(.5);
  opacity: 0
}

.spin-in.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(-.75turn);
  transform: rotate(-.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1
}

.spin-out.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(.75turn);
  transform: rotate(.75turn);
  opacity: 0
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(.75turn);
  transform: rotate(.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-.75turn);
  transform: rotate(-.75turn);
  opacity: 0
}

.slow {
  -webkit-transition-duration: 750ms !important;
  transition-duration: 750ms !important
}

.fast {
  -webkit-transition-duration: 250ms !important;
  transition-duration: 250ms !important
}

.linear {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important
}

.ease {
  -webkit-transition-timing-function: ease !important;
  transition-timing-function: ease !important
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
  transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
  transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
  transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
  -webkit-transition-delay: .3s !important;
  transition-delay: .3s !important
}

.long-delay {
  -webkit-transition-delay: .7s !important;
  transition-delay: .7s !important
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7
}

@-webkit-keyframes shake-7 {

  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%)
  }

  15%,
  25%,
  35%,
  45%,
  5%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%)
  }
}

@keyframes shake-7 {

  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%)
  }

  15%,
  25%,
  35%,
  45%,
  5%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%)
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
  animation-name: spin-ccw-1turn
}

@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
  }
}

@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn)
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg
}

@-webkit-keyframes wiggle-7deg {

  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg)
  }

  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg)
  }

  0%,
  100%,
  30%,
  70% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

@keyframes wiggle-7deg {

  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg)
  }

  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg)
  }

  0%,
  100%,
  30%,
  70% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }
}

.shake,
.spin-ccw,
.spin-cw,
.wiggle {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important
}

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important
}

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important
}

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
  animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
  animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
  animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
  -webkit-animation-delay: .3s !important;
  animation-delay: .3s !important
}

.long-delay {
  -webkit-animation-delay: .7s !important;
  animation-delay: .7s !important
}

.row-full {
  width: 100% !important;
  max-width: 100% !important
}

ul.content-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none
}

.background-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover
}

.tabs {
  margin-top: .625rem;
  margin-bottom: .625rem
}

.tabs.primary {
  background: 0 0
}

.contextual-region .contextual .contextual-links a {
  color: #333 !important
}

.flex-region {
  display: inline-block;
  vertical-align: top
}

.todo {
  outline: 2px solid #ffae00
}

.primary-color {
  color: #6f3c8c
}

.secondary-color {
  color: #005083
}

.success-color {
  color: #3adb76
}

.warning-color {
  color: #ffae00
}

.alert-color {
  color: #cc4b37
}

.light-gray-color {
  color: #f0f0f0
}

.medium-gray-color {
  color: #cacaca
}

.dark-gray-color {
  color: #767a7d
}

label {
  font-weight: 700
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.form-required:after {
  content: "";
  vertical-align: super;
  display: inline-block;
  background-image: url(../img/required.svg);
  background-repeat: no-repeat;
  background-size: 6px 6px;
  width: 6px;
  height: 6px;
  margin: 0 .3em
}

.field-label-inline .field-item,
.field-label-inline .field-label {
  display: inline-block;
  vertical-align: top
}

.field-label-inline .field-label::after {
  content: ": "
}

.section-small {
  padding-top: .625rem;
  padding-bottom: .625rem
}

@media screen and (min-width:40em) {
  .section-small {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
  }
}

.section-big {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

@media screen and (min-width:40em) {
  .section-big {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
  }
}

[class*=section].top {
  padding-bottom: 0
}

[class*=section].bottom {
  padding-top: 0
}

.burger {
  padding: .3125rem .625rem .3125rem 0;
  border: 0 none;
  outline: 0
}

.burger span {
  position: relative;
  margin-top: .625rem;
  margin-bottom: .625rem
}

.burger span,
.burger span:after,
.burger span:before {
  display: block;
  width: 2.1875rem;
  height: .3125rem;
  background-color: #005083;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: .5s;
  transition-duration: .5s
}

.burger span:after,
.burger span:before {
  position: absolute;
  content: ""
}

.burger span:before {
  top: -.625rem
}

.burger span:after {
  top: .625rem
}

.burger[aria-expanded=true] span {
  background-color: transparent
}

.burger[aria-expanded=true] span:before {
  -webkit-transform: translateY(.625rem) rotate(45deg);
  transform: translateY(.625rem) rotate(45deg)
}

.burger[aria-expanded=true] span:after {
  -webkit-transform: translateY(-.625rem) rotate(-45deg);
  transform: translateY(-.625rem) rotate(-45deg)
}

.sticky-container .sticky {
  -webkit-backface-visibility: hidden !important;
  -webkit-transform: translateZ(0) !important
}

.top-bar-sticky {
  width: 100% !important;
  min-width: 100% !important
}

@media print,
screen and (min-width:40em) {
  .top-bar-sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100% !important;
    min-width: 100% !important
  }
}

.top-bar-sticky .sticky {
  width: 100% !important;
  min-width: 100% !important;
  height: auto !important
}

.user-form .form-item {
  margin-bottom: 1rem
}

.user-form .form-item input {
  width: auto;
  max-width: 100%
}

.user-form .description {
  font-size: .875rem
}

.user-form .confirm-parent,
.user-form .password-parent {
  max-width: 33em
}

.user-form .password-strength {
  max-width: 15.625rem
}

.user-form div.password-confirm {
  visibility: hidden
}

.user-form div.password-confirm .error {
  color: #cc4b37;
  font-weight: 700
}

.user-form div.password-confirm .ok {
  color: #3adb76;
  font-weight: 700
}

.password-strength__indicator.is-weak {
  background-color: #cc4b37
}

.password-strength__indicator.is-fair {
  background-color: #ffae00
}

.password-strength__indicator.is-good {
  background-color: #0074bd
}

.password-strength__indicator.is-strong {
  background-color: #3adb76
}

:root {
  --signal-color: #3FB498;
  --signal-color-hover: #369b83
}

iframe {
  max-width: 100%
}

.button p,
button p {
  margin: 0
}

a.button:focus,
a.button:hover {
  text-decoration: none
}

.readmore__link.button,
.readmore__link.button:focus,
.readmore__link.button:hover {
  color: #fefefe
}

table td {
  border-top: 1px solid #d9dbdc
}

video {
  max-width: 100%
}

@media screen and (max-width:39.99875em) {
  .lead {
    font-size: 125%
  }
}

.lead p:last-of-type {
  margin-bottom: 0
}

.snt-readmore {
  position: relative;
  padding-right: 1.4rem;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase
}

.snt-readmore::before {
  content: "";
  position: absolute;
  top: 0;
  right: .9rem;
  height: .9em;
  width: 1px;
  background: #97999c
}

.snt-readmore::after {
  content: "";
  position: absolute;
  right: 0;
  top: .125rem;
  width: 0;
  height: 0;
  border-top: .29rem solid transparent;
  border-bottom: .29rem solid transparent;
  border-left: .5rem solid #005083
}

.snt-readmore__link {
  color: #005083
}

.snt-readmore--no-arrow {
  text-transform: uppercase
}

.snt-readmore--no-arrow .snt-readmore__link {
  color: #005083
}

.kontron-title {
  position: relative;
  padding-bottom: .5rem;
  margin-bottom: 3rem
}

.kontron-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background: #97999c;
  width: 4rem
}

.kontron-title::after {
  content: "";
  position: absolute;
  bottom: -1.75rem;
  left: 2rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: .58rem solid transparent;
  border-right: .58rem solid transparent;
  border-top: 1rem solid #005083
}

.kontron-title p {
  margin: 0
}

.page-section,
section.block {
  padding-left: .625rem;
  padding-right: .625rem
}

.full-height {
  height: 100%
}

body.page--front--2 .block__title--news-alt {
  text-transform: uppercase
}

h1.title--news {
  font-size: 2rem;
  font-weight: 700
}

.text-justify {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto
}

.textbox {
  padding: 2.5rem 4.6875rem 2.5rem 0
}

@media print,
screen and (min-width:40em) {
  .textbox {
    padding: 2.5rem 4.6875rem 2.5rem .9375rem
  }
}

@media print,
screen and (min-width:64em) {
  .textbox {
    padding: 3.125rem 5rem 3.125rem 1.5625rem
  }
}

.responsive-video {
  position: relative
}

.responsive-video::after {
  content: "";
  display: block;
  padding-bottom: 56.25%
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0
}

.responsive-video::after {
  content: "";
  display: block;
  padding-bottom: 56.25%
}

.mailworx-form .field__error {
  position: relative;
  top: -1rem;
  margin-bottom: 1rem;
  font-size: .875rem;
  font-weight: 700;
  color: #cc4b37
}

.mailworx-form .button--submit {
  font-weight: 700
}

.image-grid figcaption {
  margin-top: 1rem
}

.text-justify p,
p.text-justify {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto
}

.off-canvas.is-open {
  z-index: 10000
}

.mouse-pointer {
  cursor: pointer
}

.iframe-container--lenovo {
  position: relative;
  padding-top: 3000px
}

@media only screen and (max-width:414px) {
  .iframe-container--lenovo {
    padding-top: 5000px
  }
}

.iframe-container--lenovo iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0 none
}

.snt-label {
  display: inline-block;
  padding: .25rem .5rem;
  border-radius: 0;
  font-size: .875rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: var(--signal-color);
  color: #fefefe
}

ul.kontron-list {
  margin-left: 0;
  list-style: none
}

ul.kontron-list>li {
  position: relative;
  padding-left: 1em
}

ul.kontron-list>li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .5em;
  width: 0;
  height: 0;
  border-top: .29em solid transparent;
  border-bottom: .29em solid transparent;
  border-left: .5em solid #005083
}

.button--download p {
  display: inline;
  margin: 0
}

.bg--dark {
  color: #fefefe !important
}

.bg--dark a {
  color: #8ed8f8 !important
}

.bg--dark a:focus,
.bg--dark a:hover {
  color: #46bff4 !important
}

.bg--dark .h1,
.bg--dark .h2,
.bg--dark .h3,
.bg--dark .h4,
.bg--dark .h5,
.bg--dark .h6,
.bg--dark h1,
.bg--dark h2,
.bg--dark h3,
.bg--dark h4,
.bg--dark h5,
.bg--dark h6 {
  color: #fefefe !important
}

.bg--dark blockquote {
  color: #8ed8f8
}

.bg--dark .textbox {
  background: rgba(254, 254, 254, .6)
}

.bg--primary {
  color: #fefefe !important;
  background-color: var(--signal-color)
}

.bg--primary a {
  color: #8ed8f8 !important
}

.bg--primary a:focus,
.bg--primary a:hover {
  color: #46bff4 !important
}

.bg--primary .h1,
.bg--primary .h2,
.bg--primary .h3,
.bg--primary .h4,
.bg--primary .h5,
.bg--primary .h6,
.bg--primary h1,
.bg--primary h2,
.bg--primary h3,
.bg--primary h4,
.bg--primary h5,
.bg--primary h6 {
  color: #fefefe !important
}

.bg--primary blockquote {
  color: #8ed8f8
}

.bg--primary .textbox {
  background: rgba(254, 254, 254, .6)
}

.bg--secondary {
  color: #fefefe !important;
  background-color: #005083
}

.bg--secondary a {
  color: #8ed8f8 !important
}

.bg--secondary a:focus,
.bg--secondary a:hover {
  color: #46bff4 !important
}

.bg--secondary .h1,
.bg--secondary .h2,
.bg--secondary .h3,
.bg--secondary .h4,
.bg--secondary .h5,
.bg--secondary .h6,
.bg--secondary h1,
.bg--secondary h2,
.bg--secondary h3,
.bg--secondary h4,
.bg--secondary h5,
.bg--secondary h6 {
  color: #fefefe !important
}

.bg--secondary blockquote {
  color: #8ed8f8
}

.bg--secondary .textbox {
  background: rgba(254, 254, 254, .6)
}

.bg--dark-blue {
  color: #fefefe !important;
  background-color: #0b3b61
}

.bg--dark-blue a {
  color: #8ed8f8 !important
}

.bg--dark-blue a:focus,
.bg--dark-blue a:hover {
  color: #46bff4 !important
}

.bg--dark-blue .h1,
.bg--dark-blue .h2,
.bg--dark-blue .h3,
.bg--dark-blue .h4,
.bg--dark-blue .h5,
.bg--dark-blue .h6,
.bg--dark-blue h1,
.bg--dark-blue h2,
.bg--dark-blue h3,
.bg--dark-blue h4,
.bg--dark-blue h5,
.bg--dark-blue h6 {
  color: #fefefe !important
}

.bg--dark-blue blockquote {
  color: #8ed8f8
}

.bg--dark-blue .textbox {
  background: rgba(254, 254, 254, .6)
}

.bg--light-blue {
  background-color: #e1f3fd
}

.bg--gray-blue-dark {
  background-color: #94b4cd
}

.bg--gray-blue-light {
  background-color: #c1dced
}

.bg--eggshell {
  background-color: #fbf9e0
}

.bg--white {
  background-color: #fefefe
}

.bg--gray {
  background-color: #97999c
}

.bg--dark-gray {
  color: #fefefe !important;
  background-color: #767a7d
}

.bg--dark-gray a {
  color: #fefefe !important
}

.bg--dark-gray a:focus,
.bg--dark-gray a:hover {
  color: #d8d8d8 !important
}

.bg--dark-gray .h1,
.bg--dark-gray .h2,
.bg--dark-gray .h3,
.bg--dark-gray .h4,
.bg--dark-gray .h5,
.bg--dark-gray .h6,
.bg--dark-gray h1,
.bg--dark-gray h2,
.bg--dark-gray h3,
.bg--dark-gray h4,
.bg--dark-gray h5,
.bg--dark-gray h6 {
  color: #fefefe !important
}

.bg--dark-gray blockquote {
  color: #fefefe
}

.bg--dark-gray .widget--intro-text-nolink .widget__content__text {
  background: rgba(254, 254, 254, .6)
}

.bg--light-gray {
  background: #f0f0f0
}

.bg--indigo {
  color: #fefefe !important;
  background-color: #6f3c8c
}

.bg--indigo a {
  color: #fefefe !important
}

.bg--indigo a:focus,
.bg--indigo a:hover {
  color: #d8d8d8 !important
}

.bg--indigo .h1,
.bg--indigo .h2,
.bg--indigo .h3,
.bg--indigo .h4,
.bg--indigo .h5,
.bg--indigo .h6,
.bg--indigo h1,
.bg--indigo h2,
.bg--indigo h3,
.bg--indigo h4,
.bg--indigo h5,
.bg--indigo h6 {
  color: #fefefe !important
}

.bg--indigo blockquote {
  color: #fefefe
}

.bg--indigo .widget--intro-text-nolink .widget__content__text {
  background: rgba(254, 254, 254, .6)
}

.bg--kontron-green {
  color: #fefefe !important;
  background-color: #3fb498
}

.bg--kontron-green a {
  color: #fefefe !important
}

.bg--kontron-green a:focus,
.bg--kontron-green a:hover {
  color: #d8d8d8 !important
}

.bg--kontron-green .h1,
.bg--kontron-green .h2,
.bg--kontron-green .h3,
.bg--kontron-green .h4,
.bg--kontron-green .h5,
.bg--kontron-green .h6,
.bg--kontron-green h1,
.bg--kontron-green h2,
.bg--kontron-green h3,
.bg--kontron-green h4,
.bg--kontron-green h5,
.bg--kontron-green h6 {
  color: #fefefe !important
}

.bg--kontron-green blockquote {
  color: #fefefe
}

.bg--kontron-green .widget--intro-text-nolink .widget__content__text {
  background: rgba(254, 254, 254, .6)
}

.bg--ir-blue {
  color: #fefefe !important;
  background-color: #4996c0
}

.bg--ir-blue a {
  color: #fefefe !important
}

.bg--ir-blue a:focus,
.bg--ir-blue a:hover {
  color: #d8d8d8 !important
}

.bg--ir-blue .h1,
.bg--ir-blue .h2,
.bg--ir-blue .h3,
.bg--ir-blue .h4,
.bg--ir-blue .h5,
.bg--ir-blue .h6,
.bg--ir-blue h1,
.bg--ir-blue h2,
.bg--ir-blue h3,
.bg--ir-blue h4,
.bg--ir-blue h5,
.bg--ir-blue h6 {
  color: #fefefe !important
}

.bg--ir-blue blockquote {
  color: #fefefe
}

.bg--ir-blue .widget--intro-text-nolink .widget__content__text {
  background: rgba(254, 254, 254, .6)
}

.bg--snt-gradient {
  color: #fefefe !important;
  background-color: #005083;
  background: -webkit-gradient(linear, left top, right top, from(#005083), to(var(--signal-color)));
  background: linear-gradient(90deg, #005083 0, var(--signal-color) 100%)
}

.bg--snt-gradient a {
  color: #fefefe !important
}

.bg--snt-gradient a:focus,
.bg--snt-gradient a:hover {
  color: #d8d8d8 !important
}

.bg--snt-gradient .h1,
.bg--snt-gradient .h2,
.bg--snt-gradient .h3,
.bg--snt-gradient .h4,
.bg--snt-gradient .h5,
.bg--snt-gradient .h6,
.bg--snt-gradient h1,
.bg--snt-gradient h2,
.bg--snt-gradient h3,
.bg--snt-gradient h4,
.bg--snt-gradient h5,
.bg--snt-gradient h6 {
  color: #fefefe !important
}

.bg--snt-gradient blockquote {
  color: #fefefe
}

.bg--snt-gradient .widget--intro-text-nolink .widget__content__text {
  background: rgba(254, 254, 254, .6)
}

.bg--custom-img {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover !important
}

.bg--snt-blue {
  color: #fefefe !important;
  background-color: #005083
}

.bg--snt-blue a {
  color: #fefefe !important
}

.bg--snt-blue a:focus,
.bg--snt-blue a:hover {
  color: #d8d8d8 !important
}

.bg--snt-blue .h1,
.bg--snt-blue .h2,
.bg--snt-blue .h3,
.bg--snt-blue .h4,
.bg--snt-blue .h5,
.bg--snt-blue .h6,
.bg--snt-blue h1,
.bg--snt-blue h2,
.bg--snt-blue h3,
.bg--snt-blue h4,
.bg--snt-blue h5,
.bg--snt-blue h6 {
  color: #fefefe !important
}

.bg--snt-blue blockquote {
  color: #fefefe
}

.bg--snt-blue .widget--intro-text-nolink .widget__content__text {
  background: rgba(254, 254, 254, .6)
}

.bg--snt-imagery {
  background-color: #4a86b5
}

.bg--snt-imagery-light,
.bg-snt-imagery-light {
  background-color: #a1bbd0
}

.bg--snt-imagery-light-20,
.bg-snt-imagery-light-20 {
  background-color: #e6ebf1
}

.bg--snt-signal {
  color: #fefefe !important;
  background-color: var(--signal-color)
}

.bg--snt-signal a {
  color: #fefefe !important
}

.bg--snt-signal a:focus,
.bg--snt-signal a:hover {
  color: #d8d8d8 !important
}

.bg--snt-signal .h1,
.bg--snt-signal .h2,
.bg--snt-signal .h3,
.bg--snt-signal .h4,
.bg--snt-signal .h5,
.bg--snt-signal .h6,
.bg--snt-signal h1,
.bg--snt-signal h2,
.bg--snt-signal h3,
.bg--snt-signal h4,
.bg--snt-signal h5,
.bg--snt-signal h6 {
  color: #fefefe !important
}

.bg--snt-signal blockquote {
  color: #fefefe
}

.bg--snt-signal .widget--intro-text-nolink .widget__content__text {
  background: rgba(254, 254, 254, .6)
}

.bg--snt-warm-accent {
  background-color: #c6c4b4
}

.border--snt-blue {
  border-color: #005083
}

.border--snt-signal {
  border-color: var(--signal-color)
}

.border--snt-warm-accent {
  border-color: #c6c4b4
}

.bg--haze-light-gray {
  position: relative;
  color: #005083
}

.bg--haze-light-gray::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#f0f0f0), color-stop(70%, #f0f0f0), to(rgba(240, 240, 240, 0)));
  background: linear-gradient(90deg, #f0f0f0 0, #f0f0f0 70%, rgba(240, 240, 240, 0) 100%)
}

@media print,
screen and (min-width:64em) {
  .bg--haze-light-gray::after {
    width: 75%
  }
}

.menu-label {
  margin-bottom: .1875rem
}

.menu a {
  outline: 0
}

.drilldown .is-drilldown-submenu-parent>a {
  position: relative
}

.drilldown .is-drilldown-submenu-parent>a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem
}

.drilldown.align-left .is-drilldown-submenu-parent>a::after {
  left: auto;
  right: 1rem
}

.drilldown.align-right .is-drilldown-submenu-parent>a::after {
  right: auto;
  left: 1rem
}

.drilldown .js-drilldown-back>a::before {
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  margin-right: .75rem;
  border-left-width: 0
}

.drilldown .is-submenu-parent-item {
  font-weight: 700
}

.drilldown .parent-no-link .is-submenu-parent-item {
  display: none !important
}

.off-canvas {
  padding-top: 10.125rem
}

@media print,
screen and (min-width:64em) {
  .off-canvas--country {
    padding-top: 5.0625rem;
    height: auto;
    max-width: 80rem
  }
}

.off-canvas .offcanvas-button {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem
}

.off-canvas a {
  color: #005083
}

.off-canvas a:focus,
.off-canvas a:hover {
  color: var(--signal-color)
}

.off-canvas .is-active>a {
  background: 0 0;
  color: var(--signal-color)
}

.off-canvas-main-menu-item {
  font-size: 1.25rem;
  padding-top: .625rem;
  padding-bottom: .625rem;
  border-bottom: 1px solid #d9dbdc
}

.off-canvas-main-menu-item ul {
  font-size: 1.125rem
}

.off-canvas-main-menu-item ul li {
  border-bottom: 1px solid #d9dbdc;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.off-canvas-secondary-menu-item {
  font-size: .875rem
}

.off-canvas-secondary-menu-item.first {
  margin-top: 3rem
}

.off-canvas-social-media a {
  display: inline-block
}

.menu--footer li>a,
.menu--social li>a {
  padding: .25rem 0
}

.menu--footer li>a:focus,
.menu--footer li>a:hover,
.menu--social li>a:focus,
.menu--social li>a:hover {
  color: #0ea0df;
  text-decoration: underline
}

.menu--footer li.is-active>a,
.menu--social li.is-active>a {
  background: 0 0;
  color: #fefefe
}

.menu--footer li.is-active>a:focus,
.menu--footer li.is-active>a:hover,
.menu--social li.is-active>a:focus,
.menu--social li.is-active>a:hover {
  color: #0ea0df
}

#main-menu {
  font-size: 1.125rem
}

.headroom--not-top #main-menu {
  font-size: 1rem
}

#main-menu li a {
  background: 0 0;
  color: #005083
}

#main-menu li a:focus,
#main-menu li a:hover {
  color: var(--signal-color)
}

#main-menu li span.no-link {
  display: block;
  padding: .7rem 1rem;
  color: #005083;
  line-height: 1
}

#main-menu li.is-active>a {
  background: 0 0;
  color: var(--signal-color)
}

#main-menu ul ul {
  font-size: .875rem
}

#main-menu .is-submenu-item a:focus,
#main-menu .is-submenu-item a:hover {
  background: #f0f0f0
}

#main-menu .is-dropdown-submenu {
  border: 1px solid #e6ebf1;
  border-top: 0 none;
  padding-top: 0;
  padding-bottom: 0
}

#main-menu .is-dropdown-submenu .is-dropdown-submenu-parent>a,
#main-menu .is-dropdown-submenu .is-dropdown-submenu-parent>span.no-link {
  padding-right: 1.6rem
}

#main-menu .is-dropdown-submenu .is-dropdown-submenu-parent>a::after,
#main-menu .is-dropdown-submenu .is-dropdown-submenu-parent>span.no-link::after {
  right: .6rem
}

#main-menu .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after,
#main-menu .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>span.no-link::after {
  right: auto;
  left: 5px;
  content: "\f104";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  margin-top: -.4375rem
}

#main-menu .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after,
#main-menu .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>span.no-link::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  margin-top: -.4375rem
}

#main-menu .dropdown.menu>li.is-dropdown-submenu-parent>.is-dropdown-submenu {
  margin-top: 2.125rem
}

#page-header.headroom--not-top #main-menu .dropdown.menu>li.is-dropdown-submenu-parent>.is-dropdown-submenu {
  margin-top: 0
}

#main-menu .dropdown.menu>li.is-dropdown-submenu-parent>a,
#main-menu .dropdown.menu>li.is-dropdown-submenu-parent>span.no-link {
  position: relative;
  padding-right: 1.5rem
}

#main-menu .dropdown.menu>li.is-dropdown-submenu-parent>a::after,
#main-menu .dropdown.menu>li.is-dropdown-submenu-parent>span.no-link::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  display: block;
  position: absolute;
  top: 50%;
  right: .3125rem;
  margin-top: -.4375rem
}

@media print,
screen and (min-width:40em) {
  #secondary-nav>.menu {
    text-align: right
  }
}

body {
  padding-top: 8.125rem
}

@media print,
screen and (min-width:64em) {
  body {
    padding-top: 10.375rem
  }
}

html.aloha-webkit body {
  padding-top: 7.875rem !important
}

@media print,
screen and (min-width:64em) {
  html.aloha-webkit body {
    padding-top: 10.375rem !important
  }
}

#page-header {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
  background: #fefefe;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: -webkit-transform .25s ease-in-out;
  transition: -webkit-transform .25s ease-in-out;
  transition: transform .25s ease-in-out;
  transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
  will-change: transform
}

#page-header .snt-logo {
  width: 80px
}

@media print,
screen and (min-width:40em) {
  #page-header .snt-logo {
    width: 100px
  }
}

@media print,
screen and (min-width:64em) {
  #page-header .snt-logo {
    width: 110px
  }
}

#page-header .page-header__top {
  background: #f0f0f0;
  font-size: .875rem
}

#page-header .page-header__top .grid--country-select {
  min-height: 2.25rem
}

#page-header>.grid-container {
  height: 5.625rem
}

@media print,
screen and (min-width:64em) {
  #page-header>.grid-container {
    padding-top: 1.25rem;
    height: 8.125rem
  }
}

#page-header>.grid-container>.grid-x {
  height: 100%
}

#page-header .branding {
  position: relative
}

@media print,
screen and (min-width:64em) {
  #page-header .branding {
    top: -.875rem
  }
}

#page-header.headroom--not-top {
  height: 3.125rem;
  padding-top: .3125rem;
  padding-bottom: .3125rem
}

#page-header.headroom--not-top .snt-logo {
  width: 60px !important
}

#page-header.headroom--not-top .page-header__top {
  display: none !important
}

#page-header.headroom--not-top>.grid-container {
  height: 3.125rem
}

@media print,
screen and (min-width:64em) {
  #page-header.headroom--not-top>.grid-container {
    padding-top: 0;
    height: 3.125rem
  }
}

#page-header.headroom--not-top .branding {
  top: 0
}

#page-header.headroom--not-top.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

body.is-off-canvas-open #page-header {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important
}

body.is-off-canvas-open #page-header .cell--langswitch-search>.grid-x {
  width: 100%
}

body.is-off-canvas-open #page-header .cell--langswitch-search>.grid-x .cell {
  padding-left: .625rem;
  padding-right: .625rem
}

@media screen and (max-width:63.99875em) {
  body.is-off-canvas-open #page-header {
    height: 10.125rem
  }

  body.is-off-canvas-open #page-header .cell--langswitch-search {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 3.8125rem;
    margin-top: 1.25rem
  }
}

#page-footer {
  font-size: .875rem
}

#page-footer .block__title {
  margin-bottom: .25rem
}

#page-footer .block--contact .block__title {
  margin-bottom: .875rem
}

#page-footer .snt-service {
  text-align: center;
  margin-top: .625rem;
  margin-bottom: .625rem
}

@media print,
screen and (min-width:40em) {
  #page-footer .snt-service {
    margin-top: .1875rem;
    margin-bottom: .25rem
  }
}

#page-footer .snt-service__link {
  background: #0b3b61;
  color: #fefefe;
  display: block;
  padding: 1.5rem .3125rem;
  -webkit-transition: background-color .25s ease-out, color .25s ease-out;
  transition: background-color .25s ease-out, color .25s ease-out
}

#page-footer .snt-service__link:focus,
#page-footer .snt-service__link:hover {
  background: var(--signal-color)
}

#page-footer .snt-service__link__icon {
  display: block
}

#page-footer .snt-service__link__title {
  display: block
}

#page-footer-main {
  padding-top: 3.125rem;
  padding-bottom: 1.375rem
}

#page-footer-main .snt-logo {
  width: 80px;
  margin-bottom: 1rem
}

#page-footer-copyright {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem
}

#page-footer-seo {
  font-size: .75rem
}

.banner-slide {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover !important;
  color: #fefefe
}

.banner-slide__link {
  color: #fefefe;
  text-decoration: none
}

.banner-slide__link:focus,
.banner-slide__link:hover {
  color: #e1f3fd;
  text-decoration: none
}

.banner-slide__content {
  position: relative;
  z-index: 1;
  min-height: 400px
}

@media all and (-ms-high-contrast:none) {
  .banner-slide__content {
    height: 400px
  }
}

@media print,
screen and (min-width:40em) {
  .banner-slide__content {
    min-height: 600px
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .banner-slide__content {
    height: 600px
  }
}

@media print,
screen and (min-width:40em) {
  .banner-slide__content .cell--text {
    margin-left: 8.3333333333%;
    width: 66.6666666667%
  }
}

@media print,
screen and (min-width:64em) {
  .banner-slide__content .cell--text {
    width: 50%
  }
}

.banner-slide--size-small .banner-slide__content {
  min-height: 300px
}

@media print,
screen and (min-width:40em) {
  .banner-slide--size-small .banner-slide__content {
    min-height: 500px
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .banner-slide--size-small .banner-slide__content {
    height: 500px
  }
}

.banner-slide__title {
  line-height: 1.2;
  padding: 0 .9375rem
}

@media print,
screen and (min-width:40em) {
  .banner-slide__title {
    font-size: 2.75rem;
    padding: 0
  }
}

@media print,
screen and (min-width:64em) {
  .banner-slide__title {
    font-size: 3.375rem
  }
}

.banner-slide__text {
  line-height: 1.2;
  padding: 0 .9375rem;
  font-size: 1.1875rem;
  font-family: "Open Sans", Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 300
}

@media print,
screen and (min-width:40em) {
  .banner-slide__text {
    font-size: 1.75rem;
    padding: 0
  }
}

@media print,
screen and (min-width:64em) {
  .banner-slide__text {
    font-size: 2rem
  }
}

.banner-slide blockquote {
  color: #fefefe;
  padding: 1rem;
  margin-bottom: 0;
  text-shadow: 1px 1px 1px #000;
  background: rgba(0, 0, 0, .2)
}

.widget--slider--paging .banner-slide blockquote {
  margin-bottom: 50px
}

.banner-slide blockquote p {
  color: #fefefe;
  font-style: italic;
  font-size: 1.5rem
}

.banner-slide blockquote p::before {
  content: '"'
}

.banner-slide blockquote p::after {
  content: '"'
}

.banner-slide blockquote cite {
  color: #fefefe;
  font-style: normal;
  font-size: 1rem
}

.banner-slide--kontron {
  position: relative
}

.banner-slide--kontron::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fefefe), color-stop(70%, #fefefe), to(rgba(254, 254, 254, 0)));
  background: linear-gradient(90deg, #fefefe 0, #fefefe 70%, rgba(254, 254, 254, 0) 100%)
}

@media print,
screen and (min-width:64em) {
  .banner-slide--kontron::after {
    width: 75%
  }
}

.banner-slide--kontron.bg-haze--white {
  position: relative;
  color: #005083
}

.banner-slide--kontron.bg-haze--white::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fefefe), color-stop(70%, #fefefe), to(rgba(254, 254, 254, 0)));
  background: linear-gradient(90deg, #fefefe 0, #fefefe 70%, rgba(254, 254, 254, 0) 100%)
}

@media print,
screen and (min-width:64em) {
  .banner-slide--kontron.bg-haze--white::after {
    width: 75%
  }
}

.banner-slide--kontron.bg-haze--snt-blue {
  position: relative
}

.banner-slide--kontron.bg-haze--snt-blue::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #005083;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#005083), color-stop(70%, #005083), to(rgba(0, 80, 131, 0)));
  background: linear-gradient(90deg, #005083 0, #005083 70%, rgba(0, 80, 131, 0) 100%)
}

@media print,
screen and (min-width:64em) {
  .banner-slide--kontron.bg-haze--snt-blue::after {
    width: 75%
  }
}

.banner-slide--kontron.bg-haze--snt-imagery {
  position: relative
}

.banner-slide--kontron.bg-haze--snt-imagery::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #4a86b5;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#4a86b5), color-stop(70%, #4a86b5), to(rgba(74, 134, 181, 0)));
  background: linear-gradient(90deg, #4a86b5 0, #4a86b5 70%, rgba(74, 134, 181, 0) 100%)
}

@media print,
screen and (min-width:64em) {
  .banner-slide--kontron.bg-haze--snt-imagery::after {
    width: 75%
  }
}

.banner-slide--kontron.bg-haze--snt-imagery-light {
  position: relative
}

.banner-slide--kontron.bg-haze--snt-imagery-light::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #a1bbd0;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#a1bbd0), color-stop(70%, #a1bbd0), to(rgba(161, 187, 208, 0)));
  background: linear-gradient(90deg, #a1bbd0 0, #a1bbd0 70%, rgba(161, 187, 208, 0) 100%)
}

@media print,
screen and (min-width:64em) {
  .banner-slide--kontron.bg-haze--snt-imagery-light::after {
    width: 75%
  }
}

.banner-slide--kontron.bg-haze--snt-imagery-light-20 {
  position: relative
}

.banner-slide--kontron.bg-haze--snt-imagery-light-20::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e6ebf1;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#e6ebf1), color-stop(70%, #e6ebf1), to(rgba(230, 235, 241, 0)));
  background: linear-gradient(90deg, #e6ebf1 0, #e6ebf1 70%, rgba(230, 235, 241, 0) 100%)
}

@media print,
screen and (min-width:64em) {
  .banner-slide--kontron.bg-haze--snt-imagery-light-20::after {
    width: 75%
  }
}

.banner-slide--kontron.bg-haze--signal {
  position: relative
}

.banner-slide--kontron.bg-haze--signal::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--signal-color);
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--signal-color)), color-stop(70%, var(--signal-color)), to(rgba(var(--signal-color), 0)));
  background: linear-gradient(90deg, var(--signal-color) 0, var(--signal-color) 70%, rgba(var(--signal-color), 0) 100%)
}

@media print,
screen and (min-width:64em) {
  .banner-slide--kontron.bg-haze--signal::after {
    width: 75%
  }
}

.banner-slide--kontron.bg-haze--snt-warm-accent {
  position: relative
}

.banner-slide--kontron.bg-haze--snt-warm-accent::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #c6c4b4;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#c6c4b4), color-stop(70%, #c6c4b4), to(rgba(198, 196, 180, 0)));
  background: linear-gradient(90deg, #c6c4b4 0, #c6c4b4 70%, rgba(198, 196, 180, 0) 100%)
}

@media print,
screen and (min-width:64em) {
  .banner-slide--kontron.bg-haze--snt-warm-accent::after {
    width: 75%
  }
}

.banner-slide--kontron.bg-haze--dark-blue {
  position: relative
}

.banner-slide--kontron.bg-haze--dark-blue::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0b3b61;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#0b3b61), color-stop(70%, #0b3b61), to(rgba(11, 59, 97, 0)));
  background: linear-gradient(90deg, #0b3b61 0, #0b3b61 70%, rgba(11, 59, 97, 0) 100%)
}

@media print,
screen and (min-width:64em) {
  .banner-slide--kontron.bg-haze--dark-blue::after {
    width: 75%
  }
}

.banner-slide--kontron.bg-haze--light-blue {
  position: relative
}

.banner-slide--kontron.bg-haze--light-blue::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e1f3fd;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#e1f3fd), color-stop(70%, #e1f3fd), to(rgba(225, 243, 253, 0)));
  background: linear-gradient(90deg, #e1f3fd 0, #e1f3fd 70%, rgba(225, 243, 253, 0) 100%)
}

@media print,
screen and (min-width:64em) {
  .banner-slide--kontron.bg-haze--light-blue::after {
    width: 75%
  }
}

.banner-slide--kontron.bg-haze--gray-blue-dark {
  position: relative
}

.banner-slide--kontron.bg-haze--gray-blue-dark::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #94b4cd;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#94b4cd), color-stop(70%, #94b4cd), to(rgba(148, 180, 205, 0)));
  background: linear-gradient(90deg, #94b4cd 0, #94b4cd 70%, rgba(148, 180, 205, 0) 100%)
}

@media print,
screen and (min-width:64em) {
  .banner-slide--kontron.bg-haze--gray-blue-dark::after {
    width: 75%
  }
}

.banner-slide--kontron.bg-haze--gray-blue-light {
  position: relative
}

.banner-slide--kontron.bg-haze--gray-blue-light::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #c1dced;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#c1dced), color-stop(70%, #c1dced), to(rgba(193, 220, 237, 0)));
  background: linear-gradient(90deg, #c1dced 0, #c1dced 70%, rgba(193, 220, 237, 0) 100%)
}

@media print,
screen and (min-width:64em) {
  .banner-slide--kontron.bg-haze--gray-blue-light::after {
    width: 75%
  }
}

.banner-slide--kontron.bg-haze--gray {
  position: relative
}

.banner-slide--kontron.bg-haze--gray::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #97999c;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#97999c), color-stop(70%, #97999c), to(rgba(151, 153, 156, 0)));
  background: linear-gradient(90deg, #97999c 0, #97999c 70%, rgba(151, 153, 156, 0) 100%)
}

@media print,
screen and (min-width:64em) {
  .banner-slide--kontron.bg-haze--gray::after {
    width: 75%
  }
}

.banner-slide--kontron.bg-haze--dark-gray {
  position: relative
}

.banner-slide--kontron.bg-haze--dark-gray::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #767a7d;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#767a7d), color-stop(70%, #767a7d), to(rgba(118, 122, 125, 0)));
  background: linear-gradient(90deg, #767a7d 0, #767a7d 70%, rgba(118, 122, 125, 0) 100%)
}

@media print,
screen and (min-width:64em) {
  .banner-slide--kontron.bg-haze--dark-gray::after {
    width: 75%
  }
}

.banner-slide--kontron.bg-haze--light-gray {
  position: relative;
  color: #005083
}

.banner-slide--kontron.bg-haze--light-gray::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#f0f0f0), color-stop(70%, #f0f0f0), to(rgba(240, 240, 240, 0)));
  background: linear-gradient(90deg, #f0f0f0 0, #f0f0f0 70%, rgba(240, 240, 240, 0) 100%)
}

@media print,
screen and (min-width:64em) {
  .banner-slide--kontron.bg-haze--light-gray::after {
    width: 75%
  }
}

.banner-slide--kontron.bg-haze--indigo {
  position: relative
}

.banner-slide--kontron.bg-haze--indigo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #6f3c8c;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#6f3c8c), color-stop(70%, #6f3c8c), to(rgba(111, 60, 140, 0)));
  background: linear-gradient(90deg, #6f3c8c 0, #6f3c8c 70%, rgba(111, 60, 140, 0) 100%)
}

@media print,
screen and (min-width:64em) {
  .banner-slide--kontron.bg-haze--indigo::after {
    width: 75%
  }
}

.banner-slide--kontron .banner-slide__content__inner {
  position: relative;
  padding-right: 7.5rem
}

.banner-slide--kontron .banner-slide__content__inner::before {
  content: "";
  position: absolute;
  right: 60px;
  top: 2%;
  height: 96%;
  width: 1px;
  background: #58585a
}

.banner-slide--kontron .banner-slide__content__inner::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: .58rem solid transparent;
  border-bottom: .58rem solid transparent;
  border-left: 1rem solid #005083
}

.banner-slide--kontron .banner-slide__content__inner .h1,
.banner-slide--kontron .banner-slide__content__inner .h2,
.banner-slide--kontron .banner-slide__content__inner .h3,
.banner-slide--kontron .banner-slide__content__inner .h4,
.banner-slide--kontron .banner-slide__content__inner h1,
.banner-slide--kontron .banner-slide__content__inner h2,
.banner-slide--kontron .banner-slide__content__inner h3,
.banner-slide--kontron .banner-slide__content__inner h4 {
  color: #005083 !important
}

.banner-slide--kontron .banner-slide__content__inner a {
  color: #005083 !important
}

.banner-slide--kontron .banner-slide__content__inner a:focus,
.banner-slide--kontron .banner-slide__content__inner a:hover {
  color: #008ee9
}

.banner-slide--text-img {
  color: #005083
}

.banner-slide--text-2col {
  color: #005083
}

.banner-slide--case-studies {
  color: #005083
}

.banner-slide--case-studies .case-study__header {
  position: relative
}

.banner-slide--case-studies .case-study__header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(11, 59, 97, .25);
  z-index: 1
}

.banner-slide--case-studies .case-study__header__title {
  position: absolute;
  left: 0;
  bottom: 2rem;
  width: 100%;
  margin-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  color: #fefefe;
  font-weight: 700;
  text-align: center;
  z-index: 2;
  text-shadow: 0 0 2px rgba(10, 10, 10, .6)
}

@media screen and (min-width:40em) and (max-width:63.99875em) {
  .banner-slide--case-studies .case-study__header__title {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }
}

.banner-slide--case-studies .case-study__summary {
  font-size: .875rem;
  padding-left: 2rem;
  padding-right: 2rem
}

.orbit-bullets {
  margin-bottom: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center
}

.orbit-bullets__wrapper {
  max-width: 32.5rem
}

.orbit-bullets__wrapper__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.orbit-bullets__wrapper__inner button {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  width: auto;
  margin-right: .625rem;
  margin-left: .625rem;
  border-radius: 0;
  height: 10px;
  margin-left: .2rem;
  margin-right: .2rem
}

.orbit-next,
.orbit-previous {
  padding-top: 60px;
  padding-bottom: 60px
}

.link-button {
  margin-top: .9375rem;
  margin-bottom: .9375rem;
  font-size: 1.125rem;
  text-align: center
}

@media print,
screen and (min-width:64em) {
  .link-button {
    font-size: 1.375rem
  }
}

.link-button__link {
  background: #044b83;
  color: #fefefe;
  display: block;
  padding: 2.8125rem .3125rem;
  -webkit-transition: background-color .25s ease-out, color .25s ease-out;
  transition: background-color .25s ease-out, color .25s ease-out
}

.link-button__link:focus,
.link-button__link:hover {
  background: var(--signal-color);
  color: #fefefe
}

.link-button__link__icon {
  display: block;
  margin-bottom: 1rem;
  text-align: center
}

.link-button__link__icon img {
  max-width: 4.375rem
}

.link-button__link__title {
  display: block
}

.link-button__no-link {
  display: block;
  padding: 3.1875rem .3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 11.6875rem
}

@media print,
screen and (min-width:64em) {
  .link-button__no-link {
    height: 12.8125rem
  }
}

.widget__title {
  margin-bottom: 2rem
}

.widget--intro .widget__content {
  min-height: 400px
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .widget--intro .widget__content {
    height: 400px
  }
}

.widget--intro .widget__content .widget__title {
  margin-bottom: 1.25rem
}

.widget--intro-text .widget__content {
  min-height: 400px
}

@media print,
screen and (min-width:40em) {
  .widget--intro-text .widget__content {
    min-height: 600px
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .widget--intro-text .widget__content {
    height: 600px
  }
}

@media print,
screen and (min-width:40em) {
  .widget--intro-text.widget--size-small .widget__content {
    min-height: 400px
  }
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .widget--intro-text.widget--size-small .widget__content {
    height: 400px
  }
}

.widget--intro-text-nolink {
  position: relative
}

.widget--intro-text-nolink .widget__content {
  min-height: 390px;
  color: #005083 !important
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .widget--intro-text-nolink .widget__content {
    height: 390px
  }
}

.widget--intro-text-nolink .widget__content__text {
  position: relative
}

.widget--intro-text-nolink .widget__content__text::before {
  content: "";
  position: absolute;
  right: 60px;
  top: 17%;
  height: 66%;
  width: 1px;
  background: #58585a
}

.widget--intro-text-nolink .widget__content__text::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: .58rem solid transparent;
  border-bottom: .58rem solid transparent;
  border-left: 1rem solid #005083
}

.widget--intro-text-nolink .widget__content__text .h1,
.widget--intro-text-nolink .widget__content__text .h2,
.widget--intro-text-nolink .widget__content__text .h3,
.widget--intro-text-nolink .widget__content__text .h4,
.widget--intro-text-nolink .widget__content__text h1,
.widget--intro-text-nolink .widget__content__text h2,
.widget--intro-text-nolink .widget__content__text h3,
.widget--intro-text-nolink .widget__content__text h4 {
  color: #005083 !important
}

.widget--intro-text-nolink .widget__content__text a {
  color: #005083 !important
}

.widget--intro-text-nolink .widget__content__text a:focus,
.widget--intro-text-nolink .widget__content__text a:hover {
  color: #008ee9
}

.widget--intro-text-nolink::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 13px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#005083), to(var(--signal-color)));
  background: linear-gradient(90deg, #005083 0, var(--signal-color) 100%)
}

.widget--intro-text-nolink--haze {
  position: relative
}

.widget--intro-text-nolink--haze .widget__content {
  min-height: 390px;
  color: #005083 !important;
  position: relative;
  z-index: 2
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .widget--intro-text-nolink--haze .widget__content {
    height: 390px
  }
}

.widget--intro-text-nolink--haze .widget__content__text {
  background-color: transparent;
  position: relative
}

.widget--intro-text-nolink--haze .widget__content__text::before {
  content: "";
  position: absolute;
  right: 60px;
  top: 17%;
  height: 66%;
  width: 1px;
  background: #58585a
}

.widget--intro-text-nolink--haze .widget__content__text::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: .58rem solid transparent;
  border-bottom: .58rem solid transparent;
  border-left: 1rem solid #005083
}

.widget--intro-text-nolink--haze .widget__content__text .h1,
.widget--intro-text-nolink--haze .widget__content__text .h2,
.widget--intro-text-nolink--haze .widget__content__text .h3,
.widget--intro-text-nolink--haze .widget__content__text .h4,
.widget--intro-text-nolink--haze .widget__content__text h1,
.widget--intro-text-nolink--haze .widget__content__text h2,
.widget--intro-text-nolink--haze .widget__content__text h3,
.widget--intro-text-nolink--haze .widget__content__text h4 {
  color: #005083 !important
}

.widget--intro-text-nolink--haze .widget__content__text a {
  color: #005083 !important
}

.widget--intro-text-nolink--haze .widget__content__text a:focus,
.widget--intro-text-nolink--haze .widget__content__text a:hover {
  color: #008ee9
}

.widget--link-buttons {
  background: #005083;
  border-bottom: 1px solid #fefefe
}

.widget--intro-img {
  min-height: 318px
}

.widget--ir-stock-header {
  min-height: 300px
}

.widget--ir-stock-header .widget__text {
  font-size: 125%
}

@media print,
screen and (min-width:40em) {
  .widget--ir-stock-header .widget__text {
    font-size: 150%
  }
}

.widget--referenceslider .references-list {
  min-height: 15rem
}

.widget--referenceslider .orbit-controls button {
  color: #0a0a0a
}

.widget--text-bgimg {
  background-repeat: no-repeat;
  background-size: cover !important;
  min-height: 30.9375rem
}

.widget--text-bgimg .cell--content {
  position: relative;
  z-index: 1
}

.widget--text-bgimg .widget__title {
  position: relative;
  padding-bottom: .5rem;
  margin-bottom: 3rem
}

.widget--text-bgimg .widget__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background: #97999c;
  width: 4rem
}

.widget--text-bgimg .widget__title::after {
  content: "";
  position: absolute;
  bottom: -1.75rem;
  left: 2rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: .58rem solid transparent;
  border-right: .58rem solid transparent;
  border-top: 1rem solid #005083
}

.widget--text-bgimg.widget--text-left {
  position: relative;
  background-position: 100% 50%
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-left {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-left::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  top: 0;
  left: 0;
  background: #fefefe
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-left::after {
    background: -webkit-gradient(linear, left top, right top, from(#fefefe), color-stop(60%, #fefefe), to(rgba(254, 254, 254, 0)));
    background: linear-gradient(90deg, #fefefe 0, #fefefe 60%, rgba(254, 254, 254, 0) 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-left::after {
    background: -webkit-gradient(linear, left top, right top, from(#fefefe), color-stop(50%, #fefefe), to(rgba(254, 254, 254, 0)));
    background: linear-gradient(90deg, #fefefe 0, #fefefe 50%, rgba(254, 254, 254, 0) 100%)
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--white {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-left.bg-haze--white {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--white::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  top: 0;
  left: 0;
  background: #fefefe
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-left.bg-haze--white::after {
    background: -webkit-gradient(linear, left top, right top, from(#fefefe), color-stop(60%, #fefefe), to(rgba(254, 254, 254, 0)));
    background: linear-gradient(90deg, #fefefe 0, #fefefe 60%, rgba(254, 254, 254, 0) 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-left.bg-haze--white::after {
    background: -webkit-gradient(linear, left top, right top, from(#fefefe), color-stop(50%, #fefefe), to(rgba(254, 254, 254, 0)));
    background: linear-gradient(90deg, #fefefe 0, #fefefe 50%, rgba(254, 254, 254, 0) 100%)
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--snt-blue {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-left.bg-haze--snt-blue {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--snt-blue::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #005083;
  top: 0;
  left: 0;
  background: #005083
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-left.bg-haze--snt-blue::after {
    background: -webkit-gradient(linear, left top, right top, from(#005083), color-stop(60%, #005083), to(rgba(0, 80, 131, 0)));
    background: linear-gradient(90deg, #005083 0, #005083 60%, rgba(0, 80, 131, 0) 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-left.bg-haze--snt-blue::after {
    background: -webkit-gradient(linear, left top, right top, from(#005083), color-stop(50%, #005083), to(rgba(0, 80, 131, 0)));
    background: linear-gradient(90deg, #005083 0, #005083 50%, rgba(0, 80, 131, 0) 100%)
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--snt-imagery {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-left.bg-haze--snt-imagery {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--snt-imagery::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #4a86b5;
  top: 0;
  left: 0;
  background: #4a86b5
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-left.bg-haze--snt-imagery::after {
    background: -webkit-gradient(linear, left top, right top, from(#4a86b5), color-stop(60%, #4a86b5), to(rgba(74, 134, 181, 0)));
    background: linear-gradient(90deg, #4a86b5 0, #4a86b5 60%, rgba(74, 134, 181, 0) 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-left.bg-haze--snt-imagery::after {
    background: -webkit-gradient(linear, left top, right top, from(#4a86b5), color-stop(50%, #4a86b5), to(rgba(74, 134, 181, 0)));
    background: linear-gradient(90deg, #4a86b5 0, #4a86b5 50%, rgba(74, 134, 181, 0) 100%)
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--snt-imagery-light {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-left.bg-haze--snt-imagery-light {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--snt-imagery-light::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #a1bbd0;
  top: 0;
  left: 0;
  background: #a1bbd0
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-left.bg-haze--snt-imagery-light::after {
    background: -webkit-gradient(linear, left top, right top, from(#a1bbd0), color-stop(60%, #a1bbd0), to(rgba(161, 187, 208, 0)));
    background: linear-gradient(90deg, #a1bbd0 0, #a1bbd0 60%, rgba(161, 187, 208, 0) 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-left.bg-haze--snt-imagery-light::after {
    background: -webkit-gradient(linear, left top, right top, from(#a1bbd0), color-stop(50%, #a1bbd0), to(rgba(161, 187, 208, 0)));
    background: linear-gradient(90deg, #a1bbd0 0, #a1bbd0 50%, rgba(161, 187, 208, 0) 100%)
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--snt-imagery-light-20 {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-left.bg-haze--snt-imagery-light-20 {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--snt-imagery-light-20::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e6ebf1;
  top: 0;
  left: 0;
  background: #e6ebf1
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-left.bg-haze--snt-imagery-light-20::after {
    background: -webkit-gradient(linear, left top, right top, from(#e6ebf1), color-stop(60%, #e6ebf1), to(rgba(230, 235, 241, 0)));
    background: linear-gradient(90deg, #e6ebf1 0, #e6ebf1 60%, rgba(230, 235, 241, 0) 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-left.bg-haze--snt-imagery-light-20::after {
    background: -webkit-gradient(linear, left top, right top, from(#e6ebf1), color-stop(50%, #e6ebf1), to(rgba(230, 235, 241, 0)));
    background: linear-gradient(90deg, #e6ebf1 0, #e6ebf1 50%, rgba(230, 235, 241, 0) 100%)
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--signal {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-left.bg-haze--signal {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--signal::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--signal-color);
  top: 0;
  left: 0;
  background: var(--signal-color)
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-left.bg-haze--signal::after {
    background: -webkit-gradient(linear, left top, right top, from(var(--signal-color)), color-stop(60%, var(--signal-color)), to(rgba(var(--signal-color), 0)));
    background: linear-gradient(90deg, var(--signal-color) 0, var(--signal-color) 60%, rgba(var(--signal-color), 0) 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-left.bg-haze--signal::after {
    background: -webkit-gradient(linear, left top, right top, from(var(--signal-color)), color-stop(50%, var(--signal-color)), to(rgba(var(--signal-color), 0)));
    background: linear-gradient(90deg, var(--signal-color) 0, var(--signal-color) 50%, rgba(var(--signal-color), 0) 100%)
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--snt-warm-accent {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-left.bg-haze--snt-warm-accent {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--snt-warm-accent::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #c6c4b4;
  top: 0;
  left: 0;
  background: #c6c4b4
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-left.bg-haze--snt-warm-accent::after {
    background: -webkit-gradient(linear, left top, right top, from(#c6c4b4), color-stop(60%, #c6c4b4), to(rgba(198, 196, 180, 0)));
    background: linear-gradient(90deg, #c6c4b4 0, #c6c4b4 60%, rgba(198, 196, 180, 0) 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-left.bg-haze--snt-warm-accent::after {
    background: -webkit-gradient(linear, left top, right top, from(#c6c4b4), color-stop(50%, #c6c4b4), to(rgba(198, 196, 180, 0)));
    background: linear-gradient(90deg, #c6c4b4 0, #c6c4b4 50%, rgba(198, 196, 180, 0) 100%)
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--dark-blue {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-left.bg-haze--dark-blue {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--dark-blue::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0b3b61;
  top: 0;
  left: 0;
  background: #0b3b61
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-left.bg-haze--dark-blue::after {
    background: -webkit-gradient(linear, left top, right top, from(#0b3b61), color-stop(60%, #0b3b61), to(rgba(11, 59, 97, 0)));
    background: linear-gradient(90deg, #0b3b61 0, #0b3b61 60%, rgba(11, 59, 97, 0) 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-left.bg-haze--dark-blue::after {
    background: -webkit-gradient(linear, left top, right top, from(#0b3b61), color-stop(50%, #0b3b61), to(rgba(11, 59, 97, 0)));
    background: linear-gradient(90deg, #0b3b61 0, #0b3b61 50%, rgba(11, 59, 97, 0) 100%)
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--light-blue {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-left.bg-haze--light-blue {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--light-blue::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e1f3fd;
  top: 0;
  left: 0;
  background: #e1f3fd
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-left.bg-haze--light-blue::after {
    background: -webkit-gradient(linear, left top, right top, from(#e1f3fd), color-stop(60%, #e1f3fd), to(rgba(225, 243, 253, 0)));
    background: linear-gradient(90deg, #e1f3fd 0, #e1f3fd 60%, rgba(225, 243, 253, 0) 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-left.bg-haze--light-blue::after {
    background: -webkit-gradient(linear, left top, right top, from(#e1f3fd), color-stop(50%, #e1f3fd), to(rgba(225, 243, 253, 0)));
    background: linear-gradient(90deg, #e1f3fd 0, #e1f3fd 50%, rgba(225, 243, 253, 0) 100%)
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--gray-blue-dark {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-left.bg-haze--gray-blue-dark {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--gray-blue-dark::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #94b4cd;
  top: 0;
  left: 0;
  background: #94b4cd
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-left.bg-haze--gray-blue-dark::after {
    background: -webkit-gradient(linear, left top, right top, from(#94b4cd), color-stop(60%, #94b4cd), to(rgba(148, 180, 205, 0)));
    background: linear-gradient(90deg, #94b4cd 0, #94b4cd 60%, rgba(148, 180, 205, 0) 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-left.bg-haze--gray-blue-dark::after {
    background: -webkit-gradient(linear, left top, right top, from(#94b4cd), color-stop(50%, #94b4cd), to(rgba(148, 180, 205, 0)));
    background: linear-gradient(90deg, #94b4cd 0, #94b4cd 50%, rgba(148, 180, 205, 0) 100%)
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--gray-blue-light {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-left.bg-haze--gray-blue-light {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--gray-blue-light::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #c1dced;
  top: 0;
  left: 0;
  background: #c1dced
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-left.bg-haze--gray-blue-light::after {
    background: -webkit-gradient(linear, left top, right top, from(#c1dced), color-stop(60%, #c1dced), to(rgba(193, 220, 237, 0)));
    background: linear-gradient(90deg, #c1dced 0, #c1dced 60%, rgba(193, 220, 237, 0) 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-left.bg-haze--gray-blue-light::after {
    background: -webkit-gradient(linear, left top, right top, from(#c1dced), color-stop(50%, #c1dced), to(rgba(193, 220, 237, 0)));
    background: linear-gradient(90deg, #c1dced 0, #c1dced 50%, rgba(193, 220, 237, 0) 100%)
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--gray {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-left.bg-haze--gray {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--gray::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #97999c;
  top: 0;
  left: 0;
  background: #97999c
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-left.bg-haze--gray::after {
    background: -webkit-gradient(linear, left top, right top, from(#97999c), color-stop(60%, #97999c), to(rgba(151, 153, 156, 0)));
    background: linear-gradient(90deg, #97999c 0, #97999c 60%, rgba(151, 153, 156, 0) 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-left.bg-haze--gray::after {
    background: -webkit-gradient(linear, left top, right top, from(#97999c), color-stop(50%, #97999c), to(rgba(151, 153, 156, 0)));
    background: linear-gradient(90deg, #97999c 0, #97999c 50%, rgba(151, 153, 156, 0) 100%)
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--dark-gray {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-left.bg-haze--dark-gray {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--dark-gray::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #767a7d;
  top: 0;
  left: 0;
  background: #767a7d
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-left.bg-haze--dark-gray::after {
    background: -webkit-gradient(linear, left top, right top, from(#767a7d), color-stop(60%, #767a7d), to(rgba(118, 122, 125, 0)));
    background: linear-gradient(90deg, #767a7d 0, #767a7d 60%, rgba(118, 122, 125, 0) 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-left.bg-haze--dark-gray::after {
    background: -webkit-gradient(linear, left top, right top, from(#767a7d), color-stop(50%, #767a7d), to(rgba(118, 122, 125, 0)));
    background: linear-gradient(90deg, #767a7d 0, #767a7d 50%, rgba(118, 122, 125, 0) 100%)
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--light-gray {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-left.bg-haze--light-gray {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--light-gray::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  top: 0;
  left: 0;
  background: #f0f0f0
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-left.bg-haze--light-gray::after {
    background: -webkit-gradient(linear, left top, right top, from(#f0f0f0), color-stop(60%, #f0f0f0), to(rgba(240, 240, 240, 0)));
    background: linear-gradient(90deg, #f0f0f0 0, #f0f0f0 60%, rgba(240, 240, 240, 0) 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-left.bg-haze--light-gray::after {
    background: -webkit-gradient(linear, left top, right top, from(#f0f0f0), color-stop(50%, #f0f0f0), to(rgba(240, 240, 240, 0)));
    background: linear-gradient(90deg, #f0f0f0 0, #f0f0f0 50%, rgba(240, 240, 240, 0) 100%)
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--indigo {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-left.bg-haze--indigo {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-left.bg-haze--indigo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #6f3c8c;
  top: 0;
  left: 0;
  background: #6f3c8c
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-left.bg-haze--indigo::after {
    background: -webkit-gradient(linear, left top, right top, from(#6f3c8c), color-stop(60%, #6f3c8c), to(rgba(111, 60, 140, 0)));
    background: linear-gradient(90deg, #6f3c8c 0, #6f3c8c 60%, rgba(111, 60, 140, 0) 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-left.bg-haze--indigo::after {
    background: -webkit-gradient(linear, left top, right top, from(#6f3c8c), color-stop(50%, #6f3c8c), to(rgba(111, 60, 140, 0)));
    background: linear-gradient(90deg, #6f3c8c 0, #6f3c8c 50%, rgba(111, 60, 140, 0) 100%)
  }
}

.widget--text-bgimg.widget--text-right {
  position: relative;
  background-position: 0 50%
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-right {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-right::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  top: 0;
  right: 0;
  background: #fefefe
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-right::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(254, 254, 254, 0)), color-stop(40%, #fefefe), to(#fefefe));
    background: linear-gradient(90deg, rgba(254, 254, 254, 0) 0, #fefefe 40%, #fefefe 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-right::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(254, 254, 254, 0)), color-stop(50%, #fefefe), to(#fefefe));
    background: linear-gradient(90deg, rgba(254, 254, 254, 0) 0, #fefefe 50%, #fefefe 100%)
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--white {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-right.bg-haze--white {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--white::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  top: 0;
  right: 0;
  background: #fefefe
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-right.bg-haze--white::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(254, 254, 254, 0)), color-stop(40%, #fefefe), to(#fefefe));
    background: linear-gradient(90deg, rgba(254, 254, 254, 0) 0, #fefefe 40%, #fefefe 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-right.bg-haze--white::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(254, 254, 254, 0)), color-stop(50%, #fefefe), to(#fefefe));
    background: linear-gradient(90deg, rgba(254, 254, 254, 0) 0, #fefefe 50%, #fefefe 100%)
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--snt-blue {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-right.bg-haze--snt-blue {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--snt-blue::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #005083;
  top: 0;
  right: 0;
  background: #005083
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-right.bg-haze--snt-blue::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 80, 131, 0)), color-stop(40%, #005083), to(#005083));
    background: linear-gradient(90deg, rgba(0, 80, 131, 0) 0, #005083 40%, #005083 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-right.bg-haze--snt-blue::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 80, 131, 0)), color-stop(50%, #005083), to(#005083));
    background: linear-gradient(90deg, rgba(0, 80, 131, 0) 0, #005083 50%, #005083 100%)
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--snt-imagery {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-right.bg-haze--snt-imagery {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--snt-imagery::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #4a86b5;
  top: 0;
  right: 0;
  background: #4a86b5
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-right.bg-haze--snt-imagery::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(74, 134, 181, 0)), color-stop(40%, #4a86b5), to(#4a86b5));
    background: linear-gradient(90deg, rgba(74, 134, 181, 0) 0, #4a86b5 40%, #4a86b5 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-right.bg-haze--snt-imagery::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(74, 134, 181, 0)), color-stop(50%, #4a86b5), to(#4a86b5));
    background: linear-gradient(90deg, rgba(74, 134, 181, 0) 0, #4a86b5 50%, #4a86b5 100%)
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--snt-imagery-light {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-right.bg-haze--snt-imagery-light {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--snt-imagery-light::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #a1bbd0;
  top: 0;
  right: 0;
  background: #a1bbd0
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-right.bg-haze--snt-imagery-light::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(161, 187, 208, 0)), color-stop(40%, #a1bbd0), to(#a1bbd0));
    background: linear-gradient(90deg, rgba(161, 187, 208, 0) 0, #a1bbd0 40%, #a1bbd0 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-right.bg-haze--snt-imagery-light::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(161, 187, 208, 0)), color-stop(50%, #a1bbd0), to(#a1bbd0));
    background: linear-gradient(90deg, rgba(161, 187, 208, 0) 0, #a1bbd0 50%, #a1bbd0 100%)
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--snt-imagery-light-20 {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-right.bg-haze--snt-imagery-light-20 {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--snt-imagery-light-20::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e6ebf1;
  top: 0;
  right: 0;
  background: #e6ebf1
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-right.bg-haze--snt-imagery-light-20::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(230, 235, 241, 0)), color-stop(40%, #e6ebf1), to(#e6ebf1));
    background: linear-gradient(90deg, rgba(230, 235, 241, 0) 0, #e6ebf1 40%, #e6ebf1 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-right.bg-haze--snt-imagery-light-20::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(230, 235, 241, 0)), color-stop(50%, #e6ebf1), to(#e6ebf1));
    background: linear-gradient(90deg, rgba(230, 235, 241, 0) 0, #e6ebf1 50%, #e6ebf1 100%)
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--signal {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-right.bg-haze--signal {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--signal::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--signal-color);
  top: 0;
  right: 0;
  background: var(--signal-color)
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-right.bg-haze--signal::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(var(--signal-color), 0)), color-stop(40%, var(--signal-color)), to(var(--signal-color)));
    background: linear-gradient(90deg, rgba(var(--signal-color), 0) 0, var(--signal-color) 40%, var(--signal-color) 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-right.bg-haze--signal::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(var(--signal-color), 0)), color-stop(50%, var(--signal-color)), to(var(--signal-color)));
    background: linear-gradient(90deg, rgba(var(--signal-color), 0) 0, var(--signal-color) 50%, var(--signal-color) 100%)
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--snt-warm-accent {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-right.bg-haze--snt-warm-accent {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--snt-warm-accent::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #c6c4b4;
  top: 0;
  right: 0;
  background: #c6c4b4
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-right.bg-haze--snt-warm-accent::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(198, 196, 180, 0)), color-stop(40%, #c6c4b4), to(#c6c4b4));
    background: linear-gradient(90deg, rgba(198, 196, 180, 0) 0, #c6c4b4 40%, #c6c4b4 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-right.bg-haze--snt-warm-accent::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(198, 196, 180, 0)), color-stop(50%, #c6c4b4), to(#c6c4b4));
    background: linear-gradient(90deg, rgba(198, 196, 180, 0) 0, #c6c4b4 50%, #c6c4b4 100%)
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--dark-blue {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-right.bg-haze--dark-blue {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--dark-blue::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #0b3b61;
  top: 0;
  right: 0;
  background: #0b3b61
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-right.bg-haze--dark-blue::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(11, 59, 97, 0)), color-stop(40%, #0b3b61), to(#0b3b61));
    background: linear-gradient(90deg, rgba(11, 59, 97, 0) 0, #0b3b61 40%, #0b3b61 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-right.bg-haze--dark-blue::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(11, 59, 97, 0)), color-stop(50%, #0b3b61), to(#0b3b61));
    background: linear-gradient(90deg, rgba(11, 59, 97, 0) 0, #0b3b61 50%, #0b3b61 100%)
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--light-blue {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-right.bg-haze--light-blue {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--light-blue::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #e1f3fd;
  top: 0;
  right: 0;
  background: #e1f3fd
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-right.bg-haze--light-blue::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(225, 243, 253, 0)), color-stop(40%, #e1f3fd), to(#e1f3fd));
    background: linear-gradient(90deg, rgba(225, 243, 253, 0) 0, #e1f3fd 40%, #e1f3fd 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-right.bg-haze--light-blue::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(225, 243, 253, 0)), color-stop(50%, #e1f3fd), to(#e1f3fd));
    background: linear-gradient(90deg, rgba(225, 243, 253, 0) 0, #e1f3fd 50%, #e1f3fd 100%)
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--gray-blue-dark {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-right.bg-haze--gray-blue-dark {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--gray-blue-dark::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #94b4cd;
  top: 0;
  right: 0;
  background: #94b4cd
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-right.bg-haze--gray-blue-dark::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(148, 180, 205, 0)), color-stop(40%, #94b4cd), to(#94b4cd));
    background: linear-gradient(90deg, rgba(148, 180, 205, 0) 0, #94b4cd 40%, #94b4cd 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-right.bg-haze--gray-blue-dark::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(148, 180, 205, 0)), color-stop(50%, #94b4cd), to(#94b4cd));
    background: linear-gradient(90deg, rgba(148, 180, 205, 0) 0, #94b4cd 50%, #94b4cd 100%)
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--gray-blue-light {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-right.bg-haze--gray-blue-light {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--gray-blue-light::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #c1dced;
  top: 0;
  right: 0;
  background: #c1dced
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-right.bg-haze--gray-blue-light::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(193, 220, 237, 0)), color-stop(40%, #c1dced), to(#c1dced));
    background: linear-gradient(90deg, rgba(193, 220, 237, 0) 0, #c1dced 40%, #c1dced 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-right.bg-haze--gray-blue-light::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(193, 220, 237, 0)), color-stop(50%, #c1dced), to(#c1dced));
    background: linear-gradient(90deg, rgba(193, 220, 237, 0) 0, #c1dced 50%, #c1dced 100%)
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--gray {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-right.bg-haze--gray {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--gray::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #97999c;
  top: 0;
  right: 0;
  background: #97999c
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-right.bg-haze--gray::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(151, 153, 156, 0)), color-stop(40%, #97999c), to(#97999c));
    background: linear-gradient(90deg, rgba(151, 153, 156, 0) 0, #97999c 40%, #97999c 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-right.bg-haze--gray::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(151, 153, 156, 0)), color-stop(50%, #97999c), to(#97999c));
    background: linear-gradient(90deg, rgba(151, 153, 156, 0) 0, #97999c 50%, #97999c 100%)
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--dark-gray {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-right.bg-haze--dark-gray {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--dark-gray::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #767a7d;
  top: 0;
  right: 0;
  background: #767a7d
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-right.bg-haze--dark-gray::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(118, 122, 125, 0)), color-stop(40%, #767a7d), to(#767a7d));
    background: linear-gradient(90deg, rgba(118, 122, 125, 0) 0, #767a7d 40%, #767a7d 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-right.bg-haze--dark-gray::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(118, 122, 125, 0)), color-stop(50%, #767a7d), to(#767a7d));
    background: linear-gradient(90deg, rgba(118, 122, 125, 0) 0, #767a7d 50%, #767a7d 100%)
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--light-gray {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-right.bg-haze--light-gray {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--light-gray::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  top: 0;
  right: 0;
  background: #f0f0f0
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-right.bg-haze--light-gray::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(240, 240, 240, 0)), color-stop(40%, #f0f0f0), to(#f0f0f0));
    background: linear-gradient(90deg, rgba(240, 240, 240, 0) 0, #f0f0f0 40%, #f0f0f0 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-right.bg-haze--light-gray::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(240, 240, 240, 0)), color-stop(50%, #f0f0f0), to(#f0f0f0));
    background: linear-gradient(90deg, rgba(240, 240, 240, 0) 0, #f0f0f0 50%, #f0f0f0 100%)
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--indigo {
  position: relative
}

@media screen and (max-width:39.99875em) {
  .widget--text-bgimg.widget--text-right.bg-haze--indigo {
    background-image: none !important
  }
}

.widget--text-bgimg.widget--text-right.bg-haze--indigo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #6f3c8c;
  top: 0;
  right: 0;
  background: #6f3c8c
}

@media print,
screen and (min-width:40em) {
  .widget--text-bgimg.widget--text-right.bg-haze--indigo::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(111, 60, 140, 0)), color-stop(40%, #6f3c8c), to(#6f3c8c));
    background: linear-gradient(90deg, rgba(111, 60, 140, 0) 0, #6f3c8c 40%, #6f3c8c 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--text-bgimg.widget--text-right.bg-haze--indigo::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(111, 60, 140, 0)), color-stop(50%, #6f3c8c), to(#6f3c8c));
    background: linear-gradient(90deg, rgba(111, 60, 140, 0) 0, #6f3c8c 50%, #6f3c8c 100%)
  }
}

.widget--casestudy-single {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover !important;
  min-height: 30.9375rem
}

.widget--casestudy-single .cell--content {
  position: relative;
  z-index: 1
}

.widget--casestudy-single .widget__title {
  position: relative;
  padding-bottom: .5rem;
  margin-bottom: 3rem
}

.widget--casestudy-single .widget__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background: #97999c;
  width: 4rem
}

.widget--casestudy-single .widget__title::after {
  content: "";
  position: absolute;
  bottom: -1.75rem;
  left: 2rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: .58rem solid transparent;
  border-right: .58rem solid transparent;
  border-top: 1rem solid #005083
}

.widget--casestudy-single .widget__logo {
  position: relative;
  top: 0;
  z-index: 2;
  width: 22.5rem;
  max-width: 100%;
  background: #fefefe;
  padding: .9375rem
}

@media print,
screen and (min-width:40em) {
  .widget--casestudy-single .widget__logo {
    position: absolute
  }
}

.widget--casestudy-single .widget__logo img {
  width: 8.125rem
}

.widget--casestudy-single .widget__kicker {
  color: #005083;
  font-size: .875rem;
  text-transform: uppercase
}

.widget--casestudy-single.widget--text-left {
  position: relative;
  background-position: 100% 50%
}

@media screen and (max-width:39.99875em) {
  .widget--casestudy-single.widget--text-left {
    background-image: none !important
  }
}

.widget--casestudy-single.widget--text-left::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  top: 0;
  left: 0;
  background: #fefefe
}

@media print,
screen and (min-width:40em) {
  .widget--casestudy-single.widget--text-left::after {
    background: -webkit-gradient(linear, left top, right top, from(#fefefe), color-stop(60%, #fefefe), to(rgba(254, 254, 254, 0)));
    background: linear-gradient(90deg, #fefefe 0, #fefefe 60%, rgba(254, 254, 254, 0) 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--casestudy-single.widget--text-left::after {
    background: -webkit-gradient(linear, left top, right top, from(#fefefe), color-stop(50%, #fefefe), to(rgba(254, 254, 254, 0)));
    background: linear-gradient(90deg, #fefefe 0, #fefefe 50%, rgba(254, 254, 254, 0) 100%)
  }
}

.widget--casestudy-single.widget--text-left .widget__logo {
  right: 0;
  text-align: left
}

.widget--casestudy-single.widget--text-right {
  position: relative;
  background-position: 0 50%
}

@media screen and (max-width:39.99875em) {
  .widget--casestudy-single.widget--text-right {
    background-image: none !important
  }
}

.widget--casestudy-single.widget--text-right::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  top: 0;
  right: 0;
  background: #fefefe
}

@media print,
screen and (min-width:40em) {
  .widget--casestudy-single.widget--text-right::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(254, 254, 254, 0)), color-stop(40%, #fefefe), to(#fefefe));
    background: linear-gradient(90deg, rgba(254, 254, 254, 0) 0, #fefefe 40%, #fefefe 100%)
  }
}

@media print,
screen and (min-width:64em) {
  .widget--casestudy-single.widget--text-right::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(254, 254, 254, 0)), color-stop(50%, #fefefe), to(#fefefe));
    background: linear-gradient(90deg, rgba(254, 254, 254, 0) 0, #fefefe 50%, #fefefe 100%)
  }
}

.widget--casestudy-single.widget--text-right .widget__logo {
  left: 0;
  text-align: right
}

.widget--featured-casestudies .casestudy {
  position: relative;
  height: 100%
}

.widget--featured-casestudies .casestudy__header {
  position: relative
}

.widget--featured-casestudies .casestudy__header__logo {
  position: absolute;
  top: 0;
  left: .75rem;
  z-index: 2;
  width: 7.5rem;
  max-width: 100%;
  background: #fefefe;
  padding: .625rem;
  line-height: 1
}

.widget--featured-casestudies .casestudy__header__logo img {
  max-height: 1.25rem
}

.widget--featured-casestudies .casestudy__summary {
  padding: 1.25rem .75rem 2.8125rem;
  font-size: .875rem
}

.widget--featured-casestudies .casestudy__summary__kicker {
  color: #005083;
  text-transform: uppercase;
  margin-bottom: .5rem;
  text-align: left
}

.widget--featured-casestudies .casestudy__summary__title {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: left
}

@media print,
screen and (min-width:40em) {
  .widget--featured-casestudies .casestudy__summary__title {
    font-size: 1.25rem
  }
}

.widget--featured-casestudies .casestudy .snt-readmore {
  position: absolute;
  left: .75rem;
  bottom: 1.25rem
}

.widget--casestudies-overview .casestudy {
  position: relative;
  height: 100%
}

.widget--casestudies-overview .casestudy__header {
  position: relative
}

.widget--casestudies-overview .casestudy__header__logo {
  position: absolute;
  top: 0;
  left: .75rem;
  z-index: 2;
  width: 7.5rem;
  max-width: 100%;
  background: #fefefe;
  padding: .625rem;
  line-height: 1
}

.widget--casestudies-overview .casestudy__header__logo img {
  max-height: 1.25rem
}

.widget--casestudies-overview .casestudy__link {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50%;
  margin: 0;
  background: #c6c4b4;
  padding: .375rem .75rem;
  font-size: .875rem;
  -webkit-transition: height .25s ease-out;
  transition: height .25s ease-out;
  z-index: 3
}

.widget--casestudies-overview .casestudy__link:focus,
.widget--casestudies-overview .casestudy__link:hover {
  height: 100%;
  text-decoration: none
}

.widget--casestudies-overview .casestudy__summary__kicker {
  color: #005083;
  text-transform: uppercase;
  margin-bottom: .5rem
}

.widget--casestudies-overview .casestudy__summary__title {
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 700
}

@media print,
screen and (min-width:40em) {
  .widget--casestudies-overview .casestudy__summary__title {
    font-size: 1.25rem
  }
}

.widget--link-boxes .linkbox {
  position: relative;
  height: 11.25rem;
  overflow: hidden
}

.widget--link-boxes .linkbox__readmore {
  opacity: 0;
  display: block;
  padding: 0 .75rem;
  color: #fefefe;
  text-align: center
}

.widget--link-boxes .linkbox__text {
  opacity: 0;
  padding: .75rem;
  line-height: 1.1;
  -webkit-transition: opacity .25s ease-out;
  transition: opacity .25s ease-out
}

.widget--link-boxes .linkbox__text p {
  line-height: 1.1
}

.widget--link-boxes .linkbox__title>a,
.widget--link-boxes .linkbox__title>span {
  color: #fefefe
}

.widget--link-boxes .linkbox__title>a:focus,
.widget--link-boxes .linkbox__title>a:hover,
.widget--link-boxes .linkbox__title>span:focus,
.widget--link-boxes .linkbox__title>span:hover {
  text-decoration: none
}

.widget--link-boxes .linkbox__title>a span,
.widget--link-boxes .linkbox__title>span span {
  display: block;
  width: 100%;
  max-width: 18.75rem;
  padding: .75rem
}

.widget--link-boxes .linkbox__content {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  margin: 0;
  color: #fefefe;
  text-transform: uppercase;
  -webkit-transition: height .25s ease-out;
  transition: height .25s ease-out
}

.widget--link-boxes .linkbox--linked .linkbox__content:focus,
.widget--link-boxes .linkbox--linked .linkbox__content:hover,
.widget--link-boxes .linkbox--text .linkbox__content:focus,
.widget--link-boxes .linkbox--text .linkbox__content:hover {
  height: 100%
}

.widget--link-boxes .linkbox--linked .linkbox__content:focus .linkbox__text,
.widget--link-boxes .linkbox--linked .linkbox__content:hover .linkbox__text,
.widget--link-boxes .linkbox--text .linkbox__content:focus .linkbox__text,
.widget--link-boxes .linkbox--text .linkbox__content:hover .linkbox__text {
  opacity: 1
}

.widget--link-boxes .linkbox--linked .linkbox__content:focus .linkbox__readmore,
.widget--link-boxes .linkbox--linked .linkbox__content:hover .linkbox__readmore,
.widget--link-boxes .linkbox--text .linkbox__content:focus .linkbox__readmore,
.widget--link-boxes .linkbox--text .linkbox__content:hover .linkbox__readmore {
  opacity: 1
}

.widget--link-boxes .linkbox--color-logo .linkbox__content {
  background: rgba(0, 80, 131, .7)
}

.widget--link-boxes .linkbox--color-imagery .linkbox__content {
  background: rgba(74, 134, 181, .7)
}

.widget--link-boxes .linkbox--color-text .linkbox__content {
  background: rgba(88, 88, 90, .7)
}

.widget--link-boxes--3 .linkbox {
  height: 18.75rem
}

.widget--link-boxes--3 .linkbox__content {
  height: 33%
}

.widget--link-boxes--3 .linkbox__title {
  font-weight: 700;
  text-align: center;
  text-transform: none
}

.widget--link-boxes--3 .linkbox__title>a span,
.widget--link-boxes--3 .linkbox__title>span span {
  max-width: 100%
}

.widget--full-html form {
  width: 40rem;
  max-width: 100%
}

.widget--full-html form [type=color],
.widget--full-html form [type=date],
.widget--full-html form [type=datetime-local],
.widget--full-html form [type=datetime],
.widget--full-html form [type=email],
.widget--full-html form [type=month],
.widget--full-html form [type=number],
.widget--full-html form [type=password],
.widget--full-html form [type=search],
.widget--full-html form [type=tel],
.widget--full-html form [type=text],
.widget--full-html form [type=time],
.widget--full-html form [type=url],
.widget--full-html form [type=week],
.widget--full-html form textarea {
  background: #e6ebf1;
  border: 1px solid #005083
}

.widget--full-html form input[type=checkbox]+label {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 3em);
  margin-bottom: 1.5em
}

.widget--full-html form .checkbox-container label {
  font-weight: 300
}

.widget--full-html form .field.multi>.label {
  display: none !important
}

.widget--full-html form .form-item {
  max-width: 40rem
}

.widget--full-html form .field__error {
  color: #cc4b37;
  position: relative;
  top: -1rem;
  font-weight: 700
}

.widget--full-html form input.submitButton {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: .7em 3em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color .25s ease-out, color .25s ease-out;
  transition: background-color .25s ease-out, color .25s ease-out;
  font-family: inherit;
  font-size: .9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: var(--signal-color);
  color: #fefefe;
  background-color: #005083;
  color: #fefefe
}

[data-whatinput=mouse] .widget--full-html form input.submitButton {
  outline: 0
}

.widget--full-html form input.submitButton:focus,
.widget--full-html form input.submitButton:hover {
  background-color: var(--signal-color-hover);
  color: #fefefe
}

.widget--full-html form input.submitButton:focus,
.widget--full-html form input.submitButton:hover {
  background-color: #004069;
  color: #fefefe
}

@media print,
screen and (min-width:64em) {
  .widget--full-html--with-text .cell--form form {
    padding-right: 2.5rem
  }

  .widget--full-html--with-text .cell--form.small-order-2 form {
    padding-left: 2.5rem;
    padding-right: 0
  }
}

.widget--header-with-icon .widget__title img {
  max-width: 60px
}

.widget--header-with-icon .widget__title p {
  display: inline;
  margin-bottom: 0
}

.sticky-ad {
  display: none;
  -webkit-transition: -webkit-transform .25s ease-out;
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

@media print,
screen and (min-width:64em) {
  .sticky-ad {
    display: block;
    position: fixed;
    right: 5px;
    bottom: 20%;
    max-width: 120px;
    z-index: 3;
    -webkit-transform: translateX(150%);
    transform: translateX(150%)
  }

  .sticky-ad.initialized {
    -webkit-transform: none;
    transform: none
  }

  .sticky-ad.initialized:focus,
  .sticky-ad.initialized:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

@media screen and (min-width:82.5em) {
  .sticky-ad {
    max-width: 200px
  }
}

.tile__icon {
  font-size: 3em
}

@media screen and (min-width:82.5em) {
  .tile__icon {
    font-size: 4em
  }
}

.tile--quote .tile__text {
  padding: .625rem
}

.tile--quote .blockquote,
.tile--quote blockquote {
  font-size: 1.125rem;
  padding: 100px .5em;
  position: relative
}

.tile--quote .blockquote::before,
.tile--quote blockquote::before {
  content: "";
  position: absolute;
  top: 20px;
  left: .5em;
  width: 66px;
  height: 60px;
  background: transparent url(../img/quote.png) no-repeat 50% 50%
}

.tile--quote .blockquote::after,
.tile--quote blockquote::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: .5em;
  width: 66px;
  height: 60px;
  background: transparent url(../img/quote.png) no-repeat 50% 50%
}

.tile--vcard .tile__image {
  margin-right: .625rem;
  height: 100%
}

@media print,
screen and (min-width:40em) {
  .tile--vcard .tile__image {
    margin-right: .9375rem;
    height: 100%
  }
}

@media screen and (min-width:40em) and (max-width:63.99875em) {
  .tile--vcard .tile__image {
    margin-right: 0
  }
}

.tile--vcard .tile__text {
  padding: 1.25rem;
  line-height: 1.3;
  font-size: .875rem;
  height: 100%;
  margin-left: .625rem
}

.tile--vcard .tile__text p {
  line-height: 1.3
}

.tile--vcard .tile__text .vcard__title {
  line-height: 1.1;
  margin-bottom: 1.5rem
}

.tile--vcard .tile__text .vcard__position {
  font-size: .8em
}

@media print,
screen and (min-width:40em) {
  .tile--vcard .tile__text {
    margin-left: .9375rem
  }
}

@media screen and (min-width:40em) and (max-width:63.99875em) {
  .tile--vcard .tile__text {
    margin-left: 0
  }
}

.tile--documents {
  padding: .9375rem 1.25rem;
  font-size: .875rem
}

@media screen and (min-width:82.5em) {
  .tile--documents {
    padding: .9375rem 1.875rem
  }
}

.tile--documents .tile__icon {
  margin-bottom: .75rem
}

.tile--documents .documents__item {
  margin-bottom: .625rem
}

.tile--documents .documents__item__title {
  display: block;
  font-weight: 700
}

.tile--stock {
  display: inline-block;
  width: 12.5rem;
  max-width: 100%;
  padding: .75rem;
  background: #fefefe;
  color: #005083;
  text-align: left
}

.tile--stock .stock-quote__trend {
  margin-top: 2rem;
  text-align: right;
  display: none
}

.tile--stock .stock-quote__trend__indicator {
  opacity: 0;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-size: contain
}

@media screen and (min-width:82.5em) {
  .tile--stock .stock-quote__trend__indicator {
    width: 4rem;
    height: 4rem
  }
}

.tile--stock .stock-quote__trend__indicator--up {
  background: url(../img/arrow-up.svg) no-repeat 50% 50%;
  opacity: 1
}

.tile--stock .stock-quote__date {
  font-size: .875rem
}

.tile--stock .stock-quote__price {
  margin-bottom: .3rem;
  font-size: 1.75rem;
  font-weight: 400
}

.tile--stock .stock-quote__change__abs {
  margin-right: .5rem
}

.tile--stock .stock-quote.stock-trend--up .stock-quote__trend {
  display: block
}

.tile--stock.stock-trend--up {
  width: 18.75rem
}

.tile--analytics .tile__title,
.tile--linked-image .tile__title {
  margin: 0;
  padding: 1.25rem;
  background: #005083 url(../img/bg-ir.png) 50% 50% no-repeat;
  color: #fefefe !important;
  text-transform: uppercase
}

@media screen and (min-width:64em) and (max-width:82.49875em) {

  .tile--analytics .tile__title,
  .tile--linked-image .tile__title {
    font-size: 1.125rem;
    padding: 1.25rem .625rem
  }
}

.tile--analytics {
  background: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.tile--analytics .tile__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.25rem);
  width: 100%
}

.tile--analytics .tile__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.25rem);
  width: 100%;
  position: relative;
  padding: .875rem .75rem 2.25rem;
  font-size: .875rem
}

.tile--analytics .tile__items {
  list-style: none;
  margin: 0;
  padding: 0
}

.tile--analytics .tile__items li {
  margin-bottom: .5rem
}

.tile--analytics .tile__items__item__title {
  color: #005083
}

.tile--analytics .tile__readmore {
  position: absolute;
  left: .75rem;
  bottom: 1rem
}

.tile+.tile {
  margin-top: 1.875rem
}

.bg--indigo .stock-quote__change,
.bg--indigo .stock-quote__date {
  color: #cacaca
}

.block--news-front {
  background: #e1f3fd;
  font-size: .875rem
}

.block--news-front .news-overview {
  color: #0a0a0a;
  padding: 1.25rem
}

@media print,
screen and (min-width:40em) {
  .block--news-front .news-overview {
    padding: 3.75rem
  }
}

.block--news-front .news-overview a {
  color: #00609d
}

.block--news-front .news-overview a:focus,
.block--news-front .news-overview a:hover {
  color: #008ee9
}

.block--news-front .news-overview__list__item {
  margin-bottom: 1em
}

.block--news-front .news-overview__list__item__title {
  font-size: 1em;
  margin-bottom: 0
}

@media print,
screen and (min-width:64em) {
  .block--news-front .featured-content-cn {
    height: 100%;
    min-height: 43.75rem
  }
}

@media screen and (max-width:63.99875em) {
  .block--news-front .featured-content-cn {
    display: block
  }
}

.block--news-front .featured-content-cn .featured-content--important {
  padding-left: .9375rem;
  padding-right: .9375rem
}

.block--news-ticker .block__title {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-bottom: .5rem;
  margin-bottom: 3rem
}

.block--news-ticker .block__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background: #97999c;
  width: 100%
}

.block--news-ticker .block__title::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: .58rem solid transparent;
  border-right: .58rem solid transparent;
  border-top: 1rem solid #005083
}

.block--news-ticker .news-ticker {
  padding-bottom: 3.125rem
}

.block--news-ticker .news-ticker__item__title a {
  color: #005083
}

.block--news-ticker .news-ticker .orbit-bullets {
  margin-bottom: .75rem
}

.block--news-ticker .news-ticker .orbit-bullets button {
  border-color: #58585a
}

.block--news-ticker .news-ticker .orbit-bullets button.is-active {
  background: #005083;
  border-color: #005083
}

.news-list a {
  color: #00609d
}

.news-list a:focus,
.news-list a:hover {
  color: #008ee9
}

.news-list__list__item {
  margin-bottom: 1em
}

.news-list__list__item__title {
  margin-bottom: 0
}

.news-list__list__item__meta {
  color: #0a0a0a;
  font-size: .875rem
}

.block--featured-content {
  background: #e6ebf1
}

.block--featured-content .featured-content {
  position: relative;
  padding-bottom: 2rem;
  height: 100%;
  background: #fefefe
}

.block--featured-content .featured-content__image {
  border-bottom-width: 6px;
  border-bottom-style: solid
}

.block--featured-content .featured-content__main {
  padding: 1.375rem 1.375rem 1rem;
  color: #005083
}

.block--featured-content .featured-content__link {
  position: absolute;
  left: 1.375rem;
  bottom: 1rem
}

.block--featured-content .featured-content__title {
  margin-bottom: 1.375rem;
  text-transform: uppercase
}

.references-list .reference {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center
}

.search-result__item {
  margin-bottom: 2rem
}

.search-result__item__title {
  margin-bottom: 0
}

.search-result__item__excerpt {
  font-size: .875rem
}

#page-header .search-form {
  margin-right: .3125rem
}

#page-header .search-form--expanding {
  position: relative;
  height: 2rem;
  width: 0%;
  min-width: 1.8125rem;
  overflow: hidden;
  -webkit-transition: width .25s ease-in-out;
  transition: width .25s ease-in-out;
  -webkit-backface-visibility: hidden
}

@media print,
screen and (min-width:64em) {
  #page-header .search-form--expanding {
    margin-left: auto
  }
}

#page-header .search-form--expanding input[type=search] {
  border: 0 none;
  outline: 0;
  background: 0 0;
  margin: 0 .5rem 0 0;
  padding: .125rem .5rem .125rem 2.3125rem;
  height: 2rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  -webkit-appearance: none;
  -webkit-border-radius: 0
}

#page-header .search-form--expanding .form-submit,
#page-header .search-form--expanding .search-form-trigger {
  width: 1.8125rem;
  height: 2rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  padding: .125rem .4375rem;
  margin: 0;
  line-height: 2rem;
  text-align: center;
  cursor: pointer
}

#page-header .search-form--expanding .form-submit {
  border: 0 none;
  outline: 0;
  color: transparent;
  opacity: 0;
  z-index: -1
}

#page-header .search-form--expanding .search-form-trigger {
  color: #005083;
  z-index: 90;
  -webkit-font-smoothing: antialiased
}

#page-header .search-form--expanding.search-open,
.no-js #page-header .search-form--expanding {
  width: 100%
}

#page-header .search-form--expanding.search-open input[type=search],
.no-js #page-header .search-form--expanding input[type=search] {
  background: #f0f0f0
}

#page-header .search-form--expanding.search-open .search-form-trigger,
.no-js #page-header .search-form--expanding .search-form-trigger {
  background: #fefefe;
  z-index: 11
}

#page-header .search-form--expanding.search-open .form-submit,
.no-js #page-header .search-form--expanding .form-submit {
  z-index: 90
}

#page-header .search-form--expanding.search-open .form-submit:focus,
#page-header .search-form--expanding.search-open .form-submit:hover,
.no-js #page-header .search-form--expanding .form-submit:focus,
.no-js #page-header .search-form--expanding .form-submit:hover {
  background: #e1f3fd;
  color: #005083;
  cursor: pointer;
  opacity: 1
}

.filtered-item-list__filter select {
  display: inline-block;
  width: auto;
  margin-right: 1.25rem
}

.filtered-item-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.filtered-item-list__header__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin-right: .625rem;
  margin-left: .625rem
}

.filtered-item-list__header__item--date,
.filtered-item-list__header__item--rating {
  min-width: 5rem
}

.filtered-item-list__header__item--target-price {
  min-width: 6rem
}

.filtered-item-list__header__item--company,
.filtered-item-list__header__item--country,
.filtered-item-list__header__item--location {
  width: 10rem
}

.filtered-item-list__header__item--title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  width: auto;
  margin-right: .625rem;
  margin-left: .625rem
}

.filtered-item-list__items {
  margin: 0;
  padding: 0;
  list-style: none
}

.filtered-item-list__items__item {
  margin: 0;
  padding: .5rem 0;
  border-top: 1px solid #d9dbdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap
}

.filtered-item-list__items__item__date,
.filtered-item-list__items__item__rating {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin-right: .625rem;
  margin-left: .625rem;
  min-width: 5rem
}

.filtered-item-list__items__item__target-price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin-right: .625rem;
  margin-left: .625rem;
  min-width: 6rem
}

.filtered-item-list__items__item__company,
.filtered-item-list__items__item__country,
.filtered-item-list__items__item__location {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin-right: .625rem;
  margin-left: .625rem;
  width: 10rem
}

.filtered-item-list__items__item__category {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  margin-right: .625rem;
  margin-left: .625rem;
  width: 1.5rem;
  padding-top: .1875rem
}

.filtered-item-list__items__item__category span {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  padding-top: .1875rem;
  border-radius: 50%;
  color: #fefefe;
  background: #005083;
  text-align: center;
  font-size: .75rem
}

.filtered-item-list__items__item__title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  width: auto;
  margin-right: .625rem;
  margin-left: .625rem
}

.filtered-item-list__legend__item {
  display: inline-block;
  margin: 0 1rem 1rem 0;
  font-size: .8125rem
}

.filtered-item-list__legend__item span {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  padding-top: .1875rem;
  border-radius: 50%;
  color: #fefefe;
  background: #005083;
  text-align: center;
  font-size: .75rem
}

.filtered-item-list__toggle-expand-link {
  display: inline-block;
  margin: .625rem
}

.filtered-item-list__toggle-expand-link::after {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin-left: .3125rem
}

.filtered-item-list__toggle-expand-link.is-expanded::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

@media screen and (max-width:39.99875em) {
  .filtered-item-list--joboffer .filtered-item-list__items__item__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: calc(100% - 1.25rem);
    margin-right: .625rem;
    margin-left: .625rem;
    margin-bottom: .5rem
  }

  .filtered-item-list--joboffer .filtered-item-list__items__item__company {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto;
    margin-right: .625rem;
    margin-left: .625rem;
    font-size: .875rem
  }

  .filtered-item-list--joboffer .filtered-item-list__items__item__location {
    width: 8.75rem;
    font-size: .875rem
  }
}

@media screen and (max-width:39.99875em) {
  .filtered-item-list--news--ir .filtered-item-list__items__item__date {
    -ms-flex-item-align: center;
    align-self: center;
    padding-top: .1875rem;
    padding-bottom: .1875rem
  }

  .filtered-item-list--news--ir .filtered-item-list__items__item__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: calc(100% - 1.25rem);
    margin-right: .625rem;
    margin-left: .625rem;
    margin-top: .5rem
  }
}

#social-media {
  background: #005083;
  padding: 0 1.25rem;
  z-index: 10
}

@media print,
screen and (min-width:64em) {
  #social-media {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 0;
    background: 0 0
  }
}

#social-media .social-media-link {
  display: inline-block;
  width: 2.1rem;
  height: 2.1rem;
  margin: .1875rem 0;
  padding-top: .4375rem;
  background: #005083;
  color: #fefefe;
  text-align: center;
  -webkit-transition: background-color .25s ease-out, color .25s ease-out;
  transition: background-color .25s ease-out, color .25s ease-out
}

@media print,
screen and (min-width:64em) {
  #social-media .social-media-link {
    width: 2.5rem;
    height: 2.5rem;
    padding-top: .5rem;
    font-size: 1.125rem
  }
}

#social-media .social-media-link:focus,
#social-media .social-media-link:hover {
  background: var(--signal-color)
}

body.page--landing-page .subheader {
  font-size: 1rem
}

@media print,
screen and (min-width:40em) {

  body.page--landing-page .h1,
  body.page--landing-page h1 {
    font-size: 2.25rem
  }
}

@media print,
screen and (min-width:64em) {

  body.page--landing-page .h1,
  body.page--landing-page h1 {
    font-size: 2.375rem
  }
}

body.page--landing-page h1 {
  text-transform: none !important;
  position: relative;
  padding-bottom: .5rem;
  margin-bottom: 3rem;
  max-width: 14em
}

body.page--landing-page h1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background: #97999c;
  width: 4rem
}

body.page--landing-page h1::after {
  content: "";
  position: absolute;
  bottom: -1.75rem;
  left: 2rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: .58rem solid transparent;
  border-right: .58rem solid transparent;
  border-top: 1rem solid #005083
}

body.page--landing-page small {
  font-size: 56.25%
}

body.page--landing-page .cell--logos img {
  width: 12.5rem;
  max-width: 100%;
  margin-bottom: 2rem
}

body.page--landing-page .bg--dark .textbox {
  background: rgba(254, 254, 254, .72)
}

body.page--landing-page .callout--landingpage {
  position: relative;
  font-weight: 700
}

@media print,
screen and (min-width:64em) {
  body.page--landing-page .callout--landingpage {
    margin-left: 2.5rem
  }
}

body.page--landing-page .webform {
  position: relative
}

@media print,
screen and (min-width:64em) {
  body.page--landing-page .webform {
    margin-left: 2.5rem
  }
}

body.page--landing-page .webform [type=color],
body.page--landing-page .webform [type=date],
body.page--landing-page .webform [type=datetime-local],
body.page--landing-page .webform [type=datetime],
body.page--landing-page .webform [type=email],
body.page--landing-page .webform [type=month],
body.page--landing-page .webform [type=number],
body.page--landing-page .webform [type=password],
body.page--landing-page .webform [type=search],
body.page--landing-page .webform [type=tel],
body.page--landing-page .webform [type=text],
body.page--landing-page .webform [type=time],
body.page--landing-page .webform [type=url],
body.page--landing-page .webform [type=week],
body.page--landing-page .webform textarea {
  background: #e6ebf1;
  border: 1px solid #005083
}

body.page--landing-page .webform input[type=checkbox]+label {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 3em);
  margin-bottom: 1.5em
}

body.page--landing-page .webform .checkbox-container label {
  font-weight: 300
}

body.page--landing-page .webform .field.multi>.label {
  display: none !important
}

body.page--landing-page .webform .form-item {
  max-width: 40rem
}

body.page--landing-page .webform .field__error {
  color: #cc4b37;
  position: relative;
  top: -1rem;
  font-weight: 700
}

body.page--landing-page .webform input.submitButton {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: .7em 3em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color .25s ease-out, color .25s ease-out;
  transition: background-color .25s ease-out, color .25s ease-out;
  font-family: inherit;
  font-size: .9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: var(--signal-color);
  color: #fefefe;
  background-color: #005083;
  color: #fefefe
}

[data-whatinput=mouse] body.page--landing-page .webform input.submitButton {
  outline: 0
}

body.page--landing-page .webform input.submitButton:focus,
body.page--landing-page .webform input.submitButton:hover {
  background-color: var(--signal-color-hover);
  color: #fefefe
}

body.page--landing-page .webform input.submitButton:focus,
body.page--landing-page .webform input.submitButton:hover {
  background-color: #004069;
  color: #fefefe
}

@media print,
screen and (min-width:64em) {

  body.page--landing-page--form-left .callout--landingpage,
  body.page--landing-page--form-left .webform {
    margin-left: 0;
    margin-right: 2.5rem
  }
}

.fincal-entry {
  color: #005083
}

.fincal-entry__date {
  display: block
}

.fincal-entry__title {
  display: block
}

.fincal-entry--past {
  color: #a1bbd0
}

.ir-block {
  margin-bottom: 2rem
}

.ir-block__header {
  background: #4996c0;
  color: #fefefe
}

.ir-block__header__title {
  margin: 0;
  padding: .5rem 1rem
}

.ir-block__content {
  background: #ededed
}

.ir-block--news .ir-news__item {
  background: #f8f8f8;
  border: 1px solid #d9dbdc;
  padding: 1.3125rem 1.375rem;
  font-size: .875rem
}

.ir-block--news .ir-news__item__title {
  margin-bottom: 0
}

.ir-block--news .ir-news__item__title a {
  color: #005083
}

.ir-block--news .ir-news__item__meta {
  color: #767a7d;
  font-size: .75rem;
  margin-bottom: .25rem
}

.ir-block--news .ir-news__item__summary {
  color: #767a7d;
  font-size: .75rem;
  margin-top: .5rem
}

.ir-block--news .ir-news__item__type {
  color: #767a7d;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1
}

.ir-block--financial-calendar .ir-block__header {
  background: #6f3c8c
}

.ir-block--financial-calendar .financial-calendar {
  padding: 1rem 1.25rem
}

.ir-block--financial-calendar .financial-calendar__item {
  padding: 1.25rem
}

.ir-block--financial-calendar .financial-calendar__item__content {
  background: #fefefe;
  padding: 1rem
}

.ir-block--financial-calendar .financial-calendar__item__content__info {
  color: #0a0a0a
}

.tile--ir-itembox {
  position: relative;
  height: 100%;
  background: #fefefe;
  font-size: .875rem
}

.tile--ir-itembox .tile__content {
  padding: 1.25rem .75rem 2.5rem
}

.tile--ir-itembox .tile__title {
  position: relative;
  padding-bottom: .5rem;
  margin-bottom: 3rem;
  text-transform: uppercase
}

.tile--ir-itembox .tile__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background: #97999c;
  width: 4rem
}

.tile--ir-itembox .tile__title::after {
  content: "";
  position: absolute;
  bottom: -1.75rem;
  left: 2rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: .58rem solid transparent;
  border-right: .58rem solid transparent;
  border-top: 1rem solid #005083
}

.tile--ir-itembox .tile__readmore {
  position: absolute;
  left: .75rem;
  bottom: 1rem
}

.tile--ir-itembox .tile__items {
  list-style: none;
  margin: 0;
  padding: 0
}

.tile--ir-itembox .tile__items li {
  margin-bottom: 1rem
}

.tile--ir-itembox .tile__items__item__meta {
  font-weight: 700
}

.tile--ir-itembox .tile__link_group {
  margin-bottom: 1rem
}

.tile--ir-itembox .tile__link_group__header {
  margin-bottom: .5625rem;
  font-weight: 700
}

.tile--ir-itembox .tile__link_group .tile__items li {
  margin-bottom: .5rem
}

.tile--ir-itembox--fincal .tile__link_group__header {
  margin-bottom: 0
}

.financial-calendar .tile__items {
  list-style: none;
  margin: 0;
  padding: 0
}

.financial-calendar .tile__items li {
  margin-bottom: 1rem
}

.financial-calendar .tile__link_group {
  margin-bottom: 1rem
}

.financial-calendar .tile__link_group__header {
  margin-bottom: .5rem
}

.financial-calendar .tile__link_group .tile__items li {
  margin-bottom: .5rem
}

.widget--ir-front .widget__column {
  margin-bottom: 1.875rem
}

@media print,
screen and (min-width:64em) {
  .widget--ir-front .widget__column {
    margin-bottom: 0
  }
}

.widget--stock-iframe {
  background: #fefefe;
  margin: 1.25rem 0;
  padding: 1.25rem
}

@media print,
screen and (min-width:64em) {
  .widget--stock-iframe {
    margin-right: 2.5rem
  }
}

.widget--masterdata {
  margin: 1.25rem 0;
  padding: 1.25rem
}

.widget--masterdata .widget__content table {
  margin-bottom: 0
}

.widget--masterdata .widget__content table th {
  text-align: left;
  font-weight: 400;
  vertical-align: top
}

.widget--masterdata .widget__content table td {
  color: #4a86b5
}

.block--investor-ticker .block__title {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-bottom: .5rem;
  margin-bottom: 3rem
}

.block--investor-ticker .block__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background: #97999c;
  width: 100%
}

.block--investor-ticker .block__title::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: .58rem solid transparent;
  border-right: .58rem solid transparent;
  border-top: 1rem solid #005083
}

.block--investor-ticker .investor-ticker {
  padding-bottom: 3.125rem
}

.block--investor-ticker .investor-ticker .orbit-bullets {
  margin-bottom: .75rem
}

.block--investor-ticker .investor-ticker .orbit-bullets button {
  border-color: #58585a
}

.block--investor-ticker .investor-ticker .orbit-bullets button.is-active {
  background: #005083;
  border-color: #005083
}

.widget--text-2col .financial-calendar .tile__link_group__header {
  font-size: 1.125rem;
  font-weight: 700
}

.a1wbc__event-info-item__table {
  width: 100%;
  border-bottom: 1px solid #dee2e6;
  background: #f8f9fa;
  margin-bottom: 1rem
}

.a1wbc__event-info-item__table td,
.a1wbc__event-info-item__table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

.a1wbc__event-info-item__table th {
  text-align: left;
  white-space: nowrap;
  width: 1%
}

.block--snt-group-overview {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 1rem
}

.block--snt-group-overview h1 {
  font-weight: 300 !important;
  max-width: 16.25rem
}

.block--snt-group-overview p {
  font-size: .9375rem;
  line-height: 1.3158
}

.block--snt-group-overview .social-media {
  max-width: 15.625rem;
  margin-top: 2rem
}

.block--snt-group-overview .social-media .social-media-link {
  display: inline-block;
  margin-right: 1.5em
}

.widget--snt-group-overview h3 {
  text-transform: uppercase;
  margin-bottom: .5rem
}

.widget--snt-group-overview h4 {
  position: relative;
  padding-bottom: .3125rem;
  margin-bottom: 1.875rem;
  font-weight: 300 !important;
  text-transform: uppercase
}

.widget--snt-group-overview h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background: #fefefe;
  width: 5.625rem
}

.widget--snt-group-overview h4::after {
  content: "";
  position: absolute;
  bottom: -1.09375rem;
  left: 2.8125rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: .3625rem solid transparent;
  border-right: .3625rem solid transparent;
  border-top: .625rem solid #fefefe
}

.widget--snt-group-overview h4::before {
  -webkit-transform: translateY(.25rem);
  transform: translateY(.25rem)
}

.widget--snt-group-overview h4::after {
  -webkit-transform: translate(-50%, .25rem);
  transform: translate(-50%, .25rem)
}

.widget--snt-group-overview .cell--snt-sites {
  padding: 1.25rem;
  background-color: #236697;
  position: relative
}

.widget--snt-group-overview .cell--snt-sites .snt-sites-logo {
  position: absolute;
  top: 1.25rem;
  right: 2rem;
  width: 45px
}

.widget--snt-group-overview .cell--kontron-sites {
  padding: 1.25rem;
  background-color: #4a86b5;
  position: relative
}

.widget--snt-group-overview .cell--kontron-sites .snt-sites-logo {
  position: absolute;
  top: 1rem;
  right: 2rem;
  width: 120px
}

.widget--snt-group-overview .grid-x.snt-sites-grid>.cell {
  padding-right: 1em
}

.widget--snt-group-overview .snt-division {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: .4375rem;
  margin-bottom: .4375rem;
  padding-right: .4375rem;
  font-weight: 300;
  font-size: .75rem
}

.widget--snt-group-overview .snt-division__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto
}

.widget--snt-group-overview .snt-division__icon img {
  width: 32px;
  height: 32px
}

@media print,
screen and (min-width:64em) {
  .widget--snt-group-overview .snt-division__icon img {
    width: 40px;
    height: 40px
  }
}

.widget--snt-group-overview .snt-division__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  width: auto;
  padding-left: .5rem
}

@media print,
screen and (min-width:64em) {
  .widget--snt-group-overview .snt-division__content {
    padding-left: .75rem
  }
}

.widget--snt-group-overview .snt-division__name {
  margin-bottom: .125rem;
  text-transform: uppercase
}

.widget--snt-group-overview .snt-division__companies {
  list-style: none;
  margin: 0
}

.block--news-ticker--snt-group {
  position: relative;
  padding: 0 !important
}

.block--news-ticker--snt-group>.block-bg-img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

@media print,
screen and (min-width:64em) {
  .block--news-ticker--snt-group>.block-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
  }
}

.block--news-ticker--snt-group .news-ticker-wrapper {
  position: relative;
  background-color: rgba(254, 254, 254, .85)
}

.block--news-ticker--snt-group .news-ticker {
  padding-top: 3.75rem;
  padding-bottom: 2.5rem
}

.block--news-ticker--snt-group .news-ticker .orbit-controls {
  display: none
}

@media screen and (min-width:82.5em) {
  .block--news-ticker--snt-group .news-ticker .orbit-controls {
    display: block
  }
}

.block--news-ticker--snt-group .news-ticker .orbit-controls .orbit-previous {
  left: -3.75rem
}

.block--news-ticker--snt-group .news-ticker .orbit-controls .orbit-next {
  right: -3.75rem
}

.block--news-ticker--snt-group .news-ticker__item__meta {
  color: #005083;
  font-size: .8125rem;
  font-weight: 300;
  position: relative;
  padding-bottom: .46875rem;
  margin-bottom: 2.8125rem;
  margin-bottom: 1.875rem
}

.block--news-ticker--snt-group .news-ticker__item__meta::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background: #97999c;
  width: 3.75rem
}

.block--news-ticker--snt-group .news-ticker__item__meta::after {
  content: "";
  position: absolute;
  bottom: -1.640625rem;
  left: 1.875rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: .54375rem solid transparent;
  border-right: .54375rem solid transparent;
  border-top: .9375rem solid #005083
}

.block--news-ticker--snt-group .news-ticker__item__title {
  font-weight: 400
}

#snt-corporate-redirect-notice {
  margin: 0
}

#snt-corporate-redirect-notice a {
  color: #fefefe;
  display: inline-block;
  margin-left: .5rem;
  padding: .3125rem;
  font-size: 1.125rem;
  font-weight: 700
}

.widget-product-overview__summary {
  text-align: center;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  padding-top: 1rem;
  padding-bottom: 1rem
}

.widget-product-overview__summary__outer-cn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

@media screen and (-ms-high-contrast:active),
screen and (-ms-high-contrast:none) {
  .widget-product-overview__summary__logo img {
    width: 220px
  }
}

.widget-product-overview__content {
  background: #fefefe;
  padding-left: 1rem;
  padding-right: 1rem
}

.widget-product-overview__content .readmore {
  margin-top: 2rem
}

.widget-product-overview__content .readmore__link {
  font-weight: 700;
  text-transform: uppercase
}

.widget-product-overview .widget__title {
  font-weight: 700
}

.snt-country-select-toggle {
  cursor: pointer;
  padding-top: 3px
}

.snt-country-select-icon {
  margin-right: .3125rem
}

.snt-country-list {
  padding: 1.25rem
}

.snt-country-list .country {
  padding-top: .1875rem;
  padding-bottom: .1875rem
}

body.gnode--7 {
  background: #fefefe
}

body.gnode--7 .snt-country-select-toggle {
  font-size: .875rem
}

@media print,
screen and (min-width:64em) {
  body.gnode--7 #page-header .branding {
    top: -.25rem
  }
}

body.gnode--7 #page-header .snt-logo {
  width: 130px
}

@media print,
screen and (min-width:40em) {
  body.gnode--7 #page-header .snt-logo {
    width: 150px
  }
}

@media print,
screen and (min-width:64em) {
  body.gnode--7 #page-header .snt-logo {
    width: 160px
  }
}

body.gnode--7 #page-header.headroom--not-top .snt-logo {
  width: 110px !important
}

body.gnode--7 #page-header.headroom--unpinned {
  -webkit-transform: none;
  transform: none
}

body.gnode--7 #page-footer-main .snt-logo {
  width: 180px
}

body.snt-2019 {
  font-family: Snt, "Exo 2", Exo, Calibri, sans-serif;
  font-weight: 300;
  color: #58585a
}

body.snt-2019 .h1,
body.snt-2019 .h2,
body.snt-2019 .h3,
body.snt-2019 .h4,
body.snt-2019 .h5,
body.snt-2019 .h6,
body.snt-2019 h1,
body.snt-2019 h2,
body.snt-2019 h3,
body.snt-2019 h4,
body.snt-2019 h5,
body.snt-2019 h6 {
  font-family: Snt, "Exo 2", Exo, Calibri, sans-serif;
  font-weight: 400;
  color: #005083;
  line-height: 1.1
}

body.snt-2019 a {
  color: #005083
}

body.snt-2019 .banner-slide__text {
  font-family: Snt, "Exo 2", Exo, Calibri, sans-serif;
  font-weight: 300
}

body.snt-2019 .widget__title {
  position: relative;
  padding-bottom: .5rem;
  margin-bottom: 3rem
}

body.snt-2019 .widget__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background: #97999c;
  width: 4rem
}

body.snt-2019 .widget__title::after {
  content: "";
  position: absolute;
  bottom: -1.75rem;
  left: 2rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: .58rem solid transparent;
  border-right: .58rem solid transparent;
  border-top: 1rem solid #005083
}

body.snt-2019 .text-center>.widget__title {
  position: relative;
  padding-bottom: .5rem;
  margin-bottom: 3rem
}

body.snt-2019 .text-center>.widget__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background: #97999c;
  width: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

body.snt-2019 .text-center>.widget__title::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: .58rem solid transparent;
  border-right: .58rem solid transparent;
  border-top: 1rem solid #005083
}

body.snt-2019 #main-menu>.menu>li>a {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase
}

@media print,
screen and (min-width:40em) {
  body.snt-2019 #page-header .snt-logo {
    width: 85px
  }
}

@media print,
screen and (min-width:64em) {
  body.snt-2019 #page-header .snt-logo {
    width: 85px
  }
}

body.snt-2019 #banner {
  margin-bottom: 3px
}

body.snt-2019 .banner-slide--default {
  position: relative
}

body.snt-2019 .banner-slide--default::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#fefefe), color-stop(70%, #fefefe), to(rgba(254, 254, 254, 0)));
  background: linear-gradient(90deg, #fefefe 0, #fefefe 70%, rgba(254, 254, 254, 0) 100%)
}

@media print,
screen and (min-width:64em) {
  body.snt-2019 .banner-slide--default::after {
    width: 75%
  }
}

body.snt-2019 .banner-slide--default__content .cell--text {
  color: #58585a
}

@media print,
screen and (min-width:40em) {
  body.snt-2019 .banner-slide--default__content .cell--text {
    margin-left: 0;
    width: 50%;
    text-align: right
  }
}

@media print,
screen and (min-width:64em) {
  body.snt-2019 .banner-slide--default__content .cell--text {
    width: 33.3333333333%
  }
}

@media print,
screen and (min-width:40em) {
  body.snt-2019 .banner-slide--default__text {
    font-size: 1.25rem;
    padding: 0
  }
}

@media print,
screen and (min-width:64em) {
  body.snt-2019 .banner-slide--default__text {
    font-size: 1.5rem
  }
}

body.snt-2019 .orbit-bullets__wrapper__inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

body.snt-2019 .orbit-bullets__wrapper__inner button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 3.125rem;
  border: 2px solid #fefefe;
  border-radius: .3125rem;
  background: 0 0
}

body.snt-2019 .orbit-bullets__wrapper__inner button.is-active {
  background: var(--signal-color);
  border-color: var(--signal-color)
}

.banner-slide__content .cell>.case-study {
  position: relative;
  height: 100%;
  padding-bottom: 2rem
}

.banner-slide__content .cell>.case-study .snt-readmore {
  position: absolute;
  bottom: 1rem
}

body.snt-group.has-redirect-notice {
  padding-top: 13.6875rem
}

@media print,
screen and (min-width:64em) {
  body.snt-group.has-redirect-notice {
    padding-top: 14.6875rem
  }
}

body.snt-group.has-redirect-notice #page-header.headroom--not-top {
  padding-top: 0;
  height: 8.9375rem
}

@media print,
screen and (min-width:64em) {
  body.snt-group.has-redirect-notice #page-header.headroom--not-top {
    height: 7.4375rem
  }
}

body.snt-group #page-footer-seo {
  display: none !important
}

body.gnode--12 #page-header .branding,
body.gnode--16 #page-header .branding,
body.gnode--27 #page-header .branding,
body.gnode--3 #page-header .branding,
body.gnode--8 #page-header .branding {
  top: 0
}

body.gnode--12 #page-header .snt-logo,
body.gnode--16 #page-header .snt-logo,
body.gnode--27 #page-header .snt-logo,
body.gnode--3 #page-header .snt-logo,
body.gnode--8 #page-header .snt-logo {
  width: 200px
}

body.gnode--12 #page-footer-main .snt-logo,
body.gnode--16 #page-footer-main .snt-logo,
body.gnode--27 #page-footer-main .snt-logo,
body.gnode--3 #page-footer-main .snt-logo,
body.gnode--8 #page-footer-main .snt-logo {
  width: 180px
}

body.gnode--13,
body.gnode--15,
body.gnode--17,
body.gnode--23,
body.gnode--28 {
  --signal-color: #6F3C8C;
  --signal-color-hover: #5f3478
}