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

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

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

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

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

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

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

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

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

pre {
  overflow: auto;
}

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

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

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

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

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

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

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

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

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

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

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

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

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

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

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

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

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

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

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

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.9375rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #1468a0;
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

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

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

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

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

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

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

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.text-left {
  text-align: left;
}

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.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: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.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% + 0.625rem);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.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;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

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

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

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

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

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

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

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.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: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: #14679e;
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #fefefe;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #1779ba;
}
.button.clear:hover, .button.clear:focus {
  color: #0c3d5d;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #0c3d5d;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #157539;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #67251a;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
  margin-right: 0;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #126195;
  color: #fefefe;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #fefefe;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #157539;
  color: #157539;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #67251a;
  color: #67251a;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #1779ba;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #0c3d5d;
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #1779ba;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #0c3d5d;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #767676;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #3b3b3b;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #157539;
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #67251a;
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
  margin-right: 0;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}
.label.primary {
  background: #1779ba;
  color: #fefefe;
}
.label.secondary {
  background: #767676;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #1779ba;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #14679e;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

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

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec;
}

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

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}
.badge.primary {
  background: #1779ba;
  color: #fefefe;
}
.badge.secondary {
  background: #767676;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #1779ba;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #d7ecfa;
  color: #0a0a0a;
}
.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a;
}
.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}
.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}
.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

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

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.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, 0.5);
  color: #fefefe;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 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:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

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

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

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

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

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

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

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

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

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

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

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  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 print, 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;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

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

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

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

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

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

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

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

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media print, 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 print, 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 print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.row {
  max-width: 82.5rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

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

.column.row.row, .row.row.columns {
  float: none;
}

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

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

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

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

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

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

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

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

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

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

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

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

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

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

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

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

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

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

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

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

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

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

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

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

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

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

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}
.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

sup {
  font-size: xx-small;
  position: relative;
  top: -3px;
}

