@charset "UTF-8";
/* Repertory of all the Sass files */
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
@import url("https://cdnjs.cloudflare.com/ajax/libs/foundation/6.5.1/css/foundation.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");
@import url("//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");
/*VENDORS*/
/**
 * Foundation for Sites by ZURB
 * Version 6.5.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  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: 3px;
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
}

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

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 3px;
  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;
}

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: #2ba6cb;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #258faf;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 62.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, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

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

cite:before {
  content: "— ";
}

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

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
}

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

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

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

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -1rem;
}

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

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

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

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

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

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

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

[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

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

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

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

::-webkit-input-placeholder {
  color: #cacaca;
}

:-ms-input-placeholder {
  color: #cacaca;
}

::-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

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

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

[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

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

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

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

label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

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

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 3px 0 0 3px;
}

.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 3px 3px 0;
}

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

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

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

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

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

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 3px;
  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;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

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

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #c60f13;
  background-color: #f8e6e7;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #c60f13;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #c60f13;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #c60f13;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #c60f13;
}

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

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

.form-error.is-visible {
  display: block;
}

.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: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.clearfix::after {
  clear: both;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

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

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #2ba6cb;
  color: #fefefe;
}

[data-whatinput=mouse] .button {
  outline: 0;
}

.button:hover, .button:focus {
  background-color: #258dad;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: #2ba6cb;
  color: #0a0a0a;
}

.button.primary:hover, .button.primary:focus {
  background-color: #2285a2;
  color: #0a0a0a;
}

.button.secondary {
  background-color: #e9e9e9;
  color: #0a0a0a;
}

.button.secondary:hover, .button.secondary:focus {
  background-color: #bababa;
  color: #0a0a0a;
}

.button.alert {
  background-color: #c60f13;
  color: #fefefe;
}

.button.alert:hover, .button.alert:focus {
  background-color: #9e0c0f;
  color: #fefefe;
}

.button.success {
  background-color: #5da423;
  color: #0a0a0a;
}

.button.success:hover, .button.success:focus {
  background-color: #4a831c;
  color: #0a0a0a;
}

.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.body-font {
  background-color: #222222;
  color: #fefefe;
}

.button.body-font:hover, .button.body-font:focus {
  background-color: #1b1b1b;
  color: #fefefe;
}

.button.header {
  background-color: #222222;
  color: #fefefe;
}

.button.header:hover, .button.header:focus {
  background-color: #1b1b1b;
  color: #fefefe;
}

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

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #2ba6cb;
  color: #fefefe;
}

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

.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #2ba6cb;
  color: #0a0a0a;
}

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

.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e9e9e9;
  color: #0a0a0a;
}

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

.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c60f13;
  color: #fefefe;
}

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

.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #5da423;
  color: #0a0a0a;
}

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

.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.disabled.body-font, .button[disabled].body-font {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.body-font, .button.disabled.body-font:hover, .button.disabled.body-font:focus, .button[disabled].body-font, .button[disabled].body-font:hover, .button[disabled].body-font:focus {
  background-color: #222222;
  color: #fefefe;
}

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

.button.disabled.header, .button.disabled.header:hover, .button.disabled.header:focus, .button[disabled].header, .button[disabled].header:hover, .button[disabled].header:focus {
  background-color: #222222;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #2ba6cb;
  color: #2ba6cb;
}

.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}

.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}

.button.hollow:hover, .button.hollow:focus {
  border-color: #165366;
  color: #165366;
}

.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #2ba6cb;
  color: #2ba6cb;
}

.button.hollow.primary {
  border: 1px solid #2ba6cb;
  color: #2ba6cb;
}

.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #165366;
  color: #165366;
}

.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #2ba6cb;
  color: #2ba6cb;
}

.button.hollow.secondary {
  border: 1px solid #e9e9e9;
  color: #e9e9e9;
}

.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #757575;
  color: #757575;
}

.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #e9e9e9;
  color: #e9e9e9;
}

.button.hollow.alert {
  border: 1px solid #c60f13;
  color: #c60f13;
}

.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #63080a;
  color: #63080a;
}

.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #c60f13;
  color: #c60f13;
}

.button.hollow.success {
  border: 1px solid #5da423;
  color: #5da423;
}

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #2f5212;
  color: #2f5212;
}

.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #5da423;
  color: #5da423;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.body-font {
  border: 1px solid #222222;
  color: #222222;
}

.button.hollow.body-font:hover, .button.hollow.body-font:focus {
  border-color: #111111;
  color: #111111;
}

.button.hollow.body-font:hover.disabled, .button.hollow.body-font:hover[disabled], .button.hollow.body-font:focus.disabled, .button.hollow.body-font:focus[disabled] {
  border: 1px solid #222222;
  color: #222222;
}

.button.hollow.header {
  border: 1px solid #222222;
  color: #222222;
}

.button.hollow.header:hover, .button.hollow.header:focus {
  border-color: #111111;
  color: #111111;
}

.button.hollow.header:hover.disabled, .button.hollow.header:hover[disabled], .button.hollow.header:focus.disabled, .button.hollow.header:focus[disabled] {
  border: 1px solid #222222;
  color: #222222;
}

.button.clear {
  border: 1px solid #2ba6cb;
  color: #2ba6cb;
}

.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}

.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}

.button.clear:hover, .button.clear:focus {
  border-color: #165366;
  color: #165366;
}

.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #2ba6cb;
  color: #2ba6cb;
}

.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}

.button.clear.primary {
  border: 1px solid #2ba6cb;
  color: #2ba6cb;
}

.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #165366;
  color: #165366;
}

.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #2ba6cb;
  color: #2ba6cb;
}

.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}

.button.clear.secondary {
  border: 1px solid #e9e9e9;
  color: #e9e9e9;
}

.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #757575;
  color: #757575;
}

.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #e9e9e9;
  color: #e9e9e9;
}

.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}

.button.clear.alert {
  border: 1px solid #c60f13;
  color: #c60f13;
}

.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #63080a;
  color: #63080a;
}

.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #c60f13;
  color: #c60f13;
}

.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}

.button.clear.success {
  border: 1px solid #5da423;
  color: #5da423;
}

.button.clear.success:hover, .button.clear.success:focus {
  border-color: #2f5212;
  color: #2f5212;
}

.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #5da423;
  color: #5da423;
}

.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}

.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}

.button.clear.body-font {
  border: 1px solid #222222;
  color: #222222;
}

.button.clear.body-font:hover, .button.clear.body-font:focus {
  border-color: #111111;
  color: #111111;
}

.button.clear.body-font:hover.disabled, .button.clear.body-font:hover[disabled], .button.clear.body-font:focus.disabled, .button.clear.body-font:focus[disabled] {
  border: 1px solid #222222;
  color: #222222;
}

.button.clear.body-font, .button.clear.body-font.disabled, .button.clear.body-font[disabled], .button.clear.body-font:hover, .button.clear.body-font:hover.disabled, .button.clear.body-font:hover[disabled], .button.clear.body-font:focus, .button.clear.body-font:focus.disabled, .button.clear.body-font:focus[disabled] {
  border-color: transparent;
}

.button.clear.header {
  border: 1px solid #222222;
  color: #222222;
}

.button.clear.header:hover, .button.clear.header:focus {
  border-color: #111111;
  color: #111111;
}

.button.clear.header:hover.disabled, .button.clear.header:hover[disabled], .button.clear.header:focus.disabled, .button.clear.header:focus[disabled] {
  border: 1px solid #222222;
  color: #222222;
}

.button.clear.header, .button.clear.header.disabled, .button.clear.header[disabled], .button.clear.header:hover, .button.clear.header:hover.disabled, .button.clear.header:hover[disabled], .button.clear.header:focus, .button.clear.header:focus.disabled, .button.clear.header:focus[disabled] {
  border-color: transparent;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #2ba6cb;
}

.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #2ba6cb;
}

.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #e9e9e9;
}

.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #c60f13;
}

.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #5da423;
}

.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}

.button.dropdown.hollow.body-font::after, .button.dropdown.clear.body-font::after {
  border-top-color: #222222;
}

.button.dropdown.hollow.header::after, .button.dropdown.clear.header::after {
  border-top-color: #222222;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

.close-button {
  position: absolute;
  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;
}

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-group::before, .button-group::after {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  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 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.button-group.primary .button {
  background-color: #2ba6cb;
  color: #0a0a0a;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #2285a2;
  color: #0a0a0a;
}

.button-group.secondary .button {
  background-color: #e9e9e9;
  color: #0a0a0a;
}

.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #bababa;
  color: #0a0a0a;
}

.button-group.alert .button {
  background-color: #c60f13;
  color: #fefefe;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #9e0c0f;
  color: #fefefe;
}

.button-group.success .button {
  background-color: #5da423;
  color: #0a0a0a;
}

.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #4a831c;
  color: #0a0a0a;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button-group.body-font .button {
  background-color: #222222;
  color: #fefefe;
}

.button-group.body-font .button:hover, .button-group.body-font .button:focus {
  background-color: #1b1b1b;
  color: #fefefe;
}

.button-group.header .button {
  background-color: #222222;
  color: #fefefe;
}

.button-group.header .button:hover, .button-group.header .button:focus {
  background-color: #1b1b1b;
  color: #fefefe;
}

.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  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 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media 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 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;
  }
}
.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
}

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

.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 3px;
  background-color: #2ba6cb;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[data-whatinput=mouse] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #258dad;
}

.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  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;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  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;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

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

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 3px;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  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;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 3px;
  background: #fefefe;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: "";
}

input:checked ~ .switch-paddle {
  background: #2ba6cb;
}

input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-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;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  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 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.menu.vertical {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu.expanded li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.menu.simple {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.medium-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.large-vertical {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.large-expanded li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}

.menu .is-active > a {
  background: #2ba6cb;
  color: #fefefe;
}

.menu .active > a {
  background: #2ba6cb;
  color: #fefefe;
}

.menu.align-left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu.align-right li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu.align-right li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu.align-center li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-centered > .menu li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

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

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  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;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  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 #2ba6cb;
  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 #2ba6cb;
  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 #2ba6cb 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 #2ba6cb transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.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: #2ba6cb 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 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  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: #2ba6cb transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

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

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

.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: #2ba6cb 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: #2ba6cb;
}

.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 #2ba6cb 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 #2ba6cb;
}

@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: #2ba6cb 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 #2ba6cb 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 #2ba6cb;
  }
}
@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: #2ba6cb 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 #2ba6cb 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 #2ba6cb;
  }
}
.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 #2ba6cb 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 #2ba6cb;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu > li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  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 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

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

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  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: #2ba6cb;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before, .pagination::after {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 3px;
  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: 3px;
  color: #0a0a0a;
}

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #2ba6cb;
  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: "»";
}

.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: 3px 3px 0 0;
}

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

.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: #2ba6cb;
}

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 3px 3px;
}

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

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 3px;
  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;
}

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

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  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;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  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 {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  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 {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

.position-left.is-transition-push {
  -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
  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;
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

.position-right.is-transition-push {
  -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
  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;
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}

.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

.position-top.is-transition-push {
  -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
  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;
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}

.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

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

.off-canvas-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    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 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    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 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    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 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    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 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    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 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    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 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    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 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    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;
    -webkit-transition: none;
    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 {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    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 {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}

.tabs::before, .tabs::after {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  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: #2ba6cb;
}

.tabs.primary > li > a {
  color: #0a0a0a;
}

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #299ec1;
}

.tabs-title {
  float: left;
}

.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #2ba6cb;
}

[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}

.tabs-title > a:hover {
  background: #fefefe;
  color: #258faf;
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #2ba6cb;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  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;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 3px;
  background-color: white;
  color: #0a0a0a;
}

.callout > :first-child {
  margin-top: 0;
}

.callout > :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #def2f8;
  color: #0a0a0a;
}

.callout.secondary {
  background-color: #fcfcfc;
  color: #0a0a0a;
}

.callout.alert {
  background-color: #fcd6d6;
  color: #0a0a0a;
}

.callout.success {
  background-color: #e6f7d9;
  color: #0a0a0a;
}

.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}

.callout.body-font {
  background-color: #dedede;
  color: #0a0a0a;
}

.callout.header {
  background-color: #dedede;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}

.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem;
}

.card-section > :last-child {
  margin-bottom: 0;
}

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

.media-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.media-object-section {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  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 screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 3px;
  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 #wpsl-stores,
.reveal #wpsl-search-wrap, .reveal .columns {
  min-width: 0;
}

.reveal > :last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 62.5rem;
  }
}
.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 62.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 62.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 62.5rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px;
}

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

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

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

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

thead tr,
tfoot tr {
  background: transparent;
}

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

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

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

table.unstriped tbody {
  background-color: #fefefe;
}

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

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

table.hover thead tr:hover {
  background-color: #f3f3f3;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

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

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

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #2ba6cb;
  color: #fefefe;
}

.badge.primary {
  background: #2ba6cb;
  color: #0a0a0a;
}

.badge.secondary {
  background: #e9e9e9;
  color: #0a0a0a;
}

.badge.alert {
  background: #c60f13;
  color: #fefefe;
}

.badge.success {
  background: #5da423;
  color: #0a0a0a;
}

.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.badge.body-font {
  background: #222222;
  color: #fefefe;
}

.badge.header {
  background: #222222;
  color: #fefefe;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 3px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #2ba6cb;
  color: #fefefe;
}

.label.primary {
  background: #2ba6cb;
  color: #0a0a0a;
}

.label.secondary {
  background: #e9e9e9;
  color: #0a0a0a;
}

.label.alert {
  background: #c60f13;
  color: #fefefe;
}

.label.success {
  background: #5da423;
  color: #0a0a0a;
}

.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.label.body-font {
  background: #222222;
  color: #fefefe;
}

.label.header {
  background: #222222;
  color: #fefefe;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 3px;
  background-color: #cacaca;
}

.progress.primary .progress-meter {
  background-color: #2ba6cb;
}

.progress.secondary .progress-meter {
  background-color: #e9e9e9;
}

.progress.alert .progress-meter {
  background-color: #c60f13;
}

.progress.success .progress-meter {
  background-color: #5da423;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.body-font .progress-meter {
  background-color: #222222;
}

.progress.header .progress-meter {
  background-color: #222222;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2ba6cb;
  border-radius: 3px;
}

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

.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: 3px;
  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%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-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%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-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%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-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%;
}

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

.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-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput=mouse] .orbit-previous, [data-whatinput=mouse] .orbit-next {
  outline: 0;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next: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;
}

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

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}

a.thumbnail:hover, a.thumbnail:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
  box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
}

a.thumbnail image {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 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;
}

.row, #wpsl-result-list,
.wpsl-search {
  max-width: 62.5rem;
  margin-right: auto;
  margin-left: auto;
}

.row::before, #wpsl-result-list::before,
.wpsl-search::before, .row::after, #wpsl-result-list::after,
.wpsl-search::after {
  display: table;
  content: " ";
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.row::after, #wpsl-result-list::after,
.wpsl-search::after {
  clear: both;
}

.row.collapse > .column, .row.collapse > #wpsl-stores,
.row.collapse > #wpsl-search-wrap, .collapse#wpsl-result-list > .column, .collapse#wpsl-result-list > #wpsl-stores,
.collapse#wpsl-result-list > #wpsl-search-wrap,
.collapse.wpsl-search > .column,
.collapse.wpsl-search > #wpsl-stores,
.collapse.wpsl-search > #wpsl-search-wrap, .row.collapse > .columns, .collapse#wpsl-result-list > .columns,
.collapse.wpsl-search > .columns {
  padding-right: 0;
  padding-left: 0;
}

.row .row, #wpsl-result-list .row,
.wpsl-search .row, .row #wpsl-result-list, #wpsl-result-list #wpsl-result-list,
.wpsl-search #wpsl-result-list,
.row .wpsl-search,
#wpsl-result-list .wpsl-search,
.wpsl-search .wpsl-search {
  margin-right: -0.9375rem;
  margin-left: -0.9375rem;
}

@media print, screen and (min-width: 40em) {
  .row .row, #wpsl-result-list .row,
  .wpsl-search .row, .row #wpsl-result-list, #wpsl-result-list #wpsl-result-list,
  .wpsl-search #wpsl-result-list,
  .row .wpsl-search,
  #wpsl-result-list .wpsl-search,
  .wpsl-search .wpsl-search {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row, #wpsl-result-list .row,
  .wpsl-search .row, .row #wpsl-result-list, #wpsl-result-list #wpsl-result-list,
  .wpsl-search #wpsl-result-list,
  .row .wpsl-search,
  #wpsl-result-list .wpsl-search,
  .wpsl-search .wpsl-search {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse, #wpsl-result-list .row.collapse,
.wpsl-search .row.collapse, .row .collapse#wpsl-result-list, #wpsl-result-list .collapse#wpsl-result-list,
.wpsl-search .collapse#wpsl-result-list,
.row .collapse.wpsl-search,
#wpsl-result-list .collapse.wpsl-search,
.wpsl-search .collapse.wpsl-search {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded, .expanded#wpsl-result-list,
.expanded.wpsl-search {
  max-width: none;
}

.row.expanded .row, .expanded#wpsl-result-list .row,
.expanded.wpsl-search .row, .row.expanded #wpsl-result-list, .expanded#wpsl-result-list #wpsl-result-list,
.expanded.wpsl-search #wpsl-result-list,
.row.expanded .wpsl-search,
.expanded#wpsl-result-list .wpsl-search,
.expanded.wpsl-search .wpsl-search {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row, #wpsl-result-list:not(.expanded) .row,
.wpsl-search:not(.expanded) .row, .row:not(.expanded) #wpsl-result-list, #wpsl-result-list:not(.expanded) #wpsl-result-list,
.wpsl-search:not(.expanded) #wpsl-result-list,
.row:not(.expanded) .wpsl-search,
#wpsl-result-list:not(.expanded) .wpsl-search,
.wpsl-search:not(.expanded) .wpsl-search {
  max-width: none;
}

.column, #wpsl-stores,
#wpsl-search-wrap, .columns {
  width: 100%;
  float: left;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, #wpsl-stores,
#wpsl-search-wrap, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left;
  clear: none;
}

.column:last-child:not(:first-child), #wpsl-stores:last-child:not(:first-child),
#wpsl-search-wrap:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end#wpsl-stores:last-child:last-child,
.end#wpsl-search-wrap:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row#wpsl-stores,
.row.row#wpsl-search-wrap, .column#wpsl-result-list,
.column.wpsl-search,
.wpsl-search#wpsl-stores,
.wpsl-search#wpsl-search-wrap, .row.row.columns, .columns#wpsl-result-list,
.columns.wpsl-search {
  float: none;
}

.row .column.row.row, .row .row.row#wpsl-stores,
.row .row.row#wpsl-search-wrap, #wpsl-result-list .column.row.row, #wpsl-result-list .row.row#wpsl-stores,
#wpsl-result-list .row.row#wpsl-search-wrap,
.wpsl-search .column.row.row,
.wpsl-search .row.row#wpsl-stores,
.wpsl-search .row.row#wpsl-search-wrap, .row .column#wpsl-result-list, #wpsl-result-list .column#wpsl-result-list,
.wpsl-search .column#wpsl-result-list,
.row .column.wpsl-search,
.row .wpsl-search#wpsl-stores,
.row .wpsl-search#wpsl-search-wrap,
#wpsl-result-list .column.wpsl-search,
#wpsl-result-list .wpsl-search#wpsl-stores,
#wpsl-result-list .wpsl-search#wpsl-search-wrap,
.wpsl-search .column.wpsl-search,
.wpsl-search .wpsl-search#wpsl-stores,
.wpsl-search .wpsl-search#wpsl-search-wrap, .row .row.row.columns, #wpsl-result-list .row.row.columns,
.wpsl-search .row.row.columns, .row .columns#wpsl-result-list, #wpsl-result-list .columns#wpsl-result-list,
.wpsl-search .columns#wpsl-result-list,
.row .columns.wpsl-search,
#wpsl-result-list .columns.wpsl-search,
.wpsl-search .columns.wpsl-search {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.33333%;
}

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

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

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

.small-2 {
  width: 16.66667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.33333%;
}

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

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

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

.small-5 {
  width: 41.66667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.33333%;
}

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

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

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

.small-8 {
  width: 66.66667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.33333%;
}

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

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

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

.small-11 {
  width: 91.66667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > #wpsl-stores,
.small-up-1 > #wpsl-search-wrap, .small-up-1 > .columns {
  float: left;
  width: 100%;
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > #wpsl-stores:nth-of-type(1n),
.small-up-1 > #wpsl-search-wrap: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 > #wpsl-stores:nth-of-type(1n+1),
.small-up-1 > #wpsl-search-wrap: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 > #wpsl-stores:last-child,
.small-up-1 > #wpsl-search-wrap:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > #wpsl-stores,
.small-up-2 > #wpsl-search-wrap, .small-up-2 > .columns {
  float: left;
  width: 50%;
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > #wpsl-stores:nth-of-type(1n),
.small-up-2 > #wpsl-search-wrap: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 > #wpsl-stores:nth-of-type(2n+1),
.small-up-2 > #wpsl-search-wrap: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 > #wpsl-stores:last-child,
.small-up-2 > #wpsl-search-wrap:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > #wpsl-stores,
.small-up-3 > #wpsl-search-wrap, .small-up-3 > .columns {
  float: left;
  width: 33.33333%;
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > #wpsl-stores:nth-of-type(1n),
.small-up-3 > #wpsl-search-wrap: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 > #wpsl-stores:nth-of-type(3n+1),
.small-up-3 > #wpsl-search-wrap: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 > #wpsl-stores:last-child,
.small-up-3 > #wpsl-search-wrap:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > #wpsl-stores,
.small-up-4 > #wpsl-search-wrap, .small-up-4 > .columns {
  float: left;
  width: 25%;
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > #wpsl-stores:nth-of-type(1n),
.small-up-4 > #wpsl-search-wrap: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 > #wpsl-stores:nth-of-type(4n+1),
.small-up-4 > #wpsl-search-wrap: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 > #wpsl-stores:last-child,
.small-up-4 > #wpsl-search-wrap:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > #wpsl-stores,
.small-up-5 > #wpsl-search-wrap, .small-up-5 > .columns {
  float: left;
  width: 20%;
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > #wpsl-stores:nth-of-type(1n),
.small-up-5 > #wpsl-search-wrap: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 > #wpsl-stores:nth-of-type(5n+1),
.small-up-5 > #wpsl-search-wrap: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 > #wpsl-stores:last-child,
.small-up-5 > #wpsl-search-wrap:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > #wpsl-stores,
.small-up-6 > #wpsl-search-wrap, .small-up-6 > .columns {
  float: left;
  width: 16.66667%;
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > #wpsl-stores:nth-of-type(1n),
.small-up-6 > #wpsl-search-wrap: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 > #wpsl-stores:nth-of-type(6n+1),
.small-up-6 > #wpsl-search-wrap: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 > #wpsl-stores:last-child,
.small-up-6 > #wpsl-search-wrap:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > #wpsl-stores,
.small-up-7 > #wpsl-search-wrap, .small-up-7 > .columns {
  float: left;
  width: 14.28571%;
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > #wpsl-stores:nth-of-type(1n),
.small-up-7 > #wpsl-search-wrap: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 > #wpsl-stores:nth-of-type(7n+1),
.small-up-7 > #wpsl-search-wrap: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 > #wpsl-stores:last-child,
.small-up-7 > #wpsl-search-wrap:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > #wpsl-stores,
.small-up-8 > #wpsl-search-wrap, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > #wpsl-stores:nth-of-type(1n),
.small-up-8 > #wpsl-search-wrap: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 > #wpsl-stores:nth-of-type(8n+1),
.small-up-8 > #wpsl-search-wrap: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 > #wpsl-stores:last-child,
.small-up-8 > #wpsl-search-wrap:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > #wpsl-stores,
.small-collapse > #wpsl-search-wrap, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-collapse .row, .small-collapse #wpsl-result-list,
.small-collapse .wpsl-search {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row, .expanded#wpsl-result-list .small-collapse.row,
.expanded.wpsl-search .small-collapse.row, .expanded.row .small-collapse#wpsl-result-list, .expanded#wpsl-result-list .small-collapse#wpsl-result-list,
.expanded.wpsl-search .small-collapse#wpsl-result-list,
.expanded.row .small-collapse.wpsl-search,
.expanded#wpsl-result-list .small-collapse.wpsl-search,
.expanded.wpsl-search .small-collapse.wpsl-search {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > #wpsl-stores,
.small-uncollapse > #wpsl-search-wrap, .small-uncollapse > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.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.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > #wpsl-stores,
  .medium-up-1 > #wpsl-search-wrap, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > #wpsl-stores:nth-of-type(1n),
  .medium-up-1 > #wpsl-search-wrap: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 > #wpsl-stores:nth-of-type(1n+1),
  .medium-up-1 > #wpsl-search-wrap: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 > #wpsl-stores:last-child,
  .medium-up-1 > #wpsl-search-wrap:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > #wpsl-stores,
  .medium-up-2 > #wpsl-search-wrap, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > #wpsl-stores:nth-of-type(1n),
  .medium-up-2 > #wpsl-search-wrap: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 > #wpsl-stores:nth-of-type(2n+1),
  .medium-up-2 > #wpsl-search-wrap: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 > #wpsl-stores:last-child,
  .medium-up-2 > #wpsl-search-wrap:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > #wpsl-stores,
  .medium-up-3 > #wpsl-search-wrap, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > #wpsl-stores:nth-of-type(1n),
  .medium-up-3 > #wpsl-search-wrap: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 > #wpsl-stores:nth-of-type(3n+1),
  .medium-up-3 > #wpsl-search-wrap: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 > #wpsl-stores:last-child,
  .medium-up-3 > #wpsl-search-wrap:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > #wpsl-stores,
  .medium-up-4 > #wpsl-search-wrap, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > #wpsl-stores:nth-of-type(1n),
  .medium-up-4 > #wpsl-search-wrap: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 > #wpsl-stores:nth-of-type(4n+1),
  .medium-up-4 > #wpsl-search-wrap: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 > #wpsl-stores:last-child,
  .medium-up-4 > #wpsl-search-wrap:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > #wpsl-stores,
  .medium-up-5 > #wpsl-search-wrap, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > #wpsl-stores:nth-of-type(1n),
  .medium-up-5 > #wpsl-search-wrap: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 > #wpsl-stores:nth-of-type(5n+1),
  .medium-up-5 > #wpsl-search-wrap: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 > #wpsl-stores:last-child,
  .medium-up-5 > #wpsl-search-wrap:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > #wpsl-stores,
  .medium-up-6 > #wpsl-search-wrap, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > #wpsl-stores:nth-of-type(1n),
  .medium-up-6 > #wpsl-search-wrap: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 > #wpsl-stores:nth-of-type(6n+1),
  .medium-up-6 > #wpsl-search-wrap: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 > #wpsl-stores:last-child,
  .medium-up-6 > #wpsl-search-wrap:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > #wpsl-stores,
  .medium-up-7 > #wpsl-search-wrap, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > #wpsl-stores:nth-of-type(1n),
  .medium-up-7 > #wpsl-search-wrap: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 > #wpsl-stores:nth-of-type(7n+1),
  .medium-up-7 > #wpsl-search-wrap: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 > #wpsl-stores:last-child,
  .medium-up-7 > #wpsl-search-wrap:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > #wpsl-stores,
  .medium-up-8 > #wpsl-search-wrap, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > #wpsl-stores:nth-of-type(1n),
  .medium-up-8 > #wpsl-search-wrap: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 > #wpsl-stores:nth-of-type(8n+1),
  .medium-up-8 > #wpsl-search-wrap: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 > #wpsl-stores:last-child,
  .medium-up-8 > #wpsl-search-wrap:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > #wpsl-stores,
  .medium-collapse > #wpsl-search-wrap, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row, .medium-collapse #wpsl-result-list,
  .medium-collapse .wpsl-search {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row, .expanded#wpsl-result-list .medium-collapse.row,
  .expanded.wpsl-search .medium-collapse.row, .expanded.row .medium-collapse#wpsl-result-list, .expanded#wpsl-result-list .medium-collapse#wpsl-result-list,
  .expanded.wpsl-search .medium-collapse#wpsl-result-list,
  .expanded.row .medium-collapse.wpsl-search,
  .expanded#wpsl-result-list .medium-collapse.wpsl-search,
  .expanded.wpsl-search .medium-collapse.wpsl-search {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > #wpsl-stores,
  .medium-uncollapse > #wpsl-search-wrap, .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.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > #wpsl-stores,
  .large-up-1 > #wpsl-search-wrap, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > #wpsl-stores:nth-of-type(1n),
  .large-up-1 > #wpsl-search-wrap: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 > #wpsl-stores:nth-of-type(1n+1),
  .large-up-1 > #wpsl-search-wrap: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 > #wpsl-stores:last-child,
  .large-up-1 > #wpsl-search-wrap:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > #wpsl-stores,
  .large-up-2 > #wpsl-search-wrap, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > #wpsl-stores:nth-of-type(1n),
  .large-up-2 > #wpsl-search-wrap: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 > #wpsl-stores:nth-of-type(2n+1),
  .large-up-2 > #wpsl-search-wrap: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 > #wpsl-stores:last-child,
  .large-up-2 > #wpsl-search-wrap:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > #wpsl-stores,
  .large-up-3 > #wpsl-search-wrap, .large-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > #wpsl-stores:nth-of-type(1n),
  .large-up-3 > #wpsl-search-wrap: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 > #wpsl-stores:nth-of-type(3n+1),
  .large-up-3 > #wpsl-search-wrap: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 > #wpsl-stores:last-child,
  .large-up-3 > #wpsl-search-wrap:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > #wpsl-stores,
  .large-up-4 > #wpsl-search-wrap, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > #wpsl-stores:nth-of-type(1n),
  .large-up-4 > #wpsl-search-wrap: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 > #wpsl-stores:nth-of-type(4n+1),
  .large-up-4 > #wpsl-search-wrap: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 > #wpsl-stores:last-child,
  .large-up-4 > #wpsl-search-wrap:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > #wpsl-stores,
  .large-up-5 > #wpsl-search-wrap, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > #wpsl-stores:nth-of-type(1n),
  .large-up-5 > #wpsl-search-wrap: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 > #wpsl-stores:nth-of-type(5n+1),
  .large-up-5 > #wpsl-search-wrap: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 > #wpsl-stores:last-child,
  .large-up-5 > #wpsl-search-wrap:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > #wpsl-stores,
  .large-up-6 > #wpsl-search-wrap, .large-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > #wpsl-stores:nth-of-type(1n),
  .large-up-6 > #wpsl-search-wrap: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 > #wpsl-stores:nth-of-type(6n+1),
  .large-up-6 > #wpsl-search-wrap: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 > #wpsl-stores:last-child,
  .large-up-6 > #wpsl-search-wrap:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > #wpsl-stores,
  .large-up-7 > #wpsl-search-wrap, .large-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > #wpsl-stores:nth-of-type(1n),
  .large-up-7 > #wpsl-search-wrap: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 > #wpsl-stores:nth-of-type(7n+1),
  .large-up-7 > #wpsl-search-wrap: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 > #wpsl-stores:last-child,
  .large-up-7 > #wpsl-search-wrap:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > #wpsl-stores,
  .large-up-8 > #wpsl-search-wrap, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > #wpsl-stores:nth-of-type(1n),
  .large-up-8 > #wpsl-search-wrap: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 > #wpsl-stores:nth-of-type(8n+1),
  .large-up-8 > #wpsl-search-wrap: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 > #wpsl-stores:last-child,
  .large-up-8 > #wpsl-search-wrap:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > #wpsl-stores,
  .large-collapse > #wpsl-search-wrap, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row, .large-collapse #wpsl-result-list,
  .large-collapse .wpsl-search {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row, .expanded#wpsl-result-list .large-collapse.row,
  .expanded.wpsl-search .large-collapse.row, .expanded.row .large-collapse#wpsl-result-list, .expanded#wpsl-result-list .large-collapse#wpsl-result-list,
  .expanded.wpsl-search .large-collapse#wpsl-result-list,
  .expanded.row .large-collapse.wpsl-search,
  .expanded#wpsl-result-list .large-collapse.wpsl-search,
  .expanded.wpsl-search .large-collapse.wpsl-search {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > #wpsl-stores,
  .large-uncollapse > #wpsl-search-wrap, .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.875rem;
}

.column-block > :last-child {
  margin-bottom: 0;
}

.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;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}

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

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
  transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
  transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
  transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-transition-delay: 300ms !important;
  transition-delay: 300ms !important;
}

.long-delay {
  -webkit-transition-delay: 700ms !important;
  transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
  animation-name: spin-ccw-1turn;
}

@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important;
}

.para_wrapper {
  /* The height needs to be set to a fixed value for the effect to work.
   * 100vh is the full height of the viewport. */
  height: 100vh;
  /* The scaling of the images would add a horizontal scrollbar, so disable x overflow. */
  overflow-x: hidden;
  /* Enable scrolling on the page. */
  overflow-y: auto;
  /* Set the perspective to 2px. This is essentailly the simulated distance from the viewport to transformed objects.*/
  perspective: 2px;
}