@font-face {
  font-family: "ArrrowsRegular";
  src: url("../../fonts/arrows/arrrows-regular-webfont.eot");
  src: url("../../fonts/arrows/arrrows-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/arrows/arrrows-regular-webfont.woff") format("woff"), url("../../fonts/arrows/arrrows-regular-webfont.ttf") format("truetype"), url("../../fonts/arrows/arrrows-regular-webfont.svg#ArrrowsRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}

@media screen {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media screen and (min-width: 40em) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media screen and (min-width: 64em) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media screen and (min-width: 75em) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.mt1 {
  margin-top: 1rem;
}

.mt2 {
  margin-top: 2rem;
}

.mb1 {
  margin-bottom: 1rem;
}

.mb1 {
  margin-bottom: 2rem;
}

@font-face {
  font-family: "Poppins";
  src: url("/dist/fonts/poppins/poppins-regular.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("/dist/fonts/poppins/poppins-bold.ttf");
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: "RobotoSlab";
  src: url("/dist/fonts/roboto_slab/RobotoSlab-Regular.ttf");
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 900 !important;
  font-style: normal;
  font-family: Poppins;
  font-size: 2.5rem;
  line-height: 2.75rem;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

h2 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 900 !important;
  font-style: normal;
  font-family: Poppins;
  letter-spacing: -0.02em;
}

h3 {
  font-family: Poppins;
  font-weight: bold;
  letter-spacing: -0.02em;
}

h4 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 900 !important;
  font-style: normal;
  letter-spacing: -0.02em;
}

p {
  font-family: "RobotoSlab", "franklin-gothic-urw", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  color: #727272;
  font-size: 0.875rem;
}

p.preamble {
  font-size: 0.875rem;
  line-height: 2rem;
  color: #2e2d2d;
  font-family: "RobotoSlab", "franklin-gothic-urw", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-family: "Poppins";
  margin-bottom: 15px;
}

b,
strong {
  font-weight: 900;
}

i {
  font-style: italic;
}

a {
  color: #012169;
  text-decoration: underline;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a:hover {
  color: #888;
}

.proditem .proditem__foot {
  background: #012169;
}

.proditem .proditem__foot .prices h4, .proditem .proditem__foot .prices p, .proditem .proditem__foot .prices span {
  color: white;
}

.footer-nav {
  background: #053fc1 !important;
}

body {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  text-align: center;
  font-family: "RobotoSlab", "franklin-gothic-urw", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

/* buttons.scss */
a.btn,
input.btn,
button.btn {
  background-color: #e4002b !important;
  color: #fff !important;
  font-weight: bold !important;
  font-family: "Poppins";
}
a.btn:hover,
input.btn:hover,
button.btn:hover {
  background-color: #a80020 !important;
}

.arrow1-right:after {
  color: white !important;
}

/* nav-top.scss */
nav.top {
  background: #053fc1;
}

nav.top a {
  font-family: "Poppins";
  font-weight: bold;
}

/* header.scss */
header .btn {
  margin-top: 21px;
}

/* search.scss */
.header-wrap nav.top a.btn-search {
  background: #053fc1;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}
.header-wrap nav.top a.btn-search:hover {
  background: #053fc1;
}

/* nav-main.scss */
nav.main {
  background: #053fc1;
}

nav.main ul > li > a {
  font-weight: bold !important;
}
nav.main ul > li > a:hover {
  background: #053fc1;
}

nav.main ul div.sub ul > li {
  background: #053fc1;
  border-bottom-color: #d8d8d8;
}

nav.main ul div.sub ul > li a:hover {
  background: #053fc1;
}

.sticky-menu nav.main {
  background: #053fc1;
}

section.breadcrumbs a {
  font-family: "Poppins";
}

/* start-ribbon.scss */
section.start-ribbon {
  background: #053fc1;
}

section.start-ribbon div.big-buttons {
  bottom: -20px;
}

section.start-ribbon div.big-buttons a.btn {
  padding: 8px 20px;
  font-size: 0.875rem;
  background: #2c2e36;
}
section.start-ribbon div.big-buttons a.btn:hover {
  background: #a80020;
}

/* news-list.scss */
div.news-list h2.news-list {
  background: #053fc1;
}

div.news-list ul li a:hover {
  background: #e0e0e0;
}

div.news-list ul li a h3 {
  font-size: 1.375rem;
  color: #2e2d2d;
}

div.news-list ul li a time {
  font-size: 0.875rem;
  color: #2e2d2d;
}

div.news-list ul li a p {
  font-size: 0.875rem;
  color: #2e2d2d;
}

div.news-list ul li a time {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}

/* footer-stores.scss */
.footer-stores h2 {
  color: #0a0a0a;
}

.footer-stores h3 a,
.footer-stores .footer-stores-small h3 a {
  font-size: 1.125rem;
  color: #2e2d2d;
}

/* footer.scss */
footer p,
footer label {
  color: #2e2d2d;
}

/* footer-nav.scss */
nav.main-footer ul > li:first-of-type a {
  font-size: 1.125rem;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: bold !important;
}

/* textpage-submenu.scss */
ul.submenu li a {
  background: #053fc1;
  border-color: #e0e0e0;
  font-family: "Poppins";
}
ul.submenu li a:hover {
  background: #053fc1;
}

ul.submenu li.active a {
  background: #053fc1;
  color: #fefefe;
}
ul.submenu li.active a:after {
  color: #fefefe;
}

/* industry-promoboxes.scss */
section.industry-promoboxes a {
  background: #053fc1;
}

/* add-this.scss */
section.add-this .share-text {
  font-size: 0.875rem;
  font-family: "Poppins";
  color: #2e2d2d;
}

.large-8 ul {
  margin-left: 40px;
}
.large-8 ul li {
  padding-left: 5px;
}

a:link.toggle-menu, a:active.toggle-menu, a:visited.toggle-menu {
  background-image: url(../../images/_all/icon_menu_white.png);
  background-repeat: no-repeat;
  background-size: 22px 18px;
  background-position: center center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-decoration: none;
  color: #fff;
  float: left;
  display: block;
  border-right: 1px solid #012169;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover.toggle-menu {
  background-color: #053fc1;
  background-image: url(../../images/_all/icon_menu_white.png) !important;
}

a:link.toggle-lev, a:active.toggle-lev, a:visited.toggle-lev {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  background-image: url(../../images/_all/plus@2x.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  border-left: 1px solid #012169;
}

a:hover.toggle-lev {
  border-left: 1px solid #012169;
  background-color: #012169;
}

nav.mobile ul > li > ul > li a:link.toggle-lev, nav.mobile ul > li > ul > li a:active.toggle-lev, nav.mobile ul > li > ul > li a:visited.toggle-lev {
  border-left: 1px solid #012169 !important;
  background-color: #053fc1;
}

nav.mobile ul > li > ul > li a:hover.toggle-lev {
  border-left: 1px solid #012169 !important;
  background-color: #053fc1;
}

nav.mobile > .buttons {
  border-bottom: 1px solid #012169;
  padding: 10px 10px 5px;
}
nav.mobile > .buttons > a.btn {
  margin-bottom: 5px;
}
@media screen and (max-width: 39.99875em) {
  nav.mobile > .buttons > a.btn {
    padding: 4px 12px;
    font-size: 0.7rem;
  }
}

.minus {
  background-image: url(../../images/_all/minus@2x.png) !important;
}

div.nav-mobile-wrap {
  height: calc(100% - 50px);
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 50px;
  margin: 0;
  display: none;
  background-color: #012169;
}
@media screen and (min-width: 64em) {
  div.nav-mobile-wrap {
    display: none !important;
  }
}

nav.mobile {
  list-style: none;
  width: 100%;
  height: auto;
  border-top: 1px solid #012169;
  text-align: left;
}

nav.mobile ul {
  list-style: none;
  margin: 0;
}

nav.mobile ul li {
  position: relative;
}

nav.mobile ul > li > a {
  background-color: #012169;
  background-position: right 15px center;
  background-size: 16px 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  width: 100%;
  display: block;
  color: #fff;
  border-bottom: 1px solid #012169;
  text-decoration: none;
}

nav.mobile ul a:hover {
  background-color: #053fc1;
  border-bottom: 1px solid #012169;
  color: #fff;
  text-decoration: none;
}

nav.mobile ul > li > ul {
  display: none;
}

nav.mobile ul > li.active > ul {
  display: block;
}

nav.mobile li.active > a:first-child {
  color: #f2e908;
}

nav.mobile ul > li > ul > li a {
  background-color: #053fc1;
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  width: 100%;
  display: block;
  color: #fff;
  border-bottom: 1px solid #012169;
  text-decoration: none;
}

nav.mobile ul > li > ul > li a:hover {
  background-color: #012169;
  border-bottom: 1px solid #012169;
  color: #fff;
  text-decoration: none;
}

nav.mobile ul > li > ul > li > ul {
  display: none;
}

nav.mobile ul > li > ul > li > ul > li a {
  border-left: 10px solid #012169;
}

nav.mobile ul > li > ul > li > ul > li a:hover {
  border-left: 10px solid #012169;
}

nav.mobile ul > li > ul > li > ul > li > ul {
  display: none;
}

nav.mobile ul > li > ul > li > ul > li > ul > li a {
  border-left: 20px solid #012169;
}

nav.mobile ul > li > ul > li > ul > li > ul > li a:hover {
  border-left: 20px solid #012169;
}

nav.top {
  background-color: #012169;
  height: 50px;
  position: fixed;
  z-index: 999999;
  width: 100%;
}
nav.top li.active a {
  background-image: url(../../images/flinks/nav-top-arrow.png);
}
nav.top a {
  font-size: 0.9375rem;
  display: block;
  color: #fff;
  float: left;
  height: 50px;
  line-height: 50px;
  text-decoration: none;
  margin-right: 30px;
  background-image: url(../../images/_all/spacer.png);
  background-repeat: no-repeat;
  background-size: 15px 8px;
  background-position: bottom center;
  -webkit-transition: background-image 0.3s ease-in-out;
  transition: background-image 0.3s ease-in-out;
  text-transform: none;
}
nav.top a.lang {
  margin-right: 15px;
}
nav.top a.active {
  background-image: url(../../images/flinks/nav-top-arrow.png);
}
nav.top a:hover {
  background-image: url(../../images/flinks/nav-top-arrow.png);
}
nav.top a.map-btn {
  background-image: url(../../images/_all/icon_pin.png);
  background-size: 15px 20px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
  cursor: pointer;
}
nav.top a.map-btn:hover {
  background-image: url(../../images/_all/icon_pin.png);
  text-decoration: underline;
}
nav.top a.map-btn.mobile {
  display: none;
}
nav.top .toggle-menu {
  display: none;
}
nav.top div.private-or-company {
  border-right: 1px solid #012169;
  margin-right: 15px;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  nav.top a {
    display: none;
  }
  nav.top a.lang {
    display: inline-block;
  }
  nav.top a.map-btn.mobile {
    display: inline-block;
    margin: 0 0 0 4px;
  }
  nav.top div.private-or-company a {
    display: inline-block;
  }
  nav.top .columns {
    padding: 0;
  }
  nav.top .toggle-menu {
    display: block;
    float: left;
  }
  .language-menu-desktop {
    display: none;
  }
}
@media screen and (max-width: 39.99875em) {
  nav.top a {
    display: none;
    font-size: 0.8125rem;
    margin-right: 10px;
  }
  nav.top a.lang {
    display: inline-block;
    margin-right: 10px;
  }
  nav.top a.map-btn.mobile {
    display: inline-block;
    margin: 0 0 0 2px;
  }
  nav.top div.private-or-company a {
    display: inline-block;
  }
  nav.top .columns {
    padding: 0;
  }
  nav.top .toggle-menu {
    display: block;
    float: left;
  }
  nav.top div.private-or-company {
    margin-right: 10px;
  }
  .language-menu-desktop {
    display: none;
  }
}
.nav-main-wrap {
  height: 80px;
}

nav.main {
  background-color: #012169;
  text-align: center;
  height: 80px;
  width: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav.main ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 15px 4px 17px 0;
  list-style: none;
}
nav.main ul > li {
  position: relative;
  display: inline-block;
}
nav.main ul > li > a {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 900 !important;
  font-style: normal;
  font-size: 22px;
  text-transform: uppercase;
  padding: 0 18px;
  color: #fff;
  height: 80px;
  line-height: 80px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav.main ul > li > a:hover {
  background-color: #053fc1;
}
nav.main ul div.sub {
  padding: 5px 0 0;
  position: absolute;
  z-index: 9999;
  top: 80px;
  left: 0;
  width: 250px;
  display: none;
  opacity: 0;
  visibility: hidden;
  background: none;
}
nav.main ul div.sub > div {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
nav.main ul div.sub ul {
  background: #053fc1;
  padding: 0;
}
nav.main ul div.sub ul > li {
  height: auto;
  background: #053fc1;
  display: block;
  border-bottom: 1px solid #012169;
  height: auto;
}
nav.main ul div.sub ul > li:last-of-type {
  border-bottom: none;
}
nav.main ul div.sub ul > li a {
  font-family: "RobotoSlab", "franklin-gothic-urw", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
  font-size: 18px;
  text-transform: none;
  padding: 14px 20px;
  height: auto;
  color: #fff;
  display: block;
  text-decoration: none;
  line-height: 1.2;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
nav.main ul div.sub ul > li a:hover {
  background-color: #012169;
}
nav.main ul li:hover div {
  display: block;
  opacity: 1;
  visibility: visible;
}

.sticky-menu nav.main {
  position: fixed;
  background-color: #012169;
  top: 50px;
  left: 0;
  height: 50px;
  z-index: 1000;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.sticky-menu nav.main a {
  height: 50px;
  line-height: 50px;
}
.sticky-menu nav.main ul > li > a {
  height: 50px;
  line-height: 50px;
}
.sticky-menu nav.main ul div.sub {
  top: 50px;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .nav-main-wrap {
    display: none;
  }
}
@media screen and (max-width: 39.99875em) {
  .nav-main-wrap {
    display: none;
  }
}
.header-wrap nav.top a.btn-search {
  background-color: #012169;
  background-image: url(../../images/_all/icon_search.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 22px 25px;
  border-left: 1px solid #012169;
  border-right: 1px solid #012169;
  display: block;
  height: 50px;
  float: right !important;
  text-align: left;
  padding-left: 15px;
  padding-right: 50px;
  margin-right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.header-wrap nav.top a.btn-search:hover {
  background-color: #053fc1;
}
.header-wrap .search {
  display: none;
  background: #012169;
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 50px;
  padding: 60px 0 50px;
  border-top: 1px solid #012169;
  text-align: left;
  /*.checkbox-styled {
  	padding:0;
  	display: inline-block; 
  	float: left;
  	width:50%;
  	margin:0;
  	background-color: $color1-dark;
  	margin-bottom:30px;

  	//Normal State
  	input[type="checkbox"] {
  		display:none;
  		+ span {
  			background-color: $color1-dark;			
  			width:100%;
  			height:100%;
  			padding:15px;
  			display:block;
  			color: rgba(255,255,255,0.5);
  			text-align: left;
  			cursor: pointer;
  			position: relative;
  			@include transition(0.1s, ease-in-out);
  			background-position:right 15px center;
  			background-repeat: no-repeat;
  			background-size: 20px 20px;
  			background-image:none;

  			&:hover {
  				background-color: $color1-light;
  			}
  		}

  		//Checked State
  		&:checked {
  			+ span {
  				background-color: $color2;
  				color:$color1;
  				position:relative;
  				background-image:url(../../images/_all/icon_checkbox.png);
  				background-position:right 15px center;
  				background-repeat: no-repeat;
  				background-size: 20px 20px;
  			}
  		}
  	}
  }*/
}
.header-wrap .search input[type=text] {
  margin: 0 0 10px 0;
  font-size: 1.5rem;
  line-height: 1.75rem;
  max-width: 100% !important;
}
.header-wrap .search input[type=submit] {
  padding: 10px 20px 11px;
  float: left;
  line-height: 1.2;
}
.header-wrap .search ::-webkit-input-placeholder {
  color: #888;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: "RobotoSlab", "franklin-gothic-urw", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}
.header-wrap .search :-moz-placeholder {
  color: #888;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: "RobotoSlab", "franklin-gothic-urw", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}
.header-wrap .search ::-moz-placeholder {
  color: #888;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: "RobotoSlab", "franklin-gothic-urw", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}
.header-wrap .search :-ms-input-placeholder {
  color: #888;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-family: "RobotoSlab", "franklin-gothic-urw", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}
.header-wrap .search .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
.header-wrap .search label:first-of-type {
  border-right: 1px solid #012169;
}

#onPageSearchButton, #onPageSearchButton2 {
  background-position: center center;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}
#onPageSearchButton.loading, #onPageSearchButton2.loading {
  color: transparent;
  background-color: #ffe4e9 !important;
  background-image: url(../../images/_all/loading.svg);
  pointer-events: none;
}

@media screen and (max-width: 39.99875em) {
  .header-wrap .search {
    padding: 30px 0;
  }
  .header-wrap nav.top a.btn-search {
    padding-left: 0;
  }
  .header-wrap nav.top a.btn-search span {
    display: none;
  }
}
section.breadcrumbs {
  text-align: left;
  padding: 14px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 1.125rem;
}
section.breadcrumbs a {
  text-decoration: none;
}
section.breadcrumbs .sep {
  text-transform: lowercase;
  font-family: "ArrrowsRegular";
  color: #012169;
  font-weight: bold;
  margin: 0 10px 0;
}

@media screen and (max-width: 39.99875em) {
  section.breadcrumbs {
    display: none;
  }
}
.header-wrap {
  background-color: #fefefe;
}
.header-wrap + .start-banners {
  margin-top: 60px;
}

header {
  text-align: left;
  padding-top: 50px;
}
header a.logo img {
  height: auto;
  width: 180px;
  margin: 25px 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
header a.logo img:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
header .btn {
  margin-left: 10px;
  margin-top: 33px;
}
header div.buttons {
  margin-bottom: 10px;
}
header div.buttons a.btn {
  margin: 0;
}
header div.buttons a.btn:last-child {
  margin: 5px 0 0 5px;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  header {
    text-align: center;
  }
  header a.logo img {
    margin: 25px auto;
  }
}
@media screen and (max-width: 39.99875em) {
  header {
    text-align: center;
  }
  header a.logo img {
    margin: 25px auto;
  }
}
::-webkit-input-placeholder {
  color: #888;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: "RobotoSlab", "franklin-gothic-urw", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

:-moz-placeholder {
  color: #888;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: "RobotoSlab", "franklin-gothic-urw", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

::-moz-placeholder {
  color: #888;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: "RobotoSlab", "franklin-gothic-urw", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

:-ms-input-placeholder {
  color: #888;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: "RobotoSlab", "franklin-gothic-urw", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

input[type=text], input[type=password], textarea {
  background: #fff;
  border: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  padding: 10px 12px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: "RobotoSlab", "franklin-gothic-urw", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

select {
  background: #fff;
  border: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  padding: 10px 12px;
  margin-bottom: 10px;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: "RobotoSlab", "franklin-gothic-urw", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}

input[type=text], input[type=password], select {
  width: 100%;
  max-width: 400px;
}

textarea {
  height: 150px;
}

input[type=hidden] {
  position: absolute;
  display: none;
  opacity: 0;
}

section.add-this {
  padding: 15px 0 10px;
  background: #fff;
}
section.add-this .addthis_inline_share_toolbox {
  float: right;
}
section.add-this .share-text {
  float: right;
  height: 32px;
  line-height: 32px;
  margin-right: 20px;
}

@media screen and (max-width: 39.99875em) {
  section.add-this .share-text {
    display: none;
  }
}
footer {
  background: #f7f7f7;
  padding: 60px 0 0;
  text-align: left;
}
footer .logo img {
  width: 130px;
  height: auto;
  margin-bottom: 30px;
}
footer .big {
  text-align: center;
}
footer .big img {
  width: 162px;
  height: auto;
  display: inline-block;
  margin-bottom: 25px;
}
footer .big a {
  font-size: 0.875rem;
}
footer p, footer label {
  font-size: 0.875rem;
  line-height: 1.40625rem;
}
footer h3 {
  font-size: 1rem;
  margin-bottom: 7px;
  text-transform: uppercase;
  margin-top: 10px;
}
footer .category {
  float: left;
  margin: 0 10px 0px 0;
}
footer .category input[type=checkbox] {
  margin: 0;
}
footer .category:last-of-type {
  margin-bottom: 20px;
}
footer .btn {
  margin-top: 10px;
}
footer .contact-and-form {
  margin-bottom: 40px;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  footer .big {
    border-top: 1px solid #e0e0e0;
    margin-top: 30px;
    padding-top: 30px;
  }
  footer .big img {
    margin-top: 30px;
  }
}
@media screen and (max-width: 39.99875em) {
  footer .big {
    border-top: 1px solid #e0e0e0;
    margin-top: 30px;
    padding-top: 30px;
  }
  footer .big img {
    margin-top: 30px;
  }
}
.footer-nav {
  background: #666;
  padding: 40px 0;
}

nav.main-footer .columns {
  margin-bottom: 30px;
}
nav.main-footer ul li {
  color: #fff;
  font-weight: bold;
}
nav.main-footer li a {
  font-size: 0.875rem;
  line-height: 1rem;
  display: inline-block;
  color: #f7f7f7;
  text-decoration: none;
  margin-bottom: 5px;
}
nav.main-footer li a:hover {
  text-decoration: underline;
}
nav.main-footer ul > li:first-of-type a {
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 900 !important;
  font-style: normal;
}
nav.main-footer ul > li:first-of-type a:hover {
  text-decoration: underline;
}

.footer-stores {
  padding-bottom: 60px;
}
.footer-stores h2 {
  font-size: 1.875rem;
  line-height: 2rem;
  margin: 30px 0 20px;
  text-transform: none;
}
.footer-stores .btn {
  margin-top: 20px;
}
.footer-stores .row:first-of-type {
  margin-top: 30px;
  border-top: 1px solid #e0e0e0;
}
.footer-stores .row:nth-of-type(2) .columns {
  margin-bottom: 30px;
}
.footer-stores h3 a, .footer-stores .footer-stores-small h3 a {
  color: rgb(34, 34, 34);
  text-decoration: none;
  text-transform: none;
}
.footer-stores h3 a:hover, .footer-stores .footer-stores-small h3 a:hover {
  color: rgb(34, 34, 34);
  text-decoration: underline;
}

div.footer-logos {
  --width: 200px;
  --height: 120px;
  width: 100%;
  height: var(--height);
  background: #fff;
  margin-inline: auto;
  position: relative;
  overflow: hidden;
}
@keyframes scrollLeft {
  to {
    left: calc(var(--width) * -1);
  }
}
div.footer-logos-item {
  width: var(--width);
  height: var(--height);
  position: absolute;
  left: max(var(--width) * var(--quantity), 100%);
  animation-name: scrollLeft;
  animation-duration: 200s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-delay: calc(200s / var(--quantity) * (var(--position) - 1) * -1);
}
div.footer-logos-item img {
  width: 100%;
  height: auto;
  width: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 80px;
  max-width: 140px;
}

.image-slider {
  margin-top: 0 !important;
  margin-left: 0 !important;
  list-style: none;
}
.image-slider .tns-slider {
  transition-timing-function: linear !important;
}
.image-slider li {
  padding-left: 0 !important;
  min-height: 320px;
  height: 100%;
}
.image-slider li:not(:first-child) {
  display: none;
}
.image-slider li:not(:first-child) .tns-slider {
  display: initial;
}
.image-slider li div {
  height: 380px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

a.btn,
input.btn,
button.btn {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 900 !important;
  font-style: normal;
  font-size: 0.875rem;
  text-align: center;
  text-transform: uppercase;
  background-color: #e4002b;
  padding: 8px 20px;
  text-decoration: none;
  color: #333;
  border: none;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
a.btn:hover,
input.btn:hover,
button.btn:hover {
  background-color: #fbb777;
}
a.btn.btn-light,
input.btn.btn-light,
button.btn.btn-light {
  background-color: #fbb777;
  color: white;
}
a.btn.btn-light:hover,
input.btn.btn-light:hover,
button.btn.btn-light:hover {
  background: #888;
}
a.btn.black,
input.btn.black,
button.btn.black {
  background: #000;
  color: #fff;
}
a.btn.black:hover,
input.btn.black:hover,
button.btn.black:hover {
  background: #888;
}
a.btn.light-gray,
input.btn.light-gray,
button.btn.light-gray {
  background: #e0e0e0;
  color: #fff;
}
a.btn.light-gray:hover,
input.btn.light-gray:hover,
button.btn.light-gray:hover {
  background: #666;
}
a.btn.nav-campaign,
input.btn.nav-campaign,
button.btn.nav-campaign {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 1px;
  float: left;
}
a.btn.nav-campaign:hover,
input.btn.nav-campaign:hover,
button.btn.nav-campaign:hover {
  background: rgb(0, 0, 0);
}
a.btn.nav-campaign:first-of-type,
input.btn.nav-campaign:first-of-type,
button.btn.nav-campaign:first-of-type {
  -webkit-border-top-left-radius: 50px;
  -moz-border-top-left-radius: 50px;
  border-top-left-radius: 50px;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-bottom-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
a.btn.nav-campaign:last-of-type,
input.btn.nav-campaign:last-of-type,
button.btn.nav-campaign:last-of-type {
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 50px;
  -moz-border-top-right-radius: 50px;
  border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-bottom-right-radius: 50px;
  border-bottom-right-radius: 50px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
a.btn.nav-campaign:first-of-type:last-of-type,
input.btn.nav-campaign:first-of-type:last-of-type,
button.btn.nav-campaign:first-of-type:last-of-type {
  -webkit-border-top-left-radius: 50px;
  -moz-border-top-left-radius: 50px;
  border-top-left-radius: 50px;
  -webkit-border-top-right-radius: 50px;
  -moz-border-top-right-radius: 50px;
  border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-bottom-right-radius: 50px;
  border-bottom-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-bottom-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
@media screen and (max-width: 39.99875em) {
  a.btn.nav-campaign:first-of-type,
  input.btn.nav-campaign:first-of-type,
  button.btn.nav-campaign:first-of-type {
    -webkit-border-top-left-radius: 50px;
    -moz-border-top-left-radius: 50px;
    border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -moz-border-top-right-radius: 50px;
    border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-bottom-right-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-bottom-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  a.btn.nav-campaign:nth-of-type(2n),
  input.btn.nav-campaign:nth-of-type(2n),
  button.btn.nav-campaign:nth-of-type(2n) {
    -webkit-border-top-left-radius: 50px;
    -moz-border-top-left-radius: 50px;
    border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -moz-border-top-right-radius: 50px;
    border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-bottom-right-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-bottom-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  a.btn.nav-campaign:last-of-type,
  input.btn.nav-campaign:last-of-type,
  button.btn.nav-campaign:last-of-type {
    -webkit-border-top-left-radius: 50px;
    -moz-border-top-left-radius: 50px;
    border-top-left-radius: 50px;
    -webkit-border-top-right-radius: 50px;
    -moz-border-top-right-radius: 50px;
    border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-bottom-right-radius: 50px;
    border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-bottom-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}
a.btn:disabled, a.btn.nav-campaign.disabled,
input.btn:disabled,
input.btn.nav-campaign.disabled,
button.btn:disabled,
button.btn.nav-campaign.disabled {
  background: #eee;
  color: #aaa;
  cursor: default;
}
a.btn.map-pin,
input.btn.map-pin,
button.btn.map-pin {
  background-image: url(../../images/_all/icon_pin.png);
  background-size: 15px 20px;
  background-repeat: no-repeat;
  background-position: left 15px center;
  padding-left: 38px;
  cursor: pointer;
  float: right;
}
@media screen and (max-width: 39.99875em) {
  a.btn.map-pin,
  input.btn.map-pin,
  button.btn.map-pin {
    float: none;
    margin-bottom: 30px;
  }
}

section.textpage a.btn {
  margin-bottom: 10px;
}

.arrow1-right:after {
  content: " n";
  text-transform: lowercase;
  font-family: "ArrrowsRegular";
  color: #012169;
}

.btns-center {
  float: right;
  position: relative;
  left: -50%;
  /* or right 50% */
  text-align: left;
}
@media screen and (max-width: 39.99875em) {
  .btns-center {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
}

.btns-center > .btn {
  position: relative;
  left: 50%;
}
@media screen and (max-width: 39.99875em) {
  .btns-center > .btn {
    margin-bottom: 10px;
  }
}

button#goTop {
  cursor: pointer;
}

hr {
  border-bottom: 1px solid #e0e0e0;
  border-top: none;
  margin: 0;
}

section.content-intro {
  text-align: left;
  margin: 40px 0 30px;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  section.content-intro .columns {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 39.99875em) {
  section.content-intro .columns {
    margin-bottom: 30px;
  }
}
.account-box {
  padding: 40px 30px;
  background: #f7f7f7;
}
.account-box h2 {
  font-size: 1.5625rem;
  margin-bottom: 15px;
  text-transform: none;
}
.account-box p {
  margin-bottom: 20px;
}
.account-box .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls], .tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal, .tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div, .tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: 2333.3333333333%;
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: 1.4285714286%;
  height: 10px;
  float: left;
}


section.generic-intro {
  background-color: #f7f7f7;
  padding: 0 0 30px 0;
}
section.generic-intro .intro-wrapper {
  position: relative;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 40em) {
  section.generic-intro .intro-wrapper {
    display: flex;
  }
}
section.generic-intro .intro-content ul {
  margin-top: 15px;
  margin-left: 40px;
}
section.generic-intro .intro-content ul li {
  padding-left: 5px;
}
section.generic-intro .intro-wrapper > div:nth-of-type(1) {
  width: 50%;
  padding: 30px 0 0px 60px;
  float: left;
  text-align: left;
  display: block;
  min-height: 420px;
}
section.generic-intro .intro-wrapper > div:nth-of-type(1) > div {
  height: 100%;
  width: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
}
section.generic-intro .intro-wrapper > div:nth-of-type(1) > div a.play {
  background-image: url(../../images/_all/play.png);
  background-position: center center;
  background-size: 70px 70px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.generic-intro .intro-wrapper > div:nth-of-type(1) > div a.play:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
section.generic-intro .intro-wrapper > div:nth-of-type(2) {
  width: 50%;
  padding: 30px 60px 0px 0px;
  float: left;
  text-align: left;
  display: block;
}
section.generic-intro .intro-wrapper > div:nth-of-type(2) > div {
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 30px 30px;
  height: 100%;
  display: block;
}
section.generic-intro .intro-wrapper > div:nth-of-type(2) > div h2 {
  font-size: 1.875rem;
  line-height: 2.125rem;
  margin-bottom: 10px;
}
section.generic-intro .intro-wrapper > div:nth-of-type(2) > div p {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  section.generic-intro .columns {
    padding: 0;
  }
  section.generic-intro {
    padding: 0;
  }
  section.generic-intro .intro-wrapper > div:nth-of-type(1) {
    padding: 0.925rem 0px 30px 0.925rem;
  }
  section.generic-intro .intro-wrapper > div:nth-of-type(2) {
    padding: 0.925rem 0.925rem 30px 0px;
  }
  section.generic-intro .intro-wrapper > div:nth-of-type(2) > div h2 {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
  section.generic-intro .intro-wrapper > div:nth-of-type(2) > div p {
    font-size: 1rem;
    line-height: 1.3125rem;
  }
}
@media screen and (max-width: 39.99875em) {
  section.generic-intro {
    padding: 0;
  }
  section.generic-intro .intro-wrapper > div:nth-of-type(1) {
    padding: 0.925rem 0 0 0;
    width: 100%;
    height: 100%;
    float: none;
    min-height: 300px;
    margin: 0;
    position: relative;
  }
  section.generic-intro .intro-wrapper > div:nth-of-type(2) {
    padding: 0.925rem 0.925rem 30px 0px;
    width: 100%;
    padding: 0 0 0.925rem 0;
    float: none;
    height: auto;
    margin: 0;
  }
  section.generic-intro .intro-wrapper > div:nth-of-type(2) > div h2 {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
  section.generic-intro .intro-wrapper > div:nth-of-type(2) > div p {
    font-size: 1rem;
    line-height: 1.3125rem;
  }
}
section.intro-employee {
  text-align: left;
  background: #f7f7f7;
  border-top: 1px solid #e0e0e0;
}
section.intro-employee .columns > div:nth-of-type(1) {
  width: 50%;
  padding: 0px 60px 0px 0px;
  float: right;
  text-align: left;
  display: block;
}
section.intro-employee .columns > div:nth-of-type(2) {
  width: 50%;
  padding: 30px 30px 0 60px;
  float: left;
  text-align: left;
  display: block;
}
section.intro-employee .bubble {
  background: #fff;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px 30px;
  text-align: center;
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
section.intro-employee .bubble p {
  font-size: 1rem;
  line-height: 1.25rem;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400 !important;
  font-style: italic;
}
section.intro-employee .bubble .headline {
  font-size: 1rem;
  line-height: 1.25rem;
  color: #012169;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 900 !important;
  font-style: italic;
}
section.intro-employee .bubble:after, section.intro-employee .bubble:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
section.intro-employee .bubble:after {
  border-color: rgba(204, 204, 204, 0);
  border-left-color: #fff;
  border-width: 10px;
  margin-top: -10px;
}
section.intro-employee .bubble:before {
  border-color: rgba(204, 204, 204, 0);
  border-left-color: #ccc;
  border-width: 11px;
  margin-top: -11px;
}
section.intro-employee .paddingtop {
  padding-top: 30px;
}
section.intro-employee .employee img {
  width: 150px;
  height: 150px;
  float: left;
}
section.intro-employee .employee .contact-info {
  padding: 30px;
  float: left;
}
section.intro-employee .employee .contact-info p {
  font-size: 1rem;
  line-height: 1.25rem;
}

section.intro-employee.first {
  margin-top: -30px;
  border: none;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  section.intro-employee .columns > div:nth-of-type(1) {
    padding: 0px 0px 0px 0px;
  }
  section.intro-employee .columns > div:nth-of-type(2) {
    padding: 30px 30px 0 0px;
  }
}
@media (max-width: 840px) {
  section.intro-employee {
    margin-top: -30px;
  }
  section.intro-employee .columns > div:nth-of-type(1) {
    width: 100%;
    padding: 40px 0px 0 0;
    float: none;
  }
  section.intro-employee .columns > div:nth-of-type(2) {
    width: 100%;
    padding: 30px 0px 0px 0px;
    float: none;
  }
  section.intro-employee .bubble {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
  }
  section.intro-employee .bubble:after, section.intro-employee .bubble:before {
    bottom: 100%;
    left: 75px;
    top: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  section.intro-employee .bubble:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
  }
  section.intro-employee .bubble:before {
    border-color: rgba(221, 221, 221, 0);
    border-bottom-color: #ddd;
    border-width: 11px;
    margin-left: -11px;
  }
  section.intro-employee.first {
    margin-bottom: 30px;
  }
}
section.quotes-double {
  background-color: #f7f7f7;
  border-top: 1px solid #e0e0e0;
  padding: 30px 0;
}
section.quotes-double .row {
  padding: 0 60px !important;
}
section.quotes-double ul.references blockquote {
  padding: 0 0 0px 105px;
  pointer-events: none;
}
section.quotes-double li {
  border-bottom: none !important;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  section.quotes-double .row {
    padding: 0 30px !important;
  }
  section.quotes-double .columns {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 39.99875em) {
  section.quotes-double .row {
    padding: 0 !important;
  }
  section.quotes-double .columns {
    margin-bottom: 20px !important;
  }
}
ul.references {
  text-align: left;
  list-style-type: none;
}
ul.references li {
  margin-bottom: 20px;
  border-bottom: 1px solid #e4002b;
  scroll-margin-top: 100px;
}
ul.references blockquote {
  padding: 0 0 20px 105px;
  border: none;
  margin: 0;
  clear: both;
}
ul.references blockquote:before {
  font-size: 18.75rem;
  display: block;
  color: #e4002b;
  content: open-quote;
  content: "”";
  height: 1px;
  position: relative;
  line-height: 1;
  margin-left: -130px;
  top: -37px;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400 !important;
  font-style: italic;
}
ul.references li h3 {
  font-size: 1.25rem;
  line-height: 1.375rem;
  text-transform: none !important;
  margin-bottom: 10px;
  font-family: "RobotoSlab", "franklin-gothic-urw", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}
ul.references li p {
  font-size: 1rem;
  line-height: 1.5625rem;
  margin: 10px 0 30px;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 400 !important;
  font-style: italic;
}
ul.references li span.reference-person {
  font-size: 1.25rem;
  line-height: 1.375rem;
  margin: 10px 0 0;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 900 !important;
  font-style: normal;
}

section.bg-fill + section.no-fill {
  padding-top: 2em;
  margin-top: 60px;
}

#googleMap img,
#googleMap embed,
#googleMap object {
  max-width: none !important;
}

.google-map-label {
  font-weight: bold;
  color: maroon;
  font-size: 0.8rem;
}

#map_wrapper {
  height: 100vh;
}

#map_canvas {
  width: 100vw;
  height: calc(100vh - 50px);
}

.info_content {
  text-align: left;
}
.info_content h3 {
  margin: 5px 0 8px;
}

.info_content a {
  display: inline-block;
  background: #003d7f;
  color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 40px;
}

.gm-style .gm-style-iw {
  left: 0 !important;
}

div.geo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100000;
}

#googleMapWrap {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100000000000000000000;
  top: 0;
  left: 0;
  background-color: #f1f1f1;
}
#googleMapWrap .close {
  height: 50px;
  width: 100%;
  background: #fff;
}
#googleMapWrap .close a {
  margin-right: 15px;
  float: right;
  height: 50px;
  line-height: 50px;
  display: block;
  text-decoration: none;
}
#googleMapWrap.show {
  display: block;
}
#googleMapWrap iframe {
  width: 100%;
  height: 100%;
}

.input-validation-error {
  background: #ffc0cb !important;
}

.login-fail {
  color: red;
}

span.field-validation-valid.password-fail {
  display: block;
  color: red;
}

.arrow-text {
  color: #003d7f;
  font-size: 0.9rem;
  float: right;
}

.extras {
  height: 21px;
  margin-top: 20px;
  float: right;
}

.extras:hover {
  cursor: pointer;
}

.arrow-scroll-up {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
}

body.sticky-menu .arrow-scroll-up {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

img {
  max-width: 100%;
  height: auto !important;
}

@media screen and (min-width: 40em) {
  .phone a {
    text-decoration: none !important;
    color: #333;
  }
}
a {
  outline: 0;
}

/*!
 * modified Simple lightbox effect in pure JS
 * @see {@link https://github.com/squeral/lightbox}
 * @see {@link https://github.com/squeral/lightbox/blob/master/lightbox.js}
 * passes jshint
 */
.iframe-lightbox,
.iframe-lightbox .backdrop {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.iframe-lightbox {
  display: none;
  position: fixed;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  /*!
  * @see {@link https://github.com/englishextra/iframe-lightbox/issues/10}
  * @see {@link https://github.com/englishextra/iframe-lightbox/issues/14}
  */
  z-index: 999999;
}

.iframe-lightbox .backdrop {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.92);
  cursor: default;
}

.iframe-lightbox .content-holder {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-right: -50%;
}

.iframe-lightbox .content {
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}

.iframe-lightbox .content > .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*!
 * another pure css spinner
 * @see {@link https://epic-spinners.epicmax.co/}
 */
.iframe-lightbox .content > .body .half-circle-spinner,
.iframe-lightbox .content > .body .half-circle-spinner * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.iframe-lightbox .content > .body .half-circle-spinner {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: relative;
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.iframe-lightbox .content > .body .half-circle-spinner .circle {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 6px solid transparent;
}

.iframe-lightbox .content > .body .half-circle-spinner .circle.circle-1 {
  border-top-color: #FFFFFF;
  -webkit-animation: half-circle-spinner-animation 1s infinite;
  animation: half-circle-spinner-animation 1s infinite;
}

.iframe-lightbox .content > .body .half-circle-spinner .circle.circle-2 {
  border-bottom-color: #FFFFFF;
  -webkit-animation: half-circle-spinner-animation 1s infinite alternate;
  animation: half-circle-spinner-animation 1s infinite alternate;
}

@-webkit-keyframes half-circle-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes half-circle-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.iframe-lightbox .content > .body.is-loaded .half-circle-spinner {
  display: none;
}

.iframe-lightbox iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-box-shadow: 0.267rem 0.267rem 0.267rem 0 rgba(3, 3, 3, 0.3);
  box-shadow: 0.267rem 0.267rem 0.267rem 0 rgba(3, 3, 3, 0.3);
  /*!
  * in js: iframe onload="this.style.opacity=1;" style="opacity:0;border:none;"
  */
  /* opacity: 0; */
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.iframe-lightbox.is-showing {
  display: block;
}

.iframe-lightbox.is-opened {
  opacity: 1;
}

.iframe-lightbox .btn-close {
  display: block;
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1rem;
  outline: none;
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

/*!
 * pure css version
 * @see {@link https://codepen.io/brissmyr/pen/egidw}
 */
.iframe-lightbox .btn-close:before,
.iframe-lightbox .btn-close:after {
  content: " ";
  width: 0.125em;
  height: 1.5em;
  position: absolute;
  top: 0;
  right: 0.688em;
  background-color: #FFFFFF;
}

.iframe-lightbox .btn-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.iframe-lightbox .btn-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*!
 * @see {@link https://github.com/englishextra/iframe-lightbox/issues/12}
 */
.iframe-lightbox--open {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
  height: auto;
}

/*!
 * some animations from animate.css
 * @see {@link https://github.com/daneden/animate.css}
 * daneden.github.io/animate.css/
 */
/* .animated {
	animation-duration: 2s;
	animation-fill-mode: both;
} */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

/*!
 * img lightbox
 */
.img-lightbox {
  display: none;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.92);
  z-index: 999999;
}

.img-lightbox img {
  display: block;
  opacity: 0;
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: 0.267rem 0.267rem 0.267rem 0 rgba(3, 3, 3, 0.3);
  box-shadow: 0.267rem 0.267rem 0.267rem 0 rgba(3, 3, 3, 0.3);
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  margin: auto;
}

/*!
 * reset for animate.css
 * daneden.github.io/animate.css/
 */
.img-lightbox.animated,
.img-lightbox img.animated {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*!
 * another pure css spinner
 * @see {@link https://epic-spinners.epicmax.co/}
 */
.img-lightbox .half-circle-spinner,
.img-lightbox .half-circle-spinner * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.img-lightbox .half-circle-spinner {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: relative;
  margin: 0;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.img-lightbox .half-circle-spinner .circle {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 6px solid transparent;
}

.img-lightbox .half-circle-spinner .circle.circle-1 {
  border-top-color: #FFFFFF;
  -webkit-animation: half-circle-spinner-animation 1s infinite;
  animation: half-circle-spinner-animation 1s infinite;
}

.img-lightbox .half-circle-spinner .circle.circle-2 {
  border-bottom-color: #FFFFFF;
  -webkit-animation: half-circle-spinner-animation 1s infinite alternate;
  animation: half-circle-spinner-animation 1s infinite alternate;
}

@-webkit-keyframes half-circle-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes half-circle-spinner-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.img-lightbox.is-loaded .half-circle-spinner {
  display: none;
}

.img-lightbox .btn-close {
  display: block;
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1rem;
  outline: none;
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

/*!
 * pure css version
 * @see {@link https://codepen.io/brissmyr/pen/egidw}
 */
.img-lightbox .btn-close:before,
.img-lightbox .btn-close:after {
  content: " ";
  width: 0.125em;
  height: 1.5em;
  position: absolute;
  top: 0;
  right: 0.688em;
  background-color: #FFFFFF;
}

.img-lightbox .btn-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.img-lightbox .btn-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*!
 * @see {@link https://github.com/englishextra/iframe-lightbox/issues/12}
 */
.img-lightbox--open {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
  height: auto;
}

section.start-slider {
  position: relative;
}
section.start-slider div.tools {
  position: absolute;
  display: inline-flex;
  z-index: 100;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  padding: 7px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 70px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  align-items: center;
  justify-content: center;
}
section.start-slider div.tools [aria-controls], section.start-slider div.tools [data-action] {
  cursor: pointer;
}
section.start-slider div.tools-nav {
  display: inline-flex;
  gap: 3px;
  margin-left: 10px;
}
section.start-slider div.tools-nav > [aria-controls] {
  width: 13px;
  height: 13px;
  padding: 0;
  border-radius: 100px;
  background: #c5c5c5;
  border: 0;
}
section.start-slider div.tools-nav > button:hover {
  background: #2e2e2e;
}
section.start-slider div.tools-nav > .tns-nav-active {
  background: #484848;
}
section.start-slider div.tools-toggle {
  margin-left: 10px;
  margin-right: 10px;
}
section.start-slider .tns-outer li a.slide-link {
  width: 100%;
  height: 100%;
  display: inline-block;
}
section.start-slider .tns-outer li.Video,
section.start-slider .tns-outer li.Image {
  background-size: cover !important;
  background-position: center center !important;
}
@media screen and (min-width: 40em) {
  section.start-slider .tns-outer li.Video,
  section.start-slider .tns-outer li.Image {
    height: 410px;
  }
}
@media screen and (max-width: 39.99875em) {
  section.start-slider .tns-outer li.Video,
  section.start-slider .tns-outer li.Image {
    height: 300px;
  }
}
section.start-slider .tns-outer li a > div:nth-of-type(1), section.start-slider .tns-outer li > div:nth-of-type(1) {
  width: 50%;
  padding: 60px 0 60px 60px;
  float: left;
  text-align: left;
  height: 100%;
}
section.start-slider .tns-outer li a > div:nth-of-type(1) > div, section.start-slider .tns-outer li > div:nth-of-type(1) > div {
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 30px 30px;
  height: 100%;
}
section.start-slider .tns-outer li a > div:nth-of-type(1) > div h2, section.start-slider .tns-outer li > div:nth-of-type(1) > div h2 {
  font-size: 1.875rem;
  line-height: 2.125rem;
  text-transform: none;
}
section.start-slider .tns-outer li a > div:nth-of-type(1) > div h2:nth-of-type(2), section.start-slider .tns-outer li > div:nth-of-type(1) > div h2:nth-of-type(2) {
  margin-bottom: 10px;
  text-transform: none;
}
section.start-slider .tns-outer li a > div:nth-of-type(1) > div p, section.start-slider .tns-outer li > div:nth-of-type(1) > div p {
  font-size: 1.125rem;
  line-height: 1.4375rem;
  margin-bottom: 20px;
}
section.start-slider .tns-outer li a > div:nth-of-type(2), section.start-slider .tns-outer li > div:nth-of-type(2) {
  width: 50%;
  padding: 60px 60px 60px 0;
  float: left;
  text-align: left;
  height: 100%;
}
section.start-slider .tns-outer li a > div:nth-of-type(2) > div, section.start-slider .tns-outer li > div:nth-of-type(2) > div {
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
}
section.start-slider .tns-outer li a > div:nth-of-type(2) > div a.play, section.start-slider .tns-outer li > div:nth-of-type(2) > div a.play {
  background-image: url(../../images/_all/play.png);
  background-position: center center;
  background-size: 70px 70px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.start-slider .tns-outer li a > div:nth-of-type(2) > div a.play:hover, section.start-slider .tns-outer li > div:nth-of-type(2) > div a.play:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (min-width: 40em) {
  section.start-slider .slider-mobile-text,
  section.start-slider .image-mobile {
    display: none;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  section.start-slider section.start-slider .columns {
    padding: 0;
  }
  section.start-slider .tns-outer li.Video {
    background-size: cover !important;
    background-position: center center !important;
  }
  section.start-slider .tns-outer li.Image {
    background-size: cover !important;
  }
  section.start-slider .tns-outer li a > div:nth-of-type(1), section.start-slider .tns-outer li > div:nth-of-type(1) {
    padding: 30px 0px 50px 30px;
  }
  section.start-slider .tns-outer li a > div:nth-of-type(1) > div h2, section.start-slider .tns-outer li > div:nth-of-type(1) > div h2 {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
  section.start-slider .tns-outer li a > div:nth-of-type(1) > div p, section.start-slider .tns-outer li > div:nth-of-type(1) > div p {
    font-size: 1rem;
    line-height: 1.3125rem;
  }
  section.start-slider .tns-outer li a > div:nth-of-type(2), section.start-slider .tns-outer li > div:nth-of-type(2) {
    padding: 30px 30px 50px 0px;
  }
}
@media screen and (max-width: 39.99875em) {
  section.start-slider section.start-slider .columns {
    padding: 0;
  }
  section.start-slider .slider-main-text {
    display: none;
  }
  section.start-slider .tns-outer li.Video {
    width: 100%;
    position: relative;
  }
  section.start-slider .tns-outer li.Video div.slide-video-container::after {
    content: "";
    background: inherit;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
  }
  section.start-slider .tns-outer li.Video div.slide-video-container > a.play {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../../images/_all/play.png);
    background-position: center center;
    background-size: 70px 70px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  section.start-slider .tns-outer li.Video div.slide-video-container > a.play:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  section.start-slider .tns-outer li.Image {
    width: 100%;
    position: relative;
    background: none !important;
  }
  section.start-slider .tns-outer li.Image .image-mobile {
    padding: 0;
    background-size: cover !important;
    background-position-x: center !important;
  }
  section.start-slider .tns-outer li.Image .image-mobile::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: inherit;
    background-position-x: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    z-index: -1;
    opacity: 1;
  }
  section.start-slider .tns-outer li a > div:nth-of-type(1), section.start-slider .tns-outer li > div:nth-of-type(1) {
    width: 100%;
    height: 100%;
    padding: 0px;
    float: none;
    min-height: 300px;
    margin: 0;
  }
  section.start-slider .tns-outer li a > div:nth-of-type(1).slider-text-wrapper, section.start-slider .tns-outer li > div:nth-of-type(1).slider-text-wrapper {
    background: rgba(255, 255, 255, 0.75);
  }
  section.start-slider .tns-outer li a > div:nth-of-type(1) > div, section.start-slider .tns-outer li > div:nth-of-type(1) > div {
    background: transparent;
  }
  section.start-slider .tns-outer li a > div:nth-of-type(1) > div h2, section.start-slider .tns-outer li > div:nth-of-type(1) > div h2 {
    font-size: 1.5rem;
    line-height: 1.625rem;
  }
  section.start-slider .tns-outer li a > div:nth-of-type(1) > div p, section.start-slider .tns-outer li > div:nth-of-type(1) > div p {
    font-size: 1rem;
    line-height: 1.3125rem;
  }
  section.start-slider .tns-outer li a > div:nth-of-type(2), section.start-slider .tns-outer li > div:nth-of-type(2) {
    width: 100%;
    padding: 0;
    float: none;
    height: 100%;
    margin: 0;
  }
}

section.start-ribbon {
  background: #012169;
  padding: 30px 0 60px;
  text-align: left;
  position: relative;
}
section.start-ribbon div.columns:last-of-type {
  height: 90px;
}
section.start-ribbon .columns {
  margin-bottom: 15px;
}
section.start-ribbon h3 {
  font-size: 1.125rem;
  line-height: 1.25rem;
  margin-bottom: 10px;
  color: white;
  text-transform: none;
}
section.start-ribbon div.big-buttons {
  position: absolute;
  bottom: -28px;
  z-index: 100;
  width: 100%;
  text-align: center;
}
section.start-ribbon div.big-buttons a.btn {
  background: #053fc1;
  border: 2px solid #fff;
  color: white;
  padding: 18px 26px;
  font-size: 1.125rem;
  line-height: 1.125rem;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: auto;
  display: inline-block;
  margin: 0 5px;
}
section.start-ribbon div.big-buttons a.btn:hover {
  background: #012169;
}
section.start-ribbon div.big-buttons a.btn .active {
  background: #012169;
}
section.start-ribbon div.big-buttons a.js-show-account-box {
  scroll-margin-top: 100px;
}
section.start-ribbon dl dt {
  margin-bottom: 0;
  font-weight: normal;
}
section.start-ribbon dt, section.start-ribbon dd {
  font-size: 0.84375rem;
  line-height: 1.25rem;
  color: white;
  display: block;
}
section.start-ribbon dt {
  width: 55px;
  float: left;
}
section.start-ribbon dd {
  clear: both;
  white-space: nowrap;
}
section.start-ribbon dd a {
  color: white;
  text-decoration: underline;
}
section.start-ribbon dt + dd {
  clear: none;
}
section.start-ribbon h3 a {
  color: #fff;
  text-decoration: none;
}
section.start-ribbon h3 a:hover {
  color: #fff;
  text-decoration: underline;
}
section.start-ribbon div.partner a {
  height: 100%;
  text-align: center;
  display: inline-block;
}
section.start-ribbon div.partner a img {
  height: auto;
  width: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 80px;
  max-width: 100%;
}
section.start-ribbon div.partner a.framed {
  background: #fff;
  padding: 20px;
}
section.start-ribbon div.partner a.framed img {
  max-height: 70px;
  max-width: 120px;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  section.start-ribbon {
    background: #012169;
    text-align: left;
  }
  section.start-ribbon div.columns:last-of-type {
    height: 90px;
  }
  section.start-ribbon .columns {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 39.99875em) {
  section.start-ribbon {
    padding: 30px 0 80px;
  }
  section.start-ribbon a.btn {
    padding: 18px 30px;
    font-size: 0.875rem;
    line-height: 0.875rem;
    bottom: -28px;
    left: 50%;
    margin-left: -130px;
    width: 260px;
  }
}
.start-account-box {
  text-align: left;
  display: none;
  position: relative;
  padding: 40px 30px;
  background: #f7f7f7;
  /*&:after {
  	bottom: 100%;
  	left: 10%;
  	border: solid transparent;
  	content: " ";
  	height: 0;
  	width: 0;
  	position: absolute;
  	pointer-events: none;
  	border-color: rgba(247, 247, 247, 0);
  	border-bottom-color: #f7f7f7;
  	border-width: 20px;
  	margin-left: -20px;
  }*/
}
.start-account-box h2 {
  font-size: 1.5625rem;
  margin-bottom: 15px;
  text-transform: none;
}
.start-account-box p {
  margin-bottom: 20px;
}
.start-account-box .btn {
  margin-right: 10px;
  margin-bottom: 10px;
}
.start-account-box .info-box {
  border: 1px solid #e0e0e0;
  padding: 30px;
}
.start-account-box .info-box h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.start-account-box .info-box p {
  margin: 0;
}

@media screen and (max-width: 39.99875em) {
  .start-account-box .columns {
    margin-bottom: 30px;
  }
}
section.start-about {
  text-align: center;
  padding: 60px 0 50px 0;
}
section.start-about .row {
  padding-bottom: 60px;
  border-bottom: 1px solid #e0e0e0;
}
section.start-about h1 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  margin-bottom: 20px;
  text-transform: none;
}
section.start-about p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 40px;
}
section.start-about .btn {
  padding: 8px 30px;
}

@media screen and (max-width: 39.99875em) {
  section.start-about h1 {
    font-size: 1.875rem;
    line-height: 2rem;
  }
}
section.start-news {
  padding: 1em 0 60px 0;
  text-align: left;
}
section.start-news h2 {
  font-size: 2.5rem;
  line-height: 2.625rem;
  margin-bottom: 30px;
}
section.start-news ul, section.start-news li {
  list-style: none;
}
section.start-news li h3 {
  font-size: 1.25rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
section.start-news li p {
  font-size: 1rem;
  line-height: 1.3125rem;
  margin: 10px 0 30px;
}
section.start-news time {
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #888;
}
section.start-news .calendar-feed.large-6.columns {
  padding-left: 0;
}
section.start-news .calendar-feed > div > div > div {
  padding: 20px 0;
  border-bottom: 1px solid #e0e0e0;
}
section.start-news .calendar-feed > div > div > div span {
  font-size: 0.9375rem;
  line-height: 1.3125rem;
}
section.start-news .calendar-feed > div > div > div h3 {
  font-size: 1.25rem;
  line-height: 1.375rem;
  text-transform: uppercase;
}
section.start-news .calendar-feed > div > div > div time {
  font-size: 1rem;
  line-height: 1.3125rem;
  color: #888;
}
section.start-news .calendar-feed > div > div > div:first-of-type {
  padding-top: 0;
}
section.start-news .calendar-feed .btn {
  margin-top: 30px;
}

@media screen and (max-width: 39.99875em) {
  section.start-news {
    margin-bottom: 30px;
  }
  section.start-news div.columns:first-of-type {
    margin-bottom: 30px;
  }
}
section.start-banners {
  text-align: left;
  padding: 0 0 60px 0;
}
section.start-banners .big-banner {
  width: 100%;
  background-size: cover;
  background-position: center center;
  padding: 30px;
  min-height: 410px;
}
section.start-banners .big-banner h2 {
  text-transform: uppercase;
  color: #333;
  font-size: 1.5625rem;
  line-height: 1.625rem;
  margin-bottom: 20px;
  width: 55%;
}
section.start-banners .big-banner p {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  margin-bottom: 30px;
  width: 55%;
}
section.start-banners .small-banner h2 {
  text-transform: uppercase;
  color: #333;
  font-size: 1.25rem;
  line-height: 1.375rem;
  margin-bottom: 20px;
  margin-top: 0;
}
section.start-banners .small-banner p {
  font-size: 1rem;
  line-height: 1.3125rem;
  margin-bottom: 25px;
}
section.start-banners > div > div:nth-of-type(2) {
  margin-bottom: 30px;
}

section.start-banners {
  padding-top: 2em 0;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  section.start-banners {
    padding: 30px 0;
  }
  section.start-banners > div > div:nth-of-type(2) {
    margin: 30px 0;
  }
}
@media screen and (max-width: 39.99875em) {
  section.start-banners {
    padding: 0;
  }
  section.start-banners .big-banner {
    min-height: 200px;
    height: 200px !important;
  }
  section.start-banners .big-banner h2 {
    width: 100%;
  }
  section.start-banners .big-banner p {
    width: 100%;
  }
  section.start-banners .small-banner h2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  section.start-banners .small-banner p {
    font-size: 1rem;
    line-height: 1.3125rem;
    margin-bottom: 25px;
  }
  section.start-banners > div > div:nth-of-type(2) {
    margin: 30px 0;
  }
  section.start-banners > div > div:nth-of-type(3) {
    margin: 0 0 30px;
  }
}
section.start-campaign {
  margin: 60px 0;
  padding: 60px 0 30px;
  background-size: 50% auto;
}
section.start-campaign h2 {
  font-size: 3.75rem;
  line-height: 4.125rem;
  margin-bottom: 20px;
}
section.start-campaign > p:first-of-type {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  margin-bottom: 50px;
}
section.start-campaign .columns {
  text-align: left;
  display: block;
  margin-bottom: 30px;
}
section.start-campaign .columns h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  margin-bottom: 20px;
  color: white;
}
section.start-campaign .columns p {
  font-size: 1rem;
  line-height: 1.25rem;
  color: white;
}
section.start-campaign .columns h4.price {
  font-size: 1.875rem;
  color: #fff;
  margin: 20px 0 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #012169;
}
section.start-campaign .columns img {
  min-width: 100%;
}
section.start-campaign .columns > div {
  position: relative;
  background: #012169;
  height: 100%;
}
section.start-campaign .columns > div > div {
  padding: 30px 30px 90px 30px;
}
section.start-campaign .columns div.image {
  background: #fff;
  padding: 30px;
}
section.start-campaign .columns p.exkl-vat {
  font-size: 0.6875rem;
  font-size: 0.6875rem;
  color: white;
}
section.start-campaign .columns .btn {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 30px;
  right: 30px;
  left: 30px;
  display: inline-block;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  section.start-campaign {
    margin: 60px 0;
    padding: 60px 30px 30px;
  }
}
@media screen and (max-width: 39.99875em) {
  section.start-campaign {
    margin: 60px 0;
    padding: 60px 10px 30px;
  }
  section.start-campaign .columns {
    margin-bottom: 10px;
  }
}
section.campaign:nth-child(odd) {
  background: #f7f7f7;
  border-bottom: 1px solid #e0e0e0;
}
section.campaign:nth-child(even) {
  background-size: 50% auto;
}

section.campaign-1-3 {
  padding: 60px 0;
  text-align: left;
}
section.campaign-1-3 .row:nth-of-type(1) {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  text-align: center;
}
section.campaign-1-3 .product {
  padding: 30px 0;
}
section.campaign-1-3 hr {
  border-bottom: 1px solid #e0e0e0;
  border-top: none;
  margin: 0;
}
section.campaign-1-3 hr.top {
  border-bottom: none;
  border-top: 4px solid #e4002b;
  margin: 30px 0 0;
}
section.campaign-1-3 h2 {
  font-size: 3.75rem;
  line-height: 4.125rem;
  margin-bottom: 20px;
}
section.campaign-1-3 h3 {
  font-size: 1.875rem;
  line-height: 2.125rem;
  margin-bottom: 15px;
}
section.campaign-1-3 p.articlenr {
  color: #888;
  margin-bottom: 10px;
}
section.campaign-1-3 div.image {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
section.campaign-1-3 .product .columns:nth-of-type(3) {
  text-align: center;
}
section.campaign-1-3 .product .columns:nth-of-type(3) p.ord-price {
  font-size: 1rem;
  line-height: 1.25rem;
}
section.campaign-1-3 .product .columns:nth-of-type(3) p.ord-price span {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 900 !important;
  font-style: normal;
}
section.campaign-1-3 .product .columns:nth-of-type(3) p.exkl-vat {
  font-size: 0.6875rem;
  font-size: 0.6875rem;
  color: #888;
}
section.campaign-1-3 .product .columns:nth-of-type(3) h4.price {
  font-size: 2.8125rem;
  color: #012169;
  margin: 10px 0 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  section.campaign-1-3 h2 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
  section.campaign-1-3 .columns {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 39.99875em) {
  section.campaign-1-3 h2 {
    font-size: 1.875rem;
    line-height: 2rem;
  }
  section.campaign-1-3 .columns {
    margin-bottom: 30px;
  }
  section.campaign-1-3 .row:nth-of-type(1) {
    margin-bottom: 0px;
  }
  section.campaign-1-3 h2 {
    font-size: 2.5rem;
    line-height: 2.75rem;
    margin-bottom: 20px;
  }
}
section.campaign-4-plus {
  padding: 60px 0;
  position: relative;
}
section.campaign-4-plus .blob-container {
  position: relative;
}
section.campaign-4-plus h2 {
  text-align: center;
  font-size: 3.75rem;
  line-height: 4.125rem;
  margin-bottom: 20px;
}
section.campaign-4-plus .columns {
  text-align: left;
  display: block;
  margin-bottom: 30px;
}
section.campaign-4-plus p.preamble {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5625rem;
  color: #666;
  width: 50%;
  margin: 0 auto 0 auto;
}
section.campaign-4-plus .blob {
  position: absolute;
  width: 190px;
  height: 190px;
  right: 0;
  top: -9rem;
  fill: #012169;
  z-index: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
section.campaign-4-plus .blob-content {
  position: absolute !important;
  background: none !important;
  width: 190px;
  height: 190px;
  right: 0;
  top: -6em;
  -ms-transform: rotate(8deg) translate3d(0, 0, 0);
  -webkit-transform: rotate(8deg) translate3d(0, 0, 0);
  transform: rotate(8deg) translate3d(0, 0, 0);
  z-index: 1;
  text-align: center;
  height: 100%;
}
section.campaign-4-plus .blob-content > div {
  padding: 30px 30px 90px 30px;
}
section.campaign-4-plus .blob-content h3 {
  color: #fff;
  font-size: 5rem;
  line-height: 4.2rem;
  margin: 0;
  word-break: normal;
}
section.campaign-4-plus .blob-content p {
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #fff;
  margin: 0;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  section.campaign-4-plus h2 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
  section.campaign-4-plus p.preamble {
    width: 100%;
    margin-bottom: 30px;
  }
  section.campaign-4-plus .blob {
    width: 140px;
    height: 140px;
    top: -5em;
  }
  section.campaign-4-plus .blob-content {
    width: 140px;
    height: 140px;
    top: -5.5em;
    right: 0.5em;
  }
  section.campaign-4-plus .blob-content h3 {
    font-size: 3.4375rem;
    line-height: 3.25rem;
  }
  section.campaign-4-plus .blob-content p {
    font-size: 1rem;
    line-height: 1rem;
  }
}
@media screen and (max-width: 39.99875em) {
  section.campaign-4-plus h2 {
    font-size: 1.875rem;
    line-height: 2rem;
    text-align: left;
  }
  section.campaign-4-plus p.preamble {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
  }
  section.campaign-4-plus .blob {
    width: 100px;
    height: 100px;
    right: 0;
    top: -5rem;
  }
  section.campaign-4-plus .blob-content {
    width: 100px;
    height: 100px;
    right: 0;
    top: -6rem;
    height: 100%;
  }
  section.campaign-4-plus .blob-content h3 {
    font-size: 1.875rem;
    line-height: 2.2rem;
  }
  section.campaign-4-plus .blob-content p {
    font-size: 0.75rem;
    line-height: 0.75rem;
  }
  section.campaign-4-plus .blob-container {
    position: relative !important;
  }
  section.campaign-4-plus .row.blob-container .columns {
    margin-bottom: 0;
  }
}
section.campaign-list-big {
  padding: 30px 0 60px 0;
  text-align: left;
}
section.campaign-list-big .product {
  padding: 30px 0;
}
section.campaign-list-big select {
  width: 120px;
  margin-top: -10px;
  margin-left: 20px;
}
section.campaign-list-big hr {
  border-bottom: 1px solid #e0e0e0;
  border-top: none;
  margin: 0;
}
section.campaign-list-big hr.top {
  border-bottom: none;
  border-top: 4px solid #e4002b;
  margin: 30px 0 0;
}
section.campaign-list-big h2 {
  font-size: 2.5rem;
  font-size: 2.75rem;
}
section.campaign-list-big h3 {
  font-size: 1.875rem;
  line-height: 2.125rem;
}
section.campaign-list-big p.articlenr {
  color: #888;
  margin-bottom: 10px;
}
section.campaign-list-big a.play {
  text-decoration: none;
  display: block;
  background-image: url(/dist/images/_all/play_product_video.png);
  background-size: 30px 17px;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 36px;
  margin-top: 15px;
  color: #012169;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.campaign-list-big a.play:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  color: #012169;
}
section.campaign-list-big div.image {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
section.campaign-list-big div.image-thumb {
  background: #fff;
  padding: 10px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
  float: left;
  width: 32%;
  margin-right: 3%;
  margin-top: 10px;
}
section.campaign-list-big div.image-thumb:last-of-type {
  margin-right: 0;
}
section.campaign-list-big .list-icons img {
  width: 30px;
  height: 20px;
  margin-left: 10px;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
section.campaign-list-big .list-icons img:hover {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
section.campaign-list-big .list-icons img.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
section.campaign-list-big .product .columns:nth-of-type(2) p {
  margin-bottom: 20px;
}
section.campaign-list-big .product .columns:nth-of-type(3) {
  text-align: center;
}
section.campaign-list-big .product .columns:nth-of-type(3) p.ord-price {
  font-size: 1rem;
  line-height: 1.25rem;
}
section.campaign-list-big .product .columns:nth-of-type(3) p.ord-price span {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 900 !important;
  font-style: normal;
}
section.campaign-list-big .product .columns:nth-of-type(3) p.exkl-vat {
  font-size: 0.6875rem;
  font-size: 0.6875rem;
  color: #888;
}
section.campaign-list-big .product .columns:nth-of-type(3) h4.price {
  font-size: 2.8125rem;
  color: #012169;
  margin: 10px 0 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
section.campaign-list-big .product .columns:nth-of-type(3) .btn {
  margin-top: 20px;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  section.campaign-list-big {
    padding: 30px 0;
  }
  section.campaign-list-big h2 {
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 0px;
  }
  section.campaign-list-big select {
    width: 100%;
    min-width: 100%;
    margin: 20px 0;
  }
}
@media screen and (max-width: 39.99875em) {
  section.campaign-list-big {
    padding: 30px 0;
  }
  section.campaign-list-big .row:nth-of-type(1) {
    margin-bottom: 0px;
  }
  section.campaign-list-big h2 {
    font-size: 1.875rem;
    line-height: 2rem;
    margin-bottom: 0px;
  }
  section.campaign-list-big div.image {
    margin-bottom: 20px;
  }
  section.campaign-list-big .list-icons {
    margin-top: 20px;
  }
  section.campaign-list-big select {
    width: 100%;
    min-width: 100%;
    margin: 20px 0 0;
  }
}
section.campaign-list-small {
  padding: 30px 0 60px 0;
  text-align: left;
}
section.campaign-list-small .product {
  padding: 15px 0;
}
section.campaign-list-small select {
  width: 120px;
  margin-top: -10px;
  margin-left: 20px;
}
section.campaign-list-small hr {
  border-bottom: 1px solid #e0e0e0;
  border-top: none;
  margin: 0;
}
section.campaign-list-small hr.top {
  border-bottom: none;
  border-top: 4px solid #e4002b;
  margin: 30px 0 0;
}
section.campaign-list-small h2 {
  font-size: 2.5rem;
  font-size: 2.75rem;
}
section.campaign-list-small h3 {
  font-size: 1.5625rem;
  line-height: 1.75rem;
  margin: 15px 0;
}
section.campaign-list-small p.articlenr {
  color: #888;
  margin-bottom: 10px;
}
section.campaign-list-small div.image {
  background: #fff;
  padding: 30px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
section.campaign-list-small .list-icons img {
  width: 30px;
  height: 20px;
  margin-left: 10px;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
section.campaign-list-small .list-icons img:hover {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}
section.campaign-list-small .list-icons img.active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
section.campaign-list-small .product .columns:nth-of-type(2) p {
  margin-bottom: 20px;
}
section.campaign-list-small .product .columns:nth-of-type(3) {
  text-align: center;
}
section.campaign-list-small .product .columns:nth-of-type(3) p.ord-price {
  font-size: 1rem;
  line-height: 1.25rem;
}
section.campaign-list-small .product .columns:nth-of-type(3) p.ord-price span {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 900 !important;
  font-style: normal;
}
section.campaign-list-small .product .columns:nth-of-type(3) p.exkl-vat {
  font-size: 0.6875rem;
  font-size: 0.6875rem;
  color: #888;
}
section.campaign-list-small .product .columns:nth-of-type(3) h4.price {
  font-size: 2.8125rem;
  color: #012169;
  margin: 10px 0 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
section.campaign-list-small .product .columns:nth-of-type(3) .btn {
  margin-top: 20px;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  section.campaign-list-small select {
    width: 100%;
    min-width: 100%;
    margin: 20px 0;
  }
}
@media screen and (max-width: 39.99875em) {
  section.campaign-list-small select {
    width: 100%;
    min-width: 100%;
    margin: 20px 0;
  }
}
.promos {
  position: relative;
  margin-bottom: 1rem;
}
.promo-col-l .promos {
  padding-bottom: 97.47%;
}
.promo-col-half .promos {
  padding-bottom: 63%;
}
.promo-col-m .promos {
  padding-bottom: calc(73.782% + 1rem);
}
.promo-col-m .promos .promo {
  height: calc(50% - 0.5rem);
}
.promo-col-m .promos > *:nth-child(2) {
  bottom: 0;
}
.promo-col-m .promos > *:nth-child(2) > .promo {
  bottom: 0;
}
.promo-col-r .promos {
  padding-bottom: 133.16667%;
}

.promo {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #012169;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.promo__texts {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0.3rem 1rem;
  width: 100%;
  text-align: left;
  transform: translate(-50%, -50%);
}
.promo__texts h2,
.promo__texts h3 {
  color: #fff;
  text-align: left;
  font-size: 2rem;
}
.promo__texts h3 {
  font-size: 1.6rem;
}
.promo__texts a.btn {
  margin-top: 1rem;
}
.promo__texts p.text {
  margin-top: 1rem;
  padding: 0.3rem 1rem;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  text-align: left;
}

section.product-promoboxes {
  background-size: 50% auto;
  padding: 60px 0 45px;
}
section.product-promoboxes ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
section.product-promoboxes li {
  height: auto;
  padding: 0 0.625rem 1.25rem;
  width: 25%;
}
@media (max-width: 768px) {
  section.product-promoboxes li {
    width: 50%;
  }
}
@media (max-width: 424px) {
  section.product-promoboxes li {
    width: 100%;
  }
}
section.product-promoboxes a {
  padding: 30px;
  text-align: left;
  display: block;
  background-color: #012169;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.product-promoboxes a:hover {
  background-color: #053fc1;
}
section.product-promoboxes a h2 {
  color: #fff;
  font-size: 1.375rem;
  text-transform: none;
  word-break: break-word;
}
section.product-promoboxes a p {
  margin-top: 10px;
  color: #fff;
}

section.product-promoboxes + section.intro-employee {
  margin-top: 0;
}

section.product-show-all-cats .cats-list {
  display: none;
  padding: 15px 0 30px;
}
section.product-show-all-cats ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
section.product-show-all-cats li {
  height: auto;
  padding: 0 0.625rem 1.25rem;
  width: 25%;
}
@media (max-width: 768px) {
  section.product-show-all-cats li {
    width: 50%;
  }
}
@media (max-width: 424px) {
  section.product-show-all-cats li {
    width: 100%;
  }
}
section.product-show-all-cats a.product-cat {
  padding: 20px 30px;
  height: 100%;
  text-align: left;
  display: block;
  background-color: #012169;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.product-show-all-cats a.product-cat:hover {
  background-color: #053fc1;
}
section.product-show-all-cats a.product-cat h2 {
  color: #fff;
  font-size: 1.25rem;
  text-transform: none;
  word-break: break-word;
}
section.product-show-all-cats a.product-cat p {
  color: #fff;
}
section.product-show-all-cats .btn {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin: 15px 0;
}
section.product-show-all-cats .btn:hover {
  background: rgb(0, 0, 0);
}
section.product-show-all-cats .arrow-down:after {
  content: " o";
  text-transform: lowercase;
  font-family: "ArrrowsRegular";
  color: #fff;
}
section.product-show-all-cats .active:after {
  content: " O";
  text-transform: uppercase;
  font-family: "ArrrowsRegular";
  color: #fff;
}

section.industry-promoboxes {
  background-size: 50% auto;
  padding: 60px 0 45px;
}
section.industry-promoboxes ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
section.industry-promoboxes li {
  height: auto;
  padding: 0 0.625rem 1.25rem;
  width: 25%;
}
@media (max-width: 768px) {
  section.industry-promoboxes li {
    width: 50%;
  }
}
@media (max-width: 424px) {
  section.industry-promoboxes li {
    width: 100%;
  }
}
section.industry-promoboxes a {
  padding: 30px;
  text-align: center;
  display: block;
  background-color: #012169;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0;
}
section.industry-promoboxes a:hover {
  background-color: #053fc1;
}
section.industry-promoboxes a h2 {
  color: #fff;
  margin: 0px;
  font-size: 1rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
section.industry-promoboxes a p {
  color: #fff;
}

section.news-start {
  margin: 50px 0 60px;
  text-align: left;
}
section.news-start .news-banner {
  margin-bottom: 30px;
}
section.news-start .news-banner h2 {
  font-size: 1.5625rem;
  font-size: 1.75rem;
  margin: 20px 0;
  text-transform: uppercase;
  color: #666;
}
section.news-start .news-banner .btn {
  margin-top: 30px;
}
section.news-start .news-banner img {
  width: 100%;
  height: auto;
}
section.news-start hr {
  margin-bottom: 30px !important;
}

div.news-list {
  text-align: center;
}
div.news-list h2.news-list {
  text-align: left;
  display: block;
  background: #012169;
  color: white;
  text-transform: uppercase;
  padding: 20px 30px;
  font-size: 1.875rem;
  text-transform: none;
  margin: 0;
}
div.news-list ul {
  list-style-type: none;
}
div.news-list ul li a {
  text-align: left;
  display: block;
  padding: 30px;
  background: #f7f7f7;
  text-decoration: none;
  margin-top: 5px;
}
div.news-list ul li a:hover {
  background: #e0e0e0;
}
div.news-list ul li a h3 {
  color: #666;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
div.news-list ul li a time {
  color: #888;
  margin-bottom: 7px;
  display: block;
}
div.news-list ul li a p {
  color: #666;
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0;
}
div.news-list .expand-command2.btn {
  margin-top: 30px !important;
}

section.news-item {
  margin: 50px 0 60px;
}
section.news-item > div > div:first-of-type {
  text-align: left;
}
section.news-item > div > div:first-of-type h1 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #666 !important;
}
section.news-item > div > div:first-of-type h2 {
  font-size: 1.875rem;
  line-height: 2rem;
  margin-bottom: 20px;
  text-transform: none;
}
section.news-item > div > div:first-of-type img {
  margin-bottom: 30px;
}
section.news-item > div > div:first-of-type time {
  color: #888;
  margin-bottom: 7px;
  display: block;
}
section.news-item > div > div:first-of-type .btn {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
section.news-item > div > div:first-of-type a:last-of-type {
  margin-bottom: 30px;
}
section.news-item > div > div:first-of-type p {
  margin-bottom: 20px;
}

@media screen and (max-width: 39.99875em) {
  section.news-item > div > div:first-of-type h1 {
    font-size: 1.625rem;
    line-height: 1.75rem;
  }
}
section.news-magazine-nav {
  padding: 30px 0 0;
  background: #f7f7f7;
}
section.news-magazine-nav ul {
  list-style-type: none;
}
section.news-magazine-nav ul a {
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #333;
  display: block;
  border-bottom: 5px solid #f7f7f7;
}
section.news-magazine-nav ul a:hover {
  border-bottom: 5px solid #012169;
}
section.news-magazine-nav ul a.active {
  border-bottom: 5px solid #012169;
}
section.news-magazine-nav ul a p {
  padding-bottom: 20px;
}
section.news-magazine-nav ul a img {
  margin-bottom: 6px;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  section.news-magazine-nav {
    padding: 10px 0 0;
  }
  section.news-magazine-nav ul a {
    margin-top: 20px;
    border-bottom: 5px solid #f7f7f7;
  }
  section.news-magazine-nav ul a p {
    padding-bottom: 5px;
  }
  section.news-magazine-nav ul a img {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 39.99875em) {
  section.news-magazine-nav {
    padding: 10px 0 0;
  }
  section.news-magazine-nav ul a {
    margin-top: 20px;
    border-bottom: 5px solid #f7f7f7;
  }
  section.news-magazine-nav ul a p {
    padding-bottom: 5px;
  }
  section.news-magazine-nav ul a img {
    margin-bottom: 6px;
  }
}
section.news-magazine {
  padding: 60px 0;
  background-size: 50% auto;
  text-align: left;
}
section.news-magazine h1 {
  text-transform: uppercase;
  color: #333;
  margin-top: 0px;
  font-size: 2.1875rem;
  line-height: 2.25rem;
}
section.news-magazine p {
  margin-bottom: 20px;
}
section.news-magazine ul {
  padding-left: 40px;
}

section.product-news-intro {
  text-align: left;
  margin: 40px 0 0;
}
section.product-news-intro .preamble ul {
  margin-top: 15px;
  margin-left: 40px;
}
section.product-news-intro .preamble ul li {
  padding-left: 5px;
}

section.press-form {
  margin: 30px 0;
  padding: 30px;
  background: #f7f7f7;
}
section.press-form h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

section.press-images {
  padding: 60px 0;
  position: relative;
  background-size: 50% auto;
}
section.press-images h2 {
  text-align: center;
  font-size: 3.75rem;
  line-height: 4.125rem;
  margin-bottom: 40px;
  text-transform: none;
}
section.press-images div:nth-of-type(2) .columns {
  text-align: left;
  display: block;
  margin-bottom: 30px;
}
section.press-images div:nth-of-type(2) .columns > div {
  background: #012169;
}
section.press-images div:nth-of-type(2) .columns h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: white;
}
section.press-images div:nth-of-type(2) .columns p {
  font-size: 1rem;
  line-height: 1.25rem;
  color: white;
}
section.press-images div:nth-of-type(2) .columns h4.price {
  font-size: 1.875rem;
  color: #fff;
  margin: 20px 0 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid #012169;
}
section.press-images div:nth-of-type(2) .columns img {
  max-height: 240px;
  width: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.press-images div:nth-of-type(2) .columns > div {
  position: relative;
  background: #012169;
  height: 100%;
}
section.press-images div:nth-of-type(2) .columns > div > div:nth-of-type(2) {
  padding: 30px 30px 90px 30px;
}
section.press-images div:nth-of-type(2) .columns div.image {
  background: #fff;
  padding: 30px;
  height: 300px;
  text-align: center;
}
section.press-images div:nth-of-type(2) .columns .btn {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: 30px;
  right: 30px;
  left: 30px;
  display: inline-block;
}

section.calendar {
  margin: 40px 0 60px;
  text-align: left;
}
section.calendar .calendar-mini-wrap {
  padding: 30px;
  background: #f7f7f7;
  margin-bottom: 30px;
}
section.calendar .calendar-mini-wrap > div {
  background: #fff;
  padding: 20px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
section.calendar .events {
  display: none;
}
section.calendar .calendar-item {
  margin-bottom: 0;
  cursor: default;
  -webkit-transition: initial;
  transition: initial;
}
section.calendar .calendar-item:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  cursor: default;
}
section.calendar .expandable .calendar-item {
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.calendar .expandable .calendar-item:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
section.calendar .calendar-item-list .hr hr {
  margin: 20px 0 !important;
}
section.calendar .calendar-item {
  margin-bottom: 0 !important;
}
section.calendar .expandable .calendar-item:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  cursor: default;
}
section.calendar .calendar-item .arrow {
  position: static;
  float: right;
  margin-left: 5px;
}
section.calendar .calendar-item-list.hide-past .is-past-in-current-month {
  display: none;
}

@media screen and (max-width: 39.99875em) {
  section.calendar .calendar-mini-wrap {
    display: none;
  }
}
section.calendar {
  margin: 40px 0 60px;
}
section.calendar h2 {
  font-size: 1.5625rem;
  line-height: 1.75rem;
  color: #666;
  text-transform: uppercase;
  margin: 40px 0 20px;
}
section.calendar .calendar-item-list .hr {
  margin: 0;
}
section.calendar .calendar-item-list .hr hr {
  margin: 30px 0;
}
section.calendar .calendar-item-list .hr-head {
  margin-bottom: 20px;
}
section.calendar .calendar-item-list > div > div[data-date] {
  scroll-margin-top: 115px;
}
section.calendar .calendar-item {
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
section.calendar .calendar-item:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
section.calendar .calendar-item .arrow-text {
  padding-right: 30px;
}
section.calendar .calendar-item .arrow {
  position: absolute;
  right: 0.925em;
  z-index: 100;
}
section.calendar .calendar-item .arrow:after {
  content: " o";
  text-transform: lowercase;
  font-family: "ArrrowsRegular";
  color: #012169;
  font-size: 30px;
}
section.calendar .calendar-item .arrow.active:after {
  content: " o";
  text-transform: uppercase;
  font-family: "ArrrowsRegular";
  color: #012169;
  font-size: 30px;
}
section.calendar .calendar-item h3 {
  font-size: 1.25rem;
  line-height: 1.375rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
section.calendar .calendar-item time {
  color: #888;
  margin-bottom: -14px;
  display: block;
  font-size: 1rem;
  line-height: 1rem;
}
section.calendar .calendar-item p {
  margin-top: 20px;
}
section.calendar .calendar-item .cal-item-text {
  display: none;
}
section.calendar .calendar-item .date-box {
  text-align: center;
  background: #e0e0e0;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  text-align: center;
}
section.calendar .calendar-item .date-box > div span:nth-of-type(1) {
  padding-top: 1.5rem;
  font-size: 3rem;
  font-weight: bold;
  line-height: 2rem;
  color: #012169;
  display: block;
  letter-spacing: -0.04em;
  margin: auto;
}
section.calendar .calendar-item .date-box > div span:nth-of-type(2) {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.5rem;
  color: #012169;
  display: block;
  text-transform: uppercase;
}

@media screen and (max-width: 39.99875em) {
  section.calendar .calendar-item .date-box {
    text-align: left;
    height: auto;
    padding: 15px 0px;
    background: #fff;
  }
  section.calendar .calendar-item .date-box > div {
    position: relative;
    transform: none;
  }
  section.calendar .calendar-item .date-box > div span:nth-of-type(1) {
    font-size: 1.875rem;
    line-height: 2.5rem;
    display: inline;
    float: left;
    margin-right: 10px;
    padding-top: 0;
  }
  section.calendar .calendar-item .date-box > div span:nth-of-type(2) {
    font-size: 1.875rem;
    line-height: 2.5rem;
    display: inline;
    float: left;
  }
}
/*! name: vanilla-calendar-pro | url: https://github.com/uvarov-frontend/vanilla-calendar-pro */
.vanilla-calendar {
  position: relative;
  box-sizing: border-box;
  display: flex;
  width: 300px;
  min-width: 272px;
  max-width: 100%;
  flex-direction: column;
  border-radius: 0.75rem;
  padding: 1rem;
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}

@supports ((width: -webkit-max-content) or (width: max-content)) and ((height: -webkit-max-content) or (height: max-content)) {
  .vanilla-calendar {
    height: -webkit-max-content;
    height: max-content;
    width: -webkit-max-content;
    width: max-content;
  }
}
.vanilla-calendar_multiple {
  width: 550px;
}

@supports (width: -webkit-fit-content) or (width: -moz-fit-content) or (width: fit-content) {
  .vanilla-calendar_multiple {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.vanilla-calendar button:focus-visible {
  border-radius: 0.5rem;
  outline-style: solid;
  outline-width: 1px;
}

.vanilla-calendar.vanilla-calendar_multiple .vanilla-calendar-days {
  flex-grow: 0;
}

.vanilla-calendar_hidden {
  pointer-events: none;
  opacity: 0;
}

.vanilla-calendar_hidden * {
  pointer-events: none !important;
}

.vanilla-calendar_to-input {
  position: absolute;
}

.vanilla-calendar_to-input_bottom {
  margin-top: 0.25rem;
}

.vanilla-calendar_to-input_top {
  margin-top: -0.25rem;
}

.vanilla-calendar-controls {
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.25rem;
}

.vanilla-calendar-arrow {
  pointer-events: auto;
  position: relative;
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  border-width: 0px;
  background-color: transparent;
}

.vanilla-calendar-arrow:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  --tw-content: "";
  content: var(--tw-content);
}

.vanilla-calendar-arrow.vanilla-calendar-arrow_prev:before {
  transform: rotate(90deg);
}

.vanilla-calendar-arrow.vanilla-calendar-arrow_next:before {
  transform: rotate(-90deg);
}

.vanilla-calendar-grid {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.75rem;
}

.vanilla-calendar-grid.vanilla-calendar-grid_disabled .vanilla-calendar-column {
  pointer-events: none;
  opacity: 0.3;
}

.vanilla-calendar-grid.vanilla-calendar-grid_disabled .vanilla-calendar-column.vanilla-calendar-column_month, .vanilla-calendar-grid.vanilla-calendar-grid_disabled .vanilla-calendar-column.vanilla-calendar-column_year {
  pointer-events: auto;
  opacity: 1;
}

.vanilla-calendar-column {
  display: flex;
  min-width: -webkit-min-content;
  min-width: min-content;
  flex-direction: column;
}

.vanilla-calendar-header {
  position: relative;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}

.vanilla-calendar-header__content {
  display: grid;
  flex-grow: 1;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  align-items: center;
  justify-content: center;
  white-space: pre-wrap;
  padding-left: 1rem;
  padding-right: 1rem;
}

.vanilla-calendar-month, .vanilla-calendar-year {
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 0px;
  background-color: transparent;
  padding: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.vanilla-calendar-month.vanilla-calendar-month_disabled, .vanilla-calendar-year.vanilla-calendar-year_disabled {
  pointer-events: none;
}

.vanilla-calendar-months {
  display: grid;
  flex-grow: 1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  row-gap: 1rem;
  column-gap: 0.5rem;
}

.vanilla-calendar-years {
  display: grid;
  flex-grow: 1;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  row-gap: 1rem;
  column-gap: 0.5rem;
}

.vanilla-calendar-months_selecting .vanilla-calendar-months__month, .vanilla-calendar-years_selecting .vanilla-calendar-years__year {
  cursor: pointer;
}

.vanilla-calendar-months_selecting .vanilla-calendar-months__month .vanilla-calendar-months__month_disabled, .vanilla-calendar-years_selecting .vanilla-calendar-years__year .vanilla-calendar-years__year_disabled {
  cursor: default;
}

.vanilla-calendar-months__month, .vanilla-calendar-years__year {
  display: flex;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  word-break: break-all;
  border-radius: 0.5rem;
  border-width: 0px;
  padding: 0.25rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

.vanilla-calendar-months__month.vanilla-calendar-months__month_disabled, .vanilla-calendar-years__year.vanilla-calendar-years__year_disabled {
  pointer-events: none;
}

.vanilla-calendar-week-numbers {
  display: flex;
  flex-direction: column;
}

.vanilla-calendar-week-numbers__title {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

.vanilla-calendar-week-numbers__content {
  display: grid;
  grid-auto-flow: row;
  align-items: center;
  justify-items: center;
  row-gap: 0.25rem;
}

.vanilla-calendar-week-number {
  margin: 0;
  display: flex;
  min-height: 1.875rem;
  width: 100%;
  min-width: 1.875rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-style: none;
  background-color: transparent;
  padding: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

.vanilla-calendar-wrapper {
  display: flex;
  flex-grow: 1;
}

.vanilla-calendar-content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}

.vanilla-calendar-week {
  margin-bottom: 0.5rem;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  justify-items: center;
}

.vanilla-calendar-week__day {
  display: flex;
  width: 100%;
  min-width: 1.875rem;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

.vanilla-calendar-days {
  display: grid;
  flex-grow: 1;
  grid-template-columns: repeat(7, 1fr);
  align-items: center;
  justify-items: center;
  row-gap: 0.25rem;
}

.vanilla-calendar-days_selecting .vanilla-calendar-day__btn {
  cursor: pointer;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 75ms;
}

.vanilla-calendar-days_selecting .vanilla-calendar-day__btn_disabled {
  cursor: default;
}

.vanilla-calendar-day {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.vanilla-calendar-day_hover-intermediate .vanilla-calendar-day__btn {
  border-radius: 0;
}

.vanilla-calendar-day_hover-first .vanilla-calendar-day__btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.vanilla-calendar-day_hover-last .vanilla-calendar-day__btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.vanilla-calendar-day_hover-first.vanilla-calendar-day_hover-last .vanilla-calendar-day__btn {
  border-radius: 0.5rem;
}

.vanilla-calendar-day:focus-visible .vanilla-calendar-day__popup, .vanilla-calendar-day:hover .vanilla-calendar-day__popup {
  pointer-events: auto;
  opacity: 1;
}

.vanilla-calendar-day_selected-first .vanilla-calendar-day__btn_selected {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.vanilla-calendar-day_selected-last .vanilla-calendar-day__btn_selected {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.vanilla-calendar-day_selected-first.vanilla-calendar-day_selected-last .vanilla-calendar-day__btn_selected {
  border-radius: 0.5rem;
}

.vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected {
  border-radius: 0;
}

.vanilla-calendar-day__btn {
  display: flex;
  height: 100%;
  min-height: 1.875rem;
  width: 100%;
  min-width: 1.875rem;
  cursor: default;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border-width: 0px;
  padding: 0;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
}

.vanilla-calendar-day__btn_today {
  font-weight: 700;
}

.vanilla-calendar-day__btn_disabled {
  pointer-events: none;
}

.vanilla-calendar-day__popup {
  transform: translate(-50%);
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 20;
  width: 8rem;
  padding: 1rem 0.75rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  opacity: 0;
}

.vanilla-calendar-day__popup:before {
  content: var(--tw-content);
  position: absolute;
}

.vanilla-calendar-day__popup:after {
  content: var(--tw-content);
  position: absolute;
}

.vanilla-calendar-day__popup:hover {
  pointer-events: auto;
  opacity: 1;
}

.vanilla-calendar-day__popup:before {
  content: "";
  left: 0;
  bottom: 0;
  z-index: -10;
  display: block;
  height: calc(100% - 8px);
  width: 100%;
  border-radius: 0.5rem;
}

.vanilla-calendar-day__popup:after {
  content: "";
  transform: translate(-50%);
  left: 50%;
  top: 1px;
  z-index: -10;
  display: block;
  height: 0px;
  width: 0px;
  border-left-width: 8px;
  border-right-width: 8px;
  border-top-width: 0px;
  border-bottom-width: 8px;
  border-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
}

.vanilla-calendar-time {
  margin-top: 0.75rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem;
  border-top-width: 1px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-style: solid;
  padding-top: 0.75rem;
}

.vanilla-calendar-time__content {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
}

.vanilla-calendar-time__hours {
  position: relative;
  margin-right: 0.35rem;
  width: 1.75rem;
}

.vanilla-calendar-time__hours:after {
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: calc(-50% + 1px);
  display: block;
  --tw-content: ":";
  content: var(--tw-content);
}

.vanilla-calendar-time__minutes {
  width: 1.75rem;
}

.vanilla-calendar-time__hours input, .vanilla-calendar-time__minutes input {
  position: relative;
  margin: 0;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 0px;
  padding: 0.125rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.125rem;
}

.vanilla-calendar-time__hours input:focus-visible, .vanilla-calendar-time__minutes input:focus-visible {
  outline-style: solid;
  outline-width: 1px;
}

.vanilla-calendar-time__hours input:disabled, .vanilla-calendar-time__minutes input:disabled {
  cursor: default;
}

.vanilla-calendar-time__hours input:hover:disabled, .vanilla-calendar-time__minutes input:hover:disabled {
  background-color: transparent;
}

.vanilla-calendar-time__keeping {
  margin-left: 1px;
  margin-top: 0.25rem;
  width: 22px;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 0px;
  background-color: transparent;
  padding: 0;
  font-size: 0.69rem;
}

.vanilla-calendar-time__keeping:focus-visible {
  outline-style: solid;
  outline-width: 1px;
}

.vanilla-calendar-time__keeping:disabled {
  cursor: default;
}

.vanilla-calendar-time__keeping:hover:disabled {
  background-color: transparent;
}

.vanilla-calendar-time__ranges {
  display: grid;
  grid-auto-flow: row;
}

.vanilla-calendar-time__range {
  position: relative;
  z-index: 10;
  font-size: 0;
}

.vanilla-calendar-time__range:before {
  content: var(--tw-content);
  left: 0;
}

.vanilla-calendar-time__range:after {
  content: var(--tw-content);
  right: 0;
}

.vanilla-calendar-time__range:before, .vanilla-calendar-time__range:after {
  content: "";
  transform: translateY(-50%);
  pointer-events: none;
  position: absolute;
  top: 50%;
  z-index: 10;
  height: 0.5rem;
  width: 1px;
}

.vanilla-calendar-time__range input {
  position: relative;
  margin: 0;
  height: 1.25rem;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  outline-width: 0px;
}

.vanilla-calendar-time__range input::-webkit-slider-thumb {
  position: relative;
  z-index: 20;
  margin-top: -0.5rem;
  box-sizing: border-box;
  height: 1rem;
  width: 0.75rem;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.vanilla-calendar-time__range input::-moz-range-thumb {
  position: relative;
  z-index: 20;
  box-sizing: border-box;
  height: 1rem;
  width: 0.75rem;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.vanilla-calendar-time__range input::-webkit-slider-runnable-track {
  margin-top: 1px;
  box-sizing: border-box;
  height: 1px;
  width: 100%;
  cursor: pointer;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.vanilla-calendar-time__range input::-moz-range-track {
  margin-top: 1px;
  box-sizing: border-box;
  height: 1px;
  width: 100%;
  cursor: pointer;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

[data-calendar-theme=light].vanilla-calendar {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  color: #0f172a;
}

[data-calendar-theme=light].vanilla-calendar_to-input {
  --tw-shadow: 0 9px 20px rgba(0,0,0,.1);
  --tw-shadow-colored: 0 9px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

[data-calendar-theme=light].vanilla-calendar button:focus-visible {
  outline-color: #fdba74;
}

[data-calendar-theme=light] .vanilla-calendar-arrow {
  background-color: transparent;
}

[data-calendar-theme=light] .vanilla-calendar-arrow:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCc+PHBhdGggZmlsbD0nIzBmMTcyYScgZD0nTTEyIDE2Yy0uMyAwLS41LS4xLS43LS4zbC02LTZjLS40LS40LS40LTEgMC0xLjRzMS0uNCAxLjQgMGw1LjMgNS4zIDUuMy01LjNjLjQtLjQgMS0uNCAxLjQgMHMuNCAxIDAgMS40bC02IDZjLS4yLjItLjQuMy0uNy4zeicvPjwvc3ZnPg==);
}

[data-calendar-theme=light] .vanilla-calendar-arrow:hover:before {
  opacity: 0.6;
}

[data-calendar-theme=light] .vanilla-calendar-header__content, [data-calendar-theme=light] .vanilla-calendar-month, [data-calendar-theme=light] .vanilla-calendar-year {
  color: #0f172a;
}

[data-calendar-theme=light] .vanilla-calendar-month:hover, [data-calendar-theme=light] .vanilla-calendar-year:hover {
  color: #64748b;
}

[data-calendar-theme=light] .vanilla-calendar-month.vanilla-calendar-month_not-active, [data-calendar-theme=light] .vanilla-calendar-year.vanilla-calendar-year_not-active {
  color: #94a3b8;
}

[data-calendar-theme=light] .vanilla-calendar-month.vanilla-calendar-month_disabled, [data-calendar-theme=light] .vanilla-calendar-year.vanilla-calendar-year_disabled {
  color: #cbd5e1;
}

[data-calendar-theme=light] .vanilla-calendar-months__month {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  color: #64748b;
}

[data-calendar-theme=light] .vanilla-calendar-months__month:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249/var(--tw-bg-opacity));
}

[data-calendar-theme=light] .vanilla-calendar-months__month.vanilla-calendar-months__month_selected, [data-calendar-theme=light] .vanilla-calendar-months__month.vanilla-calendar-months__month_selected:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212/var(--tw-bg-opacity));
  color: #fff;
}

[data-calendar-theme=light] .vanilla-calendar-months__month.vanilla-calendar-months__month_disabled, [data-calendar-theme=light] .vanilla-calendar-months__month.vanilla-calendar-months__month_disabled:hover {
  color: #cbd5e1;
}

[data-calendar-theme=light] .vanilla-calendar-years__year {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  color: #64748b;
}

[data-calendar-theme=light] .vanilla-calendar-years__year:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249/var(--tw-bg-opacity));
}

[data-calendar-theme=light] .vanilla-calendar-years__year.vanilla-calendar-years__year_selected, [data-calendar-theme=light] .vanilla-calendar-years__year.vanilla-calendar-years__year_selected:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212/var(--tw-bg-opacity));
  color: #fff;
}

[data-calendar-theme=light] .vanilla-calendar-years__year.vanilla-calendar-years__year_disabled, [data-calendar-theme=light] .vanilla-calendar-years__year.vanilla-calendar-years__year_disabled:hover {
  color: #cbd5e1;
}

[data-calendar-theme=light] .vanilla-calendar-week-numbers__title, [data-calendar-theme=light] .vanilla-calendar-week-number {
  color: #64748b;
}

[data-calendar-theme=light] .vanilla-calendar-week-number:hover {
  color: #475569;
}

[data-calendar-theme=light] .vanilla-calendar-week__day {
  color: #64748b;
}

[data-calendar-theme=light] .vanilla-calendar-week__day_weekend {
  color: #f43f5e;
}

[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected, [data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected, [data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected:hover, [data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected:hover {
  background-color: rgb(244 63 94/var(--tw-bg-opacity));
  --tw-bg-opacity: .7;
  color: #fff;
}

[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected, [data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected, [data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected, [data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected, [data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected:hover, [data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected:hover, [data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected:hover, [data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240/var(--tw-bg-opacity));
  color: #64748b;
}

[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected, [data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected:hover {
  background-color: rgb(6 182 212/var(--tw-bg-opacity));
  --tw-bg-opacity: .7;
  color: #fff;
}

[data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev, [data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next, [data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev:hover, [data-calendar-theme=light] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240/var(--tw-bg-opacity));
  color: #64748b;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  color: #0f172a;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249/var(--tw-bg-opacity));
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_today {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249/var(--tw-bg-opacity));
  color: #06b6d4;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_today:hover {
  color: #06b6d4;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_prev, [data-calendar-theme=light] .vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_next {
  color: #64748b;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_prev, [data-calendar-theme=light] .vanilla-calendar-day__btn_next {
  color: #94a3b8;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_disabled {
  color: #cbd5e1;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249/var(--tw-bg-opacity));
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday {
  color: #f43f5e;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend:hover, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday:hover, [data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_hover, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242/var(--tw-bg-opacity));
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_disabled, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_disabled {
  color: #cbd5e1;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_today, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_today {
  color: #f43f5e;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_disabled, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_disabled {
  color: #cbd5e1;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev, [data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  color: #94a3b8;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev:hover, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev:hover, [data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next:hover, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next:hover, [data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_hover, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_hover, [data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_hover, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249/var(--tw-bg-opacity));
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_today, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_today, [data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_today, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_today {
  color: #94a3b8;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_disabled, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_disabled, [data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_disabled, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_disabled {
  color: #cbd5e1;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected, [data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected:hover, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94/var(--tw-bg-opacity));
  color: #fff;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected, [data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected, [data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected:hover, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected:hover, [data-calendar-theme=light] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected:hover, [data-calendar-theme=light] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225/var(--tw-bg-opacity));
  color: #64748b;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_selected, [data-calendar-theme=light] .vanilla-calendar-day__btn_selected:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212/var(--tw-bg-opacity));
  color: #fff;
}

[data-calendar-theme=light] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev, [data-calendar-theme=light] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next, [data-calendar-theme=light] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev:hover, [data-calendar-theme=light] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225/var(--tw-bg-opacity));
  color: #64748b;
}

[data-calendar-theme=light] .vanilla-calendar-day__popup {
  color: #0f172a;
}

[data-calendar-theme=light] .vanilla-calendar-day__popup:before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  --tw-shadow: 0 3px 15px rgba(85, 85, 85, .2);
  --tw-shadow-colored: 0 3px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

[data-calendar-theme=light] .vanilla-calendar-day__popup:after {
  border-bottom-color: #fff;
}

[data-calendar-theme=light] .vanilla-calendar-time {
  border-color: #cbd5e1;
}

[data-calendar-theme=light] .vanilla-calendar-time__hours:after {
  content: var(--tw-content);
  color: #0f172a;
}

[data-calendar-theme=light] .vanilla-calendar-time__hours input, [data-calendar-theme=light] .vanilla-calendar-time__minutes input {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
  color: #0f172a;
}

[data-calendar-theme=light] .vanilla-calendar-time__hours input:hover, [data-calendar-theme=light] .vanilla-calendar-time__minutes input:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213/var(--tw-bg-opacity));
}

[data-calendar-theme=light] .vanilla-calendar-time__hours input:focus-visible, [data-calendar-theme=light] .vanilla-calendar-time__minutes input:focus-visible {
  outline-color: #fdba74;
}

[data-calendar-theme=light] .vanilla-calendar-time__hours input.vanilla-calendar-is-focus, [data-calendar-theme=light] .vanilla-calendar-time__minutes input.vanilla-calendar-is-focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213/var(--tw-bg-opacity));
}

[data-calendar-theme=light] .vanilla-calendar-time__keeping {
  color: #64748b;
}

[data-calendar-theme=light] .vanilla-calendar-time__keeping:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213/var(--tw-bg-opacity));
}

[data-calendar-theme=light] .vanilla-calendar-time__keeping:focus-visible {
  outline-color: #fdba74;
}

[data-calendar-theme=light] .vanilla-calendar-time__range input {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}

[data-calendar-theme=light] .vanilla-calendar-time__range:before, [data-calendar-theme=light] .vanilla-calendar-time__range:after {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225/var(--tw-bg-opacity));
}

[data-calendar-theme=light] .vanilla-calendar-time__range:hover input::-webkit-slider-thumb {
  border-color: #94a3b8;
}

[data-calendar-theme=light] .vanilla-calendar-time__range:hover input::-moz-range-thumb {
  border-color: #94a3b8;
}

[data-calendar-theme=light] .vanilla-calendar-time__range input:focus-visible::-webkit-slider-thumb {
  border-color: #fdba74;
}

[data-calendar-theme=light] .vanilla-calendar-time__range input:focus-visible::-moz-range-thumb {
  border-color: #fdba74;
}

[data-calendar-theme=light] .vanilla-calendar-time__range input::-webkit-slider-thumb {
  border-color: #cbd5e1;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}

[data-calendar-theme=light] .vanilla-calendar-time__range input::-moz-range-thumb {
  border-color: #cbd5e1;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}

[data-calendar-theme=light] .vanilla-calendar-time__range input::-webkit-slider-runnable-track {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225/var(--tw-bg-opacity));
}

[data-calendar-theme=light] .vanilla-calendar-time__range input::-moz-range-track {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225/var(--tw-bg-opacity));
}

[data-calendar-theme=dark].vanilla-calendar {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42/var(--tw-bg-opacity));
  color: #fff;
}

[data-calendar-theme=dark].vanilla-calendar_to-input {
  --tw-shadow: 0 9px 20px rgba(0,0,0,.1);
  --tw-shadow-colored: 0 9px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

[data-calendar-theme=dark].vanilla-calendar button:focus-visible {
  outline-color: #fdba74;
}

[data-calendar-theme=dark] .vanilla-calendar-arrow {
  background-color: transparent;
}

[data-calendar-theme=dark] .vanilla-calendar-arrow:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNCAyNCc+PHBhdGggZmlsbD0nI2ZmZicgZD0nTTEyIDE2Yy0uMyAwLS41LS4xLS43LS4zbC02LTZjLS40LS40LS40LTEgMC0xLjRzMS0uNCAxLjQgMGw1LjMgNS4zIDUuMy01LjNjLjQtLjQgMS0uNCAxLjQgMHMuNCAxIDAgMS40bC02IDZjLS4yLjItLjQuMy0uNy4zeicvPjwvc3ZnPg==);
}

[data-calendar-theme=dark] .vanilla-calendar-arrow:hover:before {
  opacity: 0.6;
}

[data-calendar-theme=dark] .vanilla-calendar-header__content, [data-calendar-theme=dark] .vanilla-calendar-month, [data-calendar-theme=dark] .vanilla-calendar-year {
  color: #fff;
}

[data-calendar-theme=dark] .vanilla-calendar-month:hover, [data-calendar-theme=dark] .vanilla-calendar-year:hover, [data-calendar-theme=dark] .vanilla-calendar-month.vanilla-calendar-month_not-active, [data-calendar-theme=dark] .vanilla-calendar-year.vanilla-calendar-year_not-active {
  color: #64748b;
}

[data-calendar-theme=dark] .vanilla-calendar-month.vanilla-calendar-month_disabled, [data-calendar-theme=dark] .vanilla-calendar-year.vanilla-calendar-year_disabled {
  color: #334155;
  opacity: 0.8;
}

[data-calendar-theme=dark] .vanilla-calendar-months__month, [data-calendar-theme=dark] .vanilla-calendar-years__year {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42/var(--tw-bg-opacity));
  color: #fff;
}

[data-calendar-theme=dark] .vanilla-calendar-months__month:hover, [data-calendar-theme=dark] .vanilla-calendar-years__year:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59/var(--tw-bg-opacity));
}

[data-calendar-theme=dark] .vanilla-calendar-months__month.vanilla-calendar-months__month_selected, [data-calendar-theme=dark] .vanilla-calendar-years__year.vanilla-calendar-years__year_selected, [data-calendar-theme=dark] .vanilla-calendar-months__month.vanilla-calendar-months__month_selected:hover, [data-calendar-theme=dark] .vanilla-calendar-years__year.vanilla-calendar-years__year_selected:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139/var(--tw-bg-opacity));
  color: #fff;
}

[data-calendar-theme=dark] .vanilla-calendar-months__month.vanilla-calendar-months__month_disabled, [data-calendar-theme=dark] .vanilla-calendar-years__year.vanilla-calendar-years__year_disabled {
  color: #334155;
  opacity: 0.8;
}

[data-calendar-theme=dark] .vanilla-calendar-months__month.vanilla-calendar-months__month_disabled:hover, [data-calendar-theme=dark] .vanilla-calendar-years__year.vanilla-calendar-years__year_disabled:hover {
  color: #334155;
}

[data-calendar-theme=dark] .vanilla-calendar-week-numbers__title, [data-calendar-theme=dark] .vanilla-calendar-week-number {
  color: #fff;
}

[data-calendar-theme=dark] .vanilla-calendar-week-number:hover {
  color: #cbd5e1;
}

[data-calendar-theme=dark] .vanilla-calendar-week__day {
  color: #fff;
}

[data-calendar-theme=dark] .vanilla-calendar-week__day_weekend {
  color: #f43f5e;
}

[data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected, [data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected, [data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected:hover, [data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected:hover {
  background-color: rgb(244 63 94/var(--tw-bg-opacity));
  --tw-bg-opacity: .8;
  color: #fff;
}

[data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected, [data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected, [data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected, [data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected, [data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected:hover, [data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected:hover, [data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected:hover, [data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59/var(--tw-bg-opacity));
  color: #cbd5e1;
}

[data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected, [data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected:hover {
  background-color: rgb(6 182 212/var(--tw-bg-opacity));
  --tw-bg-opacity: .8;
  color: #fff;
}

[data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev, [data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next, [data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev:hover, [data-calendar-theme=dark] .vanilla-calendar-day_selected-intermediate .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59/var(--tw-bg-opacity));
  color: #cbd5e1;
}

[data-calendar-theme=dark] .vanilla-calendar-day__btn {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42/var(--tw-bg-opacity));
  color: #94a3b8;
}

[data-calendar-theme=dark] .vanilla-calendar-day__btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59/var(--tw-bg-opacity));
  color: #e2e8f0;
}

[data-calendar-theme=dark] .vanilla-calendar-day__btn_today {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59/var(--tw-bg-opacity));
  color: #06b6d4;
}

[data-calendar-theme=dark] .vanilla-calendar-day__btn_today:hover {
  color: #06b6d4;
}

[data-calendar-theme=dark] .vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_prev, [data-calendar-theme=dark] .vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_next, [data-calendar-theme=dark] .vanilla-calendar-day__btn_prev, [data-calendar-theme=dark] .vanilla-calendar-day__btn_next {
  color: #475569;
}

[data-calendar-theme=dark] .vanilla-calendar-day__btn_disabled {
  color: #334155;
  opacity: 0.8;
}

[data-calendar-theme=dark] .vanilla-calendar-day__btn_hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59/var(--tw-bg-opacity));
}

[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend, [data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday {
  color: #f43f5e;
}

[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend:hover, [data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday:hover, [data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_hover, [data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59/var(--tw-bg-opacity));
  color: #f43f5e;
}

[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_disabled, [data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_disabled {
  color: #334155;
  opacity: 0.8;
}

[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_today, [data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_today {
  color: #f43f5e;
}

[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_disabled, [data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_today.vanilla-calendar-day__btn_disabled {
  color: #334155;
}

[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev, [data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev, [data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next, [data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42/var(--tw-bg-opacity));
  color: #475569;
}

[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev:hover, [data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev:hover, [data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next:hover, [data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59/var(--tw-bg-opacity));
  color: #cbd5e1;
}

[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_hover, [data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_hover, [data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_hover, [data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59/var(--tw-bg-opacity));
}

[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_today, [data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_today, [data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_today, [data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_today {
  color: #94a3b8;
}

[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_disabled, [data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_disabled, [data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_disabled, [data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_disabled {
  color: #334155;
  opacity: 0.8;
}

[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected, [data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected, [data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_selected:hover, [data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_selected:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94/var(--tw-bg-opacity));
  color: #fff;
}

[data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected, [data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected, [data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected, [data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected, [data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected:hover, [data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_prev.vanilla-calendar-day__btn_selected:hover, [data-calendar-theme=dark] .vanilla-calendar-day__btn_weekend.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected:hover, [data-calendar-theme=dark] .vanilla-calendar-day__btn_holiday.vanilla-calendar-day__btn_next.vanilla-calendar-day__btn_selected:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85/var(--tw-bg-opacity));
  color: #cbd5e1;
}

[data-calendar-theme=dark] .vanilla-calendar-day__btn_selected, [data-calendar-theme=dark] .vanilla-calendar-day__btn_selected:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212/var(--tw-bg-opacity));
  color: #fff;
}

[data-calendar-theme=dark] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev, [data-calendar-theme=dark] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next, [data-calendar-theme=dark] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_prev:hover, [data-calendar-theme=dark] .vanilla-calendar-day__btn_selected.vanilla-calendar-day__btn_next:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85/var(--tw-bg-opacity));
  color: #cbd5e1;
}

[data-calendar-theme=dark] .vanilla-calendar-day__popup {
  color: #fff;
}

[data-calendar-theme=dark] .vanilla-calendar-day__popup:before {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42/var(--tw-bg-opacity));
  --tw-shadow: inset 0 0 0 1px rgb(255 255 255 / .1);
  --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

[data-calendar-theme=dark] .vanilla-calendar-day__popup:after {
  border-bottom-color: #334155;
}

[data-calendar-theme=dark] .vanilla-calendar-time {
  border-color: #1e293b;
}

[data-calendar-theme=dark] .vanilla-calendar-time__hours:after {
  content: var(--tw-content);
  color: #fff;
}

[data-calendar-theme=dark] .vanilla-calendar-time__hours input, [data-calendar-theme=dark] .vanilla-calendar-time__minutes input {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42/var(--tw-bg-opacity));
  color: #fff;
}

[data-calendar-theme=dark] .vanilla-calendar-time__hours input:hover, [data-calendar-theme=dark] .vanilla-calendar-time__minutes input:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85/var(--tw-bg-opacity));
}

[data-calendar-theme=dark] .vanilla-calendar-time__hours input:focus-visible, [data-calendar-theme=dark] .vanilla-calendar-time__minutes input:focus-visible {
  outline-color: #fdba74;
}

[data-calendar-theme=dark] .vanilla-calendar-time__hours input.vanilla-calendar-is-focus, [data-calendar-theme=dark] .vanilla-calendar-time__minutes input.vanilla-calendar-is-focus {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85/var(--tw-bg-opacity));
}

[data-calendar-theme=dark] .vanilla-calendar-time__keeping {
  color: #64748b;
}

[data-calendar-theme=dark] .vanilla-calendar-time__keeping:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85/var(--tw-bg-opacity));
  color: #94a3b8;
}

[data-calendar-theme=dark] .vanilla-calendar-time__keeping:focus-visible {
  outline-color: #fdba74;
}

[data-calendar-theme=dark] .vanilla-calendar-time__range input {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42/var(--tw-bg-opacity));
}

[data-calendar-theme=dark] .vanilla-calendar-time__range:before, [data-calendar-theme=dark] .vanilla-calendar-time__range:after {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105/var(--tw-bg-opacity));
}

[data-calendar-theme=dark] .vanilla-calendar-time__range:hover input::-webkit-slider-thumb {
  border-color: #94a3b8;
}

[data-calendar-theme=dark] .vanilla-calendar-time__range:hover input::-moz-range-thumb {
  border-color: #94a3b8;
}

[data-calendar-theme=dark] .vanilla-calendar-time__range input:focus-visible::-webkit-slider-thumb {
  border-color: #fdba74;
}

[data-calendar-theme=dark] .vanilla-calendar-time__range input:focus-visible::-moz-range-thumb {
  border-color: #fdba74;
}

[data-calendar-theme=dark] .vanilla-calendar-time__range input::-webkit-slider-thumb {
  border-color: #475569;
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59/var(--tw-bg-opacity));
}

[data-calendar-theme=dark] .vanilla-calendar-time__range input::-moz-range-thumb {
  border-color: #475569;
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59/var(--tw-bg-opacity));
}

[data-calendar-theme=dark] .vanilla-calendar-time__range input::-webkit-slider-runnable-track {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105/var(--tw-bg-opacity));
}

[data-calendar-theme=dark] .vanilla-calendar-time__range input::-moz-range-track {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105/var(--tw-bg-opacity));
}

.noselect {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
}

#mini-clndr .clndr {
  overflow: hidden;
}

#mini-clndr .clndr .controls {
  background-color: #fff;
  color: #666;
  border-bottom: 1px solid #e0e0e0;
}

#mini-clndr .clndr .controls .clndr-previous-button,
#mini-clndr .clndr .controls .clndr-next-button {
  width: 15%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

#mini-clndr .clndr .controls .month {
  width: 70%;
  padding: 0px 0 10px 0;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 1.25rem;
  letter-spacing: 0;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 900 !important;
  font-style: normal;
}

#mini-clndr .clndr .controls .clndr-previous-button,
#mini-clndr .clndr .controls .clndr-next-button {
  width: 15%;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}

.clndr-previous-button.inactive, .clndr-next-button.inactive {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

#mini-clndr .clndr .controls .clndr-previous-button:before {
  content: "n";
  text-transform: uppercase;
  font-family: "ArrrowsRegular";
  color: #012169;
  font-size: 30px;
}

#mini-clndr .clndr .controls .clndr-next-button:after {
  content: "n";
  text-transform: lowercase;
  font-family: "ArrrowsRegular";
  color: #012169;
  font-size: 30px;
}

.clndr-previous-button {
  text-align: left !important;
}

.clndr-next-button {
  text-align: right !important;
}

#mini-clndr .clndr .days-container {
  position: relative;
  width: 100%;
  height: 284px;
  display: inline-block;
}

#mini-clndr .clndr .days-container .days {
  position: absolute;
  left: 0;
  width: 100%;
  height: 284px;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  background-color: #f7f7f7;
}

#mini-clndr .clndr .days-container .days .headers {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

#mini-clndr .clndr .days-container .days .day,
#mini-clndr .clndr .days-container .days .empty {
  width: 14.2857142857%;
  display: inline-block;
  font-size: 1rem;
  line-height: 40px;
  height: 40px;
  text-align: center;
  color: #212121;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#mini-clndr .clndr .days-container .days .day.adjacent-month,
#mini-clndr .clndr .days-container .days .empty.adjacent-month {
  color: rgba(0, 0, 0, 0.3);
}

#mini-clndr .clndr .days-container .days {
  cursor: default;
}

#mini-clndr .clndr .days-container .days .day.event,
#mini-clndr .clndr .days-container .days .empty.event,
#mini-clndr .clndr .days-container .days .past.event {
  background-color: #e0e0e0;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
  line-height: 40px;
  height: 40px;
}

#mini-clndr .clndr .days-container .days .day.today {
  background-color: #012169;
  color: white;
  line-height: 40px;
  height: 40px;
}

#mini-clndr .clndr .days-container .events {
  display: none;
  position: absolute;
  left: 294px;
  width: 294px;
  height: 217px;
  -webkit-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -ms-transition: left 0.5s;
  -o-transition: left 0.5s;
  transition: left 0.5s;
  background-color: #ebebeb;
}

#mini-clndr .clndr .days-container .events .headers {
  position: relative;
}

#mini-clndr .clndr .days-container .days .headers .day-header {
  width: 14.2857142857%;
  display: inline-block;
  text-align: center;
  color: #666;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 900 !important;
  font-style: normal;
}

#mini-clndr .clndr .days-container .events .x-button {
  position: absolute;
  font-size: 80%;
  top: 7px;
  left: 20px;
  cursor: pointer;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -ms-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}

#mini-clndr .clndr .days-container .events .event-header {
  width: 100%;
  background-color: #97ce7f;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: white;
}

#mini-clndr .clndr .days-container .events .events-list {
  overflow: scroll;
  height: 185px;
}

#mini-clndr {
  margin: 0 auto;
  width: 100%;
  /*-moz-box-shadow: 4px 4px 0 #343434;
  -webkit-box-shadow: 4px 4px 0 #343434;
  box-shadow: 4px 4px 0 #343434;*/
}

section.contact-main {
  text-align: left;
}
section.contact-main div.info > div img {
  width: 100%;
}
section.contact-main div.info > div h3 {
  font-size: 1.5625rem;
  text-transform: uppercase;
  height: 36px;
  margin-bottom: 10px;
}
section.contact-main div.info > div ul {
  list-style-type: none;
}
section.contact-main div.info > div ul li {
  margin-bottom: 5px;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
section.contact-main div.info > div ul li > div:first-of-type {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
  background-color: #012169;
  background-position: center center;
  background-size: 40px 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
section.contact-main div.info > div ul li > div:nth-of-type(2) {
  display: inline-block;
  padding-top: 7px;
}
section.contact-main div.info > div ul li.phone {
  font-weight: bold;
}
section.contact-main div.info > div ul li.phone > div {
  background-image: url(../../images/_all/icon_phone.png);
}
section.contact-main div.info > div ul li.fax > div {
  background-image: url(../../images/_all/icon_fax.png);
}
section.contact-main div.info > div ul li.email > div {
  background-image: url(../../images/_all/icon_email.png);
}
section.contact-main div.info > div ul li.visiting-address > div:first-of-type {
  background-image: url(../../images/_all/icon_visit.png);
}
section.contact-main div.info > div ul li.postal-address > div:first-of-type {
  background-image: url(../../images/_all/icon_postal.png);
}
section.contact-main div.info > div:last-of-type {
  padding-top: 46px;
}
section.contact-main div.open > div > div {
  background-color: #f7f7f7;
  padding: 30px;
  margin: 30px 0;
}
section.contact-main div.open > div > div h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}
section.contact-main div.open > div > div p {
  font-size: 1rem;
  line-height: 1.25rem;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .clear {
    clear: both;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 39.99875em) {
  section.contact-main div.info > div h3 {
    margin-top: 30px;
  }
  section.contact-main div.info > div ul li {
    font-size: 1rem;
    line-height: 1.25rem;
  }
  section.contact-main div.info > div ul li > div:nth-of-type(2) {
    padding-top: 8px;
  }
  section.contact-main div.info > div:last-of-type {
    padding-top: 30px !important;
    margin-bottom: 30px;
  }
  section.contact-main div.open > div > div {
    padding: 30px;
    margin: 0 0 30px;
  }
}
section.contact-main-small {
  text-align: left;
  margin: 40px 0;
}
section.contact-main-small div.info > div img {
  width: 100%;
  margin-bottom: 30px;
  margin-top: 10px;
}
section.contact-main-small div.info > div h3 {
  font-size: 1.5625rem;
  text-transform: uppercase;
  height: 36px;
  margin-bottom: 10px;
}
section.contact-main-small div.info > div ul {
  list-style-type: none;
  margin-top: 10px;
}
section.contact-main-small div.info > div ul li {
  margin-bottom: 5px;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
section.contact-main-small div.info > div ul li > div:first-of-type {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
  background-color: #012169;
  background-position: center center;
  background-size: 40px 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
section.contact-main-small div.info > div ul li > div:nth-of-type(2) {
  display: inline-block;
  padding-top: 7px;
}
section.contact-main-small div.info > div ul li.phone {
  font-weight: bold;
}
section.contact-main-small div.info > div ul li.phone > div {
  background-image: url(../../images/_all/icon_phone.png);
}
section.contact-main-small div.info > div ul li.fax > div {
  background-image: url(../../images/_all/icon_fax.png);
}
section.contact-main-small div.info > div ul li.email > div {
  background-image: url(../../images/_all/icon_email.png);
}
section.contact-main-small div.info > div ul li.open > div:first-of-type {
  background-image: url(../../images/_all/icon_clock.png);
}

@media screen and (max-width: 39.99875em) {
  section.contact-main-small div.info > div img {
    margin-top: 30px;
  }
}
section.contact-form {
  background-size: 50% auto;
}
section.contact-form a.btn:first-of-type {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin: 15px 0;
}
section.contact-form a.btn:first-of-type:after {
  content: " o";
  text-transform: lowercase;
  font-family: "ArrrowsRegular";
  color: #fff;
}
section.contact-form a.btn:first-of-type.active:after {
  content: " O";
  text-transform: uppercase;
  font-family: "ArrrowsRegular";
  color: #fff;
}
section.contact-form input[type=submit].btn {
  padding: 8px 60px;
  margin: 20px 0 40px;
}
section.contact-form div.form-success {
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-bottom: 30px;
}
section.contact-form .form {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 30px;
  display: none;
}
section.contact-form .form input[type=text] {
  background: #fff;
  border: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  padding: 10px 12px;
  margin-bottom: 10px;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: "RobotoSlab", "franklin-gothic-urw", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}
section.contact-form .form textarea {
  background: #fff;
  border: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  padding: 10px 12px;
  width: 100%;
  height: 150px;
  margin-top: 20px;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: "RobotoSlab", "franklin-gothic-urw", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}
section.contact-form .form select {
  background: #fff;
  border: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  padding: 10px 12px;
  margin-bottom: 30px;
  width: 100%;
  max-width: 320px;
  font-size: 1.125rem;
  line-height: 1.375rem;
  font-family: "RobotoSlab", "franklin-gothic-urw", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}
section.contact-form .validation-summary-errors ul {
  list-style-type: none;
  margin-top: 5px;
}
section.contact-form .validation-summary-errors ul li {
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  margin-bottom: 1px;
}

@media screen and (max-width: 39.99875em) {
  section.contact-form .form select {
    max-width: 100%;
  }
}
section.contact-stores {
  text-align: left;
  padding: 50px 0 0;
}
section.contact-stores h2 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  margin-bottom: 30px;
  text-transform: none;
}
section.contact-stores h3 {
  font-size: 1.5625rem;
  text-transform: uppercase;
  height: 36px;
  margin-bottom: 10px;
}
section.contact-stores ul {
  list-style-type: none;
}
section.contact-stores ul li {
  margin-bottom: 5px;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
section.contact-stores ul li > div:first-of-type {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
  background-color: #012169;
  background-position: center center;
  background-size: 40px 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-left: 30px;
}
section.contact-stores ul li > div:nth-of-type(2) {
  display: inline-block;
  padding-top: 7px;
}
section.contact-stores ul li.phone > div:first-of-type {
  background-image: url(../../images/_all/icon_phone.png);
}
section.contact-stores ul li.fax > div:first-of-type {
  background-image: url(../../images/_all/icon_fax.png);
}
section.contact-stores ul li.email > div:first-of-type {
  background-image: url(../../images/_all/icon_email.png);
}
section.contact-stores ul li.visiting-address > div:first-of-type {
  background-image: url(../../images/_all/icon_visit.png);
}
section.contact-stores ul li.delivery-address > div:first-of-type {
  background-image: url(../../images/_all/icon_delivery.png);
}
section.contact-stores div.open {
  background-color: #f7f7f7;
  padding: 30px;
  margin: 30px 0;
  position: relative;
}
section.contact-stores div.open h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}
section.contact-stores div.open p {
  font-size: 1rem;
  line-height: 1.25rem;
}
section.contact-stores div.open .btn {
  float: right;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  section.contact-stores ul {
    margin-top: 30px;
  }
  section.contact-stores ul li > div:first-of-type {
    margin-left: 0px;
  }
  section.contact-stores div.open .btn {
    float: none;
    margin-top: 20px;
  }
}
@media screen and (max-width: 39.99875em) {
  section.contact-stores ul {
    margin-top: 30px;
  }
  section.contact-stores ul li > div:first-of-type {
    margin-left: 0px;
  }
  section.contact-stores div.open .btn {
    float: none;
    margin-top: 20px;
  }
}
section.contact-store-map {
  margin: 30px 0;
  text-align: left;
}
section.contact-store-map h2 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  margin-bottom: 20px;
}
section.contact-store-map ul {
  list-style-type: none;
}
section.contact-store-map ul li {
  margin-bottom: 5px;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
section.contact-store-map ul li > div:first-of-type {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  float: left;
  background-color: #012169;
  background-position: center center;
  background-size: 40px 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
section.contact-store-map ul li > div:nth-of-type(2) {
  display: inline-block;
  padding-top: 7px;
}
section.contact-store-map ul li.phone {
  font-weight: bold;
}
section.contact-store-map ul li.phone > div {
  background-image: url(../../images/_all/icon_phone.png);
}
section.contact-store-map ul li.email > div {
  background-image: url(../../images/_all/icon_email.png);
}
section.contact-store-map ul li.open > div {
  background-image: url(../../images/_all/icon_clock.png);
}
section.contact-store-map ul li.visiting-address > div:first-of-type {
  background-image: url(../../images/_all/icon_visit.png);
}
section.contact-store-map ul li.delivery-address > div:first-of-type {
  background-image: url(../../images/_all/icon_delivery.png);
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  section.contact-store-map #googleMap {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 39.99875em) {
  section.contact-store-map #googleMap {
    margin-bottom: 30px;
  }
}
section.contact-store-interior {
  margin-bottom: 30px;
}
section.contact-store-interior iframe {
  width: 100%;
  height: 480px;
}
section.contact-store-interior .columns {
  position: relative;
}
section.contact-store-interior .arrow {
  position: absolute;
  width: 174px;
  height: 120px;
  right: 40px;
  top: -9px;
  z-index: 100;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
section.contact-store-interior .arrow .path1 {
  fill: #012169;
}
section.contact-store-interior .arrow .path2 {
  fill: #053fc1;
}
section.contact-store-interior .arrow + div {
  position: absolute;
  max-width: 80px;
  right: 110px;
  top: 25px;
  font-size: 1.125rem;
  line-height: 1.1875rem;
  z-index: 101;
  color: white;
  -ms-transform: rotate(-45deg) translate3d(0, 0, 0);
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 900 !important;
  font-style: normal;
}

@media screen and (max-width: 39.99875em) {
  section.contact-store-interior .arrow {
    display: none;
  }
  section.contact-store-interior .arrow + div {
    display: none;
  }
}
section.contact-store-info {
  margin-bottom: 30px;
  text-align: left;
}
section.contact-store-info p {
  margin-bottom: 20px;
}
section.contact-store-info h3 {
  font-size: 1.5625rem;
  line-height: 1.75rem;
  text-transform: uppercase;
  margin-bottom: 10px;
}
section.contact-store-info ul {
  list-style: none;
  padding: 10px 0 0;
  margin: 0;
}
section.contact-store-info ul li {
  padding-bottom: 12px !important;
  display: flex;
  align-items: center;
}
section.contact-store-info ul li .icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

section.contact-store-other {
  margin-bottom: 60px;
  padding: 60px 0 40px;
  background-size: 50% auto;
  text-align: left;
}
section.contact-store-other a {
  padding: 30px;
  display: block;
  background-color: #012169;
  background-image: url(../../images/_all/arrow_big_white.png);
  background-repeat: no-repeat;
  background-size: 28px 47px;
  background-position: center right 30px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin: 0;
}
section.contact-store-other a:hover {
  background-color: #053fc1;
}
section.contact-store-other a h2 {
  color: #fff;
  margin: 0 0 10px 0;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: none;
}
section.contact-store-other a p {
  color: #fff;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  section.contact-store-other {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 39.99875em) {
  section.contact-store-other {
    margin-bottom: 30px;
  }
}
section.textpage {
  text-align: left;
  margin: 40px 0 30px;
}
section.textpage p {
  margin-bottom: 20px;
}
section.textpage img.featured {
  margin-bottom: 30px;
}
section.textpage h2 {
  color: #333;
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 1.5625rem;
  line-height: 1.6875rem;
}
section.textpage h2.textpage__heading {
  font-size: 2.5rem;
  line-height: 2.75rem;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: #012169;
  text-transform: none;
}
section.textpage .video {
  background-size: cover;
  background-position: center center;
}
section.textpage .video a.play {
  background-image: url(../../images/_all/play.png);
  background-position: center center;
  background-size: 70px 70px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.textpage .video a.play:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
section.textpage hr {
  border-bottom: 1px solid #ddd;
  border-top: none;
  margin: 0;
}
section.textpage .subsection .columns {
  margin: 30px 0;
}

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  section.textpage img.featured {
    margin-bottom: 30px;
  }
  section.textpage .subsection .columns {
    margin: 0 0 10px;
  }
  section.textpage hr {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 39.99875em) {
  section.textpage img.featured {
    margin-bottom: 30px;
  }
  section.textpage .subsection .columns {
    margin: 0 0 10px;
  }
  section.textpage hr {
    margin-bottom: 30px;
  }
}
.submenu-wrap {
  margin-bottom: 30px;
}

ul.submenu {
  list-style-type: none;
}
ul.submenu li a {
  padding: 14px 20px;
  background: #012169;
  display: block;
  color: white;
  border-bottom: 1px solid #053fc1;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
ul.submenu li a:hover {
  background: #053fc1;
}
ul.submenu li a:after {
  content: " n";
  text-transform: lowercase;
  font-family: "ArrrowsRegular";
  color: #dedede;
  float: right;
  margin-top: -5px;
  font-size: 26px;
}
ul.submenu li:last-of-type a {
  border-bottom: none;
}
ul.submenu li.active a {
  background: #dedede;
  color: #012169;
}
ul.submenu li.active a:after {
  text-transform: uppercase;
  color: #012169;
  float: left;
  margin-top: -7px;
  margin-right: 5px;
}

section.employees h2 {
  margin: 30px 0;
  font-size: 1.5625rem;
  line-height: 1.75rem;
  text-transform: none;
  scroll-margin-top: 100px;
}

.contact-info {
  background: #f7f7f7;
  height: 150px;
  margin-bottom: 30px;
  scroll-margin-top: 100px;
}
.contact-info .info {
  padding: 20px;
  overflow: hidden;
}
.contact-info img {
  width: 150px;
  height: 150px;
  float: left;
}
.contact-info p {
  font-size: 0.9375rem;
  line-height: 1.25rem;
  margin: 0 !important;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.contact-store-map .contact-info {
  margin-top: 30px;
}

@media screen and (max-width: 39.99875em) {
  section.employees .contact-info {
    height: auto;
    margin-bottom: 30px;
  }
  section.employees .contact-info .info {
    float: none;
    padding: 30px;
  }
  section.employees .contact-info img {
    width: 100%;
    height: auto;
    float: none;
  }
  section.employees .contact-info p {
    font-size: 1rem;
    line-height: 1.25rem;
    margin: 0;
  }
}
.employee-page-info {
  display: flex;
}
@media screen and (max-width: 39.99875em) {
  .employee-page-info {
    display: block;
  }
}
.employee-page-info .employee {
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  overflow: hidden;
}

section.brands-highlighted {
  --brands-regular-cols: 2;
  display: grid;
  grid-template-columns: repeat(var(--brands-regular-cols), 1fr);
  align-items: center;
  gap: 2rem;
  margin-bottom: 30px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  section.brands-highlighted {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  section.brands-highlighted {
    --brands-regular-cols: 4;
  }
}
@media print, screen and (min-width: 64em) {
  section.brands-highlighted {
    --brands-regular-cols: 6;
  }
}
section.brands-highlighted .logo {
  border: 1px solid #e0e0e0;
  width: 100%;
  text-align: center;
  padding: 30px 30px 90px;
  position: relative;
  margin-bottom: 30px;
}
section.brands-highlighted .logo img {
  width: 100%;
}
section.brands-highlighted .logo .btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -55px;
  width: 110px;
}

section.brands-regular {
  --brands-regular-cols: 2;
  display: grid;
  grid-template-columns: repeat(var(--brands-regular-cols), 1fr);
  align-items: center;
  gap: 2rem;
  margin-bottom: 30px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  section.brands-regular {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  section.brands-regular {
    --brands-regular-cols: 4;
  }
}
@media print, screen and (min-width: 64em) {
  section.brands-regular {
    --brands-regular-cols: 6;
  }
}
section.brands-regular .logo {
  width: 100%;
}
section.brands-regular .logo img {
  width: 100%;
}

@media screen and (max-width: 39.99875em) {
  section.brands-highlighted .logo img {
    transform: translateY(0);
  }
}
section.customers-logos {
  margin: 60px 0;
}
@media screen and (max-width: 39.99875em) {
  section.customers-logos {
    padding: 30px;
  }
}
section.customers-logos h2 {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 50px;
}
@media screen and (min-width: 40em) {
  section.customers-logos h2 {
    font-size: 2.5rem;
    line-height: 2.75rem;
    margin-bottom: 50px;
    text-transform: none;
  }
}
section.customers-logos ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  margin: 0 2rem;
  list-style: none;
}
@media screen and (min-width: 40em) {
  section.customers-logos ul {
    gap: 4rem;
  }
}
section.customers-logos li {
  padding: 0;
  flex: 0 0 calc(33.333333% - 1.3333333333rem);
}
@media screen and (min-width: 40em) {
  section.customers-logos li {
    flex: 0 0 calc(25% - 3rem);
  }
}
section.customers-logos li img {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}
section.customers-logos li img:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%);
}

section.customers-quotes {
  --customer-quotes-cols: 1;
  display: grid;
  grid-template-columns: repeat(var(--customer-quotes-cols), 1fr);
  gap: 2rem;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 64em) {
  section.customers-quotes {
    --customer-quotes-cols: 2;
  }
}
section.customers-quotes .content {
  border: 1px solid #e0e0e0;
  padding: 30px;
  width: 100%;
  scroll-margin-top: 100px;
}
section.customers-quotes .content .reference-person {
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 900 !important;
  font-style: normal;
  color: #012169;
}
section.customers-quotes .content .reference-company {
  color: #888;
}
section.customers-quotes blockquote p {
  font-style: italic;
  font-size: 1.125rem;
  line-height: 1.625rem;
}

section.search-result {
  text-align: left;
  margin: 60px 0;
}
section.search-result a {
  text-decoration: none;
}
section.search-result a p {
  color: #666;
  margin-top: 5px;
}
section.search-result a span {
  color: #888;
}
section.search-result a h2 {
  font-size: 1.5rem;
  line-height: 1.625rem;
  margin-bottom: 10px;
  margin-top: 30px;
  text-transform: none;
}
section.search-result a:hover h2 {
  text-decoration: underline;
}
section.search-result a.btn {
  margin-bottom: 10px;
}
section.search-result div.input-label {
  font-size: 16px;
  font-weight: 700;
  color: #003d7f;
}
section.search-result div.search {
  width: 100%;
  margin-bottom: 30px;
}
section.search-result div.search input {
  width: 100%;
  max-width: 800px;
  border: 2px solid lightgrey;
  box-shadow: none;
}
@media screen and (max-width: 39.99875em) {
  section.search-result div.search {
    padding: 20px 20px 15px;
  }
}

div.store-results {
  background: white;
  color: white;
  margin: 20px 0;
}
div.store-results div.row {
  display: flex;
  align-items: center;
}
div.store-results div.row div:nth-child(2) {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 39.99875em) {
  div.store-results div.row {
    flex-direction: column;
  }
  div.store-results div.row div:nth-child(2) {
    justify-content: flex-start;
  }
  div.store-results div.row div {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 40em) {
  div.store-results p {
    float: left;
    margin-left: 10px;
    margin-top: 7px;
  }
}
@media screen and (max-width: 39.99875em) {
  div.store-results p {
    margin-bottom: 10px;
  }
}
div.store-results h1 {
  margin: 0;
}
div.store-results a.btn {
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 39.99875em) {
  div.store-results a.btn {
    float: none !important;
    max-width: 320px;
  }
}
div.store-results--dark {
  background: #012169;
  margin: 1rem 0;
  color: white;
  padding: 10px;
}
div.store-results--dark span {
  font-weight: bold;
}

.login-wrap {
  background: #fff;
  padding: 10px;
  max-width: 560px;
  margin: 0 auto;
  position: relative;
}
.login-wrap h2 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  margin-bottom: 20px;
}
.login-wrap .mfp-close {
  top: 10px;
  right: 10px;
}
.login-wrap > div:nth-of-type(1) {
  padding: 60px 50px 50px;
  background-color: #f7f7f7;
}
.login-wrap > div:nth-of-type(1) p {
  margin-bottom: 20px;
}
.login-wrap > div:nth-of-type(1) .btn {
  margin-top: 30px;
}
.login-wrap > div:nth-of-type(1) input[type=submit] {
  padding: 10px 20px;
  margin-right: 5px;
  margin-top: 30px;
  vertical-align: top;
}
.login-wrap > div:nth-of-type(1) input[type=text], .login-wrap > div:nth-of-type(1) input[type=password] {
  margin-bottom: 10px;
  width: 100%;
  padding: 12px 14px;
  font-size: 1.375rem;
  line-height: 1.625rem;
}
.login-wrap > div:nth-of-type(1) ::-webkit-input-placeholder {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-family: "RobotoSlab", "franklin-gothic-urw", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}
.login-wrap > div:nth-of-type(1) :-moz-placeholder {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-family: "RobotoSlab", "franklin-gothic-urw", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}
.login-wrap > div:nth-of-type(1) ::-moz-placeholder {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-family: "RobotoSlab", "franklin-gothic-urw", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}
.login-wrap > div:nth-of-type(1) :-ms-input-placeholder {
  font-size: 1.375rem;
  line-height: 1.75rem;
  font-family: "RobotoSlab", "franklin-gothic-urw", sans-serif;
  font-weight: 400 !important;
  font-style: normal;
}
.login-wrap > div:nth-of-type(1) a:first-of-type {
  margin-bottom: 30px;
}
.login-wrap > div:nth-of-type(1) .error {
  background-color: #ffebec;
  border: 1px solid #ff120b;
  padding: 10px;
  color: #ff120b;
  font-size: 1rem;
  line-height: 1.125rem;
}
.login-wrap > div:nth-of-type(2) {
  padding: 25px 20px 20px;
}
.login-wrap > div:nth-of-type(2) p {
  margin-bottom: 20px;
}
.login-wrap > div:nth-of-type(2) .btn {
  margin-right: 5px;
  margin-bottom: 10px;
}

@media screen and (max-width: 39.99875em) {
  .login-wrap {
    background: #fff;
    padding: 10px;
    max-width: 560px;
    margin: 0 auto;
    position: relative;
  }
  .login-wrap h2 {
    font-size: 1.875rem;
    line-height: 2.125rem;
    margin-bottom: 10px;
  }
  .login-wrap > div:nth-of-type(1) {
    padding: 25px 20px 20px;
  }
  .login-wrap > div:nth-of-type(1) input[type=submit] {
    margin-bottom: 0px;
    padding: 11px 20px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .login-wrap > div:nth-of-type(1) a:first-of-type {
    margin-bottom: 30px;
  }
}
.c-service-table-wrap {
  position: relative;
}
.c-service-table-wrap table {
  border-collapse: inherit;
  max-width: 830px;
  overflow-x: auto;
  overflow-y: auto;
  display: block;
  margin-right: 50px;
}
@media screen and (min-width: 40em) {
  .c-service-table-wrap table {
    margin-right: 0 !important;
  }
}
.c-service-table-wrap thead,
.c-service-table-wrap tbody {
  display: block;
}
.c-service-table-wrap thead {
  position: relative;
}
.c-service-table-wrap tbody {
  overflow-y: auto;
  overflow-x: hidden;
}
.c-service-table-wrap tr {
  position: relative;
}
.c-service-table-wrap td,
.c-service-table-wrap th {
  min-width: 55px;
  padding: 0;
  text-align: center;
  vertical-align: bottom;
}
.c-service-table-wrap tr:first-child td {
  border-top: 1px solid lightgrey;
}
.c-service-table-wrap td:nth-child(2n) {
  background: #dedede;
}
.c-service-table-wrap td {
  background: #fafafa;
}
.c-service-table-wrap th {
  border-top: none;
}
.c-service-table-wrap th:first-child,
.c-service-table-wrap td:first-child {
  position: relative;
  z-index: 30;
  background-color: #fafafa;
  min-width: 100px;
  margin-right: 0;
}
.c-service-table-wrap td:first-child {
  text-align: left;
  padding: 0 0.5rem 0 0.5rem;
}

.c-service-table__header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 55px;
  height: 200px;
  margin: 0 auto;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.c-service-table__arrow-left {
  display: none;
  opacity: 1;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 20px;
  z-index: 50;
  cursor: pointer;
}
@media screen and (min-width: 40em) {
  .c-service-table__arrow-left {
    display: none !important;
  }
}
.c-service-table__arrow-right {
  display: none;
  position: absolute;
  opacity: 1;
  right: 1rem;
  width: 20px;
  z-index: 50;
  cursor: pointer;
}
@media screen and (min-width: 40em) {
  .c-service-table__arrow-right {
    display: none !important;
  }
}
.c-service-table__link, .c-service-table__link:hover, .c-service-table__link:active {
  text-decoration: none;
}
.c-service-table__link:hover .c-service-table__title, .c-service-table__link:active .c-service-table__title {
  text-decoration: none;
  color: #d87100;
}
.c-service-table__text {
  position: absolute;
  top: 53%;
  left: 30px;
  transform: rotate(-70deg);
  transform-origin: left center;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  width: 120px;
  z-index: 20;
}
.c-service-table__letter {
  font-size: 22px;
  line-height: 2.5;
  color: #0a0a0a;
}
.c-service-table__title {
  font-size: 14px;
  font-weight: bold;
  color: #e79738;
}
.c-service-table__info {
  font-size: 14px;
}
.c-service-table__row-line td {
  border-bottom: 1px solid #222222;
}
.c-service-table__row-line:last-child td {
  border-bottom: 1px solid lightgrey;
}
.c-service-table__icon {
  width: 40px;
  margin: 0 auto;
}
.c-service-table__icon-arr {
  width: 20px;
}
.c-service-table__circle {
  width: 14px;
  height: 14px;
  background: #0a0a0a;
  display: inline-block;
  border-radius: 100%;
  margin-bottom: 10%;
  margin-top: 15%;
}

.c-service-list-twocol {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  width: 500px;
}

section.contact-store-info ul.c-service-list-twocol li {
  display: inline-flex;
}

.table-supplier {
  width: 100%;
}

.table-supplier tr td {
  border-bottom: solid 1px #999;
  padding: 5px;
  vertical-align: text-top;
}

.table-supplier tr td:first-child {
  width: 25%;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}

.ppp {
  position: fixed;
  display: none;
  bottom: 5rem;
  right: 1rem;
  z-index: 50;
  text-align: left;
}
.ppp p {
  margin: 1rem 0 1rem 0;
  line-height: 1.6rem;
}
.ppp p a {
  color: #fd6e2a;
  text-decoration: underline;
}
.ppp.is-visible {
  display: block;
}
.ppp__actions {
  position: absolute;
  top: 0rem;
  right: 1rem;
  font-size: 2rem;
  line-height: 1;
}
.ppp__content {
  position: absolute;
  border: solid 1px #eae7e7;
  bottom: 110%;
  right: 18px;
  width: 0;
  height: 0;
  background: #fff;
  overflow: hidden;
  transition: opacity 300ms ease;
  opacity: 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
}
.ppp.in-transition .ppp__content {
  padding: 1rem;
  width: 20rem;
  height: auto;
}
.ppp.is-active .ppp__content {
  padding: 1rem;
  width: 20rem;
  height: auto;
  opacity: 1;
}
.ppp.is-active.in-transition .ppp__content {
  opacity: 0;
}
.ppp__heading {
  font-family: "Geogrotesque-SemiBold";
  font-size: 1.6rem;
  text-align: left;
  margin: 0.5rem 0 1rem 0;
}
.ppp__minimizedheader {
  position: absolute;
  bottom: 40px;
  right: 32px;
  display: inline-block;
  padding: 2px 10px 3px 10px;
  background: #fff;
  text-align: right;
  font-weight: bold;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
  transform: rotate(-270deg);
  transform-origin: right bottom;
  transition: opacity 300ms ease;
  white-space: nowrap;
}
@media screen and (max-width: 39.99875em) {
  .ppp__minimizedheader {
    display: none !important;
  }
}
.ppp__toggle {
  text-align: center;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1;
  transition: all 300ms ease;
  color: #fff !important;
}
.ppp.is-active .ppp__toggle {
  transform: rotate(225deg);
}
.ppp.is-active.in-transition .ppp__toggle {
  transform: rotate(0);
}
.ppp a.btn {
  color: #fff;
}
.ppp a {
  color: #000;
  text-decoration: none;
}

.puff {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.875rem;
  height: calc(100% - 1.875rem);
  background: #fff;
  text-align: left;
  text-decoration: none;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  color: #222;
}
.puff h3 {
  line-height: 1.4rem;
  color: #222;
  margin-bottom: 0.3em;
}
.puff h3 :hover {
  color: #222;
}
.puff .arrow1-right:after {
  color: #222;
}
.puff__media {
  position: relative;
  padding-bottom: 44%;
}
.medium-4 .puff__media {
  padding-bottom: 45% !important;
}
.puff img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.puff__texts {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  padding: 1em;
}
.puff__heading {
  margin: 0;
  font-size: 1.5rem;
  color: #222;
}
.puff p {
  margin: 0;
  line-height: 1.2rem !important;
  font-size: 1.1rem !important;
  color: #222;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-height: 5.04rem;
  /* Fallback for non-webkit */
  line-height: 1.4;
  font-size: 1.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.puff__arrow {
  margin-top: auto;
  margin-left: auto;
  font-size: 1rem;
  color: #222;
  text-transform: uppercase;
  text-decoration: none;
}
.puff__arrow.arrow1-right:after {
  display: inline-block;
  width: 1.5rem;
  color: #222;
  text-align: center;
}

.puff--cover-t,
.puff--cover-b {
  position: relative;
}
.puff--cover-t .puff__media,
.puff--cover-b .puff__media {
  padding-bottom: 75%;
}
.puff--cover-t .puff__texts,
.puff--cover-b .puff__texts {
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.puff--cover-t .puff__texts {
  top: 0;
}

.puff--cover-b .puff__texts {
  bottom: 0;
}

.puff--primary .puff__texts {
  background: rgba(1, 33, 105, 0.8);
}
.puff--primary .puff__heading,
.puff--primary p,
.puff--primary a {
  color: #fff;
}
.puff--primary a.arrow1-right:after {
  color: #fff;
}

.puff--secondary .puff__texts {
  background: rgba(228, 0, 43, 0.8);
}
.puff--secondary h3 {
  line-height: 1.4rem;
  color: #fff;
}
.puff--secondary h3 :hover {
  color: #fff;
}
.puff--secondary .puff__heading,
.puff--secondary p,
.puff--secondary a {
  color: #fff;
}
.puff--secondary .puff__arrow {
  color: #fff;
}
.puff--secondary .puff__arrow.puff__arrow:after {
  color: #fff;
}

.proditem {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 1rem;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  text-align: left;
}
.proditem:hover {
  background: #eaeff2;
}
.proditem:hover .proditem__media {
  display: none;
}
.proditem:hover .proditem__text {
  display: block;
}
.proditem:hover .proditem__foot {
  margin-top: auto;
}
.proditem__heading {
  margin: 1.05rem 1.05rem 0;
  font-size: 1.2em !important;
  font-weight: bold !important;
  line-height: 1.725rem !important;
}
.proditem__artno {
  margin: 0 1.05rem;
}
.proditem__small {
  font-size: 0.85em;
  text-transform: uppercase;
}
.proditem__media, .proditem__text {
  position: relative;
  margin: 1.05rem 1.05rem 0;
  margin-top: auto;
  padding-bottom: 90%;
}
.proditem__media img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  height: 95% !important;
  object-fit: contain;
  transform: translate(-50%, -50%);
}
.proditem__img.image {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.proditem__promo {
  position: absolute;
  right: 1.05rem;
  bottom: calc(100% + 0.25rem);
  padding: 0.5rem 0.75rem;
  font-size: 1.25em;
  font-weight: bold;
  color: #fff;
  background: #e4002b;
  border-radius: 50%;
}
.proditem__text {
  display: none;
}
.proditem__text p {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0.5rem 0;
  font-size: 1.1em;
  line-height: 1.3;
}
.proditem__foot {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1.05rem 0.5rem 1.05rem 1.05rem;
  color: #fff;
  background: #e4002b;
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .proditem__foot {
    flex-direction: column;
    align-items: stretch;
  }
}
.proditem__actions {
  margin-top: 0.75rem;
  text-align: center;
}
.proditem__actions .btn {
  white-space: nowrap;
}

.prices h4 {
  font-size: 1.5em;
  font-weight: bold !important;
}
.prices p {
  line-height: 1.3;
}
.prices p:nth-of-type(1) {
  font-size: 1em;
  font-weight: bold !important;
}
.prices p:nth-of-type(2) {
  font-size: 0.85em;
}

section .grid-row {
  margin-bottom: 1em;
}
@media screen and (min-width: 40em) {
  section .grid-two-cols-row:last-of-type img {
    float: right;
  }
}
.position-relative {
  position: relative;
}

.campaign-products {
  --campaign-products-cols: 1;
  display: grid;
  grid-template-columns: repeat(var(--campaign-products-cols), 1fr);
  gap: 1rem;
  align-items: stretch;
  margin-right: 0.625rem;
  margin-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .campaign-products {
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .campaign-products[data-cols="2"] {
    --campaign-products-cols: 2;
  }
  .campaign-products[data-cols="3"] {
    --campaign-products-cols: 3;
  }
}

.flex-container {
  flex-wrap: wrap;
}

.campaign-product {
  position: relative;
}
.campaign-product > div {
  height: 100%;
}

.prodsarea {
  --prodsarea-cols: 1;
  display: grid;
  grid-template-columns: repeat(var(--prodsarea-cols), 1fr);
  gap: 20px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .prodsarea {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .prodsarea {
    --prodsarea-cols: 2;
    gap: 30px;
  }
}
@media print, screen and (min-width: 64em) {
  .prodsarea {
    --prodsarea-cols: 4;
  }
}