.para_section {
  /* Needed for children to be absolutely positioned relative to the parent. */
  position: relative;
  /* The height of the container. Must be set, but it doesn't really matter what the value is. */
  height: 500px;
  /* For text formatting. */
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-shadow: 0 0 5px #000;
}

.para_parallax::after {
  /* Display and position the pseudo-element */
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* Move the pseudo-element back away from the camera,
   * then scale it back up to fill the viewport.
   * Because the pseudo-element is further away, it appears to move more slowly, like in real life. */
  transform: translateZ(1px) scale(1);
  /* Force the background image to fill the whole element. */
  background-size: 100%;
  background-position: center;
  /* Keep the image from overlapping sibling elements. */
  z-index: -1;
}

.para_parallax {
  height: 500px;
}

/* The styling for the static div. */
.para_static {
  background: red;
}

/* Sets the actual background images to adorable kitties. This part is crucial. */
.bg1::after {
  background-image: url("https://placekitten.com/g/900/700");
}

.bg2::after {
  background-image: url("https://placekitten.com/g/800/600");
}

/*!
Theme Name: belrobotics
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: belrobotics
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

belrobotics is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

/*h1, h2, h3, h4, h5, h6 {
	clear: both;
}*/
p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	/*border: 1px solid #ccc;*/
/*border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*a {
	color: royalblue;
}*/
/*a:visited {
	color: purple;
}*/
/*a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}
*/
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  /*display: none;*/
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/*
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}*/
/*.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}*/
/*
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
/*.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
*/
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
/*.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*.widget {
	margin: 0 0 1.5em;
	 //Make sure select elements fit in widgets. 
}

.widget select {
	max-width: 100%;
}
*/
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*.sticky {
	display: block;
}*/
/*.post,
.page {
	margin: 0 0 1.5em;
}
*/ /*
.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
*/
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

/*.bypostauthor {
	display: block;
}*/
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
/*.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	//Theme Footer (when set to scrolling) 
	display: none;
}*/
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
/*.infinity-end.neverending .site-footer {
	display: block;
}*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}*/
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
/*.custom-logo-link {
	display: inline-block;
}
*/
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
/*.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}*/
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
/*.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}*/
/* Variables couleurs */
* {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

a {
  cursor: pointer;
}

.link_absolute {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*border: 1px solid red;*/
  text-indent: -99999px;
  border: none !important;
}
.link_absolute:hover, .link_absolute:active, .link_absolute:focus {
  border: none !important;
}

.transition, .footer_blanc .footermenu_social a:before, .footer_blanc .footermenu_social a, .vignette_archive, .listing_utilisations li, .main-navigation ul ul li a, .main-navigation a, .main-navigation li:after, .main-navigation li, .topmenu .topmenu_social a, .btn, .footer_blanc #top-menu .link_devis a, .topmenu #top-menu .link_devis a, .btn_inverse_green, .btn_white, .btn_inverse_white, .btn_inverse, .btn_lightgreen, .btn_green, input#fsSubmitButton2337435,
#top-menu .btn a,
#top-menu .btn_inverse_green a,
#top-menu .btn_white a,
#top-menu .btn_inverse_white a,
#top-menu .btn_inverse a,
#top-menu .btn_lightgreen a,
#top-menu .btn_green a,
#top-menu input#fsSubmitButton2337435 a, p a,
span a,
small a, a {
  transition: all 0.2s ease-in;
}

section {
  position: relative;
  overflow: hidden;
}

.section_padding {
  padding: 100px 0;
}

.padding_inside {
  padding: 50px 0;
}

.padding_bot {
  padding: 0 0 100px 0;
}

.section_shadow {
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
}

.section_cta {
  padding: 50px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section_cta .btn_inverse_white {
  margin: 5px 20px;
}
.section_cta #top-menu li {
  display: inline-block;
}
.section_cta #top-menu li a:before {
  margin-top: 4px;
}
.section_cta #top-menu li a:hover, .section_cta #top-menu li a:active, .section_cta #top-menu li a:focus {
  color: #fff;
}
.section_cta #top-menu li.link_revendeur a:before {
  background-image: url("./img/icon-user-blanc.svg");
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.section_cta #top-menu li.link_solutions a:before {
  background-image: url("./img/icon-map-blanc.svg");
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.section_cta #top-menu li.link_devis a:before {
  background-image: url("./img/icon-devis.svg");
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.section_cta #top-menu li.link_devis a:hover:before {
  background-image: url("./img/icon-devis.svg");
}

.row, #wpsl-result-list,
.wpsl-search {
  max-width: 1240px;
  width: 100%;
  /*z-index: 10;*/
  position: relative;
}

.flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

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

.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
}

.site-main {
  padding: 35px 0 50px 0;
  position: relative;
  background-color: #fff;
}

.bg_grey {
  background-color: #F5F5F5;
}

.bg_green {
  background-color: #003714;
}

.bg_lightgreen {
  background-color: rgba(144, 188, 109, 0.3);
}

.bg_orange {
  background-color: #EA751D;
}

.bg_contain, .page-template-template-app .icon-offline-line:before,
.page-template-template-app .icon-basic-line:before,
.page-template-template-app .icon-premium-wifi-line:before,
.page-template-template-app .icon-premium-4g-line:before, .site-title, .single_top_pagination .back_to_blog, .single_bottom_pagination .back_to_blog, #top-menu li a:before, .topmenu .topmenu_social a {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.bg_cover, .footer_blanc .footermenu_social .manuals:hover:before, .footer_blanc .footermenu_social .instagram:hover:before, .footer_blanc .footermenu_social .youtube:hover:before, .footer_blanc .footermenu_social .facebook:hover:before, .footer_blanc .footermenu_social a:before, .bg_cta_ontour, .bg_cta_promotions, .vignette_archive .connected:before, .listing_blog .pagination .next,
.listing_blog .pagination .prev, .one_blog .img_container, .wpsl_stores-template-default .bg_cta_partners,
.page-template-yamabiko-partners-single .bg_cta_partners, .single_top_pagination .post-navigation .nav-previous a,
.single_top_pagination .posts-navigation .nav-previous a, .single_top_pagination .post-navigation .nav-next a,
.single_top_pagination .posts-navigation .nav-next a, .single_bottom_pagination .post-navigation .nav-next:after,
.single_bottom_pagination .post-navigation .nav-previous:before,
.single_bottom_pagination .posts-navigation .nav-next:after,
.single_bottom_pagination .posts-navigation .nav-previous:before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

ul.no_list {
  list-style: none;
  margin: 0;
}
ul.no_list li:before {
  display: none !important;
}

ul,
ul.list {
  margin-left: 25px;
}

/*img {
	position: relative;
	object-fit: cover;
}*/
.vertical_align {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ta_center {
  display: block;
  text-align: center;
  margin: 0 auto;
}

.img_container img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.img_container.section_img_full {
  /*img {
  	object-fit: cover;
  }*/
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section_img_full {
  height: 350px;
}

/* SLICK */
.slick-dots {
  margin: 0 auto;
  display: table;
  position: relative;
}
.slick-dots li {
  list-style: none;
  float: left;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid lightgrey;
  width: 7px;
  height: 7px;
  margin: 5px;
  border-radius: 50%;
  /*box-shadow: 0 0 5px rgba(#000, .3);*/
}
.slick-dots li button {
  font-size: 0;
  background-color: none;
  border: none;
  padding: 0;
}
.slick-dots li.slick-active {
  /*background-color: rgba(#fff, 1);*/
  background-color: lightgrey;
  border: 1px solid lightgrey;
}

/*.slider_new_models,*/
.download_app .row, .download_app #wpsl-result-list,
.download_app .wpsl-search {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /*img {
  	margin: 0 auto;
  	display: block;
  }*/
}

.slick-arrow {
  width: 25px;
  height: 40px;
  background-color: transparent;
  border: none;
  text-indent: -9999999px;
  background-image: url("./img/fleche-droite.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  /*margin: 10px;*/
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slick-arrow.slick-prev {
  background-image: url("./img/fleche-gauche.svg");
  left: -25px;
}
.slick-arrow.slick-next {
  right: -25px;
}

.column:last-child:not(:first-child), #wpsl-stores:last-child:not(:first-child),
#wpsl-search-wrap:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: left !important;
}

#popup-form {
  display: none;
}
#popup-form iframe {
  width: 100%;
  min-height: fit-content;
  border: none;
}

.popup-form.fancybox-content {
  width: 85%;
  max-width: 850px !important;
  padding: 24px;
}
.popup-form.fancybox-content p {
  margin: 0;
}

.tondeuse-template-single-tondeuse-2 header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-template-gps-rtk .vignette_archive {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 80%;
}

.tondeuse-template-single-tondeuse-2 .box_banner_white {
  margin: 125px 0;
}
.tondeuse-template-single-tondeuse-2 .box_banner_white h1,
.tondeuse-template-single-tondeuse-2 .box_banner_white h3 {
  color: #003714;
}

#wpsl-map-controls {
  display: none;
  visibility: hidden;
}

#wpsl-wrap,
.wpsl-search-top {
  background: #f4f3f3;
}

#wpsl-result-list,
.wpsl-search {
  margin-bottom: 0;
}

#wpsl-search-wrap .wpsl-icon-direction {
  float: none;
  display: table-cell;
}

#wpsl-search-wrap .wpsl-icon-direction:hover {
  cursor: pointer;
}

div#wpsl-gmap {
  float: none !important;
  height: 420px !important;
  width: 100% !important;
}

div#wpsl-stores {
  overflow: visible;
  height: 350px;
}

#wpsl-result-list {
  width: 100% !important;
  margin-right: auto !important;
  padding: 32px 0;
  transition: 0.2s height ease-in-out;
}
#wpsl-result-list.hidden {
  display: none;
  height: 0;
}
#wpsl-result-list .column-block {
  margin-bottom: 1.875rem !important;
}

div#wpsl-wrap #wpsl-result-list li {
  overflow: visible !important;
  border: none !important;
  padding: 15px;
}

.store-country {
  overflow: visible;
}
.store-country:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  color: #E8E8E8;
}

.store-category {
  color: #003714;
  margin-bottom: 16px;
}

.store-archive li {
  list-style: none;
}
.store-archive .store-item {
  padding: 1em;
  min-height: 210px;
  background: white;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.store-archive .store-item span {
  font-size: 12px;
  line-height: 130%;
}
.store-archive .store-title {
  color: #003714;
  margin-bottom: 16px;
}

#wpsl-result-list p,
h2.no-padding,
div#wpsl-search-wrap {
  padding-left: 0px !important;
}

div#wpsl-stores {
  height: inherit;
}

span.more-infos {
  line-height: 150% !important;
  font-style: italic;
}

.store-archive .store-item span.wpsl-url {
  max-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.page-template-revendeurs .wpsl-gmap-canvas .wpsl-infobox strong {
  color: #003714 !important;
  font-weight: 700 !important;
}

.single-wpsl_stores .vignette_archive,
.page-template-yamabiko-partners-single .vignette_archive {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 350px;
}
.single-wpsl_stores .vignette_archive:hover,
.page-template-yamabiko-partners-single .vignette_archive:hover {
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.25);
}
.single-wpsl_stores .vignette_archive div.open-center,
.page-template-yamabiko-partners-single .vignette_archive div.open-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single-wpsl_stores .vignette_archive .wpsl-contact-section,
.page-template-yamabiko-partners-single .vignette_archive .wpsl-contact-section {
  margin-bottom: 10px;
}
.single-wpsl_stores .vignette_archive .wpsl-contact-section .wpsl-phone a,
.single-wpsl_stores .vignette_archive .wpsl-contact-section .wpsl-url a,
.single-wpsl_stores .vignette_archive .wpsl-contact-section .wpsl-email a,
.single-wpsl_stores .vignette_archive .wpsl-contact-section .wpsl-email2 a,
.single-wpsl_stores .vignette_archive .wpsl-contact-section .wpsl-email3 a,
.page-template-yamabiko-partners-single .vignette_archive .wpsl-contact-section .wpsl-phone a,
.page-template-yamabiko-partners-single .vignette_archive .wpsl-contact-section .wpsl-url a,
.page-template-yamabiko-partners-single .vignette_archive .wpsl-contact-section .wpsl-email a,
.page-template-yamabiko-partners-single .vignette_archive .wpsl-contact-section .wpsl-email2 a,
.page-template-yamabiko-partners-single .vignette_archive .wpsl-contact-section .wpsl-email3 a {
  color: #7E7E7E;
  text-decoration: none;
  border-bottom: none;
}
.single-wpsl_stores .vignette_archive .wpsl-contact-section .wpsl-phone a:hover,
.single-wpsl_stores .vignette_archive .wpsl-contact-section .wpsl-url a:hover,
.single-wpsl_stores .vignette_archive .wpsl-contact-section .wpsl-email a:hover,
.single-wpsl_stores .vignette_archive .wpsl-contact-section .wpsl-email2 a:hover,
.single-wpsl_stores .vignette_archive .wpsl-contact-section .wpsl-email3 a:hover,
.page-template-yamabiko-partners-single .vignette_archive .wpsl-contact-section .wpsl-phone a:hover,
.page-template-yamabiko-partners-single .vignette_archive .wpsl-contact-section .wpsl-url a:hover,
.page-template-yamabiko-partners-single .vignette_archive .wpsl-contact-section .wpsl-email a:hover,
.page-template-yamabiko-partners-single .vignette_archive .wpsl-contact-section .wpsl-email2 a:hover,
.page-template-yamabiko-partners-single .vignette_archive .wpsl-contact-section .wpsl-email3 a:hover {
  text-decoration: underline;
}
.single-wpsl_stores .vignette_archive h3,
.page-template-yamabiko-partners-single .vignette_archive h3 {
  text-transform: uppercase;
}
.single-wpsl_stores .vignette_archive .mb-20,
.page-template-yamabiko-partners-single .vignette_archive .mb-20 {
  margin-bottom: 20px;
}
.single-wpsl_stores .vignette_archive .mt-20,
.page-template-yamabiko-partners-single .vignette_archive .mt-20 {
  margin-top: 20px;
}
.single-wpsl_stores .vignette_archive table,
.page-template-yamabiko-partners-single .vignette_archive table {
  margin: 0;
}
.single-wpsl_stores .vignette_archive table tr td:first-child,
.page-template-yamabiko-partners-single .vignette_archive table tr td:first-child {
  font-weight: 600;
}
.single-wpsl_stores .vignette_archive .store-hours,
.page-template-yamabiko-partners-single .vignette_archive .store-hours {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.5rem;
  color: var(--color);
  border: 1px solid var(--color);
  border-radius: 50px;
  padding: 3px 8px;
  font-weight: 600;
  width: fit-content;
}
.single-wpsl_stores .vignette_archive .store-hours.open,
.page-template-yamabiko-partners-single .vignette_archive .store-hours.open {
  --color: #90BC6D;
}
.single-wpsl_stores .vignette_archive .store-hours.closed,
.page-template-yamabiko-partners-single .vignette_archive .store-hours.closed {
  --color: #e4000f;
}
.single-wpsl_stores .vignette_archive .store-hours-unknown,
.page-template-yamabiko-partners-single .vignette_archive .store-hours-unknown {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100% !important;
  width: 100% !important;
  color: grey;
  font-weight: 600;
}
.single-wpsl_stores .vignette_archive .contact-bloc,
.page-template-yamabiko-partners-single .vignette_archive .contact-bloc {
  display: flex;
  gap: 10px;
}
.single-wpsl_stores .vignette_archive .contact-bloc.mt-10,
.page-template-yamabiko-partners-single .vignette_archive .contact-bloc.mt-10 {
  margin-top: 10px;
}
.single-wpsl_stores .vignette_archive .contact-bloc .icon,
.page-template-yamabiko-partners-single .vignette_archive .contact-bloc .icon {
  opacity: 0.5;
}
.single-wpsl_stores .vignette_archive .contact-bloc .contact-content,
.page-template-yamabiko-partners-single .vignette_archive .contact-bloc .contact-content {
  display: flex;
  flex-direction: column;
}
.single-wpsl_stores .wpsl-gmap-canvas,
.page-template-yamabiko-partners-single .wpsl-gmap-canvas {
  margin-bottom: 0 !important;
}
.single-wpsl_stores .wpsl-gmap-canvas .wpsl-infobox,
.page-template-yamabiko-partners-single .wpsl-gmap-canvas .wpsl-infobox {
  max-width: 500px !important;
  padding: 20px !important;
}
.single-wpsl_stores .wpsl-gmap-canvas .wpsl-infobox img,
.page-template-yamabiko-partners-single .wpsl-gmap-canvas .wpsl-infobox img {
  display: none !important;
}
.single-wpsl_stores .wpsl-gmap-canvas .wpsl-infobox .wpsl-info-window .wpsl-no-margin strong,
.page-template-yamabiko-partners-single .wpsl-gmap-canvas .wpsl-infobox .wpsl-info-window .wpsl-no-margin strong {
  color: #003714 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}
.single-wpsl_stores table.wpsl-opening-hours,
.page-template-yamabiko-partners-single table.wpsl-opening-hours {
  width: 100% !important;
}
.single-wpsl_stores table.wpsl-opening-hours tbody,
.page-template-yamabiko-partners-single table.wpsl-opening-hours tbody {
  border: 0px !important;
}
.single-wpsl_stores table.wpsl-opening-hours tbody tr:nth-child(even),
.page-template-yamabiko-partners-single table.wpsl-opening-hours tbody tr:nth-child(even) {
  background-color: transparent !important;
}
.single-wpsl_stores table.wpsl-opening-hours tbody tr:not(:last-of-type),
.page-template-yamabiko-partners-single table.wpsl-opening-hours tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #E8E8E8;
}
.single-wpsl_stores table.wpsl-opening-hours tbody td,
.page-template-yamabiko-partners-single table.wpsl-opening-hours tbody td {
  padding: 5px !important;
}

form.hs-form-private input,
form.hs-form-private select,
form.hs-form-private textarea,
form.hs-form-private select {
  border: 1px solid #B3B3B3;
  margin: 0 0 1rem;
}
form.hs-form-private input:hover,
form.hs-form-private select:hover,
form.hs-form-private textarea:hover,
form.hs-form-private select:hover {
  border: 1px solid #7E7E7E;
}
form.hs-form-private input.invalid,
form.hs-form-private select.invalid,
form.hs-form-private textarea.invalid,
form.hs-form-private select.invalid {
  border: 1px solid indianred;
  background-color: rgba(205, 92, 92, 0.05);
  margin: 0 0 1rem;
}
form.hs-form-private input[name=firstname] {
  field-sizing: content;
  width: 50% !important;
  max-width: 70%;
}
form.hs-form-private input[name=lastname] {
  field-sizing: content;
  width: 60% !important;
  min-width: 60%;
  max-width: 80%;
}
form.hs-form-private input[name=email] {
  field-sizing: content;
  width: 50% !important;
  min-width: 50%;
  max-width: 70%;
}
form.hs-form-private input[name=tel] {
  field-sizing: content;
  width: 40% !important;
  min-width: 40%;
  max-width: 60%;
}
form.hs-form-private input[name=company] {
  width: 50% !important;
  max-width: 70%;
}
form.hs-form-private input[name=address] {
  width: 70% !important;
  max-width: 90%;
}
form.hs-form-private input[name=state] {
  width: 20% !important;
  max-width: 30%;
}
form.hs-form-private input[name=city] {
  field-sizing: content;
  width: 50% !important;
  min-width: 50%;
  max-width: 70%;
}
form.hs-form-private input[name=mobilephone] {
  field-sizing: content;
  width: 40% !important;
  min-width: 40%;
  max-width: 60%;
}
form.hs-form-private select {
  field-sizing: content;
  width: 50% !important;
  min-width: 50%;
  max-width: 70%;
}
form.hs-form-private select.invalid {
  color: indianred;
}
form.hs-form-private textarea {
  resize: none !important;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 200px;
}
form.hs-form-private label {
  color: #7E7E7E;
  font-weight: 600;
}
form.hs-form-private label:not(:has(.hs-form-required))::after {
  content: "Optional";
  /* Fallback if no lang is matched */
  color: #B3B3B3;
  font-size: 0.75em;
  font-weight: 400;
  margin-left: 5px;
}
form.hs-form-private .hs-form-field:has(input.hs-input.invalid) label,
form.hs-form-private .hs-form-field:has(select.hs-input.invalid) label,
form.hs-form-private .hs-form-field:has(textarea.hs-input.invalid) label {
  color: indianred;
}
form.hs-form-private input[type=submit].hs-button {
  color: #fff !important;
  background-color: #EA751D !important;
  border: 2px solid #EA751D !important;
  display: inline-block;
  border-radius: 0 !important;
  padding: 10px 25px !important;
  margin: 20px 0 0 !important;
}
form.hs-form-private input[type=submit].hs-button:hover {
  color: #EA751D !important;
  background-color: rgba(255, 255, 255, 0.7) !important;
  border: 2px solid #EA751D !important;
  cursor: pointer;
}
form.hs-form-private span.hs-form-required {
  display: none;
}
form.hs-form-private ul.hs-error-msgs {
  list-style-type: none;
  margin: 0;
}
form.hs-form-private ul.hs-error-msgs label {
  display: none;
}

/* Language-specific rules */
html[lang|=en] .hs-form-field label:not(:has(.hs-form-required))::after {
  content: "Optional";
}

html[lang|=fr] .hs-form-field label:not(:has(.hs-form-required))::after {
  content: "Facultatif";
}

html[lang|=nl] .hs-form-field label:not(:has(.hs-form-required))::after {
  content: "Optioneel";
}

html[lang|=de] .hs-form-field label:not(:has(.hs-form-required))::after {
  content: "Optional";
}

html[lang|=it].hs-form-field label:not(:has(.hs-form-required))::after {
  content: "Facoltativo";
}

html[lang=es] .hs-form-field label:not(:has(.hs-form-required))::after {
  content: "Opcional";
}

html[lang=pl] .hs-form-field label:not(:has(.hs-form-required))::after {
  content: "Opcjonalny";
}

html[lang=cz] label:not(:has(.hs-form-required))::after {
  content: "Volitelné";
}

html[lang=da] .hs-form-field label:not(:has(.hs-form-required))::after {
  content: "Valgfri";
}

html[lang=fi] .hs-form-field label:not(:has(.hs-form-required))::after {
  content: "Valinnainen";
}

html[lang=sv] label:not(:has(.hs-form-required))::after {
  content: "Valfritt";
}

html[lang=no] .hs-form-field label:not(:has(.hs-form-required))::after {
  content: "Valgfritt";
}

html[lang=sk] .hs-form-field label:not(:has(.hs-form-required))::after {
  content: "Voliteľné";
}

body {
  color: #7E7E7E;
  font-size: 16px;
}

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

h1,
.h1 {
  font-size: 50px;
  text-transform: none;
  font-weight: 900;
  /* black */
}

h2.wisenav-title {
  font-size: 65px;
  text-transform: none;
  font-weight: 900;
  line-height: 0.8;
}
h2.wisenav-title span {
  font-size: 30px;
  font-weight: 300;
  margin-top: -10px;
}

h2,
.h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #003714;
  font-weight: 700;
}

h3,
.h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #7E7E7E;
}

h4,
.h4 {
  font-size: 20px;
  text-transform: inherit;
  font-weight: 700;
  color: #7E7E7E;
  margin-bottom: 0;
}

h5,
.h5 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0;
}

h6,
.h6 {
  font-size: 14px;
}

.underlined {
  display: block;
}
.underlined:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #EA751D;
  margin: 15px 0 25px 0;
}
.underlined.center:after {
  margin: 15px auto 0 auto;
}

.center {
  text-align: center;
}

.lightgreen_title {
  color: #90bc6d;
}

a {
  font-size: 16px;
  font-size: inherit !important;
  color: #003714;
  text-decoration: none;
  /*border-bottom: 1px solid transparent;*/
}
a:hover, a:active, a:focus {
  color: #003714;
  /*border-bottom: 1px solid $primary-color;*/
}

p a,
span a,
small a {
  color: #003714;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
p a:hover, p a:active, p a:focus,
span a:hover,
span a:active,
span a:focus,
small a:hover,
small a:active,
small a:focus {
  color: #003714;
  border-bottom: 1px solid #003714;
}

mark,
ins {
  background-color: #003714;
  padding: 0 10px;
  float: none;
  display: inline-block;
  margin: 5px 0;
}

.btn, .footer_blanc #top-menu .link_devis a, .topmenu #top-menu .link_devis a, .btn_inverse_green, .btn_white, .btn_inverse_white, .btn_inverse, .btn_lightgreen, .btn_green, input#fsSubmitButton2337435 {
  padding: 10px 25px;
}

#top-menu .link_devis a {
  padding: 15px 25px !important;
}

.btn, .footer_blanc #top-menu .link_devis a, .topmenu #top-menu .link_devis a, .btn_inverse_green, .btn_white, .btn_inverse_white, .btn_inverse, .btn_lightgreen, .btn_green, input#fsSubmitButton2337435,
#top-menu .btn a,
#top-menu .btn_inverse_green a,
#top-menu .btn_white a,
#top-menu .btn_inverse_white a,
#top-menu .btn_inverse a,
#top-menu .btn_lightgreen a,
#top-menu .btn_green a,
#top-menu input#fsSubmitButton2337435 a {
  color: #fff;
  background-color: #EA751D;
  border: 2px solid #EA751D;
  font-size: 18px;
  display: inline-block;
  border-radius: 0;
}
.btn:hover, .footer_blanc #top-menu .link_devis a:hover, .topmenu #top-menu .link_devis a:hover, .btn_inverse_green:hover, .btn_white:hover, .btn_inverse_white:hover, .btn_inverse:hover, .btn_lightgreen:hover, .btn_green:hover, input#fsSubmitButton2337435:hover, .btn:active, .footer_blanc #top-menu .link_devis a:active, .topmenu #top-menu .link_devis a:active, .btn_inverse_green:active, .btn_white:active, .btn_inverse_white:active, .btn_inverse:active, .btn_lightgreen:active, .btn_green:active, input#fsSubmitButton2337435:active, .btn:focus, .footer_blanc #top-menu .link_devis a:focus, .topmenu #top-menu .link_devis a:focus, .btn_inverse_green:focus, .btn_white:focus, .btn_inverse_white:focus, .btn_inverse:focus, .btn_lightgreen:focus, .btn_green:focus, input#fsSubmitButton2337435:focus,
#top-menu .btn a:hover,
#top-menu .btn_inverse_green a:hover,
#top-menu .btn_white a:hover,
#top-menu .btn_inverse_white a:hover,
#top-menu .btn_inverse a:hover,
#top-menu .btn_lightgreen a:hover,
#top-menu .btn_green a:hover,
#top-menu input#fsSubmitButton2337435 a:hover,
#top-menu .btn a:active,
#top-menu .btn_inverse_green a:active,
#top-menu .btn_white a:active,
#top-menu .btn_inverse_white a:active,
#top-menu .btn_inverse a:active,
#top-menu .btn_lightgreen a:active,
#top-menu .btn_green a:active,
#top-menu input#fsSubmitButton2337435 a:active,
#top-menu .btn a:focus,
#top-menu .btn_inverse_green a:focus,
#top-menu .btn_white a:focus,
#top-menu .btn_inverse_white a:focus,
#top-menu .btn_inverse a:focus,
#top-menu .btn_lightgreen a:focus,
#top-menu .btn_green a:focus,
#top-menu input#fsSubmitButton2337435 a:focus {
  color: #EA751D;
  background-color: rgba(255, 255, 255, 0.7);
  border: 2px solid #EA751D;
}

.btn-partner {
  color: #EA751D;
  border: 1px solid #EA751D;
  padding: 6px;
  font-size: 18px;
  display: inline-block;
  border-radius: 0;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.btn-partner:hover, .btn-partner:active, .btn-partner:focus {
  color: white;
  background-color: #EA751D;
  border: 1px solid #EA751D;
}

.banner .btn:hover, .banner .footer_blanc #top-menu .link_devis a:hover, .footer_blanc #top-menu .link_devis .banner a:hover, .banner .topmenu #top-menu .link_devis a:hover, .topmenu #top-menu .link_devis .banner a:hover, .banner .btn_inverse_green:hover, .banner .btn_white:hover, .banner .btn_inverse_white:hover, .banner .btn_inverse:hover, .banner .btn_lightgreen:hover, .banner .btn_green:hover, .banner input#fsSubmitButton2337435:hover, .banner .btn:active, .banner .footer_blanc #top-menu .link_devis a:active, .footer_blanc #top-menu .link_devis .banner a:active, .banner .topmenu #top-menu .link_devis a:active, .topmenu #top-menu .link_devis .banner a:active, .banner .btn_inverse_green:active, .banner .btn_white:active, .banner .btn_inverse_white:active, .banner .btn_inverse:active, .banner .btn_lightgreen:active, .banner .btn_green:active, .banner input#fsSubmitButton2337435:active, .banner .btn:focus, .banner .footer_blanc #top-menu .link_devis a:focus, .footer_blanc #top-menu .link_devis .banner a:focus, .banner .topmenu #top-menu .link_devis a:focus, .topmenu #top-menu .link_devis .banner a:focus, .banner .btn_inverse_green:focus, .banner .btn_white:focus, .banner .btn_inverse_white:focus, .banner .btn_inverse:focus, .banner .btn_lightgreen:focus, .banner .btn_green:focus, .banner input#fsSubmitButton2337435:focus {
  color: #EA751D;
  background-color: #fff;
  border: 2px solid #fff;
}

input#fsSubmitButton2337435 {
  background-color: #EA751D !important;
}
input#fsSubmitButton2337435:hover, input#fsSubmitButton2337435:active, input#fsSubmitButton2337435:focus {
  color: #EA751D !important;
  background-color: transparent !important;
  border: 2px solid #EA751D;
}

.btn_green {
  background-color: #003714;
  border: 2px solid #003714;
}
.btn_green:hover, .btn_green:active, .btn_green:focus {
  color: #003714;
  background-color: transparent;
  border: 2px solid #003714;
}

.btn_lightgreen {
  background-color: #90bc6d;
  border: 2px solid #90bc6d;
}
.btn_lightgreen:hover, .btn_lightgreen:active, .btn_lightgreen:focus {
  color: #90bc6d;
  background-color: transparent;
  border: 2px solid #90bc6d;
}

.btn_inverse {
  color: #EA751D;
  background-color: #fff;
  border: 2px solid #EA751D;
}
.btn_inverse:hover, .btn_inverse:active, .btn_inverse:focus {
  color: #fff !important;
  background-color: #EA751D;
  border: 2px solid #EA751D;
}

.btn_inverse_white {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}
.btn_inverse_white:hover, .btn_inverse_white:active, .btn_inverse_white:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  border: 2px solid #fff;
}

.btn_white {
  color: #2c7953;
  background-color: #fff;
  border: 2px solid #fff;
}
.btn_white:hover, .btn_white:active, .btn_white:focus {
  color: #003714;
  background-color: rgba(255, 255, 255, 0.3);
  border: 2px solid #fff;
}

.btn_inverse_green {
  color: #003714;
  background-color: #fff;
  border: 2px solid #003714;
}
.btn_inverse_green:hover, .btn_inverse_green:active, .btn_inverse_green:focus {
  color: #fff;
  background-color: #003714;
  border: 2px solid #003714;
}

.btn_download span:before {
  content: "";
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 4px;
  background-repeat: no-repeat;
  background-image: url(./img/icon-download-blanc.svg);
}

/*.fsNextButton, .fsPreviousButton, .fsSubmitButton {
    padding: 10px;
    border: 0 solid transparent;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0;
    border-radius: 0!important;
    font-size: 14px!important;
    font-weight: 400;
    font-style: normal;
    line-height: 14px;
    color: #fff!important;
    background-color: #595d64!important;
}*/
article h2 {
  font-size: 22px;
  margin-top: 25px;
}
article h3 {
  font-size: 18px;
  color: #ea751c;
}

.archive article {
  margin-bottom: 50px;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 50px;
}

.site-title a {
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
}

.menu a {
  padding: 12px 15px;
  color: #003714;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: none;
}
.menu a:hover, .menu a:active, .menu a:focus {
  color: #003714;
  border-bottom: none;
}

.global_menu {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}

/* TOP MENU */
.topmenu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}
.topmenu a {
  color: #003714;
  line-height: inherit;
}
.topmenu ul {
  margin: 0;
  padding: 0;
}
.topmenu ul li {
  list-style: none;
  float: left;
}
.topmenu .topmenu_social {
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-top: 5px;
}
.topmenu .topmenu_social a {
  color: #7E7E7E;
  font-size: 0;
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 5px;
  text-indent: -99999px;
}
.topmenu .topmenu_social .facebook {
  background-image: url("./img/icon-facebook-gris.svg");
}
.topmenu .topmenu_social .facebook:hover, .topmenu .topmenu_social .facebook:hover, .topmenu .topmenu_social .facebook:hover {
  background-image: url("./img/icon-facebook-color.svg");
}
.topmenu .topmenu_social .youtube {
  background-image: url("./img/icon-youtube-gris.svg");
}
.topmenu .topmenu_social .youtube:hover, .topmenu .topmenu_social .youtube:hover, .topmenu .topmenu_social .youtube:hover {
  background-image: url("./img/icon-youtube-color.svg");
}
.topmenu .topmenu_social .instagram {
  background-image: url("./img/icon-instagram-gris-3.svg");
}
.topmenu .topmenu_social .instagram:hover, .topmenu .topmenu_social .instagram:hover, .topmenu .topmenu_social .instagram:hover {
  background-image: url("./img/icon-instagram-color-3.svg");
}
.topmenu #top-menu {
  display: flex;
  align-items: center;
}
.topmenu .top-menu-cta-container-global {
  /*overflow: hidden;*/
  float: right;
}
.topmenu .top-menu-cta-container-global > div {
  float: left;
}

#top-menu {
  margin: 0;
}

#top-menu li a:hover, #top-menu li a:active, #top-menu li a:focus {
  color: #7E7E7E;
}
#top-menu li a:before {
  content: "";
  display: inline-block;
  float: left;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-image: url("./img/icon-user.svg");
}
#top-menu li.wpml-ls-item a:before {
  display: none;
}

#top-menu li.link_devis a:before {
  background-image: url("./img/icon-devis.svg");
}
#top-menu li.link_devis a:hover:before, #top-menu li.link_devis a:active:before, #top-menu li.link_devis a:focus:before {
  background-image: url("./img/icon-devis-orange.svg");
}

#top-menu li.link_revendeurs a:before {
  background-image: url("./img/icon-revendeur.svg");
}

#top-menu li.link_portail a:before {
  background-image: url("./img/icon-user.svg");
}

#top-menu li.link_devenir_revendeur a {
  color: #EA751D;
}
#top-menu li.link_devenir_revendeur a:before {
  width: 28px !important;
  background-image: url("./img/icon-devenir-revendeur.svg");
}

/* MENU PRINCIPAL */
.site-header .row, .site-header #wpsl-result-list,
.site-header .wpsl-search {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.main-navigation {
  width: auto;
  display: inline-block;
  position: absolute;
  right: 0;
}
.main-navigation li {
  float: left;
  display: inline-block;
}
.main-navigation li:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #EA751D;
  margin-left: 10px;
  visibility: hidden;
  opacity: 0;
}
.main-navigation a {
  color: #003714;
  text-transform: uppercase;
  padding: 15px 10px;
  font-size: 13px !important;
}
.main-navigation ul ul {
  background: #fff;
  padding-bottom: 10px;
}
.main-navigation ul ul li a {
  opacity: 0.6;
}
.main-navigation ul ul li a:hover, .main-navigation ul ul li a:active, .main-navigation ul ul li a:focus {
  opacity: 1;
}
.main-navigation .current-menu-item {
  font-weight: 700;
}
.main-navigation .current-menu-item:after,
.main-navigation li:hover:after {
  visibility: visible;
  opacity: 1;
}
.main-navigation .current-menu-ancestor {
  font-weight: 700;
}
.main-navigation .current-menu-ancestor:after,
.main-navigation li:hover:after {
  visibility: visible;
  opacity: 1;
}
.main-navigation .btn-cta-partner {
  color: white;
  background-color: #EA751D;
  border: 1px solid #EA751D;
  padding: 10px 15px;
}
.main-navigation .btn-cta-partner:hover, .main-navigation .btn-cta-partner:focus {
  color: #EA751D;
  background-color: white;
  border: 1px solid #EA751D;
}

.topmenu #top-menu .link_devis a {
  font-size: 12px;
}

/* PAGINATION Prev. Next. en bas de page d'un single blog */
.single_bottom_pagination {
  margin-top: 50px;
}
.single_bottom_pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 50px;
}
.single_bottom_pagination .post-navigation,
.single_bottom_pagination .posts-navigation {
  height: 50px;
}
.single_bottom_pagination .post-navigation .nav-previous,
.single_bottom_pagination .post-navigation .nav-next,
.single_bottom_pagination .posts-navigation .nav-previous,
.single_bottom_pagination .posts-navigation .nav-next {
  display: inline-block;
  flex-grow: 1;
  width: 50%;
  max-width: 100%;
  position: relative;
  height: 100%;
  /*top: -25px;*/
}
.single_bottom_pagination .post-navigation .nav-previous a,
.single_bottom_pagination .post-navigation .nav-next a,
.single_bottom_pagination .posts-navigation .nav-previous a,
.single_bottom_pagination .posts-navigation .nav-next a {
  color: #003714;
  width: calc(50% - 15px);
  display: block;
}
.single_bottom_pagination .post-navigation .nav-next:after,
.single_bottom_pagination .post-navigation .nav-previous:before,
.single_bottom_pagination .posts-navigation .nav-next:after,
.single_bottom_pagination .posts-navigation .nav-previous:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 35px;
  position: relative;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: contain;
}
.single_bottom_pagination .post-navigation .nav-next,
.single_bottom_pagination .posts-navigation .nav-next {
  text-align: right;
}
.single_bottom_pagination .post-navigation .nav-next a,
.single_bottom_pagination .posts-navigation .nav-next a {
  float: right;
}
.single_bottom_pagination .post-navigation .nav-next:after,
.single_bottom_pagination .posts-navigation .nav-next:after {
  background-image: url("./img/fleche-droite.svg");
  right: -35px;
}
.single_bottom_pagination .post-navigation .nav-previous:before,
.single_bottom_pagination .posts-navigation .nav-previous:before {
  background-image: url("./img/fleche-gauche.svg");
  left: -35px;
}
.single_bottom_pagination .back_to_blog {
  position: absolute;
  font-size: 0;
  width: 30px;
  height: 30px;
  background-image: url(./img/icon-blog.svg);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-indent: -99999px;
}

/*PAGINATION DANS LE BANDEAU SINGLE BLOG*/
.single_top_pagination {
  position: relative;
  z-index: 50;
}
.single_top_pagination .nav-links {
  position: absolute;
  right: 40px;
  height: 30px;
}
.single_top_pagination .back_to_blog {
  position: absolute;
  right: 0;
  font-size: 0;
  width: 30px;
  height: 30px;
  background-image: url("./img/icon-blog.svg");
  text-indent: -99999px;
}
.single_top_pagination .post-navigation .nav-previous,
.single_top_pagination .post-navigation .nav-next,
.single_top_pagination .posts-navigation .nav-previous,
.single_top_pagination .posts-navigation .nav-next {
  display: inline-block;
  flex-grow: 1;
  width: 50%;
}
.single_top_pagination .post-navigation .nav-previous a,
.single_top_pagination .post-navigation .nav-next a,
.single_top_pagination .posts-navigation .nav-previous a,
.single_top_pagination .posts-navigation .nav-next a {
  color: #003714;
  /*top: -15px;*/
  text-indent: -99999px;
  /*vertical-align: top;*/
}
.single_top_pagination .post-navigation .nav-next,
.single_top_pagination .posts-navigation .nav-next {
  text-align: right;
}
.single_top_pagination .post-navigation .nav-next a,
.single_top_pagination .posts-navigation .nav-next a {
  font-size: 0;
  display: inline-block;
  width: 25px;
  height: 30px;
  position: relative;
  background-image: url("./img/fleche-droite.svg");
}
.single_top_pagination .post-navigation .nav-previous a,
.single_top_pagination .posts-navigation .nav-previous a {
  font-size: 0;
  display: inline-block;
  width: 25px;
  height: 30px;
  position: relative;
  background-image: url("./img/fleche-gauche.svg");
}

.comment-navigation .nav-previous {
  width: 100%;
  text-align: right;
}

.nav_fixed {
  padding-top: 115px !important;
}

.nav_fixed_promotions {
  padding-top: 70px !important;
}

.menu_utilisations {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 90;
}

.menu_gps {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 90;
}

.nav_fixed_utilisation,
.nav_fixed_utilisation .image_container_midsection {
  padding-top: 235px !important;
}

.nav_fixed_landing,
.nav_fixed_landing .image_container_midsection {
  padding-top: 113px !important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

/*MENU*/
.site-title {
  font-size: 0px;
  width: 200px;
  height: 70px;
  background-image: url("./img/logo-belrobotics.svg");
  margin-right: 50px;
}

.site-description {
  display: none;
}

.site-branding {
  position: relative;
}
.site-branding:before {
  content: "";
  width: 220px;
  height: 100%;
  background-image: url(./img/skew-gradient-nav.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  display: inline-block;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
}

.site-header {
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.2);
}

p#breadcrumbs {
  margin-bottom: 0 !important;
  text-wrap: nowrap;
  overflow: hidden;
  scroll-behavior: smooth;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

p#breadcrumbs::-webkit-scrollbar {
  display: none;
  /* Safari and Chrome */
}

.single-promotions .banner {
  height: 700px;
  background-color: rgba(0, 55, 20, 0.5);
  display: flex;
  align-items: center;
  padding-top: 115px;
}
.single-promotions .banner .box_title {
  color: #fff;
  font-weight: 700;
}
.single-promotions .banner .box_title mark,
.single-promotions .banner .box_title ins {
  background: rgba(0, 55, 20, 0.7);
  color: #fff;
}

.page-template-template-promotions-dealers .banner,
.page-template-template-promotions-distributors .banner {
  height: 700px;
  background-color: rgba(0, 55, 20, 0.5);
  display: flex;
  align-items: center;
  padding-top: 115px;
}
.page-template-template-promotions-dealers .banner .box_title,
.page-template-template-promotions-distributors .banner .box_title {
  color: #fff;
  font-weight: 700;
}
.page-template-template-promotions-dealers .banner .box_title mark,
.page-template-template-promotions-dealers .banner .box_title ins,
.page-template-template-promotions-distributors .banner .box_title mark,
.page-template-template-promotions-distributors .banner .box_title ins {
  background: rgba(0, 55, 20, 0.7);
  color: #fff;
}

/*BANNERS HP*/
.bm850-banner {
  height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 125px;
  color: white;
  position: relative;
}
.bm850-banner .btn-bm850 {
  margin: 40px 0 0 0;
}
.bm850-banner:before {
  top: 0;
  left: 0;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent);
  width: 100%;
  height: 100%;
  content: "";
}
.bm850-banner .img-container {
  width: clamp(300px, 50vw, 450px);
  height: clamp(228px, 33vw, 344px);
  background: url(./img/bm850_3.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}
.bm850-banner .img-container:before {
  content: "";
  position: absolute;
  display: block;
  width: 75px;
  height: 75px;
  background-image: url(./img/30k.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
.bm850-banner .img-container:after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(./img/bmB50-sat.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: -70px;
  bottom: 70px;
}
.bm850-banner .img-container .wisenav-block {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.bm850-banner .img-container .wisenav-block svg#logo-wisenav {
  width: 100%;
  max-width: 100px;
  height: auto;
}
.bm850-banner h1 {
  font-weight: 800;
  font-size: 65px;
  line-height: 1 !important;
  margin: 0 0 20px 0;
}
.bm850-banner h1 span {
  font-size: 32px;
}
.bm850-banner h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  color: white;
  position: relative;
}
.bm850-banner h2:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: clamp(25px, 5vw, 30px);
  height: clamp(25px, 5vw, 30px);
  background-image: url(./img/new.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  transform: translateY(-50%);
  top: 50%;
}

.leasing-banner {
  height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 125px;
  color: white;
  position: relative;
}
.leasing-banner .leasing-hero {
  max-height: 450px;
}
.leasing-banner .leasing-hero h1 {
  font-weight: 800;
  font-size: 65px;
  line-height: 1 !important;
  margin: 0 0 20px 0;
}
.leasing-banner .leasing-hero h1 span {
  font-size: 32px;
}
.leasing-banner .leasing-hero .leasing-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 14px;
}
.leasing-banner .leasing-hero .leasing-block svg#logo-dll {
  width: 100%;
  max-width: 150px;
  height: auto;
}

.home .banner {
  background-color: rgba(0, 55, 20, 0.5);
}

h3 {
  color: white;
}

.box_title {
  color: #fff;
  font-weight: 700;
  z-index: 10;
}
.box_title mark,
.box_title ins {
  background: rgba(0, 55, 20, 0.7);
  color: #fff;
}

.home .banniere_2 {
  height: 700px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home .banniere_2 mark {
  background: rgba(0, 55, 20, 0.7);
  color: #fff;
}

.banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.menu_banner_hp {
  background-color: #003714;
}
.menu_banner_hp ul {
  display: flex;
  /*margin: 0;*/
  /*padding: 0;*/
  list-style: none;
  margin: 0 auto;
  flex-wrap: wrap;
}
.menu_banner_hp li {
  flex-grow: 1;
  text-align: center;
}
.menu_banner_hp a {
  padding: 25px;
  display: block;
  text-shadow: 0 0 2px #000;
  color: #fff;
  opacity: 0.7;
  font-size: 16px;
}
.menu_banner_hp a:hover, .menu_banner_hp a:active, .menu_banner_hp a:focus {
  opacity: 1;
}

/* Banner centrée */
.banner_center {
  text-align: center;
  padding: 75px 0;
}

.menu_blog {
  border-bottom: 1px solid #E8E8E8;
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.15);
}
.menu_blog .controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.menu_blog .controls li {
  flex-grow: 1;
}
.menu_blog .controls button {
  padding: 20px 25px;
  display: block;
  text-align: center;
  color: #003714;
  background-color: transparent;
  border: none;
  flex-grow: 1;
  font-size: 16px;
  cursor: pointer;
}
.menu_blog .controls button:hover, .menu_blog .controls button:active, .menu_blog .controls button:focus {
  color: rgba(0, 55, 20, 0.7);
  background-color: rgba(0, 55, 20, 0.1);
}

.menu_utilisations {
  background-color: #F5F5F5;
  /*box-shadow: inset 0 0 25px rgba(#000, .2);*/
}

#menu-utilisations {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#menu-utilisations a {
  flex-grow: 1;
  padding: 15px 10px;
  text-transform: inherit;
  font-weight: 300;
  font-size: 16px;
}
#menu-utilisations .current-menu-item a {
  font-weight: 700;
}

.menu_gps {
  background-color: #F5F5F5;
  /*box-shadow: inset 0 0 25px rgba(#000, .2);*/
}

#menu-gps {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
#menu-gps a {
  flex-grow: 1;
  padding: 15px 10px;
  text-transform: inherit;
  font-weight: 300;
  font-size: 16px;
}
#menu-gps .current-menu-item a {
  font-weight: 700;
}

/* BANNER TONDEUSES */
.banner_mid_image {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  min-height: 500px;
}
.banner_mid_image .box_texte {
  padding: 100px 50px 50px 0;
}
.banner_mid_image .h1 {
  color: #003714;
  /*font-weight: 700;*/
  line-height: 1.2;
}
.banner_mid_image h3,
.banner_mid_image .h3 {
  color: #003714;
}

.page-template-template-landing .banner_mid_image .box_texte {
  padding: 113px 50px 50px 0;
}

.image_container_midsection {
  width: 54%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-size: cover;
  top: 0;
  right: 0;
  background-position: center;
}
.image_container_midsection img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}
.image_container_midsection iframe {
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.page-template-wisenav .image_container_midsection:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #d8441d;
  z-index: 1;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 0% 100%, 50% 100%);
}
.page-template-wisenav .image_container_midsection:after {
  content: "";
  position: absolute;
  left: 200px;
  bottom: 100px;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 600px;
  max-height: 285px;
  background-image: url("img/bigmow_side_wisenav.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.page-template-wisenav svg#wisenav-logo {
  margin-top: 20px;
  max-width: 200px;
  height: auto;
}

body.home .banner .grid-x {
  z-index: 10;
  height: 100%;
  width: 100%;
}
body.home .banner .grid-x .arrow-bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 600px;
  height: 100%;
  background-image: url("img/wisenav_arrow_made_in_be.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
body.home .banner .grid-x .arrow-bg:after {
  content: "";
  position: absolute;
  left: 300px;
  bottom: 70px;
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 350px;
  max-height: 166px;
  background-image: url("img/bigmow_side_wisenav.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.home .banner .grid-x .box-title h2.wisenav-title {
  font-size: 60px !important;
  text-transform: none;
  font-weight: 900;
  white-space: nowrap;
}
body.home .banner .grid-x .box-title h2.wisenav-title span {
  font-size: 30px !important;
  margin-top: -10px;
}
body.home .banner .grid-x .wisenav {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  gap: 5px;
  margin-bottom: 50px;
}
body.home .banner .grid-x svg#logo-wisenav {
  width: 100%;
  max-width: 150px;
  height: auto;
}
body.home svg#wisenav-logo {
  margin-top: 20px;
  max-width: 200px;
  height: auto;
}

*:lang(fi) .banner .grid-x .wisenav {
  flex-direction: row-reverse;
  justify-content: start;
}

/*on tour*/
.box_banner_white {
  background-color: #fff;
  margin: 75px 0;
  padding: 35px;
}

/*Landing Page*/
.page-template-template-landing .image_container_midsection {
  z-index: 0;
}
.page-template-template-landing #popup-video {
  display: none;
}
.page-template-template-landing .popup-video.fancybox-content {
  width: 85%;
  background: transparent;
  display: inline-block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.page-template-template-landing .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.page-template-template-landing .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-template-template-landing .custom-embed-play {
  padding-top: 113px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.page-template-template-landing .custom-embed-play svg {
  width: 50px;
  height: 50px;
}

/*Partners*/
.wpsl_stores-template-default .bg_cta_partners,
.page-template-yamabiko-partners-single .bg_cta_partners {
  background-image: url("img/bg-cta-partners.svg");
}
.wpsl_stores-template-default header,
.page-template-yamabiko-partners-single header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wpsl_stores-template-default .box_banner_white,
.page-template-yamabiko-partners-single .box_banner_white {
  background-color: #fff;
  margin: 75px 0;
  padding: 35px;
}
.wpsl_stores-template-default .box_banner_white img,
.page-template-yamabiko-partners-single .box_banner_white img {
  max-height: 65px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
}
.wpsl_stores-template-default .box_banner_white h3,
.page-template-yamabiko-partners-single .box_banner_white h3 {
  color: #003714;
}
.wpsl_stores-template-default .box_banner_white h3:before,
.page-template-yamabiko-partners-single .box_banner_white h3:before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #EA751D;
  margin: 15px 0 25px;
}

@media screen and (max-width: 1024px) {
  /*
   * MENU BUTTON
   */
  .menu-toggle {
    position: relative;
    /*top: 20px;*/
    left: -20px;
    z-index: 999;
    height: 28px;
    width: 28px;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-indent: -99999999px;
  }
  .menu-toggle span,
  .menu-toggle span::before,
  .menu-toggle span::after {
    position: absolute;
    content: "";
    left: 0;
    width: 28px;
    height: 2.5px;
    background: #003714;
    border-radius: 20px;
    transition: 500ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .menu-toggle span::before {
    top: -8px;
  }
  .menu-toggle span::after {
    top: 8px;
  }
  .menu-toggle.active > span {
    background: transparent;
  }
  .menu-toggle.active > span::before, .menu-toggle.active > span::after {
    background: #EA751D;
    top: 0px;
  }
  .menu-toggle.active > span::before {
    transform: rotate(-225deg);
  }
  .menu-toggle.active > span::after {
    transform: rotate(225deg);
  }
  /*
   * SLIDING MENU PANEL
   */
  .menu-mobile-menu-container-global {
    top: -40px;
    position: absolute;
    right: -500px;
    z-index: 998;
    color: #005c9c;
    background: rgba(255, 255, 255, 0.95);
    transform: skewX(-5deg);
    /*clip-path: polygon(35% 0, 100% 0, 100% 100%, 0% 100%);*/
    width: 350px;
    height: 100vh;
    padding: 0 20px 0px 40px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
    z-index: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 300ms right cubic-bezier(0.77, 0, 0.175, 1);
  }
  .menu-mobile-menu-container-global.active {
    right: -110px;
  }
  .menu-mobile-menu-container-global p {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  .menu-mobile-menu-container-global ul {
    transform: skewX(5deg);
  }
  .menu-mobile-menu-container-global li {
    width: 100%;
  }
  .menu-mobile-menu-container-global a {
    color: #003714;
    padding: 30px 10px 10px 10px;
  }
}
/*.wpml-ls-current-language {
	.sub-menu {
		opacity: 0;
		visibility: hidden;
		height: 0;
		top: -10px;
		position: absolute;
		transition: all .2s ease-in-out;
	}
	&:hover,
	&:active,
	&:focus {
		.sub-menu {
			opacity: 1;
			visibility: visible;
			height: auto;
			top: 100%;
		}
	}
}*/
.open_popup-wpml {
  font-size: 20px;
  float: right;
  padding: 20px 0 15px 15px;
  text-transform: uppercase;
}
.open_popup-wpml img {
  margin-left: 10px;
  margin-bottom: 3px;
}

#popup-langues {
  display: none;
}
#popup-langues .menu-popup-langues-container-global #popup-menu {
  /*margin: 0;
  width: 100%;
  display: inline-block;*/
}
#popup-langues .menu-popup-langues-container-global #popup-menu:before {
  content: "Select your location";
  display: block;
  float: none;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #003714;
  margin: 40px 0;
  width: 100%;
}
#popup-langues .menu-popup-langues-container-global #popup-menu li {
  width: 33.3%;
  float: left;
  display: inline-block;
}
#popup-langues .menu-popup-langues-container-global #popup-menu li img {
  margin-right: 10px;
}
#popup-langues .menu-popup-langues-container-global #popup-menu li:last-child {
  width: 100%;
  text-align: center;
}
#popup-langues .menu-popup-langues-container-global #popup-menu li:last-child:before {
  content: "Other countries";
  display: block;
  float: none;
  font-size: 32px;
  font-weight: 700;
  color: #003714;
  margin: 75px 15px 10px 15px;
}
#popup-langues .wpml-ls-current-language {
  width: 100%;
  font-weight: bold;
}

.popup-menu.fancybox-content {
  width: 85%;
  max-width: 850px !important;
}

#top-menu li.open_popup-wpml a:before {
  display: none;
}
#top-menu li.open_popup-wpml .fa {
  font-size: 18px;
}

.footer_blanc #top-menu li.open_popup-wpml {
  display: none;
}

.popup-close {
  position: absolute;
  top: -25px;
  right: -65px;
  width: auto !important;
  height: auto;
}
.popup-close .fa {
  font-size: 18px;
}

.popup-menu.popup_lang-open {
  visibility: visible;
  opacity: 1;
  z-index: 500;
}

/*.medium-centered {
	float: inherit !important;
}*/
.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mb {
  margin-bottom: 1.5em;
}

.mb-40 {
  margin-bottom: 40px;
}

/* Homepage */
.bandeau_avantages {
  padding: 50px 0;
}
.bandeau_avantages .avantage {
  text-align: center;
  padding-top: 50px;
}
.bandeau_avantages h4 {
  text-transform: uppercase;
}
.bandeau_avantages img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  margin-bottom: 20px;
}

.skew_gradient:after {
  content: "";
  width: 200px;
  background-image: url(./img/skew-gradient.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: bottom left;
}

.download_app {
  padding: 100px 0 50px 0;
}

/*slider HP*/
.slider_new_models {
  margin: 35px auto;
  float: none !important;
}
.slider_new_models .slick-slide.container_img {
  height: 550px;
}
.slider_new_models .slick-slide.container_img img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.one_slide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/*slider All Models*/
.slider_all_models {
  margin: 35px auto;
  float: none !important;
}
.slider_all_models .slick-arrow {
  z-index: 10;
}
.slider_all_models .slick-arrow.slick-disabled {
  display: none !important;
  transition: display 3ms ease;
}
.slider_all_models .slick-list {
  overflow: inherit;
}
.slider_all_models .slick-list .slick-slide.slick-active {
  opacity: 1;
  transition: opacity 300ms ease;
}
.slider_all_models .slick-list .slick-slide:not(.slick-active) {
  opacity: 0.15;
  pointer-events: none;
  transition: opacity 300ms ease;
}

.row_sm {
  max-width: 826px;
}

.one_testi_slide {
  align-items: center;
}
.one_testi_slide h3 {
  color: #003714 !important;
  text-transform: inherit !important;
  margin-top: 20px !important;
}
.one_testi_slide strong {
  margin-bottom: 20px !important;
}
.one_testi_slide p {
  padding: 0 15%;
}
.one_testi_slide img {
  width: 80px;
  height: auto;
  border-radius: 50%;
  display: initial;
  margin: 3em 0 1em 0 !important;
  border: 1px solid black;
}

.slider_parts_img {
  width: 60%;
  float: left;
}

.slider_parts_infos {
  width: 40%;
  float: left;
  padding-left: 25px;
  position: relative;
}
.slider_parts_infos .ungrid_title {
  position: relative;
  left: -25%;
  color: #003714;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.35);
}

.caracteristiques li {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
  color: #003714;
}
.caracteristiques li img {
  float: left;
}
.caracteristiques li span {
  display: inline-block;
  float: left;
  width: calc(100% - 55px);
}

.slider_parts_infos .caracteristiques {
  /*column-count: 2;*/
  width: 50%;
  float: left;
}

img.icon {
  width: 40px;
  height: 40px;
  float: left;
  display: inline-block;
  margin-right: 15px;
}

img.big_icon {
  width: 65px;
  height: 65px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  float: none;
  /*left: 0;*/
  margin-left: 0;
}

/*Archive blog*/
.archive .entry-header {
  margin-bottom: 20px;
}
.archive .infos_categories {
  margin: 10px 0;
}
.archive .infos_categories .single_post_category a {
  font-size: 0.6rem !important;
  font-weight: 600;
  padding: 2px 5px;
  background-color: #E8E8E8;
  margin: 0px 5px;
  border-radius: 4px;
  color: #7E7E7E !important;
}
.archive .infos_categories .single_post_category a:hover {
  text-decoration: none;
  border-bottom: 0px transparent !important;
  color: #003714;
}

/* BLOG */
.listing_blog {
  background-color: #fff;
  /*padding-top: 35px;*/
}
.listing_blog .row, .listing_blog #wpsl-result-list,
.listing_blog .wpsl-search {
  display: flex;
  flex-wrap: wrap;
}
.listing_blog .columns {
  margin-bottom: 50px;
}

.one_blog {
  position: relative;
  height: 100%;
}
.one_blog .img_container {
  height: 250px;
  background-image: url("./img/belrobotics-default.jpg");
  border: 1px solid #E8E8E8;
}
.one_blog .img_container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.one_blog .infos_container {
  text-align: left;
  padding: 20px 0;
}
.one_blog .infos_container .h4 {
  color: #003714;
}
.one_blog .infos_container .infos_categories {
  margin: 10px 0;
  font-size: 0.6rem;
}
.one_blog .infos_container .infos_categories .single_post_category {
  font-weight: 600;
  padding: 2px 5px;
  background-color: #E8E8E8;
  margin: 0px 5px;
  border-radius: 4px;
}

/* PAGINATION */
.listing_blog .pagination .page-numbers {
  color: #7E7E7E;
  float: left;
}
.listing_blog .pagination .current {
  color: #EA751D;
  background: none;
}
.listing_blog .pagination .next,
.listing_blog .pagination .prev {
  font-size: 0;
  height: 25px;
  width: 20px;
  border-radius: 0;
  background-image: url("./img/fleche-droite.svg");
}
.listing_blog .pagination .prev {
  background-image: url("./img/fleche-gauche.svg");
}

/* SINGLE BLOG */
.single .banner_center {
  padding-bottom: 0;
}
.single header .infos_categories {
  margin: 10px 0;
}
.single header .infos_categories .single_post_category {
  font-size: 0.75rem !important;
  font-weight: 600;
  padding: 2px 5px;
  background-color: #E8E8E8;
  margin: 0px 5px;
  border-radius: 4px;
  color: #7E7E7E !important;
}
.single header .infos_categories .single_post_date {
  font-size: 0.75rem !important;
  font-weight: 600;
}
.single main .img_container {
  height: 550px;
  margin-bottom: 25px;
}
.single main .listing_utilisations img {
  margin: 0 auto;
  display: inherit;
}
.single main ul {
  margin-left: 0;
  margin-bottom: 0;
}
.single main ul li {
  list-style: none;
}
.single main ul li:before {
  content: "";
  width: 10px;
  height: 12.5px;
  display: inline;
  float: left;
  background-image: url("./img/list-style.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(50%);
  position: relative;
  margin-right: 10px;
}
.single main .section_atouts .img_container img {
  object-fit: cover;
}
.single main .title-number {
  display: inline-block;
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  border: 4px solid rgba(234, 117, 29, 0.5);
  margin-right: 10px;
  position: relative;
  line-height: 1.3;
  font-size: 18px;
  text-align: center;
  color: rgba(234, 117, 29, 0.7);
  font-weight: 700;
}
.single main h2 .title-number {
  top: 0px;
}
.single main blockquote {
  background-color: #003714;
  padding: 50px 100px;
  margin: 50px 0;
  text-align: center;
  font-size: 20px;
  font-style: italic;
}
.single main blockquote p {
  margin-bottom: 0;
  color: #fff !important;
}
.single main a {
  font-weight: 700;
}

/* On Tour */
.page-template-template-action-on-tour main ul,
.page-template-devenir-dealer main ul {
  margin-left: 0;
  margin-bottom: 1.5rem;
}
.page-template-template-action-on-tour main ul li,
.page-template-devenir-dealer main ul li {
  list-style: none;
}
.page-template-template-action-on-tour main ul li:before,
.page-template-devenir-dealer main ul li:before {
  content: "";
  width: 10px;
  height: 12.5px;
  display: inline;
  float: left;
  background-image: url("./img/list-style.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(50%);
  position: relative;
  margin-right: 10px;
}

table td {
  border: 1px solid #ffffff;
}
table .fixed {
  font-weight: 600;
  font-size: 18px;
}
table .success {
  background-color: #c1f3be;
}
table .good {
  /*background-color: #ffffff;*/
}
table .middle {
  background-color: #e6fee5;
}
table .warning {
  background-color: #ffeeb3;
}
table .danger {
  background-color: #f9bbb2;
}

.list_bullet {
  margin-left: 20px;
}
.list_bullet li {
  margin: 10px 0;
}
.list_bullet li span {
  background-color: #EA751D;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  color: #fff;
  justify-content: center;
  vertical-align: middle;
  margin-right: 25px;
  flex-shrink: 0;
  align-items: center;
}

/* SINGLE TONDEUSE */
.single-tondeuse .caracteristiques {
  columns: 2;
}
.single-tondeuse .img_container {
  margin-bottom: 0;
}
.single-tondeuse .section_avantages img {
  width: 100%;
}

.galerie_photo_tondeuse {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.galerie_photo_tondeuse .slick-slide {
  margin: 10px;
}
.galerie_photo_tondeuse .slick-slide img {
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.galerie_photo_tondeuse .slick-slide a {
  height: 0;
  padding-bottom: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}

.listing_utilisations {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
}
.listing_utilisations li {
  flex-grow: 1;
  width: 33.3%;
  min-width: 25%;
  max-width: 33.3%;
  text-align: center;
  padding: 35px 25px;
  margin: 15px;
  position: relative;
}
.listing_utilisations .h4 {
  color: #003714;
  margin-bottom: 15px;
}
.listing_utilisations li:hover,
.listing_utilisations li:active,
.listing_utilisations li:focus {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.listing_utilisations li:hover .btn, .listing_utilisations li:hover .footer_blanc #top-menu .link_devis a, .footer_blanc #top-menu .link_devis .listing_utilisations li:hover a, .listing_utilisations li:hover input#fsSubmitButton2337435, .listing_utilisations li:hover .btn_green, .listing_utilisations li:hover .btn_lightgreen, .listing_utilisations li:hover .btn_inverse, .listing_utilisations li:hover .btn_inverse_white, .listing_utilisations li:hover .btn_white, .listing_utilisations li:hover .btn_inverse_green, .listing_utilisations li:hover .topmenu #top-menu .link_devis a, .topmenu #top-menu .link_devis .listing_utilisations li:hover a,
.listing_utilisations li:active .btn,
.listing_utilisations li:active .footer_blanc #top-menu .link_devis a,
.footer_blanc #top-menu .link_devis .listing_utilisations li:active a,
.listing_utilisations li:active input#fsSubmitButton2337435,
.listing_utilisations li:active .btn_green,
.listing_utilisations li:active .btn_lightgreen,
.listing_utilisations li:active .btn_inverse,
.listing_utilisations li:active .btn_inverse_white,
.listing_utilisations li:active .btn_white,
.listing_utilisations li:active .btn_inverse_green,
.listing_utilisations li:active .topmenu #top-menu .link_devis a,
.topmenu #top-menu .link_devis .listing_utilisations li:active a,
.listing_utilisations li:focus .btn,
.listing_utilisations li:focus .footer_blanc #top-menu .link_devis a,
.footer_blanc #top-menu .link_devis .listing_utilisations li:focus a,
.listing_utilisations li:focus input#fsSubmitButton2337435,
.listing_utilisations li:focus .btn_green,
.listing_utilisations li:focus .btn_lightgreen,
.listing_utilisations li:focus .btn_inverse,
.listing_utilisations li:focus .btn_inverse_white,
.listing_utilisations li:focus .btn_white,
.listing_utilisations li:focus .btn_inverse_green,
.listing_utilisations li:focus .topmenu #top-menu .link_devis a,
.topmenu #top-menu .link_devis .listing_utilisations li:focus a {
  color: #fff;
  background-color: #EA751D;
  border: 2px solid #EA751D;
}

.app_connected,
.single-tondeuse .section_avantages {
  padding-bottom: 0;
}

/* ARCHIVE TONDEUSES */
.page-template-template-archive-tondeuses .row.padding_inside, .page-template-template-archive-tondeuses .padding_inside#wpsl-result-list,
.page-template-template-archive-tondeuses .padding_inside.wpsl-search,
.page-template-template-gps-rtk .row.padding_inside,
.page-template-template-gps-rtk .padding_inside#wpsl-result-list,
.page-template-template-gps-rtk .padding_inside.wpsl-search {
  display: flex;
  flex-wrap: wrap;
}
.page-template-template-archive-tondeuses .row.padding_inside .columns, .page-template-template-archive-tondeuses .padding_inside#wpsl-result-list .columns,
.page-template-template-archive-tondeuses .padding_inside.wpsl-search .columns,
.page-template-template-gps-rtk .row.padding_inside .columns,
.page-template-template-gps-rtk .padding_inside#wpsl-result-list .columns,
.page-template-template-gps-rtk .padding_inside.wpsl-search .columns {
  display: table;
}

.vignette_archive {
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.25);
  padding: 25px 15px 15px 15px;
  position: relative;
  margin-bottom: 35px;
  height: 100%;
  background-color: #fff;
}
.vignette_archive:hover {
  box-shadow: 0 0 55px rgba(0, 0, 0, 0.45);
}
.vignette_archive:hover .btn_inverse {
  color: #fff;
  background-color: #EA751D;
  border: 2px solid #EA751D;
}
.vignette_archive .h4 {
  text-align: center;
  color: #003714;
}
.vignette_archive .img_container {
  height: 250px;
  margin: 0 auto;
  position: relative;
}
.vignette_archive .connected:before {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  right: 0px;
  top: 10px;
  background-image: url("./img/icon-tactile-circle.svg");
}
.vignette_archive .caracteristiques li {
  display: flex;
  margin: 15px 10px;
  flex-wrap: wrap;
}
.vignette_archive .btn_inverse {
  width: 100%;
  text-align: center;
  margin-top: 35px;
  font-size: 16px;
}
.vignette_archive img.icon {
  width: 35px;
}

/* UTILISATIONS */
.testimonials {
  text-align: center;
  /*.columns {
  	margin-bottom: 35px;
  }*/
}
.testimonials .userprofile_container {
  width: 100px;
  height: 100px;
  margin: 0 auto 25px auto;
}
.testimonials .userprofile_container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.testimonials p {
  width: 80%;
  margin: 0 auto;
}

/* JOBS */
.page-template-jobs main .h3 {
  color: #003714;
}
.offre_emploi:not(.page-template-jobs main:last-child) {
  border-bottom: 1px solid #E8E8E8;
  padding: 50px 0;
}

/*Wisenav*/
.page-template-wisenav main ul,
.page-template-leasing main ul {
  margin-left: 0;
  margin-bottom: 0;
}
.page-template-wisenav main ul li,
.page-template-leasing main ul li {
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
  margin-bottom: 0.25em;
}
.page-template-wisenav main ul li:before,
.page-template-leasing main ul li:before {
  content: "";
  width: 0.6667lh;
  height: 0.6667lh;
  background-image: url("./img/list-style.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  flex-shrink: 0;
  margin: 0.25em 0;
}

/* TRADE-INN 2020 */
.page-template-trade .image_container_midsection {
  top: inherit;
}
.page-template-trade .banner_mid_image {
  background-color: #ececec;
  overflow: hidden;
}
.page-template-trade .banner_mid_image .image_container_midsection {
  z-index: 1;
  top: 50%;
  transform: translateY(-40%);
}
.page-template-trade h2,
.page-template-trade .h2 {
  text-transform: inherit;
}

.bg_tondeuse_trade {
  position: relative;
}
.bg_tondeuse_trade:after {
  content: "";
  width: 600px;
  height: 400px;
  background-image: url("./img/landing-page-remplacement-foot.jpg");
  position: absolute;
  bottom: 50px;
  right: -40px;
  z-index: -1;
}
.bg_tondeuse_trade h2,
.bg_tondeuse_trade .h2 {
  margin-bottom: 25px;
}

.fsBody .fsForm {
  background-color: transparent !important;
}

.fsborderradius .fsBody .fsForm {
  margin-bottom: 120px !important;
}

.innovations #comparison {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.innovations figure {
  position: absolute;
  background-size: cover;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.innovations #divisor {
  background-size: cover;
  position: absolute;
  width: 50%;
  /*box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);*/
  bottom: 0;
  height: 100%;
}
.innovations #divisor::before, .innovations #divisor::after {
  content: "";
  position: absolute;
  right: -2px;
  width: 2px;
  height: calc(50% - 25px);
  background: #EA751D;
  z-index: 3;
}
.innovations #divisor::before {
  top: 0;
  /*box-shadow: 0 -3px 8px 1px rgba($secondary-color,.3);*/
}
.innovations #divisor::after {
  bottom: 0;
  /*box-shadow: 0 3px 8px 1px rgba($secondary-color,.3);*/
}
.innovations #handle {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.innovations #handle::before, .innovations #handle::after {
  content: "";
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.innovations #handle::before {
  border-right: 6px solid #EA751D;
  left: 50%;
  margin-left: -17px;
}
.innovations #handle::after {
  border-left: 6px solid #EA751D;
  right: 50%;
  margin-right: -17px;
}
.innovations input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2;
}
.innovations input[type=range]:focus, .innovations input[type=range]:active {
  border: none;
  outline: none;
}
.innovations input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid #EA751D;
  background-color: rgba(234, 117, 29, 0.3);
  box-shadow: 0 0 0px 15px rgba(234, 117, 29, 0.3);
}
.innovations input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}

/* Navigation */
.tab-nav_container {
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
  margin-top: 35px;
}

#tab-nav {
  margin: 0 auto;
  padding: 0px;
  position: relative;
  /*bottom: -1px;*/
  display: flex;
  flex-wrap: wrap;
}

#tab-nav li {
  display: inline-block;
  flex-grow: 1;
  text-align: center;
}

#tab-nav a {
  display: block;
  text-decoration: none;
  color: rgba(0, 55, 20, 0.5);
  transition-duration: 0.35s;
  font-weight: 500;
  padding: 20px 0;
  font-size: 16px;
}

#tab-nav a:hover {
  color: #003714;
  background-color: rgba(0, 55, 20, 0.1);
}

#tab-nav a.tab-nav-active {
  color: #003714;
  /*font-weight: 700;*/
  background-color: rgba(0, 55, 20, 0.1);
}

.tab {
  display: none;
  align-items: center;
  padding: 35px 0 0 0;
  min-height: 250px;
  background-color: #fff;
}

.tab-active {
  display: block;
  display: flex;
  flex-wrap: wrap;
}

.page-template-template-app .euro-rates {
  margin-top: 20px;
  font-weight: bold;
}
.page-template-template-app span.sm-txt {
  font-size: 13px !important;
}
.page-template-template-app span.green-txt {
  color: #003714 !important;
  font-weight: bold;
}
.page-template-template-app header h2 {
  color: #90bc6d;
  text-transform: initial;
  font-size: 24px;
}
.page-template-template-app h2 {
  text-transform: initial;
}
.page-template-template-app .section_experience .intro_section_experience p {
  max-width: 700px;
}
.page-template-template-app h3 {
  text-transform: initial;
  font-weight: 700;
  color: #003714;
  font-size: 24px;
}
.page-template-template-app .banner_mid_image.bg_grey {
  background-color: #ededed;
}
.page-template-template-app .image_container_midsection {
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.page-template-template-app .box_lightgreen {
  border: 1px solid #90bc6d;
  padding: 15px 40px;
  width: 320px;
  float: right;
}
.page-template-template-app .box_lightgreen div {
  margin: 20px 0;
}
.page-template-template-app #main .text ul {
  margin-left: 30px;
}
.page-template-template-app #main .text ul li {
  position: relative;
  margin-bottom: 10px;
  list-style: none;
}
.page-template-template-app #main .text ul li:before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  position: absolute;
  left: -30px;
  background-image: url("img/icon-check-lightgreen.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-template-app .section_full_premium {
  border-top: 1px solid #90bc6d;
}
.page-template-template-app .container_full_premium {
  border-bottom: 3px dotted #E8E8E8;
  margin: 75px auto;
  padding-bottom: 50px;
}
.page-template-template-app .container_full_premium:nth-child(2n+1) {
  flex-direction: row-reverse;
}
.page-template-template-app .container_full_premium:nth-child(2) {
  margin-top: 0;
}
.page-template-template-app .container_full_premium:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.page-template-template-app .slider_parts_img {
  width: 100%;
}
.page-template-template-app .slick-slide img {
  margin: 0 auto;
}
.page-template-template-app .slick-dots {
  top: 0;
}
.page-template-template-app .table {
  display: block;
  margin: 50px 0;
}
.page-template-template-app .table .thead .tr,
.page-template-template-app .table .tbody .tr {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #E8E8E8;
}
.page-template-template-app .table .thead .tr .td,
.page-template-template-app .table .thead .tr .th,
.page-template-template-app .table .tbody .tr .td,
.page-template-template-app .table .tbody .tr .th {
  width: 20%;
  padding: 20px;
}
.page-template-template-app .table .thead .tr .td:first-child,
.page-template-template-app .table .thead .tr .th:first-child,
.page-template-template-app .table .tbody .tr .td:first-child,
.page-template-template-app .table .tbody .tr .th:first-child {
  width: 20%;
  padding-left: 0;
}
.page-template-template-app .table .thead .tr .td:nth-child(2n),
.page-template-template-app .table .thead .tr .th:nth-child(2n),
.page-template-template-app .table .tbody .tr .td:nth-child(2n),
.page-template-template-app .table .tbody .tr .th:nth-child(2n) {
  background-color: #F5F5F5;
}
.page-template-template-app .table .thead .tr .td,
.page-template-template-app .table .tbody .tr .td {
  position: relative;
}
.page-template-template-app .table .thead .tr .td:has(span.table_ckecked),
.page-template-template-app .table .tbody .tr .td:has(span.table_ckecked) {
  padding-left: 60px;
  /*15 + 35*/
}
.page-template-template-app .table .thead .tr .table_ckecked,
.page-template-template-app .table .tbody .tr .table_ckecked {
  position: relative;
}
.page-template-template-app .table .thead .tr .table_ckecked:before,
.page-template-template-app .table .tbody .tr .table_ckecked:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  left: -35px;
  background-image: url("img/icon-check-lightgreen.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-template-template-app .table .thead .tr {
  color: #003714;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
}
.page-template-template-app .table .thead .th {
  box-shadow: inset 0px -54px 75px -100px rgba(0, 0, 0, 0.5);
}
.page-template-template-app .table .tbody .tr:first-child {
  color: #003714;
  font-weight: 700;
}
.page-template-template-app .table .tbody .tr:last-child {
  border-bottom: 0;
}
.page-template-template-app .icon-offline-line:before,
.page-template-template-app .icon-basic-line:before,
.page-template-template-app .icon-premium-wifi-line:before,
.page-template-template-app .icon-premium-4g-line:before {
  content: "";
  display: inline-block;
  float: left;
  position: relative;
  margin-right: 10px;
  width: 40px;
  height: 25px;
  background-image: url("img/icon-offline-line.svg");
}
.page-template-template-app .icon-basic-line:before {
  background-image: url("img/icon-basic-line.svg");
}
.page-template-template-app .icon-premium-wifi-line:before {
  background-image: url("img/icon-premium-wifi-line.svg");
}
.page-template-template-app .icon-premium-4g-line:before {
  background-image: url("img/icon-premium-4g-line.svg");
}
.page-template-template-app .bg-lightgreen + p {
  color: #ffffff;
  z-index: 10;
  position: relative;
  margin-bottom: 0;
}
.page-template-template-app .bg-lightgreen:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #90bc6d;
}
@media screen and (max-width: 1400px) {
  .page-template-template-app .image_container_midsection {
    background-size: 120%;
  }
}
@media screen and (max-width: 1250px) {
  .page-template-template-app .image_container_midsection {
    background-size: 140%;
  }
}
@media screen and (max-width: 1024px) {
  .page-template-template-app .banner_mid_image .box_texte {
    padding-bottom: 50px;
  }
  .page-template-template-app .image_container_midsection {
    background-size: 640px;
  }
  .page-template-template-app .box_lightgreen {
    margin: 0 auto;
    float: none;
  }
}
@media screen and (max-width: 950px) {
  .page-template-template-app .table .thead .tr .td,
  .page-template-template-app .table .thead .tr .th,
  .page-template-template-app .table .tbody .tr .td,
  .page-template-template-app .table .tbody .tr .th {
    width: 25%;
  }
  .page-template-template-app .table .thead .tr .td:first-child,
  .page-template-template-app .table .thead .tr .th:first-child,
  .page-template-template-app .table .tbody .tr .td:first-child,
  .page-template-template-app .table .tbody .tr .th:first-child {
    width: 100%;
    padding: 15px 0 5px 0;
    font-weight: 700;
    color: #003714;
  }
  .page-template-template-app .table .thead .tr .th:first-child,
  .page-template-template-app .table .tbody .tr .th:first-child {
    display: none;
  }
  .page-template-template-app .table .thead .tr:first-child .td:first-child,
  .page-template-template-app .table .tbody .tr:first-child .td:first-child {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .page-template-template-app .table-scroll-y {
    overflow-y: scroll;
  }
  .page-template-template-app .table {
    width: 800px;
    /* 170 * 3 */
  }
  .page-template-template-app .table .thead .tr .td,
  .page-template-template-app .table .thead .tr .th,
  .page-template-template-app .table .tbody .tr .td,
  .page-template-template-app .table .tbody .tr .th {
    width: 200px;
  }
}
@media screen and (max-width: 500px) {
  .page-template-template-app .image_container_midsection {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .page-template-template-app .box_lightgreen {
    width: 100%;
  }
}

.table {
  display: block;
  margin: 50px 0;
}
.table .thead .tr,
.table .tbody .tr {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #E8E8E8;
}
.table .thead .tr .td,
.table .thead .tr .th,
.table .tbody .tr .td,
.table .tbody .tr .th {
  width: 50%;
  padding: 15px;
}
.table .thead .tr .th:nth-child(2n),
.table .tbody .tr .th:nth-child(2n) {
  background-color: #F5F5F5;
}
.table .thead .tr {
  color: #003714;
  font-weight: 700;
  font-family: "Source Sans Pro", sans-serif;
}
.table .thead .th {
  box-shadow: inset 0px -54px 75px -100px rgba(0, 0, 0, 0.5);
}
.table .tbody .tr:last-child {
  border-bottom: 0;
}

.bg_cta_promotions {
  background-image: url("img/bg-cta-promotions.svg");
}

.promos-date {
  background-color: white;
  color: #003714;
  padding: 5px;
  width: fit-content;
  padding: 5px;
}

.single-promotions .vignette_archive .img_container,
.page-template-template-promotions-dealers .vignette_archive,
.promotions-template-single-promotions-dealers .vignette_archive,
.page-template-template-promotions-distributors .vignette_archive,
.promotions-template-single-promotions-distributors .vignette_archive {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 420px;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 40px;
}

.page-template-template-promotions-dealers .img_container,
.promotions-template-single-promotions-dealers .img_container {
  height: 220px !important;
}

.single-promotions .vignette_archive .btn_inverse,
.page-template-template-promotions-dealers .vignette_archive .btn_inverse,
.promotions-template-single-promotions-dealers .vignette_archive .btn_inverse,
.page-template-template-promotions-distributors .vignette_archive .btn_inverse,
.promotions-template-single-promotions-distributors .vignette_archive .btn_inverse {
  margin-top: 0px !important;
}

.border_top_orange {
  border-top: 1px solid #EA751D;
}

.border_top_shadow {
  /*box-shadow: 0 0 55px rgba(0, 0, 0, 0.2);*/
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px -55px 55px rgba(0, 0, 0, 0.05);
}

.ol_puces_green {
  list-style: none;
  counter-reset: my-awesome-counter;
}
.ol_puces_green li {
  counter-increment: my-awesome-counter;
  margin-bottom: 25px;
}
.ol_puces_green li::before {
  content: counter(my-awesome-counter);
  background: #EA751D;
  width: 25px;
  height: 25px;
  font-size: 14px;
  border-radius: 50%;
  display: block;
  float: left;
  margin-left: -40px;
  margin-top: 5px;
  line-height: 25px;
  color: white;
  text-align: center;
  margin-right: 0.5rem;
}

.inner_row {
  width: 100%;
}
.inner_row .caracteristiques.col-left {
  width: 50%;
  float: left;
}
.inner_row .caracteristiques.col-right {
  width: 50%;
  float: right;
}

.page-template-template-action-on-tour .slider {
  height: 100%;
  background: none;
}
.page-template-template-action-on-tour h3 {
  text-transform: initial;
  font-weight: 700;
  color: #003714;
  font-size: 24px;
}
.page-template-template-action-on-tour .box_banner_white h1 {
  display: none;
}
.page-template-template-action-on-tour header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-template-action-on-tour .section_cta #top-menu li.link_solutions a:before {
  display: none;
}

.bg_cta_ontour {
  background-image: url("img/bg-cta-on-tour.svg");
}

.margin_bottom_30 {
  margin-bottom: 30px;
}

.container_img img {
  display: block;
  margin: 0 auto;
}

.site-footer {
  background-color: #fff;
  /*box-shadow: 0 0 55px rgba(#000, .15);*/
  /*padding-top: 50px;*/
  border-top: 1px solid #E8E8E8;
}

.footer_blanc {
  padding: 35px 0;
}
.footer_blanc h5,
.footer_blanc .h5 {
  margin: 10px 0;
}
.footer_blanc .footermenu_social {
  overflow: hidden;
  display: inline-block;
  float: left;
  margin-left: 0;
}
.footer_blanc .footermenu_social li {
  display: flex;
}
.footer_blanc .footermenu_social a {
  vertical-align: top;
  margin-bottom: 6px;
}
.footer_blanc .footermenu_social a:before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  top: 11px;
  margin-right: 10px;
}
.footer_blanc .footermenu_social .facebook {
  color: #156fac;
}
.footer_blanc .footermenu_social .facebook:before {
  background-image: url("./img/icon-facebook-color-2.svg");
}
.footer_blanc .footermenu_social .facebook:hover, .footer_blanc .footermenu_social .facebook:hover, .footer_blanc .footermenu_social .facebook:hover {
  color: #7E7E7E;
}
.footer_blanc .footermenu_social .facebook:hover:before, .footer_blanc .footermenu_social .facebook:hover:before, .footer_blanc .footermenu_social .facebook:hover:before {
  background-image: url("./img/icon-facebook-gris.svg");
}
.footer_blanc .footermenu_social .youtube {
  color: #d70000;
}
.footer_blanc .footermenu_social .youtube:before {
  background-image: url("./img/icon-youtube-color.svg");
}
.footer_blanc .footermenu_social .youtube:hover, .footer_blanc .footermenu_social .youtube:hover, .footer_blanc .footermenu_social .youtube:hover {
  color: #7E7E7E;
}
.footer_blanc .footermenu_social .youtube:hover:before, .footer_blanc .footermenu_social .youtube:hover:before, .footer_blanc .footermenu_social .youtube:hover:before {
  background-image: url("./img/icon-youtube-gris.svg");
}
.footer_blanc .footermenu_social .instagram {
  color: #d62976;
}
.footer_blanc .footermenu_social .instagram:before {
  background-image: url("./img/icon-instagram-color-3.svg");
}
.footer_blanc .footermenu_social .instagram:hover, .footer_blanc .footermenu_social .instagram:hover, .footer_blanc .footermenu_social .instagram:hover {
  color: #7E7E7E;
}
.footer_blanc .footermenu_social .instagram:hover:before, .footer_blanc .footermenu_social .instagram:hover:before, .footer_blanc .footermenu_social .instagram:hover:before {
  background-image: url("./img/icon-instagram-gris-3.svg");
}
.footer_blanc .footermenu_social .manuals {
  margin-top: 40px;
  color: #003714;
}
.footer_blanc .footermenu_social .manuals:before {
  background-image: url("./img/icon-manuals-green.svg");
}
.footer_blanc .footermenu_social .manuals:hover, .footer_blanc .footermenu_social .manuals:hover, .footer_blanc .footermenu_social .manuals:hover {
  color: #7E7E7E;
}
.footer_blanc .footermenu_social .manuals:hover:before, .footer_blanc .footermenu_social .manuals:hover:before, .footer_blanc .footermenu_social .manuals:hover:before {
  background-image: url("./img/icon-manuals-gris.svg");
}
.footer_blanc #top-menu li {
  width: 100%;
  margin-bottom: 10px;
}
.footer_blanc #top-menu li a:hover, .footer_blanc #top-menu li a:active, .footer_blanc #top-menu li a:focus {
  background-color: #003714;
  color: #fff;
}
.footer_blanc #top-menu li.link_devenir_revendeur a {
  color: #EA751D;
}
.footer_blanc #top-menu li.link_devenir_revendeur a:hover, .footer_blanc #top-menu li.link_devenir_revendeur a:active, .footer_blanc #top-menu li.link_devenir_revendeur a:focus {
  background-color: white;
  border: 2px solid #EA751D;
}
.footer_blanc #top-menu li.link_devis a:hover:before, .footer_blanc #top-menu li.link_devis a:active:before, .footer_blanc #top-menu li.link_devis a:focus:before {
  background-image: url("./img/icon-devis-orange.svg");
}
.footer_blanc #top-menu li.link_revendeurs a:hover:before, .footer_blanc #top-menu li.link_revendeurs a:active:before, .footer_blanc #top-menu li.link_revendeurs a:focus:before {
  background-image: url("./img/icon-revendeur-blanc.svg");
}
.footer_blanc #top-menu li.link_portail a:hover:before, .footer_blanc #top-menu li.link_portail a:active:before, .footer_blanc #top-menu li.link_portail a:focus:before {
  background-image: url("./img/icon-user-blanc.svg");
}
.footer_blanc #top-menu li.link_track a:hover:before, .footer_blanc #top-menu li.link_track a:active:before, .footer_blanc #top-menu li.link_track a:focus:before {
  background-image: url("./img/icon-track-trace-blanc.svg");
}
.footer_blanc #top-menu a {
  display: flex;
  width: 100%;
  border: 1px solid #003714;
  padding: 15px 25px;
  margin-left: 0;
  line-height: inherit;
  align-items: center;
}
.footer_blanc #top-menu .link_devis a {
  font-size: 14px;
  height: 100%;
  display: flex;
  align-items: center;
}
.footer_blanc #top-menu .link_devenir_revendeur a {
  border: 1px solid #EA751D;
}
.footer_blanc #top-menu .wpml-ls-menu-item {
  display: none;
}

.footer_grey {
  padding: 35px 0;
}
.footer_grey a {
  display: inline-block;
}
.footer_grey img {
  height: 35px;
}
.footer_grey a:first-child {
  border-right: 2px solid #7E7E7E;
  padding-right: 20px;
  margin-right: 20px;
}
.footer_grey a:first-child img {
  height: 40px;
}
.footer_grey a:last-child {
  float: right;
}
.footer_grey a:last-child img {
  height: 50px;
}

.footer_green {
  padding: 15px 0 10px 0;
  text-transform: lowercase;
}
.footer_green a,
.footer_green p {
  display: inline-block;
  color: #fff;
  margin-right: 5px;
  margin-bottom: 0;
  font-size: 12px;
  text-transform: lowercase;
}
.footer_green a:after {
  content: "";
  display: inline-block;
  width: 3px;
  height: 1px;
  background-color: #fff;
  position: relative;
  top: -5px;
  margin-left: 10px;
}
.footer_green .creditsGP {
  float: right;
  position: relative;
  top: 3px;
  margin: 0;
}
.footer_green .creditsGP:after {
  display: none;
}
.footer_green #menu-credits {
  display: inline-block;
  float: left;
}
.footer_green #menu-credits li {
  display: inline-block;
}
.footer_green #menu-credits li a {
  text-transform: inherit;
  padding: 0;
}
.footer_green #menu-credits li a:hover, .footer_green #menu-credits li a:active, .footer_green #menu-credits li a:focus {
  color: #EA751D;
}
.footer_green .copyright {
  margin-left: 5px;
}

.menu-footer-menu-container-global {
  display: flex;
  flex-wrap: wrap;
  max-height: 150px !important;
  gap: 20px;
}
.menu-footer-menu-container-global li {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.menu-footer-menu-container-global a {
  padding: 5px 0;
  color: #7E7E7E;
  text-transform: inherit;
  display: inline;
  font-size: 15px !important;
}

ul#menu-footer {
  display: flex;
  flex-wrap: wrap;
  max-height: 150px;
  width: 100% !important;
  justify-content: space-between;
}
ul#menu-footer li {
  width: calc(33.333% - 20px);
}

.fsSection .fs1Col,
.fsSectionHeader {
  display: none;
}

.fsBody,
.fsBody .fsForm {
  padding: 0 !important;
  margin: 0 !important;
}

@media screen and (max-width: 1320px) {
  /*double slider*/
  .slider_new_models.container {
    max-width: 90%;
  }
  .row, #wpsl-result-list,
  .wpsl-search,
  .container {
    max-width: 90%;
  }
}
@media screen and (max-width: 1120px) {
  .slider_parts_infos .caracteristiques {
    column-count: 1;
  }
}
@media screen and (max-width: 1050px) {
  /*	body { border: 5px solid red; }*/
  /*revendeurs*/
  #wpsl-wrap.wpsl-store-below #wpsl-result-list #wpsl-stores li {
    width: 48%;
  }
}
/*MENU BURGER*/
@media screen and (min-width: 1024px) {
  .menu-toggle {
    display: none !important;
    border: 5px solid red;
  }
  .menu-mobile-menu-container-global {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .page-template-template-landing .custom-embed-play {
    padding-top: 0;
  }
  .page-template-wisenav .image_container_midsection:after {
    content: "";
    position: absolute;
    left: 100px;
    bottom: 100px;
    max-width: 525px;
    max-height: 240px;
  }
  .section_padding {
    padding: 50px 0;
  }
  .padding_inside {
    padding: 25px 0;
  }
  /*header*/
  /*MENU BURGER*/
  .menu-menu-1-container-global,
  .topmenu,
  .footer_blanc {
    display: none;
  }
  .site-header {
    position: fixed;
    z-index: 50;
    background: #fff;
    width: 100%;
  }
  .site-title {
    height: 60px;
    width: 150px;
  }
  .column:last-child:not(:first-child), #wpsl-stores:last-child:not(:first-child),
  #wpsl-search-wrap:last-child:not(:first-child),
  .columns:last-child:not(:first-child) {
    float: inherit;
  }
  .medium-6:nth-child(2n) {
    clear: left;
  }
  .nav_fixed {
    padding-top: 60px !important;
  }
  .nav_fixed_utilisation,
  .nav_fixed_utilisation .image_container_midsection {
    padding-top: 160px !important;
  }
  .nav_fixed_landing,
  .nav_fixed_landing .image_container_midsection {
    padding-top: 0 !important;
  }
  /*footer*/
  /*.menu-footer-menu-container {
  	margin-bottom: 35px;
  }

  .footer_blanc #top-menu {
  	li {
  		width: calc(50% - 10px);
  		float: left;
  		margin: 5px;
  	}
  }*/
  /*Archive tondeuses*/
  .image_container_midsection {
    position: relative;
    width: 100%;
    height: 420px;
  }
  /*utilisations*/
  .menu_utilisations {
    z-index: 2;
  }
  .image_container_midsection iframe {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    top: 0;
    position: relative;
    transform: inherit;
  }
  .innovations .column:last-child:not(:first-child), .innovations #wpsl-stores:last-child:not(:first-child),
  .innovations #wpsl-search-wrap:last-child:not(:first-child),
  .innovations .columns:last-child:not(:first-child) {
    float: inherit !important;
  }
  .banner_mid_image .image_container_midsection {
    order: 1;
  }
  .banner_mid_image .box_text_container {
    order: 2;
  }
  .banner_mid_image .box_texte {
    padding: 100px 0;
  }
  /* TRADE-INN 2020 */
  .page-template-trade .banner_mid_image {
    display: flex;
  }
  .page-template-trade .banner_mid_image .box_texte {
    order: 1;
    padding-bottom: 25px;
  }
  .page-template-trade .banner_mid_image .image_container_midsection {
    order: 2;
    top: 0;
    transform: none;
    background-size: 75%;
    background-repeat: no-repeat;
    margin-bottom: 50px;
  }
  .page-template-trade .right_responsive img {
    float: right;
  }
  .page-template-trade h2,
  .page-template-trade .h2 {
    text-transform: inherit;
  }
  .bg_tondeuse_trade {
    padding: 100px 0 200px 0;
  }
  .bg_tondeuse_trade:after {
    bottom: 0;
  }
  .fsBody .fsForm {
    background-color: transparent !important;
  }
  .fsborderradius .fsBody .fsForm {
    margin-bottom: 120px !important;
  }
}
@media screen and (max-width: 970px) {
  /*	body { border: 5px solid green; }*/
  .bm850-banner .img-container {
    width: 300px;
    height: 229px;
  }
  .bm850-banner .img-container:before {
    width: 60px;
    height: 60px;
  }
  .bm850-banner .img-container:after {
    width: 75px;
    height: 75px;
    right: -55px;
    bottom: 55px;
  }
  .bm850-banner .img-container .wisenav svg#logo-wisenav {
    max-width: 80px;
  }
  .skew_gradient:after {
    width: 250px;
  }
  .banner_center {
    padding: 50px 0;
  }
  .site-main {
    padding: 20px 0 35px 0;
  }
  /*typography */
  h1,
  .h1 {
    font-size: 36px;
  }
  h2,
  .h2 {
    font-size: 26px;
  }
  .btn, input#fsSubmitButton2337435, .btn_green, .btn_lightgreen, .btn_inverse, .btn_inverse_white, .btn_white, .btn_inverse_green, .topmenu #top-menu .link_devis a, .footer_blanc #top-menu .link_devis a {
    font-size: 14px;
    padding: 5px 15px;
  }
  /*header*/
  .menu_banner_hp li {
    width: 100%;
  }
  .menu_banner_hp li a {
    padding: 10px 25px;
  }
  .slider_parts_infos .caracteristiques {
    column-count: 1;
  }
  /*footer*/
  /*.footer_blanc .footermenu_social  {
  	li {
  		display: inline;
  	}

  	a {
  		font-size: 0;
  		&:before {
  			top: 0;
  			margin-right: 5px;
  		}
  	}
  }*/
  /*frontpage*/
  .innovations_text {
    margin-bottom: 50px;
  }
  .slider_parts_img {
    width: 100%;
    float: none;
  }
  .slider_parts_infos {
    width: 100%;
    float: none;
  }
  .slider_parts_infos .ungrid_title {
    left: 0;
  }
  .slider_parts_infos .caracteristiques {
    column-count: 2;
  }
  /*double slider*/
  .slider_new_models.container {
    max-width: 100%;
    margin: 35px auto 50px auto;
  }
  .slick-arrow.slick-next {
    right: 45%;
  }
  .slick-arrow.slick-prev {
    left: 45%;
  }
  .slick-arrow {
    position: absolute;
    bottom: -50px;
    top: inherit;
  }
  .page-template-utilisation .slick-arrow {
    bottom: -70px;
  }
  /*Single blog*/
  .single_top_pagination {
    height: 40px;
  }
  .single_top_pagination .back_to_blog {
    position: relative;
    display: block;
    margin: 0 auto;
    top: -30px;
  }
  .single_top_pagination .nav-links {
    position: relative;
    display: block;
    margin: 0 auto;
    right: inherit;
  }
  .single_top_pagination .post-navigation .nav-next,
  .single_top_pagination .posts-navigation .nav-next {
    text-align: center;
  }
  /*single tondeuse*/
  .single-tondeuse .list_bullet {
    margin-bottom: 25px;
  }
  .listing_utilisations li {
    max-width: 50%;
  }
  /*utilisations*/
  .section_img_full {
    height: 250px;
  }
}
@media screen and (max-width: 920px) {
  .page-template-wisenav .image_container_midsection:after {
    content: "";
    position: absolute;
    left: 80px;
    bottom: 80px;
    max-width: 450px;
    max-height: 214px;
  }
  .footer_green #menu-credits li,
  .footer_green .copyright,
  .footer_green a.creditsGP {
    display: inline-block;
    width: 100%;
    margin: 5px 0 !important;
  }
  .footer_green a:after {
    display: none;
  }
}
@media screen and (max-width: 785px) {
  .fancybox-content {
    padding: 0px !important;
    width: 95% !important;
  }
  #popup-langues .menu-popup-langues-container-global #popup-menu:before {
    margin: 20px 15px 10px 15px;
    font-size: 1.5rem;
  }
  #popup-langues .menu-popup-langues-container-global #popup-menu li:last-child:before {
    margin: 20px 15px 0px 15px;
    font-size: 1.5rem;
  }
  #popup-langues .menu-popup-langues-container-global #popup-menu li:last-child {
    margin-bottom: 20px;
  }
  .bandeau_avantages .avantage {
    width: 70%;
    display: block;
    margin-left: 15%;
  }
  .listing_utilisations li {
    width: 100%;
    max-width: 100%;
  }
  .section_cta #top-menu li {
    margin: 5px;
  }
  /* TRADE-INN 2020 */
  .page-template-trade .banner_mid_image .image_container_midsection {
    background-size: 100%;
  }
}
@media screen and (max-width: 650px) {
  .page-template-wisenav .image_container_midsection:after {
    content: "";
    position: absolute;
    left: 50px;
    bottom: 50px;
    max-width: 350px;
    max-height: 166px;
  }
  .skew_gradient:after {
    width: 120px;
  }
  /*header*/
  #menu-utilisations a {
    padding: 15px 10px;
  }
  /*.footer_blanc {
  	#top-menu li {
  		width: 100%;
  		float: none;
  		margin: 5px 0;
  	}
  	.menu-footer-menu-container {
  		column-count: 2;
  	}
  }
  */
  .footer_grey {
    padding: 20px 0;
  }
  .footer_grey img {
    height: 20px;
  }
  .footer_grey a {
    margin: 15px auto;
    display: block;
    text-align: center;
  }
  .footer_grey a:first-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  .footer_grey a:first-child img {
    height: 25px;
  }
  .footer_grey a:last-child {
    float: inherit;
  }
  .footer_grey a:last-child img {
    height: 35px;
  }
  .footer_green a,
  .footer_green p {
    display: block;
    margin: 0;
  }
  .footer_green .creditsGP {
    float: left;
  }
  .footer_green #menu-credits li {
    display: flex;
    float: none;
  }
  .footer_green a:after {
    display: none;
  }
  .footer_green #menu-credits {
    display: block;
    float: none;
  }
  .footer_green .copyright {
    margin-left: 0;
  }
  /*frontpage*/
  .slider_new_models .slick-slide.container_img {
    height: 400px;
  }
  .slick-arrow.slick-next {
    right: 0;
  }
  .slick-arrow.slick-prev {
    left: 0;
  }
  .bandeau_avantages .avantage {
    text-align: center;
    padding-top: 35px;
  }
  /*single tondeuse*/
  .single .img_container {
    height: 300px;
  }
  .single main .section_atouts .img_container img {
    object-fit: contain;
  }
  .single main .img_container {
    height: auto;
  }
}
@media screen and (max-width: 560px) {
  .slider_parts_infos .caracteristiques {
    width: 100%;
  }
  #popup-langues .menu-popup-langues-container-global #popup-menu li {
    width: 50%;
  }
  #popup-langues .menu-popup-langues-container-global #popup-menu li a {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 520px) {
  .page-template-wisenav .image_container_midsection:after {
    content: "";
    position: absolute;
    left: 50px;
    bottom: 50px;
    max-width: 250px;
    max-height: 119px;
  }
  .slider_parts_infos .caracteristiques {
    column-count: 1;
  }
  .bandeau_avantages .avantage {
    width: 100%;
    margin-left: 0;
  }
  /* TRADE-INN 2020 */
  .page-template-trade .banner_mid_image .image_container_midsection {
    margin-bottom: 0;
    background-size: 120%;
  }
  .bg_tondeuse_trade {
    padding-bottom: 150px;
  }
  .bg_tondeuse_trade:after {
    width: 100%;
    height: 250px;
    background-position: right;
    right: 0;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
@media screen and (max-width: 420px) {
  .bm850-banner h1 {
    font-size: 35px !important;
  }
  .leasing-banner .leasing-hero h1 {
    font-size: 35px !important;
    margin: 0 0 10px 0;
  }
  #popup-langues .menu-popup-langues-container-global #popup-menu li a {
    font-size: 12px !important;
  }
  /*body { border: 5px solid yellow; }*/
  /*typography */
  h2,
  .h2 {
    font-size: 22px;
  }
  h3,
  .h3 {
    font-size: 16px;
  }
  /*header*/
  /*footer*/
  /*.menu-footer-menu-container {
  	column-count: 1;
  }*/
  /*frontpage*/
  .slider_new_models .slick-slide.container_img {
    height: 300px;
  }
  /*single tondeuse*/
  .single-tondeuse .caracteristiques {
    column-count: 1;
  }
  /* TRADE-INN 2020 */
  .page-template-trade .banner_mid_image .image_container_midsection {
    background-position: 25% 50%;
    background-size: 180%;
  }
  .bg_tondeuse_trade {
    padding-bottom: 100px;
  }
  .bg_tondeuse_trade:after {
    width: 100%;
    height: 200px;
    background-position: right;
    right: 0;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1200px) {
  body.home .banner .grid-x .arrow-bg:before {
    left: -140px;
  }
  body.home .banner .grid-x .arrow-bg:after {
    left: 100px;
  }
}
@media (max-width: 1023px) {
  .bm850-banner .img-container {
    width: 300px;
    height: 229px;
    margin-bottom: 30px;
  }
  .bm850-banner .img-container:before {
    width: 60px;
    height: 60px;
  }
  .bm850-banner .img-container:after {
    width: 75px;
    height: 75px;
    right: -55px;
    bottom: 55px;
  }
  .bm850-banner .img-container .wisenav-block {
    flex-direction: row;
    bottom: -30px;
  }
  .bm850-banner .img-container .wisenav-block svg#logo-wisenav {
    max-width: 80px;
  }
  .bm850-banner .img-container .btn-bm850 {
    margin: 0;
  }
  .bm850-banner h1 {
    font-size: 50px;
  }
  .bm850-banner h1 span {
    font-size: 25px;
  }
  .leasing-banner .leasing-hero h1 {
    font-size: 50px;
  }
  .leasing-banner .leasing-hero .leasing-block {
    left: 0;
  }
  .leasing-banner .leasing-hero .leasing-block svg#logo-dll {
    max-width: 120px;
  }
}
body.home .box_title h2.wisenav-title {
  font-size: 50px;
  text-transform: none;
  font-weight: 900;
}
body.home .box_title h2.wisenav-title span {
  font-size: 22px;
}
body.home .banner .grid-x .arrow-bg:after {
  /*300px 142px;*/
  left: 20px;
}

.slider_all_models .slick-arrow.slick-disabled {
  display: block;
}
.slider_all_models .slick-list .slick-slide:not(.slick-active) {
  opacity: 1;
  pointer-events: none;
  transition: opacity 300ms ease;
}

@media (max-width: 768px) {
  .bm850-banner {
    height: 900px;
  }
  .bm850-banner .img-container {
    width: 300px;
    height: 229px;
  }
  p#breadcrumbs {
    font-size: 85%;
  }
  body.home .box_title h2.wisenav-title {
    font-size: 35px;
    text-transform: none;
    font-weight: 900;
  }
  body.home .box_title h2.wisenav-title span {
    font-size: 22px;
  }
  body.home .banner .grid-x .arrow-bg:after {
    left: 100px;
  }
}
@media (max-width: 660px) {
  .home .banner .box_title {
    margin-bottom: 50%;
  }
  body.home .banner .grid-x .arrow-bg:before {
    left: 100px;
  }
  body.home .banner .grid-x .arrow-bg:after {
    max-width: 250px;
    /*300px 142px;*/
    max-height: 119px;
    left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .leasing-banner {
    background-position: -550px center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .leasing-banner {
    background-position: -200px center;
  }
}
.flag {
  float: left;
  padding: 0 !important;
  margin: 0 5px 0 0;
  width: 16px;
  height: 11px;
  background: url(./img/flagssprite_small.png) no-repeat;
}

.flag.ad {
  background-position: 0 0;
}

.flag.ae {
  background-position: 0 -11px;
}

.flag.af {
  background-position: 0 -22px;
}

.flag.ag {
  background-position: 0 -33px;
}

.flag.ai {
  background-position: 0 -44px;
}

.flag.al {
  background-position: 0 -55px;
}

.flag.am {
  background-position: 0 -66px;
}

.flag.an {
  background-position: 0 -77px;
}

.flag.ao {
  background-position: 0 -88px;
}

.flag.ar {
  background-position: 0 -99px;
}

.flag.as {
  background-position: 0 -110px;
}

.flag.at {
  background-position: 0 -121px;
}

.flag.au {
  background-position: 0 -132px;
}

.flag.aw {
  background-position: 0 -143px;
}

.flag.ax {
  background-position: 0 -154px;
}

.flag.az {
  background-position: 0 -165px;
}

.flag.ba {
  background-position: 0 -176px;
}

.flag.bb {
  background-position: 0 -187px;
}

.flag.bd {
  background-position: 0 -198px;
}

.flag.be {
  background-position: 0 -209px;
}

.flag.bf {
  background-position: 0 -220px;
}

.flag.bg {
  background-position: 0 -231px;
}

.flag.bh {
  background-position: 0 -242px;
}

.flag.bi {
  background-position: 0 -253px;
}

.flag.bj {
  background-position: 0 -264px;
}

.flag.bm {
  background-position: 0 -275px;
}

.flag.bn {
  background-position: 0 -286px;
}

.flag.bo {
  background-position: 0 -297px;
}

.flag.br {
  background-position: 0 -308px;
}

.flag.bs {
  background-position: 0 -319px;
}

.flag.bt {
  background-position: 0 -330px;
}

.flag.bv {
  background-position: 0 -341px;
}

.flag.bw {
  background-position: 0 -352px;
}

.flag.by {
  background-position: 0 -363px;
}

.flag.bz {
  background-position: 0 -374px;
}

.flag.ca {
  background-position: 0 -385px;
}

.flag.catalonia {
  background-position: 0 -396px;
}

.flag.cc {
  background-position: 0 -407px;
}

.flag.cd {
  background-position: 0 -418px;
}

.flag.cf {
  background-position: 0 -429px;
}

.flag.cg {
  background-position: 0 -440px;
}

.flag.ch {
  background-position: 0 -451px;
}

.flag.ci {
  background-position: 0 -462px;
}

.flag.ck {
  background-position: 0 -473px;
}

.flag.cl {
  background-position: 0 -484px;
}

.flag.cm {
  background-position: 0 -495px;
}

.flag.cn {
  background-position: 0 -506px;
}

.flag.co {
  background-position: 0 -517px;
}

.flag.cu {
  background-position: 0 -528px;
}

.flag.cr {
  background-position: 0 -539px;
}

.flag.cs {
  background-position: 0 -550px;
}

.flag.cv {
  background-position: 0 -561px;
}

.flag.cx {
  background-position: 0 -572px;
}

.flag.cy {
  background-position: -16px 0;
}

.flag.cz {
  background-position: -16px -11px;
}

.flag.de {
  background-position: -16px -22px;
}

.flag.dj {
  background-position: -16px -33px;
}

.flag.dk {
  background-position: -16px -44px;
}

.flag.dm {
  background-position: -16px -55px;
}

.flag.do {
  background-position: -16px -66px;
}

.flag.dz {
  background-position: -16px -77px;
}

.flag.ec {
  background-position: -16px -88px;
}

.flag.ee {
  background-position: -16px -99px;
}

.flag.eg {
  background-position: -16px -110px;
}

.flag.eh {
  background-position: -16px -121px;
}

.flag.england {
  background-position: -16px -132px;
}

.flag.er {
  background-position: -16px -143px;
}

.flag.es {
  background-position: -16px -154px;
}

.flag.et {
  background-position: -16px -165px;
}

.flag.eu {
  background-position: -16px -176px;
}

.flag.fam {
  background-position: -16px -187px;
}

.flag.fi {
  background-position: -16px -198px;
}

.flag.fj {
  background-position: -16px -209px;
}

.flag.fk {
  background-position: -16px -220px;
}

.flag.fm {
  background-position: -16px -231px;
}

.flag.fo {
  background-position: -16px -242px;
}

.flag.fr {
  background-position: -16px -253px;
}

.flag.ga {
  background-position: -16px -264px;
}

.flag.gb {
  background-position: -16px -275px;
}

.flag.gd {
  background-position: -16px -286px;
}

.flag.ge {
  background-position: -16px -297px;
}

.flag.gf {
  background-position: -16px -308px;
}

.flag.gh {
  background-position: -16px -319px;
}

.flag.gi {
  background-position: -16px -330px;
}

.flag.gl {
  background-position: -16px -341px;
}

.flag.gm {
  background-position: -16px -352px;
}

.flag.gn {
  background-position: -16px -363px;
}

.flag.gp {
  background-position: -16px -374px;
}

.flag.gq {
  background-position: -16px -385px;
}

.flag.gr {
  background-position: -16px -396px;
}

.flag.gs {
  background-position: -16px -407px;
}

.flag.gt {
  background-position: -16px -418px;
}

.flag.gu {
  background-position: -16px -429px;
}

.flag.gw {
  background-position: -16px -440px;
}

.flag.gy {
  background-position: -16px -451px;
}

.flag.hk {
  background-position: -16px -462px;
}

.flag.hm {
  background-position: -16px -473px;
}

.flag.hn {
  background-position: -16px -484px;
}

.flag.hr {
  background-position: -16px -495px;
}

.flag.ht {
  background-position: -16px -506px;
}

.flag.hu {
  background-position: -16px -517px;
}

.flag.id {
  background-position: -16px -528px;
}

.flag.ie {
  background-position: -16px -539px;
}

.flag.il {
  background-position: -16px -550px;
}

.flag.in {
  background-position: -16px -561px;
}

.flag.io {
  background-position: -16px -572px;
}

.flag.iq {
  background-position: -32px 0;
}

.flag.ir {
  background-position: -32px -11px;
}

.flag.is {
  background-position: -32px -22px;
}

.flag.it {
  background-position: -32px -33px;
}

.flag.jm {
  background-position: -32px -44px;
}

.flag.jo {
  background-position: -32px -55px;
}

.flag.jp {
  background-position: -32px -66px;
}

.flag.ke {
  background-position: -32px -77px;
}

.flag.kg {
  background-position: -32px -88px;
}

.flag.kh {
  background-position: -32px -99px;
}

.flag.ki {
  background-position: -32px -110px;
}

.flag.km {
  background-position: -32px -121px;
}

.flag.kn {
  background-position: -32px -132px;
}

.flag.kp {
  background-position: -32px -143px;
}

.flag.kr {
  background-position: -32px -154px;
}

.flag.kw {
  background-position: -32px -165px;
}

.flag.ky {
  background-position: -32px -176px;
}

.flag.kz {
  background-position: -32px -187px;
}

.flag.la {
  background-position: -32px -198px;
}

.flag.lb {
  background-position: -32px -209px;
}

.flag.lc {
  background-position: -32px -220px;
}

.flag.li {
  background-position: -32px -231px;
}

.flag.lr {
  background-position: -32px -242px;
}

.flag.lk {
  background-position: -32px -253px;
}

.flag.ls {
  background-position: -32px -264px;
}

.flag.lt {
  background-position: -32px -275px;
}

.flag.lu {
  background-position: -32px -286px;
}

.flag.lv {
  background-position: -32px -297px;
}

.flag.ly {
  background-position: -32px -308px;
}

.flag.ma {
  background-position: -32px -319px;
}

.flag.mc {
  background-position: -32px -330px;
}

.flag.md {
  background-position: -32px -341px;
}

.flag.me {
  background-position: -32px -352px;
}

.flag.mg {
  background-position: -32px -363px;
}

.flag.mh {
  background-position: -32px -374px;
}

.flag.mk {
  background-position: -32px -385px;
}

.flag.ml {
  background-position: -32px -396px;
}

.flag.mm {
  background-position: -32px -407px;
}

.flag.mn {
  background-position: -32px -418px;
}

.flag.mo {
  background-position: -32px -429px;
}

.flag.mp {
  background-position: -32px -440px;
}

.flag.mq {
  background-position: -32px -451px;
}

.flag.mr {
  background-position: -32px -462px;
}

.flag.ms {
  background-position: -32px -473px;
}

.flag.mt {
  background-position: -32px -484px;
}

.flag.mu {
  background-position: -32px -495px;
}

.flag.mv {
  background-position: -32px -506px;
}

.flag.mw {
  background-position: -32px -517px;
}

.flag.mx {
  background-position: -32px -528px;
}

.flag.my {
  background-position: -32px -539px;
}

.flag.mz {
  background-position: -32px -550px;
}

.flag.na {
  background-position: -32px -561px;
}

.flag.nc {
  background-position: -32px -572px;
}

.flag.ne {
  background-position: -48px 0;
}

.flag.nf {
  background-position: -48px -11px;
}

.flag.ng {
  background-position: -48px -22px;
}

.flag.ni {
  background-position: -48px -33px;
}

.flag.nl {
  background-position: -48px -44px;
}

.flag.no {
  background-position: -48px -55px;
}

.flag.np {
  background-position: -48px -66px;
}

.flag.nr {
  background-position: -48px -77px;
}

.flag.nu {
  background-position: -48px -88px;
}

.flag.nz {
  background-position: -48px -99px;
}

.flag.om {
  background-position: -48px -110px;
}

.flag.pa {
  background-position: -48px -121px;
}

.flag.pe {
  background-position: -48px -132px;
}

.flag.pf {
  background-position: -48px -143px;
}

.flag.pg {
  background-position: -48px -154px;
}

.flag.ph {
  background-position: -48px -165px;
}

.flag.pk {
  background-position: -48px -176px;
}

.flag.pl {
  background-position: -48px -187px;
}

.flag.pm {
  background-position: -48px -198px;
}

.flag.pn {
  background-position: -48px -209px;
}

.flag.pr {
  background-position: -48px -220px;
}

.flag.ps {
  background-position: -48px -231px;
}

.flag.pt {
  background-position: -48px -242px;
}

.flag.pw {
  background-position: -48px -253px;
}

.flag.py {
  background-position: -48px -264px;
}

.flag.qa {
  background-position: -48px -275px;
}

.flag.re {
  background-position: -48px -286px;
}

.flag.ro {
  background-position: -48px -297px;
}

.flag.rs {
  background-position: -48px -308px;
}

.flag.ru {
  background-position: -48px -319px;
}

.flag.rw {
  background-position: -48px -330px;
}

.flag.sa {
  background-position: -48px -341px;
}

.flag.sb {
  background-position: -48px -352px;
}

.flag.sc {
  background-position: -48px -363px;
}

.flag.scotland {
  background-position: -48px -374px;
}

.flag.sd {
  background-position: -48px -385px;
}

.flag.se {
  background-position: -48px -396px;
}

.flag.sg {
  background-position: -48px -407px;
}

.flag.sh {
  background-position: -48px -418px;
}

.flag.si {
  background-position: -48px -429px;
}

.flag.sj {
  background-position: -48px -440px;
}

.flag.sk {
  background-position: -48px -451px;
}

.flag.sl {
  background-position: -48px -462px;
}

.flag.sm {
  background-position: -48px -473px;
}

.flag.sn {
  background-position: -48px -484px;
}

.flag.so {
  background-position: -48px -495px;
}

.flag.sr {
  background-position: -48px -506px;
}

.flag.st {
  background-position: -48px -517px;
}

.flag.sv {
  background-position: -48px -528px;
}

.flag.sy {
  background-position: -48px -539px;
}

.flag.sz {
  background-position: -48px -550px;
}

.flag.tc {
  background-position: -48px -561px;
}

.flag.td {
  background-position: -48px -572px;
}

.flag.tf {
  background-position: -64px 0;
}

.flag.tg {
  background-position: -64px -11px;
}

.flag.th {
  background-position: -64px -22px;
}

.flag.tj {
  background-position: -64px -33px;
}

.flag.tk {
  background-position: -64px -44px;
}

.flag.tl {
  background-position: -64px -55px;
}

.flag.tm {
  background-position: -64px -66px;
}

.flag.tn {
  background-position: -64px -77px;
}

.flag.to {
  background-position: -64px -88px;
}

.flag.tr {
  background-position: -64px -99px;
}

.flag.tt {
  background-position: -64px -110px;
}

.flag.tv {
  background-position: -64px -121px;
}

.flag.tw {
  background-position: -64px -132px;
}

.flag.tz {
  background-position: -64px -143px;
}

.flag.ua {
  background-position: -64px -154px;
}

.flag.ug {
  background-position: -64px -165px;
}

.flag.um {
  background-position: -64px -176px;
}

.flag.us {
  background-position: -64px -187px;
}

.flag.uy {
  background-position: -64px -198px;
}

.flag.uz {
  background-position: -64px -209px;
}

.flag.va {
  background-position: -64px -220px;
}

.flag.vc {
  background-position: -64px -231px;
}

.flag.ve {
  background-position: -64px -242px;
}

.flag.vg {
  background-position: -64px -253px;
}

.flag.vi {
  background-position: -64px -264px;
}

.flag.vn {
  background-position: -64px -275px;
}

.flag.vu {
  background-position: -64px -286px;
}

.flag.wales {
  background-position: -64px -297px;
}

.flag.wf {
  background-position: -64px -308px;
}

.flag.ws {
  background-position: -64px -319px;
}

.flag.ye {
  background-position: -64px -330px;
}

.flag.yt {
  background-position: -64px -341px;
}

.flag.za {
  background-position: -64px -352px;
}

.flag.zm {
  background-position: -64px -363px;
}

.flag.zw {
  background-position: -64px -374px;
}

.ms-dd-header .flag {
  margin-top: 3px !important;
}

.ms-pr {
  position: relative;
}

.ms-dd:focus-visible {
  box-shadow: 0 1px 5px #ddd;
  outline: none;
  outline-width: 0;
}

.ms-dd {
  background: #eee;
  display: inline-block;
  font-family: Sans-Serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top;
  width: 260px;
}

.ms-dd button:focus, .ms-dd input:focus, .ms-dd select:focus, .ms-dd textarea:focus {
  outline: none;
}

.ms-dd .ms-value-input {
  border: 0;
  left: 20px;
  position: absolute;
  top: 10px;
  width: 50%;
}

.ms-dd .ms-dd-header {
  border: 1px solid #ccc;
  border-bottom: none;
  border-radius: 2px;
  cursor: pointer;
  min-height: 35px;
  position: relative;
  width: 100%;
}

.ms-dd .ms-dd-header .option-selected {
  color: #000;
  display: block;
  font-weight: 600;
  overflow: hidden;
  padding: 10px 20px 10px 10px;
  pointer-events: none;
}

.ms-dd .ms-dd-header a {
  display: block;
}

.ms-dd .ms-dd-header .ms-list-counter, .ms-dd .ms-dd-header input[type=checkbox] {
  display: none;
}

.ms-dd .ms-dd-header .ms-header-counter {
  color: #0e76a8;
  font-weight: 400;
}

.ms-dd .ms-dd-header .ms-filter-box {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 6px 10px;
}

.ms-dd .ms-dd-header .ms-filter-box input, .ms-dd .ms-dd-header .ms-filter-box input:focus, .ms-dd .ms-dd-header .ms-filter-box input:focus-visible {
  border: 1px solid #c3c3c3;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 25px;
  padding-left: 6px;
  width: 100%;
}

.ms-dd .ms-dd-header .ms-filter-box input:focus-visible {
  outline: 1px solid transparent;
}

.ms-dd .ms-dd-option-image, .ms-dd .ms-dd-selected-img {
  margin-right: 5px;
  max-width: 64px;
  vertical-align: middle;
}

.ms-dd .ms-dd-arrow {
  height: 0;
  margin-top: -3px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
}

.ms-dd .ms-dd-arrow.ms-dd-pointer-down {
  border: 5px solid transparent;
  border-top-color: #000;
}

.ms-dd .ms-dd-arrow.ms-dd-pointer-up {
  border: 5px solid transparent;
  border-bottom-color: #000;
  margin-top: -8px;
}

.ms-dd .ms-options {
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  box-shadow: 0 1px 5px #ddd;
  display: none;
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 9999;
}

.ms-dd .ms-list-option, .ms-dd .ms-optgroup ul .ms-list-option {
  align-items: center;
  border-bottom: 1px solid #ddd;
  color: #333;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  padding: 10px;
  position: relative;
  text-decoration: none;
}

.ms-dd .ms-list-option input[type=checkbox], .ms-dd .ms-optgroup ul .ms-list-option input[type=checkbox] {
  margin-right: 5px;
  vertical-align: middle;
}

.ms-dd .ms-list-option:last-child, .ms-dd .ms-optgroup ul .ms-list-option:last-child {
  border-bottom: none;
}

.ms-dd .ms-list-option:hover, .ms-dd .ms-optgroup ul .ms-list-option:hover {
  background: #f3f3f3;
  color: #000;
}

.ms-dd .ms-list-option.option-selected, .ms-dd .ms-optgroup ul .ms-list-option.option-selected {
  background: #f6f6f6;
}

.ms-dd .ms-list-option.ico-align-right .ms-dd-option-image, .ms-dd .ms-list-option.ico-align-right .ms-dd-selected-img, .ms-dd .ms-optgroup ul .ms-list-option.ico-align-right .ms-dd-option-image, .ms-dd .ms-optgroup ul .ms-list-option.ico-align-right .ms-dd-selected-img {
  order: 2;
}

.ms-dd .ms-list-option.disabled, .ms-dd .ms-list-option:disabled, .ms-dd .ms-optgroup ul .ms-list-option.disabled, .ms-dd .ms-optgroup ul .ms-list-option:disabled {
  cursor: default;
  opacity: 0.4;
}

.ms-dd .ms-list-option .ms-dd-desc, .ms-dd .ms-optgroup ul .ms-list-option .ms-dd-desc {
  color: #aaa;
  display: block;
  font-weight: 400;
  line-height: 1.5em;
  overflow: hidden;
  text-shadow: 0 1px 0.5px #fff;
}

.ms-dd .ms-header-middle-content, .ms-dd .ms-middle {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.ms-dd.disabled, .ms-dd:disabled {
  cursor: default;
  opacity: 0.4;
  pointer-events: none;
}

.ms-dd .ms-optgroup-padding {
  font-weight: 700;
  padding: 10px 10px 0;
}

.ms-dd .ms-optgroup {
  display: block;
}

.ms-dd .ms-optgroup:hover {
  background: #fff;
  color: #000;
}

.ms-dd .ms-optgroup ul {
  margin: 0;
  padding: 0;
}

.ms-dd .ms-optgroup ul .ms-list-option {
  padding-left: 20px;
}

.ms-dd .ms-optgroup ul:last-child {
  border-bottom: 1px solid #ddd;
}

.ms-dd .ms-dd-option-content {
  width: 100%;
}

:focus {
  outline: none;
}

table#leaseTable,
.legends {
  max-width: 880px;
  width: 100%;
}

.legends {
  display: block;
}

table#leaseTable {
  margin-bottom: 20px;
}

table td {
  border: 1px solid #ddd;
}

th,
td {
  border: 1px solid #ddd;
  text-align: center !important;
  padding: 10px;
}

th {
  background-color: #F5F5F5;
}

thead {
  background: #F5F5F5;
  color: #003714;
}

#monthlyPayment {
  color: #003714;
  font-weight: 700;
}

#leaseTable > tbody > tr > td:nth-child(2) {
  padding: 0;
}

.lease-details td,
.lease-details th,
.detail-value,
.lease-details table tr:nth-child(odd),
.lease-details table tr:nth-child(even) {
  background-color: transparent;
}

#leaseTable tbody tr td .lease-details .detail-row.value-changed {
  background-color: #fffce2;
}

#leaseTable > tbody > tr > td:first-child {
  width: 180px;
}

.model-toggle {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.model-tab {
  text-align: center;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.model-tab.active {
  opacity: 1;
}

.model-image {
  width: 120px;
  height: auto;
  margin-bottom: 10px;
}

.model-name {
  font-weight: bold;
  color: #003714;
}

select#leasePeriodSelect {
  width: 100%;
  border: 1px solid #003714;
}

select#leasePeriodSelect:hover {
  border: 1px solid #90bc6d;
  cursor: pointer;
}

.small {
  font-size: 10px;
  font-weight: normal;
  color: #B3B3B3;
}

.legends {
  font-size: 14px;
  color: #B3B3B3;
}

.detail-row {
  display: flex;
  border: 1px solid #ddd;
  border-top: none;
  border-left: none;
  border-right: none;
}

.detail-row:last-child {
  border-bottom: none;
}

.detail-label {
  flex: 1;
  padding: 10px;
  font-weight: bold;
  text-align: left;
  border-right: 1px solid #ddd;
}

.detail-value {
  flex: 1;
  padding: 10px;
  text-align: center;
  max-width: 180px;
}

@media screen and (max-width: 768px) {
  /* medium */
  .model-image {
    width: 100px !important;
    height: auto;
  }
  select,
  .model-name {
    font-size: 14px;
  }
}
@media screen and (max-width: 620px) {
  #leaseTable > tbody > tr > td:first-child {
    width: 25%;
  }
  .lease-details .detail-row {
    flex-direction: column;
  }
  .detail-label,
  .detail-value {
    width: 100%;
    max-width: 100% !important;
    text-align: center;
    border-right: none;
  }
  .detail-label,
  .detail-value {
    font-size: 14px;
  }
  .detail-label {
    padding: 8px 8px 0 8px;
  }
  .detail-value {
    padding: 0 8px 8px 8px;
  }
}
@media screen and (max-width: 480px) {
  #leaseTable > tbody > tr > td:first-child {
    width: 33%;
  }
  .model-image {
    width: 70px !important;
    height: auto;
  }
  #leaseTable thead th {
    font-size: 14px;
  }
}
/*COLORS COOKIE NOTICE - RGPD*/
/*CACHER LA NOTICE DES PAGES AUTRES QUE POLITIQUES CONF.*/
body:not(.page-id-3):not(.page-id-6107):not(.page-id-6094):not(.page-id-6097):not(.page-id-1065):not(.page-id-2739):not(.page-id-1692):not(.page-id-1693):not(.page-id-1694):not(.page-id-6100):not(.page-id-6103):not(.page-id-6104):not(.page-id-6105):not(.page-id-6106):not(.page-id-2738):not(.page-id-6113):not(.page-id-6116):not(.page-id-6117):not(.page-id-6110):not(.page-id-6120) #tarteaucitronAlertSmall {
  display: none !important;
}

html body#body {
  /*Panneau de configuration*/
  /*Banner cookie notice - bas*/
  /*Banner cookie notice - centrée*/
  /*Banner cookie notice - haute*/
  /*Notice coin bas droite*/
}
html body#body div#tarteaucitronServices {
  box-shadow: 0 0px 35px rgba(0, 0, 0, 0.2) !important;
}
html body#body #tarteaucitronRoot li.tarteaucitronLine.tarteaucitronIsDenied {
  border-color: #f44236 !important;
}
html body#body #tarteaucitron #tarteaucitronServices .tarteaucitronTitle,
html body#body #tarteaucitron #tarteaucitronServices .tarteaucitronDetails,
html body#body #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button {
  background: #f2f2f2 !important;
  padding-bottom: 10px;
}
html body#body #tarteaucitronRoot button.tarteaucitronAllow,
html body#body #tarteaucitronRoot #tarteaucitronDotGreen {
  background-color: #1c870b !important;
}
html body#body #tarteaucitronRoot button.tarteaucitronDeny,
html body#body #tarteaucitronRoot #tarteaucitronDotRed {
  background-color: #f44236 !important;
}
html body#body #tarteaucitronRoot #tarteaucitronAlertBig,
html body#body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
  background-color: #ffffff !important;
}
html body#body #tarteaucitronAlertSmall #tarteaucitronCookiesNumber,
html body#body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,
html body#body #tarteaucitronAlertBig,
html body#body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
html body#body #tarteaucitronAlertSmall,
html body#body .tac_activate,
html body#body .tac_activate .tac_float,
html body#body .tac_activate .tac_float b,
html body#body #tarteaucitron #tarteaucitronClosePanel,
html body#body #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
html body#body #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle,
html body#body #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesTitle:hover,
html body#body #tarteaucitron #tarteaucitronInfo,
html body#body #tarteaucitron #tarteaucitronServices .tarteaucitronDetails,
html body#body #tarteaucitron #tarteaucitronServices .tarteaucitronTitle,
html body#body #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
html body#body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover, html body#body div#tarteaucitronServices,
html body#body #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button {
  color: #494949 !important;
}
html body#body #tarteaucitronAlertBig #tarteaucitronCloseAlert,
html body#body #tarteaucitron #tarteaucitronPrivacyUrl,
html body#body #tarteaucitron #tarteaucitronPrivacyUrlDialog,
html body#body #tarteaucitronRoot #tarteaucitronPrivacyUrl {
  margin-bottom: 0px !important;
  margin-left: 3px !important;
  padding: 7px 10px !important;
  font-size: 14px !important;
  background-color: transparent !important;
  color: #f2f2f2;
}/*# sourceMappingURL=style.css.map */