@charset "UTF-8";
/* UTILS
Questa cartella contiene tutti gli helper sass che possono
servire l'interno del progetto come ad esempio funzioni, mixin e placeholder.
Come regola generale da questa cartella non deve uscire nessuna riga di css.
Questi file non dovrebbero essere intesi come specifici del progetto in quanto
contengono solamente delle utility che possono essere riutilizzate ovunque.
*/
/* VARS
Questa cartella contiene uno o più file contententi tutte le variabili globali
del progetto. Qui si possono sovrascrivere le variabili di default di Foundation
e all'occorrenza crearne di nuove, organizzandole come meglio si crede.
*/
.row.expanded {
  max-width: none;
}

/* VENDORS
*/
meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  margin: 0 auto;
  max-width: 81.25rem;
  width: 100%;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}

.row .row:before, .row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right;
}

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 10%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 10%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 20%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 20%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 30%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 30%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 40%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 40%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 60%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 60%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 70%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 70%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 80%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 80%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 90%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 90%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .small-1 {
    width: 10%;
  }
  .small-2 {
    width: 20%;
  }
  .small-3 {
    width: 30%;
  }
  .small-4 {
    width: 40%;
  }
  .small-5 {
    width: 50%;
  }
  .small-6 {
    width: 60%;
  }
  .small-7 {
    width: 70%;
  }
  .small-8 {
    width: 80%;
  }
  .small-9 {
    width: 90%;
  }
  .small-10 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 10% !important;
  }
  .small-offset-2 {
    margin-left: 20% !important;
  }
  .small-offset-3 {
    margin-left: 30% !important;
  }
  .small-offset-4 {
    margin-left: 40% !important;
  }
  .small-offset-5 {
    margin-left: 50% !important;
  }
  .small-offset-6 {
    margin-left: 60% !important;
  }
  .small-offset-7 {
    margin-left: 70% !important;
  }
  .small-offset-8 {
    margin-left: 80% !important;
  }
  .small-offset-9 {
    margin-left: 90% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}

@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 10%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 10%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 20%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 20%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 30%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 30%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 40%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 40%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 60%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 60%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 70%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 70%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 80%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 80%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 90%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 90%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .medium-1 {
    width: 10%;
  }
  .medium-2 {
    width: 20%;
  }
  .medium-3 {
    width: 30%;
  }
  .medium-4 {
    width: 40%;
  }
  .medium-5 {
    width: 50%;
  }
  .medium-6 {
    width: 60%;
  }
  .medium-7 {
    width: 70%;
  }
  .medium-8 {
    width: 80%;
  }
  .medium-9 {
    width: 90%;
  }
  .medium-10 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 10% !important;
  }
  .medium-offset-2 {
    margin-left: 20% !important;
  }
  .medium-offset-3 {
    margin-left: 30% !important;
  }
  .medium-offset-4 {
    margin-left: 40% !important;
  }
  .medium-offset-5 {
    margin-left: 50% !important;
  }
  .medium-offset-6 {
    margin-left: 60% !important;
  }
  .medium-offset-7 {
    margin-left: 70% !important;
  }
  .medium-offset-8 {
    margin-left: 80% !important;
  }
  .medium-offset-9 {
    margin-left: 90% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 10%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 10%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 20%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 20%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 30%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 30%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 40%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 40%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 60%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 60%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 70%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 70%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 80%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 80%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 90%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 90%;
    left: auto;
  }
}

@media only screen and (min-width: 64.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 10%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 10%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 20%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 20%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 30%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 30%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 40%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 40%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 60%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 60%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 70%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 70%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 80%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 80%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 90%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 90%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .large-1 {
    width: 10%;
  }
  .large-2 {
    width: 20%;
  }
  .large-3 {
    width: 30%;
  }
  .large-4 {
    width: 40%;
  }
  .large-5 {
    width: 50%;
  }
  .large-6 {
    width: 60%;
  }
  .large-7 {
    width: 70%;
  }
  .large-8 {
    width: 80%;
  }
  .large-9 {
    width: 90%;
  }
  .large-10 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 10% !important;
  }
  .large-offset-2 {
    margin-left: 20% !important;
  }
  .large-offset-3 {
    margin-left: 30% !important;
  }
  .large-offset-4 {
    margin-left: 40% !important;
  }
  .large-offset-5 {
    margin-left: 50% !important;
  }
  .large-offset-6 {
    margin-left: 60% !important;
  }
  .large-offset-7 {
    margin-left: 70% !important;
  }
  .large-offset-8 {
    margin-left: 80% !important;
  }
  .large-offset-9 {
    margin-left: 90% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 10%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 10%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 20%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 20%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 30%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 30%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 40%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 40%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 60%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 60%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 70%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 70%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 80%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 80%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 90%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 90%;
    left: auto;
  }
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: #0078a0;
  color: #fff;
}

.alert-box .close {
  right: 0.25rem;
  background: inherit;
  color: #333333;
  font-size: 1.375rem;
  line-height: .9;
  margin-top: -0.6875rem;
  opacity: 0.3;
  padding: 0 6px 4px;
  position: absolute;
  top: 50%;
}

.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}

.alert-box.radius {
  border-radius: 3px;
}

.alert-box.round {
  border-radius: 1000px;
}

.alert-box.success {
  background-color: #43AC6A;
  border-color: #3a945b;
  color: #fff;
}

.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #fff;
}

.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f;
}

.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #fff;
}

.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f;
}

.alert-box.alert-close {
  opacity: 0;
}

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
}

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

.breadcrumbs {
  border-style: solid;
  border-width: 1px;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5625rem 0.875rem 0.5625rem;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 3px;
}

.breadcrumbs > * {
  color: #008CBA;
  float: left;
  font-size: 0.6875rem;
  line-height: 0.6875rem;
  margin: 0;
  text-transform: uppercase;
}

.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}

.breadcrumbs > * a {
  color: #008CBA;
}

.breadcrumbs > *.current {
  color: #333333;
  cursor: default;
}

.breadcrumbs > *.current a {
  color: #333333;
  cursor: default;
}

.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}

.breadcrumbs > *.unavailable {
  color: #999999;
}

.breadcrumbs > *.unavailable a {
  color: #999999;
}

.breadcrumbs > *.unavailable:hover,
.breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  color: #999999;
  cursor: not-allowed;
  text-decoration: none;
}

.breadcrumbs > *:before {
  color: #AAAAAA;
  content: "/";
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}

.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/";
}

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #fff;
  transition: background-color 300ms ease-out;
}

button:hover, button:focus, .button:hover, .button:focus {
  background-color: #007095;
}

button:hover, button:focus, .button:hover, .button:focus {
  color: #fff;
}

button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}

button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}

button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #fff;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}

button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #fff;
}

button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}

button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #fff;
}

button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #fff;
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}

button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #fff;
}

button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}

button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #fff;
}

button.large, .button.large {
  padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
  font-size: 1.25rem;
}

button.small, .button.small {
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
}

button.tiny, .button.tiny {
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
}

button.expand, .button.expand {
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  padding-bottom: 1.0625rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}

button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

button.radius, .button.radius {
  border-radius: 3px;
}

button.round, .button.round {
  border-radius: 1000px;
}

button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #008CBA;
  border-color: #007095;
  color: #fff;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #007095;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #fff;
}

button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #008CBA;
}

button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}

button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}

button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #fff;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #fff;
}

button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}

button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #fff;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #fff;
}

button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}

button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #fff;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #fff;
}

button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}

button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #fff;
}

button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.0625em) {
  button, .button {
    display: inline-block;
  }
}

/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}

.f-dropdown.open {
  display: block;
}

.f-dropdown > *:first-child {
  margin-top: 0;
}

.f-dropdown > *:last-child {
  margin-bottom: 0;
}

.f-dropdown:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #fff transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}

.f-dropdown:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}

.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

.f-dropdown.drop-right {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}

.f-dropdown.drop-right.open {
  display: block;
}

.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-right:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #fff transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}

.f-dropdown.drop-right:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}

.f-dropdown.drop-left {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}

.f-dropdown.drop-left.open {
  display: block;
}

.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-left:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #fff;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}

.f-dropdown.drop-left:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}

.f-dropdown.drop-top {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-left: 0;
  margin-top: -2px;
  max-width: 200px;
}

.f-dropdown.drop-top.open {
  display: block;
}

.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}

.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-top:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #fff transparent transparent transparent;
  border-top-style: solid;
  bottom: -12px;
  position: absolute;
  top: auto;
  left: 10px;
  right: auto;
  z-index: 89;
}

.f-dropdown.drop-top:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  bottom: -14px;
  position: absolute;
  top: auto;
  left: 9px;
  right: auto;
  z-index: 88;
}

.f-dropdown li {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin: 0;
}

.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE;
}

.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}

.f-dropdown.content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  height: auto;
  max-height: none;
  padding: 1.25rem;
  width: 100%;
  z-index: 89;
  max-width: 200px;
}

.f-dropdown.content.open {
  display: block;
}

.f-dropdown.content > *:first-child {
  margin-top: 0;
}

.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.radius {
  border-radius: 3px;
}

.f-dropdown.tiny {
  max-width: 200px;
}

.f-dropdown.small {
  max-width: 300px;
}

.f-dropdown.medium {
  max-width: 500px;
}

.f-dropdown.large {
  max-width: 800px;
}

.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}

.f-dropdown.mega.open {
  left: 0 !important;
}

/* Standard Forms */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}

label.right {
  float: none !important;
  text-align: right;
}

label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}

label small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input:not([type]), input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  transition: border-color 0.15s linear, background 0.15s linear;
}

input:not([type]):focus, input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}

input:not([type]):disabled, input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

input:not([type])[disabled], input:not([type])[readonly],
fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly],
fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}

input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
  border-radius: 3px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

::-webkit-input-placeholder {
  color: #666666;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666;
}

:-ms-input-placeholder {
  color: #666666;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem;
}

select::-ms-expand {
  display: none;
}

select.radius {
  border-radius: 3px;
}

select:focus {
  background-color: #f3f3f3;
  border-color: #999999;
}

select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem;
}

fieldset legend {
  font-weight: 700;
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #fff;
}

[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #fff;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}

.error label,
.error label.error {
  color: #f04124;
}

.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #fff;
}

.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
}

.inline-list > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 1.375rem;
}

.inline-list > li > * {
  display: block;
}

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #fff;
  min-width: 100%;
  padding: 10px;
  z-index: 50;
}

[data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
  margin-bottom: 0;
}

[data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
  margin-bottom: 0;
}

[data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
  line-height: 1.8em;
}

ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem;
}

ul.pagination li {
  color: #222222;
  font-size: 0.875rem;
  height: 1.5rem;
  margin-left: 0.3125rem;
}

ul.pagination li a, ul.pagination li button {
  border-radius: 3px;
  transition: background-color 300ms ease-out;
  background: none;
  color: #999999;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.0625rem 0.625rem 0.0625rem;
}

ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #e6e6e6;
}

ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
  pointer-events: none;
}

ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
  background: transparent;
}

ul.pagination li.current a, ul.pagination li.current button {
  background: #008CBA;
  color: #fff;
  cursor: default;
  font-weight: 700;
}

ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: #008CBA;
}

ul.pagination li {
  display: block;
  float: left;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}

.pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}

/* Pricing Tables */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem;
}

.pricing-table * {
  list-style: none;
  line-height: 1;
}

.pricing-table .title {
  background-color: #333333;
  color: #EEEEEE;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  padding: 0.9375rem 1.25rem;
  text-align: center;
}

.pricing-table .price {
  background-color: #F6F6F6;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 2rem;
  font-weight: normal;
  padding: 0.9375rem 1.25rem;
  text-align: center;
}

.pricing-table .description {
  background-color: #fff;
  border-bottom: dotted 1px #DDDDDD;
  color: #777777;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  padding: 0.9375rem;
  text-align: center;
}

.pricing-table .bullet-item {
  background-color: #fff;
  border-bottom: dotted 1px #DDDDDD;
  color: #333333;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0.9375rem;
  text-align: center;
}

.pricing-table .cta-button {
  background-color: #fff;
  padding: 1.25rem 1.25rem 0;
  text-align: center;
}

.reveal-modal-bg {
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #fff;
  padding: 1.875rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 40em) {
  .reveal-modal {
    min-height: 100vh;
  }
}

.reveal-modal .column, .reveal-modal .columns {
  min-width: 0;
}

.reveal-modal > :first-child {
  margin-top: 0;
}

.reveal-modal > :last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 81.25rem;
    right: 0;
    width: 80%;
  }
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal {
    top: 6.25rem;
  }
}

.reveal-modal.radius {
  box-shadow: none;
  border-radius: 3px;
}

.reveal-modal.round {
  box-shadow: none;
  border-radius: 1000px;
}

.reveal-modal.collapse {
  padding: 0;
  box-shadow: none;
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    max-width: 81.25rem;
    right: 0;
    width: 30%;
  }
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.small {
    left: 0;
    margin: 0 auto;
    max-width: 81.25rem;
    right: 0;
    width: 40%;
  }
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 81.25rem;
    right: 0;
    width: 60%;
  }
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 81.25rem;
    right: 0;
    width: 70%;
  }
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 81.25rem;
    right: 0;
    width: 95%;
  }
}

.reveal-modal.full {
  height: 100vh;
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0;
}

@media only screen and (min-width: 40.0625em) {
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 81.25rem;
    right: 0;
    width: 100%;
  }
}

.reveal-modal.toback {
  z-index: 1003;
}

.reveal-modal .close-reveal-modal {
  color: #AAAAAA;
  cursor: pointer;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0.625rem;
  right: 1.375rem;
}

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}

.tabs:before, .tabs:after {
  content: " ";
  display: table;
}

.tabs:after {
  clear: both;
}

.tabs dd,
.tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
}

.tabs dd > a,
.tabs .tab-title > a {
  display: block;
  background-color: #EFEFEF;
  color: #222222;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  padding: 1rem 2rem;
}

.tabs dd > a:hover,
.tabs .tab-title > a:hover {
  background-color: #e1e1e1;
}

.tabs dd.active > a,
.tabs .tab-title.active > a {
  background-color: #fff;
  color: #222222;
}

.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.tabs.vertical dd,
.tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%;
}

.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}

.tabs-content:after {
  clear: both;
}

.tabs-content > .content {
  display: none;
  float: left;
  padding: 0.9375rem 0;
  width: 100%;
}

.tabs-content > .content.active {
  display: block;
  float: none;
}

.tabs-content > .content.contained {
  padding: 0.9375rem;
}

.tabs-content.vertical {
  display: block;
}

.tabs-content.vertical > .content {
  padding: 0 0.9375rem;
}

@media only screen and (min-width: 40.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%;
  }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%;
  }
}

.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  color: #333333;
  cursor: help;
  font-weight: 700;
}

.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #003f54;
  color: #008CBA;
}

.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

.tooltip {
  background: #333333;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%;
}

.tooltip > .nub {
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: -10px;
  width: 0;
  left: 5px;
}

.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}

.tooltip.radius {
  border-radius: 3px;
}

.tooltip.round {
  border-radius: 1000px;
}

.tooltip.round > .nub {
  left: 2rem;
}

.tooltip.opened {
  border-bottom: dotted 1px #003f54 !important;
  color: #008CBA !important;
}

.tap-to-close {
  color: #777777;
  display: block;
  font-size: 0.625rem;
  font-weight: normal;
}

@media only screen {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    bottom: -10px;
    top: auto;
  }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%;
  }
}

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* large displays */
@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important;
}

@media print {
  .print-only,
  .show-for-print {
    display: block !important;
  }
  .hide-on-print,
  .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;
  }
}

/* BASE
Questa cartella contiente gli stili di default dei tag HTML.
Dovrebbe essere utilizzata solo nel caso ci sia la necessità di dare uno stile
base e condiviso in tutto il sito a determinati elementi html. Pensatelo come ad
una sorta di normalizer specifico del progetto. Per una questione di ordine e
coerenza non è consentito l'utilizzo di selettori diversi dagli element
selector, quindi non è consentita la presenza di selettori di classe, id,
attributo, ecc.. É importante evitare di utilizzare stili troppo "aggressivi" in
per evitare di doverli sovrascrivere in seguito.
*/
body {
  color: #333;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 100%;
  direction: "ltr";
  background: url("../images/backgrounds/background-main.png") repeat transparent;
}

@media only screen and (min-width: 64.0625em) {
  body {
    overflow-x: hidden;
  }
}

.text-center {
  text-align: center;
}

a {
  color: #1d1d1b;
  text-decoration: none;
}

a:hover, a:focus {
  color: #fe5000;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
}

table {
  border: 1px solid #ccc;
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr {
  border: 1px solid #a5a5a4;
  padding: 5px;
}

table th,
table td {
  padding: 10px;
  text-align: center;
}

table th {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

@media screen and (max-width: 64em) {
  table {
    border: 0;
  }
  table thead {
    display: none;
  }
  table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }
  table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 10px;
  }
}

fieldset {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #eeeeee;
}

/* GLOBALS
Questa cartella contiene stili utilizzati in tutto il sito e non specifici di un
determinato componente. I selettori da utilizzare per questi elementi sono
esclusivamente selettori di classe oppure at-rule. Generalmente sono stili
generici che si possono applicare a in molteplici casi indpendentemente
dall'elemento/componente in cui vengono utilizzati. In linea di massima possono
far parte di questa cartella classi helpers  (es. clearfix, text-align, ecc..),
classi relative a griglie e spaziature, classi relative a sfondi, bordi,
visibility ecc..oppure at-rule globali come @font-face, @keyframes ecc..
Le regole di questi stili possono essere utilizzate con la direttiva !important
in quanto vanno a sovrascrivere gli stili di default. Le classi globali non
possono avere selettori innestati, nel caso ci si trovi nella situazione di
sentirne il bisogno probabilmente è più conveniente creare un componente.
*/
.vpt-1 {
  padding-top: 0.375rem !important;
}

.vpb-1 {
  padding-bottom: 0.375rem !important;
}

.vmt-1 {
  margin-top: 0.375rem !important;
}

.vmb-1 {
  margin-bottom: 0.375rem !important;
}

.vpt-2 {
  padding-top: 0.75rem !important;
}

.vpb-2 {
  padding-bottom: 0.75rem !important;
}

.vmt-2 {
  margin-top: 0.75rem !important;
}

.vmb-2 {
  margin-bottom: 0.75rem !important;
}

.vpt-3 {
  padding-top: 1.125rem !important;
}

.vpb-3 {
  padding-bottom: 1.125rem !important;
}

.vmt-3 {
  margin-top: 1.125rem !important;
}

.vmb-3 {
  margin-bottom: 1.125rem !important;
}

.vpt-4 {
  padding-top: 1.5rem !important;
}

.vpb-4 {
  padding-bottom: 1.5rem !important;
}

.vmt-4 {
  margin-top: 1.5rem !important;
}

.vmb-4 {
  margin-bottom: 1.5rem !important;
}

.vpt-5 {
  padding-top: 1.875rem !important;
}

.vpb-5 {
  padding-bottom: 1.875rem !important;
}

.vmt-5 {
  margin-top: 1.875rem !important;
}

.vmb-5 {
  margin-bottom: 1.875rem !important;
}

.vpt-6 {
  padding-top: 2.25rem !important;
}

.vpb-6 {
  padding-bottom: 2.25rem !important;
}

.vmt-6 {
  margin-top: 2.25rem !important;
}

.vmb-6 {
  margin-bottom: 2.25rem !important;
}

.vpt-7 {
  padding-top: 2.625rem !important;
}

.vpb-7 {
  padding-bottom: 2.625rem !important;
}

.vmt-7 {
  margin-top: 2.625rem !important;
}

.vmb-7 {
  margin-bottom: 2.625rem !important;
}

.vpt-8 {
  padding-top: 3rem !important;
}

.vpb-8 {
  padding-bottom: 3rem !important;
}

.vmt-8 {
  margin-top: 3rem !important;
}

.vmb-8 {
  margin-bottom: 3rem !important;
}

.vpt-9 {
  padding-top: 3.375rem !important;
}

.vpb-9 {
  padding-bottom: 3.375rem !important;
}

.vmt-9 {
  margin-top: 3.375rem !important;
}

.vmb-9 {
  margin-bottom: 3.375rem !important;
}

.vpt-10 {
  padding-top: 3.75rem !important;
}

.vpb-10 {
  padding-bottom: 3.75rem !important;
}

.vmt-10 {
  margin-top: 3.75rem !important;
}

.vmb-10 {
  margin-bottom: 3.75rem !important;
}

@media only screen and (min-width: 64.0625em) {
  .spacer {
    padding: 60px;
  }
}

.divider {
  display: block;
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid #a5a5a4;
}

.divider--sm {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
}

.divider--md {
  margin-top: 1rem;
  padding-top: 1rem;
}

.divider--lg {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.divider--xl {
  margin-top: 2rem;
  padding-top: 2rem;
}

.text-body--regular {
  font-size: 1rem;
}

.text-body--small {
  font-size: 0.875rem;
  color: #5c5c5c;
}

.text-heading--large {
  font-weight: 300;
  font-size: 2rem;
  line-height: 1.25;
}

.text-heading--medium {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.25;
}

.text-heading--small {
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.25;
}

.text-heading--label {
  font-size: 0.875rem;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.0625em;
  color: #5c5c5c;
}

.text-align--left {
  text-align: left;
}

.text-align--center {
  text-align: center;
}

.text-align--right {
  text-align: right;
}

@font-face {
  font-family: 'UniversLTStd';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/UniversLTStdLight1.eot");
  src: url("../fonts/UniversLTStdLight1.eot") format("embedded-opentype"), url("../fonts/UniversLTStdLight1.woff2") format("woff2"), url("../fonts/UniversLTStdLight1.woff") format("woff"), url("../fonts/UniversLTStdLight1.ttf") format("truetype"), url("../fonts/UniversLTStdLight1.svg#UniversLTStdLight1") format("svg");
}

@font-face {
  font-family: 'UniversLTStdCn';
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/UniversLTStdLightCn1.eot");
  src: url("../fonts/UniversLTStdLightCn1.eot") format("embedded-opentype"), url("../fonts/UniversLTStdLightCn1.woff2") format("woff2"), url("../fonts/UniversLTStdLightCn1.woff") format("woff"), url("../fonts/UniversLTStdLightCn1.ttf") format("truetype"), url("../fonts/UniversLTStdLightCn1.svg#UniversLTStdLightCn1") format("svg");
}

@font-face {
  font-family: 'UniversLTStdCn';
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/UniversLTStdCn1.eot");
  src: url("../fonts/UniversLTStdCn1.eot") format("embedded-opentype"), url("../fonts/UniversLTStdCn1.woff2") format("woff2"), url("../fonts/UniversLTStdCn1.woff") format("woff"), url("../fonts/UniversLTStdCn1.ttf") format("truetype"), url("../fonts/UniversLTStdCn1.svg#UniversLTStdCn1") format("svg");
}

@font-face {
  font-family: 'UniversLTStdCn';
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/UniversLTStdBoldCn1.eot");
  src: url("../fonts/UniversLTStdBoldCn1.eot") format("embedded-opentype"), url("../fonts/UniversLTStdBoldCn1.woff2") format("woff2"), url("../fonts/UniversLTStdBoldCn1.woff") format("woff"), url("../fonts/UniversLTStdBoldCn1.ttf") format("truetype"), url("../fonts/UniversLTStdBoldCn1.svg#UniversLTStdBoldCn1") format("svg");
}

@font-face {
  font-family: 'UniversLTStdCn';
  font-weight: 300;
  font-style: oblique;
  src: url("../fonts/UniversLTStdLightCnObl1.eot");
  src: url("../fonts/UniversLTStdLightCnObl1.eot") format("embedded-opentype"), url("../fonts/UniversLTStdLightCnObl1.woff2") format("woff2"), url("../fonts/UniversLTStdLightCnObl1.woff") format("woff"), url("../fonts/UniversLTStdLightCnObl1.ttf") format("truetype"), url("../fonts/UniversLTStdLightCnObl1.svg#UniversLTStdLightCnObl1") format("svg");
}

@font-face {
  font-family: 'UniversLTStdCn';
  font-weight: 500;
  font-style: oblique;
  src: url("../fonts/UniversLTStdCnObl1.eot");
  src: url("../fonts/UniversLTStdCnObl1.eot") format("embedded-opentype"), url("../fonts/UniversLTStdCnObl1.woff2") format("woff2"), url("../fonts/UniversLTStdCnObl1.woff") format("woff"), url("../fonts/UniversLTStdCnObl1.ttf") format("truetype"), url("../fonts/UniversLTStdCnObl1.svg#UniversLTStdCnObl1") format("svg");
}

@keyframes growCircle {
  0%, 100% {
    transform: scale(0);
    opacity: 1;
  }
  70% {
    background: #fe5000;
    transform: scale(1.25);
  }
}

.section-background-lighter-grey {
  background: #eeeeee;
}

.section-background-light-grey {
  background: #a5a5a4;
}

.section-background-medium-grey {
  background: #eeeeee;
}

.section-background-dark-grey {
  background: #333;
}

.section-background-white {
  background: #fff;
}

.section-background-black {
  background: #000;
}

.section-background-color-primary {
  background: #1d1d1b;
}

.section-background-color-secondary {
  background: #fe5000;
}

/* COMPONENTS
Questa cartella contiente la maggior parte degli stili del sito ed
è suddivisa in componenti indipendenti tra loro. I selettori consentiti per i
componenti sono solamente selettori di classe ed è consigliato utilizzare una
sintssi di tipo BEM o similari. All'interno del componente è consentito ma
sconsigliato, l'utilizzo di altri tipi di selettori. Ogni file deve contenere
all'interno un solo componente principale, definito da una classe con lo stesso
nome del file. Se necessario, è possibile raggruppare i componenti dello stesso
tipo in sottocartelle per una miglior organizzazione. I componenti possono
essere innestati uno dentro l'altro ma non devono interagire tra di loro, ovvero
lo stile di un componente non deve dipendere dal componente che lo contiene.
*/
.icon-svg {
  height: 3.125rem;
  width: 3.125rem;
  fill: #fff;
}

.icon-svg--big {
  height: 2.5rem !important;
  width: 2.5rem !important;
}

.icon-svg--rounded {
  border-radius: 50%;
}

.icon-round {
  display: block;
  position: relative;
  border-radius: 50%;
  background-color: #fe5000;
  height: 4rem;
  width: 4rem;
}

.icon-round__icon {
  position: absolute;
  height: 2.5rem;
  width: 2.5rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.icon-css {
  position: relative;
  width: 2.5rem;
  height: 3.125rem;
  margin: 1.25rem auto;
  padding: 0.3125rem;
  color: #fff;
  border-radius: 0.1875rem;
  background: #fe5000;
  font-size: 0.625rem;
}

.icon-css::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 0.8125rem 0.8125rem 0;
  border-style: solid;
  border-color: #cb4000 #fff;
  transition: all, 300ms, ease-out;
}

.icon-css span {
  position: absolute;
  left: 0.3125rem;
  bottom: 0.3125rem;
}

.slider-wrap {
  min-height: 550px;
  position: relative;
}

.slider-wrap:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 40%;
  left: 50%;
  width: 32px;
  height: 32px;
  border: solid 2px transparent;
  border-top-color: #fe5000;
  border-left-color: #fe5000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: -16px 0 0 -16px;
  z-index: -1;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

.slider__item {
  margin: 0;
  position: relative;
}

.slider .slick-dots {
  bottom: 1.875rem;
}

.slider .slick-dots li button:before {
  font-size: 15px;
  color: #1d1d1b;
  opacity: 0.75;
}

.slider .slick-dots li.slick-active button:before {
  color: #fe5000;
}

.slider--homepage {
  margin: 0;
}

.slider--homepage img {
  z-index: 1;
}

.slider--homepage .slider__caption {
  position: absolute;
  bottom: 15%;
  right: 15%;
  max-width: 35.625rem;
  padding: 2.25rem 2.5rem;
  background-color: #fe5000;
  color: #fff;
  border-radius: 10px;
  text-transform: uppercase;
  font-family: "UniversLTStdCn", sans-serif;
  font-weight: 700;
}

@media only screen and (min-width: 64.0625em) {
  .slider--homepage .slider__caption {
    background-color: rgba(254, 80, 0, 0.85);
  }
}

.slider--homepage .slider__title {
  font-size: 3.4375rem;
  margin: 0;
  line-height: 1.2;
}

.slider--homepage .slider__link {
  display: block;
  text-align: right;
  color: #fff;
  font-size: 0.8125rem;
}

.slider--homepage .slider__item img {
  width: 100%;
}

.slider--banner {
  background-color: #1d1d1b;
  border-bottom-right-radius: 0.9375rem;
  border-bottom-left-radius: 0.9375rem;
}

.slider--banner .slider__caption {
  padding: 1.25rem 1.875rem;
  padding-bottom: 3.125rem;
  color: #fff;
}

.slider--banner .slider__caption .slider__category {
  color: #fe5000;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.slider--banner .slick-dots {
  bottom: 0.625rem;
}

.slider--banner .slick-dots li {
  margin: 0;
}

.slider--banner .slick-dots li button::before {
  color: #a5a5a4;
  font-size: 0.5rem;
}

.slider--banner .slick-dots li.slick-active button::before {
  color: #fff;
}

@media screen and (max-width: 64em) {
  .slider--homepage .slider__caption {
    position: relative;
    max-width: 100%;
    left: 0;
    padding-bottom: 3.75rem;
    border-radius: 0;
  }
  .slider--homepage .slider__title {
    font-size: 2.1875rem;
    line-height: 1.5;
  }
  .slider--homepage .slider__link {
    text-align: left;
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 40em) {
  .slider--homepage .slider__caption {
    position: relative;
    max-width: 100%;
    left: 0;
    padding-bottom: 2.25rem;
    border-radius: 0;
  }
  .slider--homepage .slider__title {
    font-size: 1.5625rem;
    line-height: 1.5;
  }
  .slider--homepage .slider__link {
    text-align: left;
    font-size: 0.9375rem;
    margin-bottom: 0;
  }
  .slider--homepage .slick-dots {
    bottom: 0.3125rem;
  }
  .slider--homepage .slick-dots li.slick-active button::before {
    color: #fff;
  }
}

/*
.homepage-slider {

  .slick-slider {
    margin: 0;
  }

  .slick-slide {
    opacity: 0;
    position: absolute;
    transition: opacity 0.2s ease-in;
  }

  .slick-initialized {
    background: none;
    height: auto;

    .slick-slide {
      opacity: 1;
      position: relative;
      transition: opacity 0.2s ease-in;
    }
  }
}
*/
@media screen and (max-width: 64em) {
  .slider-wrap {
    min-height: 350px;
    position: relative;
  }
}

@media screen and (max-width: 40em) {
  .slider-wrap {
    min-height: 150px;
    position: relative;
  }
}

.feature-box {
  text-align: center;
}

.feature-box__icon {
  display: inline-block;
  text-align: center;
}

.feature-box__title {
  font-size: 1.5625rem;
  font-family: "UniversLTStdCn", sans-serif;
  font-weight: 500;
}

.feature-box__text {
  font-family: "Roboto", sans-serif;
  color: #1d1d1b;
  font-size: 0.875rem;
}

.tile {
  transition: all, 300ms, ease-out;
  display: block;
  position: relative;
  background-color: #eeeeee;
  font-family: "Roboto", sans-serif;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tile:hover .tile__tag {
  background: #1d1d1b;
}

.tile:hover .tile__text {
  color: #fe5000;
}

.tile__tag {
  transition: all, 300ms, ease-out;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fe5000;
  color: #fff;
  padding: 0.625rem 1.375rem;
  font-weight: 900;
  font-size: 0.75rem;
  text-transform: uppercase;
  border-bottom-right-radius: 10px;
}

.tile__img {
  display: block;
  width: 100%;
  height: auto;
}

.tile__date {
  display: block;
  font-weight: 300;
  font-size: 0.6875rem;
  color: #61615f;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
}

.tile__text {
  transition: all, 300ms, ease-out;
  position: relative;
  font-weight: 700;
  font-size: 1rem;
  color: #1d1d1b;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  margin: 0;
  line-height: 1.35;
  height: 5.5rem;
  overflow: hidden;
}

.tile__title {
  margin: 0;
  color: #1d1d1b;
  font-size: 1.25rem;
  line-height: 1.4375rem;
  margin-bottom: 1.25rem;
  font-family: "UniversLTStdCn", sans-serif;
}

.banner {
  display: block;
  height: 13.125rem;
  background-color: #1d1d1b;
  color: #fff;
  font-family: "Roboto", sans-serif;
  border-radius: 10px;
  padding: 1.875rem 3.125rem;
  text-align: center;
}

.banner__row {
  margin: 0 -0.9375rem;
  max-width: none;
  width: auto;
}

.banner__row::after {
  clear: both;
  content: "";
  display: table;
}

.banner__left-side {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 30%;
  float: left;
}

.banner__left-side .banner__icon svg {
  width: 5.3125rem;
  height: auto;
  fill: none;
}

.banner__right-side {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 70%;
  float: left;
  text-align: left;
  padding-top: 1.6875rem;
}

.banner__icon {
  display: inline-block;
}

.banner__icon svg {
  fill: #fe5000;
}

.banner__title {
  margin: 0;
  font-size: 1.75rem;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "UniversLTStdCn", sans-serif;
}

.banner__text {
  margin: 0;
  font-size: 1rem;
}

@media screen and (max-width: 40em) {
  .banner {
    height: auto;
  }
  .banner__left-side {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
  }
  .banner__left-side .banner__icon svg {
    width: 3.4375rem;
    height: 3.4375rem;
    fill: none;
  }
  .banner__right-side {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
    text-align: center;
  }
}

.button {
  text-align: center;
  font-family: "UniversLTStdCn", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
}

@media only screen and (max-width: 40em) {
  .button.show-for-small-only {
    display: inline-block !important;
  }
}

.button.primary {
  background-color: #fe5000;
  color: #fff;
}

.button.primary:hover {
  background-color: #1d1d1b;
}

.button.secondary {
  background-color: #1d1d1b;
  color: #fff;
}

.button.secondary:hover {
  background-color: #fe5000;
  color: #fff;
}

.button.tiny {
  font-weight: normal;
}

.button__icon-right {
  padding: 0.9375rem 3.75rem 0.9375rem 1.875rem;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.button__icon-right svg {
  position: absolute;
  top: 50%;
  right: 1.875rem;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: -0.625rem;
  fill: #fff;
}

.button__icon-right.button--large {
  padding-right: 3.75rem;
}

.button__icon-right.button--tiny {
  padding-right: 2.1875rem;
}

.button__icon-right.button--tiny svg {
  right: 0.9375rem;
  width: 0.75rem;
  height: 0.75rem;
  margin-top: -0.375rem;
}

.button-rounded {
  transition: all, 300ms, ease-out;
  display: inline-block;
  position: relative;
  height: 2.375rem;
  line-height: 2.375rem;
  overflow: hidden;
  border-radius: 1000px;
  border: 2px solid #a5a5a4;
  outline: none;
  vertical-align: middle;
  padding: 0 1.25rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  font-family: "UniversLTStdCn", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: #a5a5a4;
}

.button-rounded:hover, .button-rounded:focus {
  transition: all, 300ms, ease-out;
  outline: none;
  background-color: #a5a5a4;
  color: #fff;
}

.button-rounded + .button-rounded {
  margin-left: 0.3125rem;
}

.button-rounded--black {
  color: #1d1d1b;
  border-color: #1d1d1b;
}

.button-rounded--black:hover, .button-rounded--black:focus {
  background: #1d1d1b;
  color: #fff;
}

.button-rounded--black:hover .icon-svg, .button-rounded--black:focus .icon-svg {
  fill: #fff;
}

.button-rounded--black .icon-svg {
  transition: all, 300ms, ease-out;
  width: 0.8125rem;
  height: 0.8125rem;
  fill: #1d1d1b;
  top: 0.625rem;
  position: absolute;
  left: 0.8125rem;
}

.section-share {
  text-align: center;
}

.section-share-wrap-icons {
  display: inline-block;
}

.section-share-wrap-icons .icon-svg {
  fill: #666;
}

.section-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 1.5rem;
  font-family: "UniversLTStdCn", sans-serif;
}

.section-title span {
  font-size: 1.875rem;
}

.section-title::after {
  display: block;
  width: 30px;
  height: 3px;
  background: #666;
  content: '';
  margin: 0 auto;
  margin-top: 6px;
}

.section-title-small {
  color: #fe5000;
  font-size: 0.875rem;
  font-family: "UniversLTStdCn", sans-serif;
  text-transform: uppercase;
}

.section-title--light {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "UniversLTStdCn", sans-serif;
  color: #fff;
  margin-bottom: 0;
}

.section-title--dark {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-family: "UniversLTStdCn", sans-serif;
  color: #333;
  margin-bottom: 0;
}

.section-breadcrumbs {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0 0 0.1875rem 0;
  text-align: center;
}

.section-breadcrumbs a {
  margin-bottom: 0.75rem;
}

.section-breadcrumbs > * {
  color: #1d1d1b;
  text-transform: capitalize;
  font-size: 0.8125rem;
}

.section-breadcrumbs > *:hover {
  transition: all, 300ms, ease-out;
  color: #fff;
  border-color: #1d1d1b;
}

.section-breadcrumbs > *::before {
  color: #000;
}

.section-modal {
  text-align: center;
}

.section-modal iframe {
  width: 100%;
  border: 0;
  margin-top: 1.875rem !important;
  min-height: 450px;
}

.section-technical-table thead {
  background: #666;
  color: #fff;
  text-transform: inherit;
}

.section-technical-table th {
  background: #666;
  color: #fff;
  text-transform: inherit;
  font-size: 0.8125rem;
  border: 1px solid #eeeeee;
}

.section-technical-table td {
  font-size: 0.8125rem;
  border: 1px solid #fff;
}

.section-technical-table__mobile-only {
  display: none;
}

.section-technical-table__link-icon {
  margin-left: 0.75rem;
  transition: all, 300ms, ease-out;
}

/* improve visual readability for IE8 and below */
.section-technical-table tr {
  background: #eeeeee;
}

/*  Define the background color for all the ODD table columns  */
.section-technical-table tr td:nth-child(odd) {
  background: #a5a5a4;
  color: #fff;
}

/*  Define the background color for all the EVEN table columns  */
.section-technical-table tr td:nth-child(even) {
  background: #eeeeee;
}

@media screen and (max-width: 64em) {
  .section-technical-table th {
    background: #666;
    text-transform: inherit;
    font-size: 0.8125rem;
    border: 1px solid #eeeeee;
  }
  .section-technical-table td {
    font-size: 0.8125rem;
    color: #000 !important;
    border: 1px solid #eeeeee;
    background: #eeeeee !important;
  }
  .section-technical-table td:empty {
    display: none;
  }
  .section-technical-table td:first-child {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff !important;
    background: #a5a5a4 !important;
  }
  .section-technical-table__mobile-only {
    display: inline-block;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    margin-right: 50px;
  }
}

@media only screen and (min-width: 64.0625em) {
  .fixed_headers {
    position: static;
    background: #666;
    padding-top: 45px;
  }
}

@media only screen and (min-width: 64.0625em) {
  .fixed_headers .container {
    overflow-y: auto;
    max-height: 28.125rem;
    position: static;
  }
}

@media only screen and (min-width: 64.0625em) {
  .fixed_headers th {
    position: static;
    height: 0 !important;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: transparent;
    border: none;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 64.0625em) {
  .fixed_headers th:first-child div {
    border: none;
  }
}

@media only screen and (min-width: 64.0625em) {
  .fixed_headers th div {
    position: absolute;
    background: transparent;
    color: #fff;
    top: 0;
    margin-left: -10px;
    line-height: normal;
    border-left: 1px solid #eeeeee;
    height: 45px;
    top: 0;
    padding: 5px;
  }
}

div.modern.social-wall div.dpSocialTimeline .dpSocialTimeline_item {
  margin: 0.9375rem;
  box-shadow: none;
}

div.modern.social-wall div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentHead {
  background: transparent;
}

div.modern.social-wall div.dpSocialTimeline .dpSocialTimeline_item div.dpSocialTimelineContentHead .user {
  display: none;
}

div.modern.social-wall div.dpSocialTimeline .dpSocialTimeline_item .dpSocialTimelineText a {
  color: #fe5000;
}

div.modern.social-wall .dpSocialTimeline_filter {
  width: 100%;
  text-align: center;
}

div.modern.social-wall .dpSocialTimeline_filter button {
  padding: 15px 25px;
}

@media screen and (max-width: 40em) {
  div.modern.social-wall div.dpSocialTimeline .dpSocialTimeline_item {
    margin: 0.625rem 0;
    width: 100% !important;
  }
}

.footer h3 {
  color: #fe5000;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin-top: 1.125rem;
  text-align: center;
}

@media only screen and (min-width: 64.0625em) {
  .footer h3 {
    text-align: left;
  }
}

.footer h4 {
  color: #fe5000;
  text-transform: uppercase;
  font-size: 0.8125rem;
  margin: 0;
}

.footer a {
  color: #a5a5a4;
  font-size: 0.875rem;
  transition: all, 300ms, ease-out;
}

.footer a:hover {
  transition: all, 300ms, ease-out;
  color: #fff;
}

.footer span {
  color: #a5a5a4;
  font-size: 0.875rem;
}

.footer .footer-logo {
  margin-top: 0.75rem;
  text-align: center;
}

@media only screen and (min-width: 64.0625em) {
  .footer .footer-logo {
    text-align: left;
    margin-top: -0.625rem;
  }
}

.footer .footer-logo .footer-logo__img {
  width: 6.875rem;
}

.footer .footer-menu__info .social-icons {
  margin-top: 0.9375rem;
  margin-left: 0;
  text-align: center;
}

@media only screen and (min-width: 64.0625em) {
  .footer .footer-menu__info .social-icons {
    text-align: left;
  }
}

.footer .footer-menu__info .social-icons .icon-svg {
  transition: all, 300ms, ease-out;
  width: 2.5rem;
  fill: #a5a5a4;
}

.footer .footer-menu__info .social-icons .icon-svg:hover {
  transition: all, 300ms, ease-out;
  fill: #fff;
}

.footer .footer-menu__info .social-icons__item {
  display: inline-block;
  margin-left: 0.75rem;
}

.footer .footer-menu__list {
  text-align: center;
}

@media only screen and (min-width: 64.0625em) {
  .footer .footer-menu__list {
    text-align: left;
  }
}

.footer .footer-menu__list-item {
  margin-top: 0.3125rem;
  padding-top: 0.3125rem;
  border-top: 0.0625rem solid #333;
  padding: 1.125rem 0;
}

@media only screen and (min-width: 64.0625em) {
  .footer .footer-menu__list-item {
    padding: 0.3125rem 0;
  }
}

.footer .footer-menu__list-item:first-child {
  border: none;
}

.footer .footer-menu__item {
  text-align: center;
}

@media only screen and (min-width: 64.0625em) {
  .footer .footer-menu__item {
    text-align: left;
  }
}

.footer .footer-menu__button {
  background-color: #333;
  color: #a5a5a4;
  font-family: "UniversLTStdCn", sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  text-transform: lowercase;
  border-color: #333;
  margin-top: 0.75rem;
}

@media only screen and (min-width: 64.0625em) {
  .footer .footer-menu__button {
    margin-top: 0;
  }
}

.footer .footer-menu__button:hover, .footer .footer-menu__button:focus {
  background: transparent;
  color: #a5a5a4;
}

.footer .footer-menu__button .icon-svg {
  width: 0.8125rem;
  height: 0.8125rem;
  display: inline;
  margin-right: 0.4375rem;
}

.footer .footer-legals {
  text-align: center;
}

@media only screen and (min-width: 64.0625em) {
  .footer .footer-legals {
    text-align: left;
  }
}

.footer .footer-legals__item {
  display: inline-block;
  margin-right: 0.75rem;
}

.footer .footer-legals .credits {
  display: block;
  text-align: center;
  margin-top: 1.875rem;
}

@media only screen and (min-width: 40.0625em) {
  .footer .footer-legals .credits {
    text-align: right;
    margin-top: 0;
  }
}

footer .social-box {
  background-color: #ddd;
}

footer .social-box .social-icons {
  margin: 0.9375rem auto 0;
  text-align: center;
}

footer .social-box .social-icons .icon-svg {
  transition: all, 300ms, ease-out;
  width: 2.5rem;
  fill: #333;
}

footer .social-box .social-icons .icon-svg:hover {
  transition: all, 300ms, ease-out;
  fill: #000;
}

footer .social-box .social-icons__item {
  display: inline-block;
  margin-left: 0.75rem;
}

.tabs-title-serie {
  margin: 0 auto;
  text-align: center;
}

.tabs-title-serie .tab-title {
  margin: 0 0 1.125rem 0 !important;
  width: 100%;
  min-width: 13.75rem;
  float: none;
  display: inline-block;
}

@media only screen and (min-width: 64.0625em) {
  .tabs-title-serie .tab-title {
    margin: 0.75rem !important;
    width: 17%;
  }
  .tabs-title-serie .tab-title::after {
    content: '';
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid transparent;
  }
}

.tabs-title-serie .tab-title a {
  color: #fff;
  background: #1d1d1b;
  border-radius: 0.25rem;
  text-transform: uppercase;
  font-family: "UniversLTStdCn", sans-serif;
  font-size: 0.875rem;
  transition: all, 300ms, ease-out;
}

.tabs-title-serie .tab-title a:hover {
  background: #fe5000;
  transition: all, 300ms, ease-out;
}

.tabs-title-serie .tab-title a:hover .icon-svg {
  fill: #fff;
  transition: all, 300ms, ease-out;
}

.tabs-title-serie .tab-title a .icon-svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.625rem;
  fill: #fe5000;
  transition: all, 300ms, ease-out;
}

.tabs-title-serie .tab-title.active a {
  transition: all, 300ms, ease-out;
  background: #fe5000;
  color: #fff;
}

.tabs-title-serie .tab-title.active::after {
  border-top: 10px solid #fe5000;
}

.tabs-title-serie .tab-title.active .icon-svg {
  fill: #fff;
  transition: all, 300ms, ease-out;
}

.tabs-title-product {
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 64.0625em) {
  .tabs-title-product {
    border-bottom: 0.1875rem solid #a5a5a4;
  }
}

.tabs-title-product .tab-title {
  width: 100%;
}

@media only screen and (min-width: 64.0625em) {
  .tabs-title-product .tab-title {
    width: auto;
  }
}

.tabs-title-product .tab-title a {
  transition: all, 300ms, ease-out;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 0.375rem;
  font-family: "UniversLTStdCn", sans-serif;
  font-size: 1rem;
  padding: 1.5625rem 3.75rem;
  background: #1d1d1b;
  margin: 0 0 1.125rem 0;
}

.tabs-title-product .tab-title a:hover, .tabs-title-product .tab-title a:focus {
  background: #fe5000;
}

@media only screen and (min-width: 64.0625em) {
  .tabs-title-product .tab-title a {
    margin-bottom: -0.1875rem !important;
    border-bottom: 0.1875rem solid #a5a5a4;
    background: transparent;
    color: #a5a5a4;
  }
  .tabs-title-product .tab-title a:hover, .tabs-title-product .tab-title a:focus {
    border-color: #fe5000;
    color: #fe5000;
    background: #eeeeee;
  }
}

.tabs-title-product .tab-title.active a {
  background: #fe5000;
}

@media only screen and (min-width: 64.0625em) {
  .tabs-title-product .tab-title.active a {
    border-color: #1d1d1b;
    background: #eeeeee;
    color: #1d1d1b;
  }
}

.tabs-serie-content {
  background: #eeeeee;
  margin-bottom: -15px;
}

.styled-list ul {
  list-style-image: url("../images/_svg/check.svg");
  padding-left: 2.5rem;
}

.styled-list ul li {
  padding: 0.75rem;
}

.styled-list--app ul {
  list-style-image: url("../images/_svg/raccordo-black.svg") !important;
}

.styled-list--app dl dt {
  position: relative;
  padding: 0.3125rem 0 0 2.5rem;
  margin-bottom: 0.625rem;
}

.styled-list--app dl dt .icon-svg {
  height: 1.875rem;
  width: 1.875rem;
  position: absolute;
  left: 0;
  top: 0;
}

.table-cms-responsive {
  width: 100%;
}

.table-cms-responsive thead {
  background: #fff;
}

.table-cms-responsive thead tr th {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-family: "UniversLTStdCn", sans-serif;
}

.table-cms-responsive tbody {
  background: #fff;
}

.table-cms-responsive tbody tr td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media screen and (max-width: 64em) {
  .table-cms-responsive tbody tr {
    border: none;
    margin-bottom: 0;
    padding: 0;
  }
  .table-cms-responsive tbody tr td {
    border: 1px solid #a5a5a4;
    border-top: none;
    text-align: center;
  }
  .table-cms-responsive tbody tr td:empty {
    border-color: #fff;
  }
  .table-cms-responsive tbody tr:first-child td:first-child {
    border-top: 1px solid #a5a5a4;
  }
  .table-cms-responsive tbody tr:last-child td:last-child {
    border-top: none;
  }
}

.table-section {
  width: 100%;
  border: none;
}

.table-section.table-section--download tr {
  transition: all, 300ms, ease-out;
}

@media only screen and (min-width: 64.0625em) {
  .table-section.table-section--download tr:hover {
    border-bottom: 0.0625rem solid #fe5000;
  }
  .table-section.table-section--download tr:hover .icon-css::before {
    border-width: 0 1.3125rem 1.3125rem 0;
  }
}

.table-section.table-section--download tr td {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-family: "UniversLTStdCn", sans-serif;
  font-weight: 700;
}

@media only screen and (min-width: 64.0625em) {
  .table-section.table-section--download tr td {
    text-align: left;
  }
}

@media only screen and (min-width: 64.0625em) {
  .table-section.table-section--download tr td:nth-child(1) {
    width: 10%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .table-section.table-section--download tr td:nth-child(2) {
    width: 20%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .table-section.table-section--download tr td:nth-child(3) {
    width: 40%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .table-section.table-section--download tr td:nth-child(4) {
    width: 10%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .table-section.table-section--download tr td:nth-child(5) {
    width: 20%;
  }
}

.table-section.table-section--download tr .table-section--download__link {
  text-align: center;
}

@media only screen and (min-width: 64.0625em) {
  .table-section.table-section--download tr .table-section--download__link {
    text-align: right;
  }
}

.table-section.table-section--download tr .table-section--download__icon {
  text-align: center;
}

@media only screen and (min-width: 64.0625em) {
  .table-section.table-section--download tr .table-section--download__icon {
    text-align: left;
  }
}

.table-section thead {
  background: #666;
}

.table-section thead tr th {
  color: #fff;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-family: "UniversLTStdCn", sans-serif;
  border: none;
}

.table-section tbody {
  background: #eeeeee;
}

.table-section tbody tr {
  border: none;
  border-bottom: 1px solid #666;
}

.table-section tbody tr td {
  border: none;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.table-section tbody tr td .icon-svg {
  height: 1.5625rem;
  width: 1.5625rem;
  margin-right: 0.3125rem;
}

@media screen and (max-width: 64em) {
  .table-section tbody tr {
    border: none;
  }
  .table-section tbody tr td {
    border: 1px solid #a5a5a4;
  }
}

.section-table-forniture {
  width: 100%;
  border: none;
}

.section-table-forniture thead {
  background: #666;
  color: #fff;
}

.section-table-forniture tbody tr {
  border: 1px solid #666;
}

.section-table-forniture tbody tr td {
  border: 1px solid #666;
}

@media screen and (max-width: 64em) {
  .section-table-forniture {
    width: 100%;
    border: none;
  }
  .section-table-forniture tbody tr {
    border: none;
  }
  .section-table-forniture tbody tr td {
    border: 1px solid #666;
    border-bottom: none;
    padding: 1.25rem;
  }
  .section-table-forniture tbody tr td:last-child {
    border: 1px solid #666;
  }
}

.tag-regulation {
  background: #a5a5a4;
  border-radius: 1000px;
  padding: 0.3125rem 0.9375rem;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
  font-family: "UniversLTStdCn", sans-serif;
  color: #fff;
  font-size: 0.75rem;
  border: none;
  transition: all, 300ms, ease-out;
}

.tag-regulation:hover {
  background: #666;
  color: #fff;
  border: none;
}

.section-brands__description {
  margin-bottom: 18px;
}

.section-brands__description h5 {
  margin: 0;
  text-transform: uppercase;
  font-family: "UniversLTStdCn", sans-serif;
  font-size: 0.875rem;
}

.section-pagination__wrap {
  text-align: center;
}

.section-pagination__wrap .section-pagination {
  display: inline-block;
  margin: 0 auto;
}

.section-pagination__wrap .section-pagination__element a {
  border-radius: 0;
  color: #1d1d1b;
}

.section-pagination__wrap .section-pagination__element.current a {
  background: #fe5000;
  color: #fff;
}

.section-pagination__wrap .section-pagination__element.current a:hover, .section-pagination__wrap .section-pagination__element.current a:focus {
  background: #fe5000;
}

.section-contact-form__input:not([type]), .section-contact-form__input[type="text"], .section-contact-form__input[type="password"], .section-contact-form__input[type="date"], .section-contact-form__input[type="datetime"], .section-contact-form__input[type="datetime-local"], .section-contact-form__input[type="month"], .section-contact-form__input[type="week"], .section-contact-form__input[type="email"], .section-contact-form__input[type="number"], .section-contact-form__input[type="search"], .section-contact-form__input[type="tel"], .section-contact-form__input[type="time"], .section-contact-form__input[type="url"], .section-contact-form__input[type="color"] {
  padding-left: 1.5625rem;
  height: 3.25rem;
  background-color: transparent;
  box-shadow: none;
  transition: all, 300ms, ease-out;
}

.section-contact-form textarea.section-contact-form__text-area {
  padding: 1.5625rem;
  background-color: transparent;
  box-shadow: none;
  transition: all, 300ms, ease-out;
  height: 12.5rem;
}

.section-contact-form__wrap-submit {
  text-align: right;
}

.section-contact-form__submit {
  transition: all, 300ms, ease-out;
  background: #1d1d1b;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.9375rem;
  font-family: "UniversLTStdCn", sans-serif;
  color: #fff;
  width: 100%;
  margin-top: 1.5rem;
}

@media only screen and (min-width: 40.0625em) {
  .section-contact-form__submit {
    width: auto;
    margin-top: auto;
  }
}

.section-contact-form__submit:hover, .section-contact-form__submit:focus {
  transition: all, 300ms, ease-out;
  background: #fe5000;
}

.section-contact-form__check-privacy {
  margin: 0 !important;
}

.section-contact-form__read-privacy {
  display: block;
  margin: 0;
  margin-left: 1.25rem;
  font-size: 0.875rem;
  text-decoration: underline;
}

.section-contact-form__read-privacy a {
  color: #1d1d1b;
}

.section-contact-form__read-privacy a:hover, .section-contact-form__read-privacy a:focus {
  transition: all, 300ms, ease-out;
  color: #fe5000;
}

.section-contact-form-grey {
  background: #eeeeee;
}

.section-contact-form-white {
  background: #fff;
}

.section-careers-form__input:not([type]), .section-careers-form__input[type="text"], .section-careers-form__input[type="password"], .section-careers-form__input[type="date"], .section-careers-form__input[type="datetime"], .section-careers-form__input[type="datetime-local"], .section-careers-form__input[type="month"], .section-careers-form__input[type="week"], .section-careers-form__input[type="email"], .section-careers-form__input[type="number"], .section-careers-form__input[type="search"], .section-careers-form__input[type="tel"], .section-careers-form__input[type="time"], .section-careers-form__input[type="url"], .section-careers-form__input[type="color"] {
  padding-left: 1.5625rem;
  height: 3.25rem;
  background: transparent;
  box-shadow: none;
  transition: all, 300ms, ease-out;
  margin: 0;
}

.section-careers-form textarea.section-careers-form__text-area {
  padding: 1.5625rem;
  background: transparent;
  box-shadow: none;
  transition: all, 300ms, ease-out;
  margin: 0;
  height: 7.8125rem;
}

.section-careers-form__select {
  transition: all, 300ms, ease-out;
  padding-left: 1.5625rem;
  height: 3.25rem;
  margin: 0;
  background-color: transparent;
}

.section-careers-form__file-upload {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: block;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  background: #1d1d1b;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.9375rem;
  font-family: "UniversLTStdCn", sans-serif;
  color: #fff;
}

.section-careers-form__file-upload:hover, .section-careers-form__file-upload:focus {
  transition: all, 300ms, ease-out;
  background: #fe5000;
}

.section-careers-form__file-input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 !important;
  padding: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.section-careers-form__wrap-submit {
  text-align: right;
  margin-top: 1.5rem;
}

.section-careers-form__wrap-privacy {
  margin-top: 1.5rem;
}

.section-careers-form__submit {
  transition: all, 300ms, ease-out;
  background: #1d1d1b;
  text-transform: uppercase;
  text-align: center;
  font-size: 0.9375rem;
  font-family: "UniversLTStdCn", sans-serif;
  color: #fff;
  width: 100%;
  margin-top: 1.5rem;
}

@media only screen and (min-width: 40.0625em) {
  .section-careers-form__submit {
    width: auto;
    margin-top: auto;
  }
}

.section-careers-form__submit:hover, .section-careers-form__submit:focus {
  transition: all, 300ms, ease-out;
  background: #fe5000;
}

.section-careers-form__check-privacy {
  margin: 0 !important;
}

.section-careers-form__read-privacy {
  display: block;
  margin: 0;
  margin-left: 1.25rem;
  font-size: 0.875rem;
  text-decoration: underline;
}

.section-careers-form__read-privacy a {
  color: #1d1d1b;
}

.section-careers-form__read-privacy a:hover, .section-careers-form__read-privacy a:focus {
  transition: all, 300ms, ease-out;
  color: #fe5000;
}

.section-careers-form-grey {
  background: #eeeeee;
}

.section-careers-form-white {
  background: #fff;
}

#test {
  width: 100px;
  height: 100px;
  background-color: red;
  -webkit-animation-name: select-animation;
  /* Chrome, Safari, Opera */
  -webkit-animation-duration: 4s;
  /* Chrome, Safari, Opera */
  animation-name: example;
  animation-duration: 4s;
}

/* Chrome, Safari, Opera */

/* Standard syntax */
@keyframes select-animation {
  from {
    background-color: red;
  }
  to {
    background-color: yellow;
  }
}

.section-product__title h2 {
  color: #1d1d1b;
  text-transform: uppercase;
  margin: 0;
}

.section-product__title h3 {
  color: #fe5000;
  text-transform: uppercase;
  margin: 0;
}

.section-product__wrap-icon {
  text-align: left;
  margin-bottom: 1.125rem;
}

@media only screen and (min-width: 40.0625em) {
  .section-product__wrap-icon {
    text-align: right;
  }
}

.section-product__icon {
  width: 8.75rem;
}

.section-product__info {
  margin-bottom: 1.125rem;
}

.section-product__info ul {
  list-style: disc;
  padding-left: 2.5rem;
}

.section-product__button {
  transition: all, 300ms, ease-out;
  background: #1d1d1b;
  text-transform: uppercase;
  font-family: "UniversLTStdCn", sans-serif;
  padding-right: 5rem;
  display: inline-block;
  margin-top: 1.125rem;
  font-size: 0.875rem;
}

.section-product__button:hover, .section-product__button:focus {
  background: #fe5000;
}

.section-product__button .icon-svg {
  height: 1.5625rem;
  width: 1.5625rem;
  position: absolute;
  top: 0.75rem;
  right: 0.9375rem;
}

.section-product__link {
  transition: all, 300ms, ease-out;
  color: #fe5000;
  text-decoration: underline;
  padding-left: 2.5rem;
}

.section-product__link:hover, .section-product__link:focus {
  color: #1d1d1b;
}

.section-product__link:hover .icon-svg, .section-product__link:focus .icon-svg {
  fill: #1d1d1b;
}

.section-product__link .icon-svg {
  transition: all, 300ms, ease-out;
  height: 1.5625rem;
  width: 1.5625rem;
  fill: #fe5000;
  position: absolute;
  left: 0.9375rem;
}

.section-product__other-product h4 {
  border-bottom: 1px solid #a5a5a4;
  color: #666;
  text-transform: uppercase;
  padding-bottom: 0.375rem;
}

.section-product__other-link {
  transition: all, 300ms, ease-out;
  padding: 0.3125rem 1.25rem;
  background: #eeeeee;
  border-radius: 1000px;
  font-size: 0.8125rem;
  margin-bottom: 0.75rem;
}

.section-product__other-link:hover, .section-product__other-link:focus {
  color: #fff;
  background: #fe5000;
}

.section-download__item {
  width: 100%;
  border: 0.125rem solid #eeeeee;
}

.section-download__item:hover .section-download__wrap-caption {
  background: #eeeeee;
}

.section-download__wrap-caption {
  padding: 1.25rem;
  transition: all, 300ms, ease-out;
}

.section-download__wrap-media {
  border-bottom: 0.125rem solid #eeeeee;
}

.section-download__date {
  font-size: 0.75rem;
  font-family: "UniversLTStdCn", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
}

.section-download__title {
  font-size: 0.875rem;
  font-family: "UniversLTStdCn", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0.3125rem;
}

.accordion dd,
.accordion__panel {
  background-color: #a5a5a4;
  font-size: 1em;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
}

dl {
  margin: 0;
}

.accordion {
  position: relative;
  background-color: #a5a5a4;
}

.accordionTitle,
.accordion__Heading {
  background-color: #fe5000;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 2.625rem 0;
  display: block;
  text-decoration: none;
  color: #fff;
  transition: all, 300ms, ease-out;
  text-transform: uppercase;
  font-family: "UniversLTStdCn", sans-serif;
}

.accordionTitle .icon-svg,
.accordion__Heading .icon-svg {
  height: 1.25rem;
  width: 1.25rem;
  margin-left: 0.625rem;
}

.accordionTitle:before,
.accordion__Heading:before {
  transition: all, 300ms, ease-out;
  content: "+";
  font-size: 1.875rem;
  margin: 0 0 1.25rem 0;
  line-height: 1.25rem;
  display: inline-block;
  margin: 0 3.125rem 0 0;
  width: auto;
}

.accordionTitle:hover,
.accordion__Heading:hover {
  background-color: #1d1d1b;
  color: #fff;
}

.accordionTitle:focus,
.accordion__Heading:focus {
  color: #fff;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
  background-color: #1d1d1b;
}

.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
  transform: rotate(-225deg);
}

.accordionItem {
  height: auto;
  overflow-y: scroll;
  max-height: 312.5rem;
  transition: max-height 1s;
}

@media screen and (min-width: 48em) {
  .accordionItem {
    transition: max-height 0.5s;
  }
}

.accordionItem.is-collapsed {
  max-height: 0;
}

.no-js .accordionItem.is-collapsed {
  max-height: auto;
}

.animateIn {
  animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
  animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@keyframes accordionIn {
  0% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes accordionOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.9) rotateX(-60deg);
  }
}

.accordion--technical .accordionItem {
  max-height: 34.375rem;
  overflow-y: scroll;
}

@media only screen and (min-width: 64.0625em) {
  .accordion--technical .accordionItem {
    max-height: 37.5rem;
    overflow-y: hidden;
  }
}

.accordion--technical .accordionItem.is-collapsed {
  max-height: 0 !important;
}

.accordion--contact.accordion--technical .accordionItem {
  overflow-y: scroll;
}

.accordion-boxed {
  background: transparent;
}

.accordion-boxed dd,
.accordion-boxed .accordion__panel {
  font-size: 1em;
  line-height: 1.5em;
  padding: 0;
  margin: 0;
  background: transparent;
}

.accordion-boxed__button {
  background: #1d1d1b;
  text-transform: uppercase;
}

.accordion-boxed__button:hover, .accordion-boxed__button:focus {
  background: #fe5000;
}

.accordion-boxed__content {
  margin-bottom: 3.75rem;
}

.accordion-boxed .accordionTitle,
.accordion-boxed .accordion__Heading {
  text-align: left;
}

.accordion-boxed .accordionTitle:before,
.accordion-boxed .accordion__Heading:before {
  transition: transform 0.3s;
  content: "+";
  font-size: 1.875rem;
  margin-left: 2.25rem;
  display: block;
  margin: 0 0 1.25rem 0;
  line-height: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  padding-bottom: 5px !important;
}

@media only screen and (min-width: 40.0625em) {
  .accordion-boxed .accordionTitle:before,
  .accordion-boxed .accordion__Heading:before {
    display: inline-block;
    margin: 0 3.125rem 0 0;
    width: auto;
  }
}

.accordion-boxed .accordion-title {
  color: #1d1d1b;
  background: transparent;
  border-top: 0.0625rem solid;
  border-color: #1d1d1b;
}

.accordion-boxed .accordion-title:hover, .accordion-boxed .accordion-title:focus {
  color: #fe5000;
  border-color: #fe5000;
  background: transparent !important;
}

.accordion-boxed .accordionTitleActive,
.accordion-boxed .accordionTitle.is-expanded {
  background-color: transparent;
}

.accordion-boxed .accordionTitleActive:before,
.accordion-boxed .accordionTitle.is-expanded:before {
  transform: rotate(225deg);
}

.accordion-boxed .accordionItem {
  height: auto;
  overflow: hidden;
}

.cms-block__title {
  font-family: "UniversLTStdCn", sans-serif;
  text-transform: uppercase;
  color: #fe5000;
}

.cms-block ul {
  list-style: disc;
  margin: 0;
  padding-left: 2.5rem;
  display: inline-block;
}

.cms-block__block-grid {
  padding: 0 !important;
  display: block !important;
}

.cms-block.vpb-5 {
  padding-bottom: 10px !important;
}

.cms-block.vpt-5 {
  padding-top: 10px !important;
}

.cms-block__paragraphs p:first-child {
  margin-top: 0;
}

[data-wkp-cms-type="media"] + .cms-block__paragraphs {
  margin-top: 15px;
}

.wkp-cms-slideshow-container {
  margin-bottom: 3.75rem;
}

.wkp-cms-slideshow-container .slick-next {
  right: 10px;
}

.wkp-cms-slideshow-container .slick-prev {
  left: 10px;
}

.filters {
  margin-bottom: 1.875rem;
}

@media only screen and (min-width: 64.0625em) {
  .filters {
    margin-bottom: 0;
  }
}

.filters dd {
  margin: 0.75rem 0;
}

.filters dt {
  font-size: 1.25rem;
  font-family: "UniversLTStdCn", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
  font-weight: 700;
}

.filters .category {
  transition: all, 300ms, ease-out;
  display: block;
  color: #1d1d1b;
  padding: 0.9375rem 1.5625rem;
  text-align: center;
  font-size: 0.9375rem;
  font-family: "UniversLTStdCn", sans-serif;
  text-transform: uppercase;
  width: 100%;
  background: #eeeeee;
  font-weight: 700;
}

.filters .category:hover, .filters .category:focus {
  color: #fe5000;
}

.filters .category.is-checked {
  transition: all, 300ms, ease-out;
  background: #fe5000;
  color: #fff;
}

#atlwdg-trigger {
  z-index: 99999;
  background: #fe5000;
  color: #f5f5f5 !important;
  font-size: 13px;
  border: none;
  text-transform: uppercase;
  font-family: "UniversLTStdCn", sans-serif;
  padding: 0.625rem 1.25rem;
}

.map-view__wrap {
  display: none;
  margin: 1.25rem 1.25rem;
}

.map-view__wrap .map-view {
  background: #1d1d1b;
  display: inline-block;
  width: 100%;
  padding: 1.875rem 0;
  text-align: center;
  font-size: 1.0625rem;
  font-family: "UniversLTStdCn", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  border-radius: 0.25rem;
}

.map-view__wrap .map-view:hover, .map-view__wrap .map-view:focus {
  background: #fe5000;
}

@media screen and (max-width: 64em) {
  .map-view__wrap {
    display: block;
  }
}

.section-pricing-table {
  border: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.section-pricing-table__item {
  background: transparent !important;
}

.section-pricing-table__title {
  background: #1d1d1b !important;
  text-transform: uppercase;
}

.alert-box {
  background-color: #fe5000;
  border-color: #bf3c00;
}

@media only screen and (min-width: 64.0625em) {
  .secondary-menu {
    background: #eeeeee;
    margin: 0;
    padding: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
  }
}

@media only screen and (min-width: 64.0625em) {
  .secondary-menu__item {
    display: inline-block;
    width: 13.7%;
    text-align: center;
    margin: 0;
    padding: 0;
  }
}

.secondary-menu__link {
  transition: all, 300ms, ease-out;
  background: #eeeeee;
  border-radius: 10px;
  padding: calc(0.375rem * 2) 0;
  margin: calc(0.375rem * 2) 0;
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-family: "UniversLTStdCn", sans-serif;
  font-weight: 700;
  position: relative;
}

.secondary-menu__link span {
  font-size: 1.375rem;
}

.secondary-menu__link.active {
  color: #fff;
  background-color: #fe5000;
}

@media only screen and (min-width: 64.0625em) {
  .secondary-menu__link.active {
    background-color: transparent;
    color: #fe5000;
  }
}

@media only screen and (min-width: 64.0625em) {
  .secondary-menu__link.active:after {
    content: '';
    display: block;
    width: 1.875rem;
    height: 0.125rem;
    background: #fe5000;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
  }
}

@media only screen and (min-width: 64.0625em) {
  .secondary-menu__link {
    font-size: 1rem;
    margin: 0;
    padding: calc(0.375rem * 3) 0;
  }
}

.sort {
  clear: both;
}

.sort dd {
  margin: 0.75rem 0;
  display: inline-block;
}

.sort dt {
  font-size: 1.25rem;
  font-family: "UniversLTStdCn", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1.875rem;
  font-weight: 700;
}

.sort__link {
  transition: all, 300ms, ease-out;
  display: block;
  color: #1d1d1b;
  padding: 0.9375rem 1.375rem;
  text-align: center;
  font-size: 0.9375rem;
  font-family: "UniversLTStdCn", sans-serif;
  text-transform: uppercase;
  width: 100%;
  background: #eeeeee;
  font-weight: 700;
}

.sort__link:hover, .sort__link:focus {
  color: #fe5000;
}

.sort__link.is-checked {
  transition: all, 300ms, ease-out;
  background: #fe5000;
  color: #fff;
}

.sort__title {
  margin-right: 1.5rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: "UniversLTStdCn", sans-serif;
}

.sort__date {
  float: right;
}

.sort__date--left {
  float: left;
}

.modal-share__list {
  margin: 0;
  list-style: none;
  text-align: center;
}

.modal-share__item {
  display: inline-block;
  margin: 0 0.625rem;
}

.cse .gsc-control-cse, .gsc-control-cse {
  background-color: transparent !important;
  border: 1px solid transparent !important;
}

.gcsc-branding, .gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long {
  display: none !important;
}

.gsc-control-cse table, .gsc-control-cse table tr {
  border: 0;
}

.gsc-webResult .gsc-result {
  background: white;
  margin-bottom: 1.25rem !important;
}

.gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
  text-transform: uppercase !important;
  font-size: 1.125rem !important;
  font-family: "UniversLTStdCn", sans-serif !important;
  color: #fe5000 !important;
  text-decoration: none !important;
}

.share {
  width: 2.625rem;
  height: 2.25rem;
  top: 0;
  right: 0;
  text-align: left;
  transform: translate3d(0, 0, 0);
  position: absolute;
  right: 0.9375rem;
  background-color: transparent;
  transition: all, 500ms, cubic-bezier(0.33, 0.66, 0.66, 1);
  z-index: 999999999;
  border-radius: 10px;
  margin-right: 1.875rem;
}

@media only screen and (min-width: 40.0625em) {
  .share {
    top: 0;
    right: 0;
    width: 2.625rem;
    height: 2.25rem;
  }
}

.share:before, .share:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: opacity, width, height;
}

.share:before {
  opacity: 1;
  z-index: 8;
}

.share:after {
  opacity: 0;
  z-index: 9;
}

.share.active {
  width: 11.25rem;
  height: 15rem;
  background-color: #1d1d1b;
}

.share.active .share__content {
  visibility: visible;
  z-index: 100;
  opacity: 1;
}

.share.active .share__icon ._path.-line.-top {
  transform: translate3d(-3px, 3px, 0) rotate3d(0, 0, 1, 45deg);
}

.share.active .share__icon ._path.-line.-bottom {
  transform: translate3d(-3px, -3px, 0) rotate3d(0, 0, 1, -45deg);
}

.share.active .share__icon ._path.-joint {
  opacity: 0;
}

.share.active .share__icon ._path.-joint.-top {
  transform: translate3d(0, 12px, 0) scale(0);
}

.share.active .share__icon ._path.-joint.-middle {
  transform: scale(0);
}

.share.active .share__icon ._path.-joint.-bottom {
  transform: translate3d(0, -12px, 0) scale(0);
}

.share:hover:before, .share:focus:before, .share.active:before {
  opacity: 0;
}

.share:hover:after, .share:focus:after, .share.active:after {
  opacity: 1;
}

.share__wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-bottom: 200%;
}

@media only screen and (min-width: 40.0625em) {
  .share__wrapper {
    padding-bottom: inherit;
  }
}

.share__toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.625rem;
  height: 2.25rem;
  cursor: pointer;
  z-index: 1000;
  padding: 0;
  background: #1d1d1b;
  border-radius: 1000px;
}

.share__toggle:hover, .share__toggle:focus {
  background: #1d1d1b;
}

@media only screen and (min-width: 40.0625em) {
  .share__toggle {
    width: 2.625rem;
    height: 2.25rem;
    padding: 0;
  }
}

.share__toggle:focus {
  outline: none;
}

.share__off-screen {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: 0;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute !important;
  width: 1px;
}

.share__icon {
  position: absolute;
  left: 0.6875rem;
  top: 0.5rem;
  pointer-events: none;
}

.share__icon ._path {
  background: #fff;
  position: absolute;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: transform, color, opacity;
}

.share__icon ._path.-line {
  width: 1rem;
  height: 0.125rem;
}

.share__icon ._path.-line.-top {
  transform: rotate3d(0, 0, 1, -30deg);
  top: 0.375rem;
}

.share__icon ._path.-line.-bottom {
  transform: rotate3d(0, 0, 1, 30deg);
  top: 0.75rem;
}

.share__icon ._path.-joint {
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 0.375rem;
  opacity: 1;
}

.share__icon ._path.-joint.-top {
  left: 0.75rem;
  top: 0;
}

.share__icon ._path.-joint.-middle {
  left: 0;
  top: 0.4375rem;
}

.share__icon ._path.-joint.-bottom {
  left: 0.75rem;
  top: 0.875rem;
}

.share__content {
  position: relative;
  width: 11.25rem;
  padding-bottom: 1.5rem;
  opacity: 0;
  z-index: 0;
  visibility: hidden;
}

.share__title {
  text-transform: uppercase;
  font-family: "UniversLTStdCn", sans-serif;
  margin: 1.1875rem 0 0.75rem 1.5rem;
  font-size: 1.125rem;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.share__list {
  position: relative;
  margin: -0.625rem 0 0.625rem 1.5rem;
  padding: 0;
  list-style: none;
}

.share__item {
  position: relative;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 0.875rem;
}

.share__item a {
  text-decoration: none;
  display: block;
  color: #fff;
  opacity: 0.7;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.share__item a .svg-icon {
  width: 1.25rem;
  height: 1.875rem;
  fill: #fff;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.share__item a:hover, .share__item a:focus {
  color: #fff;
  opacity: 1;
}

.share__item a:active {
  outline: none;
}

.share__social-icon {
  display: inline-block;
  padding-right: 1rem;
  position: relative;
  top: 0.625rem;
}

.share__social-label {
  display: inline-block;
}

.invia-ordine .col {
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  .invia-ordine .col {
    width: calc(100% / 4);
  }
}

@media only screen and (min-width: 64.0625em) {
  .invia-ordine .col {
    width: calc(100% / 7);
  }
}

.invia-ordine label {
  padding-bottom: 0.3125rem;
  cursor: auto;
}

.invia-ordine label .btn-icon {
  display: block;
  float: right;
}

.invia-ordine label .btn-icon svg {
  fill: #fe5000;
  width: 1.3125rem;
  height: 0.875rem;
}

.invia-ordine__input:not([type]), .invia-ordine__input[type="text"], .invia-ordine__input[type="password"], .invia-ordine__input[type="date"], .invia-ordine__input[type="datetime"], .invia-ordine__input[type="datetime-local"], .invia-ordine__input[type="month"], .invia-ordine__input[type="week"], .invia-ordine__input[type="email"], .invia-ordine__input[type="number"], .invia-ordine__input[type="search"], .invia-ordine__input[type="tel"], .invia-ordine__input[type="time"], .invia-ordine__input[type="url"], .invia-ordine__input[type="color"] {
  background-color: transparent;
  box-shadow: none;
  transition: all, 300ms, ease-out;
}

@media only screen and (min-width: 40.0625em) {
  .invia-ordine__input:not([type]).small, .invia-ordine__input[type="text"].small, .invia-ordine__input[type="password"].small, .invia-ordine__input[type="date"].small, .invia-ordine__input[type="datetime"].small, .invia-ordine__input[type="datetime-local"].small, .invia-ordine__input[type="month"].small, .invia-ordine__input[type="week"].small, .invia-ordine__input[type="email"].small, .invia-ordine__input[type="number"].small, .invia-ordine__input[type="search"].small, .invia-ordine__input[type="tel"].small, .invia-ordine__input[type="time"].small, .invia-ordine__input[type="url"].small, .invia-ordine__input[type="color"].small {
    float: left;
    width: 70%;
  }
}

.invia-ordine__input--price {
  width: 100% !important;
}

.invia-ordine__input[type="text"][readonly] {
  background: transparent;
}

.invia-ordine__input[type="text"][readonly]:focus {
  border-color: #ccc;
}

.invia-ordine .qty {
  float: left;
  width: 60px;
  background: transparent;
  text-align: center;
}

.invia-ordine input.qtyplus,
.invia-ordine input.qtyminus {
  float: left;
  width: 37px;
  height: 37px;
  border: 0;
}

.invia-ordine .alert-quantity {
  display: inline-block;
  position: relative;
  border: 2px solid #f04124;
  background: #f04124;
  color: #fff;
  font-weight: 400;
  left: 0;
  bottom: 1rem;
  margin: 0;
  padding: 0.3125rem;
  font-size: 0.8125rem;
  line-height: 1;
  width: 134px;
  text-align: center;
}

.invia-ordine .alert-quantity::before {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  margin: auto;
  top: -7px;
  bottom: inherit;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #f04124;
  border-top: none;
  right: initial;
  left: 3.625rem;
}

@media only screen and (max-width: 40em) {
  .invia-ordine .alert-quantity {
    margin-top: 16px;
    padding: 0.1875rem 0.3125rem;
  }
  .invia-ordine .alert-quantity::before {
    display: none;
  }
}

.invia-ordine .btn-remove {
  transition: all, 300ms, ease-out;
  position: relative;
  display: inline-block;
  width: 2.3125rem;
  height: 2.3125rem;
  background: #999;
  border-radius: 50%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 1.25rem;
}

@media only screen and (min-width: 40.0625em) {
  .invia-ordine .btn-remove {
    float: right;
    left: 0;
    transform: none;
    margin-bottom: 0;
  }
}

.invia-ordine .btn-remove span {
  display: block;
  width: 2.3125rem;
  height: 2.3125rem;
}

.invia-ordine .btn-remove span svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #fff;
  width: 0.75rem;
  height: 0.75rem;
}

.invia-ordine .btn-remove:hover {
  background: #fe5000;
}

.invia-ordine__riepilogo .order-head {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.invia-ordine__riepilogo .order-row {
  padding-top: 0.9375rem;
}

.invia-ordine__riepilogo .order-row:nth-child(even) {
  background: rgba(238, 238, 238, 0.65);
}

.invia-ordine__riepilogo .order-row label {
  text-align: center;
}

@media only screen and (min-width: 40.0625em) {
  .invia-ordine__riepilogo .order-row label {
    text-align: left;
  }
}

.invia-ordine__riepilogo .order-row input:not([type]),
.invia-ordine__riepilogo .order-row input[type="text"],
.invia-ordine__riepilogo .order-row input[type="password"],
.invia-ordine__riepilogo .order-row input[type="date"],
.invia-ordine__riepilogo .order-row input[type="datetime"],
.invia-ordine__riepilogo .order-row input[type="datetime-local"],
.invia-ordine__riepilogo .order-row input[type="month"],
.invia-ordine__riepilogo .order-row input[type="week"],
.invia-ordine__riepilogo .order-row input[type="email"],
.invia-ordine__riepilogo .order-row input[type="number"],
.invia-ordine__riepilogo .order-row input[type="search"],
.invia-ordine__riepilogo .order-row input[type="tel"],
.invia-ordine__riepilogo .order-row input[type="time"],
.invia-ordine__riepilogo .order-row input[type="url"],
.invia-ordine__riepilogo .order-row input[type="color"],
.invia-ordine__riepilogo .order-row input[type="date"] {
  border: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

@media only screen and (min-width: 40.0625em) {
  .invia-ordine__riepilogo .order-row input:not([type]),
  .invia-ordine__riepilogo .order-row input[type="text"],
  .invia-ordine__riepilogo .order-row input[type="password"],
  .invia-ordine__riepilogo .order-row input[type="date"],
  .invia-ordine__riepilogo .order-row input[type="datetime"],
  .invia-ordine__riepilogo .order-row input[type="datetime-local"],
  .invia-ordine__riepilogo .order-row input[type="month"],
  .invia-ordine__riepilogo .order-row input[type="week"],
  .invia-ordine__riepilogo .order-row input[type="email"],
  .invia-ordine__riepilogo .order-row input[type="number"],
  .invia-ordine__riepilogo .order-row input[type="search"],
  .invia-ordine__riepilogo .order-row input[type="tel"],
  .invia-ordine__riepilogo .order-row input[type="time"],
  .invia-ordine__riepilogo .order-row input[type="url"],
  .invia-ordine__riepilogo .order-row input[type="color"],
  .invia-ordine__riepilogo .order-row input[type="date"] {
    text-align: left;
  }
}

.invia-ordine__riepilogo .order-row .value {
  display: block;
  line-height: 2.3125rem;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  text-align: center;
}

@media only screen and (min-width: 40.0625em) {
  .invia-ordine__riepilogo .order-row .value {
    text-align: left;
  }
}

.invia-ordine__riepilogo .order-row .icon-css {
  display: block;
  width: 1.875rem;
  height: 2.5rem;
  transition: all, 300ms, ease-out;
  margin-bottom: 1.25rem;
}

@media only screen and (min-width: 40.0625em) {
  .invia-ordine__riepilogo .order-row .icon-css {
    float: left;
  }
}

@media only screen and (min-width: 64.0625em) {
  .invia-ordine__riepilogo .order-row .icon-css:hover::before {
    border-width: 0 1rem 1rem 0;
  }
  .invia-ordine__riepilogo .order-row .icon-css:hover span {
    color: #fff;
  }
}

.invia-ordine__riepilogo .order-row .feature-box__button {
  margin: 0 0 1.25rem 0;
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  .invia-ordine__riepilogo .order-row .feature-box__button {
    margin: 0;
    width: auto;
  }
}

.invia-ordine__totale p {
  margin-bottom: 0;
}

.invia-ordine__totale .price {
  font-size: 1.875rem;
  font-weight: 700;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.tap-to-close {
  display: none;
}

.has-tip,
.has-tip:hover {
  border-bottom: 0;
}

/* remove tap-to-close on tooltip */
.datepicker td.active.day,
.datepicker td.active.year {
  background: #fe5000;
  color: #fff;
}

.datepicker tr {
  border: 0;
}

.section-order-table {
  border: none;
}

.section-order-table tr {
  border: none;
  font-size: 0.875rem;
  padding: 0.75rem 0;
}

.section-order-table td .label {
  display: inline-block;
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}

.section-order-table td .label.success {
  background: green;
}

.section-order-table td .label.warning {
  background: orange;
}

.section-order-table td .label.alert {
  background: red;
}

.section-order-table tbody tr:nth-child(odd) {
  background: #eeeeee;
}

.section-order-table.table--scadenziario th div {
  font-size: 0.75rem;
}

.section-order-table.table--scadenziario tr td {
  font-size: 0.75rem;
}

.section-order-table.table--scadenziario tr td .button-rounded {
  padding: 0.3125rem 0.4375rem;
  line-height: 1;
}

/* wsd */
.wkp-sd {
  position: fixed;
  display: none;
  bottom: 0;
  left: 0;
  z-index: 10;
}

@media only screen and (min-width: 40.0625em) {
  .wkp-sd {
    display: block;
  }
}

.wkp-sd__link {
  display: block;
  padding: 13px 30px;
  color: #fff;
  font-family: "UniversLTStdCn", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 1px;
  background-color: #fe5000;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.wkp-sd__link svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  vertical-align: baseline;
  margin-left: 0.3125rem;
  transition: all 0.3s ease;
}

.wkp-sd__link:hover, .wkp-sd__link:focus {
  color: #fff;
  background-color: #1d1d1b;
  text-decoration: none;
}

.wkp-sd__link:hover svg, .wkp-sd__link:focus svg {
  fill: #fff;
}

.custom-radio div {
  margin: 0 0 0;
  padding: 0;
}

.custom-radio input[type="radio"] {
  opacity: 0;
  position: absolute;
}

.custom-radio input[type="radio"] + label {
  color: #222;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  width: 100%;
  padding: 0;
  margin-left: 0;
  padding-left: 20px;
}

.custom-radio input[type="radio"] + label em {
  font-style: normal;
  display: inline-block;
  width: 85%;
  vertical-align: middle;
  letter-spacing: -0.0125rem;
  font-size: 1rem;
}

@media screen and (max-width: 1439px) and (min-width: 1024px) {
  .custom-radio input[type="radio"] + label em {
    width: 75%;
  }
}

@media screen and (max-width: 1600px) and (min-width: 1440px) {
  .custom-radio input[type="radio"] + label em {
    width: 75%;
  }
}

.custom-radio input[type="radio"] + label::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 6px 0 0;
  padding: 0px;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.custom-radio input[type="radio"] + label::before {
  background-color: #fff;
  border: 0.0625rem solid #ddd;
}

.custom-radio input[type="radio"]:checked + label::before {
  border: 0.1875rem solid #fff;
  box-shadow: 0 0 0 0.0625rem gray;
  background-color: #fe5000;
}

.custom-radio .error input[type="radio"] + label::before {
  border: 1px solid #f04124 !important;
}

.custom-radio .error input[type="radio"] + label em {
  color: #f04124 !important;
}

.custom-radio.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.custom-radio.flex > div {
  width: 100%;
  max-width: 230px;
}

/*-------------------
ERRORS
-------------------*/
.error input,
.error textarea,
.error select {
  margin-bottom: 1rem !important;
}

[data-abide] .error label {
  color: #f04124;
}

.is-invalid-label {
  position: relative;
}

[data-abide] [data-invalid] {
  background: rgba(240, 65, 36, 0) !important;
  border-color: #f04124 !important;
}

[data-abide] [data-invalid] + .error,
[data-abide] [data-invalid] + input + .error,
[data-abide] [data-invalid] + .custom-checkbox__label + .error {
  display: inline-block;
  position: absolute;
  border: 1px solid #f04124;
  background: #f04124;
  color: #fff;
  font-weight: 400;
  left: 0.3125rem;
  bottom: 0.1875rem;
  margin: 0 0 0 0.9375rem;
  padding: 0.1875rem 0.4375rem;
  font-size: 0.75rem;
  line-height: 1;
  max-width: 15.625rem;
}

[data-abide] [data-invalid] + .error::before,
[data-abide] [data-invalid] + input + .error::before,
[data-abide] [data-invalid] + .custom-checkbox__label + .error::before {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  margin: auto;
  top: -6px;
  bottom: inherit;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f04124;
  border-top: none;
  left: 0.3125rem;
  right: initial;
  top: -0.375rem;
  bottom: auto;
  position: absolute;
}

[data-abide] .error small.error,
[data-abide] small.error,
[data-abide] span.error {
  margin-top: -16px;
  background-color: transparent;
  color: #f04124;
  padding-left: 0px;
}

[data-abide] [data-invalid] + .custom-checkbox__label + .error {
  bottom: -0.75rem;
}

.check-privacy-error .is-invalid-label .form-error {
  display: inline-block;
  position: absolute;
  border: 1px solid #f04124;
  background: #f04124;
  color: #fff;
  font-weight: 400;
  left: 0;
  right: 0;
  float: none;
  bottom: -1.5625rem;
  margin: 0;
  padding: 0.125rem 0.3125rem;
  font-size: 0.8125rem;
  line-height: 1;
  width: auto;
  max-width: 45%;
}

.check-privacy-error .is-invalid-label .form-error::before {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  margin: auto;
  top: -6px;
  bottom: inherit;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #f04124;
  border-top: none;
  left: 0.3125rem;
  right: initial;
  top: -0.375rem;
  bottom: auto;
  position: absolute;
}

[data-abide] input[data-invalid]::-webkit-input-placeholder,
[data-abide] textarea[data-invalid]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #f04124 !important;
}

[data-abide] input[data-invalid]:-moz-placeholder,
[data-abide] textarea[data-invalid]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #f04124 !important;
  opacity: 1 !important;
}

[data-abide] input[data-invalid]::-moz-placeholder,
[data-abide] textarea[data-invalid]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #f04124 !important;
  opacity: 1 !important;
}

[data-abide] input[data-invalid]:-ms-input-placeholder,
[data-abide] textarea[data-invalid]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #f04124 !important;
}

[data-abide] input[data-invalid]::-ms-input-placeholder,
[data-abide] textarea[data-invalid]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #f04124 !important;
}

[data-abide] input[data-invalid]::-moz-placeholder,
[data-abide] textarea[data-invalid]::-moz-placeholder {
  /* Most modern browsers support this now. */
  color: #f04124 !important;
}

[data-abide] input[data-invalid]:-ms-input-placeholder,
[data-abide] textarea[data-invalid]:-ms-input-placeholder {
  /* Most modern browsers support this now. */
  color: #f04124 !important;
}

[data-abide] input[data-invalid]::placeholder,
[data-abide] textarea[data-invalid]::placeholder {
  /* Most modern browsers support this now. */
  color: #f04124 !important;
}

select[data-invalid] {
  color: #f04124;
}

.privacy-agreement p {
  font-size: 1rem;
}

.privacy-agreement__text * {
  color: #222;
  font-size: 0.875rem;
}

.privacy-agreement__item {
  padding: 0.9375rem 0.9375rem !important;
  border-bottom: 1px solid #ddd;
  margin: 0;
}

.privacy-agreement__item * {
  color: #222;
}

@media only screen and (min-width: 64.0625em) {
  .privacy-agreement__item {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 0.0625rem solid #ddd;
  }
  .privacy-agreement__item:first-child {
    border-left: 0.0625rem solid #ddd;
  }
  .privacy-agreement__item:last-child {
    border-right: 0;
  }
  .privacy-agreement__item--full > .row {
    display: -ms-flexbox;
    display: flex;
  }
  .privacy-agreement__item--full > .row > .columns {
    width: 100%;
    max-width: 230px;
  }
}

.privacy-agreement__item .row .columns {
  padding: 0 0.3125rem;
}

.no-border .privacy-agreement__item {
  border: 0 !important;
  padding: 0 !important;
}

.privacy-agreement__item.hidden {
  display: none;
}

.privacy-agreement__item.margin-top {
  margin-top: 20px;
}

.privacy-agreement__item.no-padding-lateral {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.privacy-agreement__cta {
  margin: 0.3125rem 0 0.3125rem 0;
  padding: 0 0.4375rem !important;
  font-size: 0.875rem;
}

.privacy-agreement__dropdown {
  text-align: left;
  padding: 0.9375rem 2.5rem 0.9375rem 1.25rem !important;
}

@media only screen and (min-width: 64.0625em) {
  .privacy-agreement__dropdown {
    min-width: 25rem;
  }
}

.privacy-agreement__dropdown .close-button {
  position: absolute;
  top: 0;
  right: 0.625rem;
  outline: none;
}

.privacy-agreement__dropdown .close-button span {
  color: white;
}

.privacy-agreement__dropdown .close-button:hover span {
  color: #ddd;
}

.privacy-agreement__dropdown p {
  margin: 0;
}

.privacy-agreement__dropdown p strong {
  line-height: 1.3em;
  display: block;
  margin-bottom: 0.625rem;
}

.privacy-agreement__dropdown p strong + br {
  display: none;
}

.privacy-agreement__info {
  line-height: 1.2em !important;
  display: inline-block;
  margin-top: 0.625rem;
}

.privacy-agreement__info:hover {
  text-decoration: none;
}

.privacy-agreement .radio-alert {
  position: relative;
  display: none;
}

.privacy-agreement .radio-alert .form-error, .privacy-agreement .radio-alert .alert-error {
  margin: 5px 0;
  padding: 0px 0px;
  font-size: 0.875rem;
  color: #f04124;
  width: 100%;
  font-weight: 600;
  position: relative;
  text-align: left;
}

.privacy-agreement .is-invalid-radio .radio-alert {
  display: block;
}

.privacy-agreement .is-invalid-radio .radio-alert .form-error, .privacy-agreement .is-invalid-radio .radio-alert .alert-error {
  display: block;
  margin-bottom: 0;
}

.privacy-agreement .is-invalid-radio .radio-alert.alert-error {
  display: none;
}

.privacy-agreement__button {
  text-align: center;
  padding-top: 16px;
}

@media only screen and (min-width: 64.0625em) {
  .privacy-agreement__button {
    text-align: right;
  }
}

@media only screen and (min-width: 64.0625em) {
  .privacy-agreement__row > .column {
    width: calc(100% / 3);
  }
}

.privacy-agreement--only-a #consenso-b, .privacy-agreement--only-a #consenso-c, .privacy-agreement--only-a #consenso-d {
  display: none;
}

.privacy-agreement--only-a .pt-20 {
  padding-top: 0;
}

@media only screen and (min-width: 64.0625em) {
  .privacy-agreement--one .privacy-agreement__row > .column {
    width: 100%;
  }
}

.privacy-agreement--one .privacy-agreement__item .row:first-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.privacy-agreement--one .privacy-agreement__item .row:first-child > .columns {
  width: 100%;
  max-width: 230px;
}

@media only screen and (min-width: 64.0625em) {
  .privacy-agreement--two .privacy-agreement__row > .column {
    width: 50%;
  }
}

.privacy-agreement--two.only-a #consenso-a {
  width: 100% !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

@media only screen and (min-width: 64.0625em) {
  .privacy-agreement--two.only-a #consenso-a {
    width: 70% !important;
  }
}

.privacy-agreement--two.only-a #consenso-a .row:first-child {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.privacy-agreement--two.only-a #consenso-a .row:first-child > .columns {
  width: 100%;
  max-width: 230px;
}

.privacy-agreement a {
  text-decoration: underline;
}

.pt-20 {
  padding-top: 20px;
}

#dropdown-social {
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  /*IE10*/
  -ms-user-select: none;
  user-select: none;
  /*You just need this if you are only concerned with android and not desktop browsers.*/
  -webkit-tap-highlight-color: transparent;
  border-radius: 10px;
}

#dropdown-social:focus {
  outline: 0;
  outline: none;
}

#dropdown-social:before, #dropdown-social:after {
  display: none;
}

#dropdown-social ul li:hover, #dropdown-social ul li:focus, #dropdown-social ul li:active {
  background-color: transparent;
}

#dropdown-social ul li:hover a, #dropdown-social ul li:focus a, #dropdown-social ul li:active a {
  color: #000;
}

#dropdown-social ul li a {
  text-transform: none;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  padding: 6px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

#dropdown-social ul li a svg {
  width: 20px;
  height: 20px;
  fill: #333;
  margin-right: 8px;
}

.menu-social-icon {
  width: 20px;
  height: 20px;
  fill: #fff;
  margin-right: 8px;
}

/* SECTIONS
Questa cartella è un'altra categoria di componenti e ne condivide le
stesse regole di creazione ed utilizzo. L'unica differenza è che mentre i
componenti sono piccoli moduli che possono ripetersi più volte all'interno di
una stessa pagina, le section sono dei macro moduli che vengono utilizzati una
sola volta all'interno della pagina. La scelta di inserire un modulo all'interno
di section piuttosto che di components è puramente organizzativa e può essere
paragonata alla scelta di utilizzare un selettore id al posto di un selettore di
classe.
*/
.container__main, .container__header {
  transition: transform 0.3s;
  position: relative;
  z-index: 3;
}

@media only screen and (max-width: 64em) {
  .container__main.nav-is-visible, .container__header.nav-is-visible {
    transform: translateX(-16.25rem);
  }
  .nav-on-left .container__main.nav-is-visible, .nav-on-left .container__header.nav-is-visible {
    transform: translateX(16.25rem);
  }
}

.container__main {
  background: #fff;
  min-height: 60vh;
  z-index: 2;
  max-width: 100rem;
  margin: 0 auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: visible;
}

.container__footer {
  background: #1d1d1b;
  z-index: 2;
  max-width: 100rem;
  margin: 0 auto;
  overflow: hidden;
}

.container__overlay {
  /* shadow layer visible when navigation is active */
  backface-visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: transparent;
  visibility: hidden;
  opacity: 0;
}

.container__overlay.is-visible {
  transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 64em) {
  .container__overlay.is-visible {
    transform: translateX(0);
  }
  .nav-on-left .container__overlay.is-visible {
    transform: translateX(0);
  }
  .container__overlay.is-visible.search-is-visible, .nav-on-left .container__overlay.is-visible.search-is-visible {
    transform: translateX(0);
  }
}

.container__search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 3.125rem;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.container__search form {
  height: 100%;
  width: 100%;
}

.container__search input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  border: none;
  background: #fff;
  height: 100%;
  width: 100%;
  padding: 0 5%;
  box-shadow: inset 0 1px 0 #fff, 0 3px 6px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

.container__search input::-webkit-input-placeholder {
  color: #e6e6e6;
}

.container__search input::-moz-placeholder {
  color: #e6e6e6;
}

.container__search input:-moz-placeholder {
  color: #e6e6e6;
}

.container__search input:-ms-input-placeholder {
  color: #e6e6e6;
}

.container__search input:focus {
  outline: none;
}

.container__search.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.nav-is-fixed .container__search {
  position: fixed;
}

.no-js .container__search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 64.0625em) {
  .container__search {
    height: 120px;
    top: 7.8125rem;
  }
  .container__search input {
    padding: 0 2em;
    font-size: 3.2rem;
    font-weight: 300;
  }
}

@media screen and (max-width: 64em) {
  .container__main {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

/* --------------------------------

Primary style

-------------------------------- */
meta.topbar {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

@media only screen and (max-width: 64em) {
  body.nav-on-left.overflow-hidden {
    overflow: hidden;
  }
}

input {
  font-size: 1.6rem;
}

input[type="search"]::-ms-clear {
  /* removes close icon - IE */
  display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

/* --------------------------------

TOP

-------------------------------- */
.top-menu {
  display: inline-block;
  list-style: none;
}

@media only screen and (min-width: 64.0625em) {
  .top-menu {
    height: 3rem;
  }
}

.top-menu--left {
  float: none;
}

@media only screen and (min-width: 64.0625em) {
  .top-menu--left {
    float: left;
  }
}

.top-menu--right {
  float: none;
}

@media only screen and (min-width: 64.0625em) {
  .top-menu--right {
    float: right;
  }
}

.top-menu__item {
  display: inline-block;
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: "UniversLTStdCn", sans-serif;
}

.top-menu__link {
  transition: all, 300ms, ease-out;
  display: inline-block;
  color: #fff;
  padding: 0 0.75rem;
  line-height: 3rem;
  white-space: nowrap;
}

.top-menu__link:hover, .top-menu__link:focus, .top-menu__link.active {
  transition: all, 300ms, ease-out;
  color: #fe5000;
}

.top-menu__link:hover .top-menu__icon, .top-menu__link:focus .top-menu__icon, .top-menu__link.active .top-menu__icon {
  transition: all, 300ms, ease-out;
  fill: #fe5000;
}

.top-menu__link.cart {
  padding-right: 0;
}

.top-menu__icon {
  transition: all, 300ms, ease-out;
  margin-left: 0.625rem;
}

.top-menu__icon--faq {
  height: 0.9375rem;
  width: 0.9375rem;
  margin-left: 0.375rem;
}

.top-menu__icon--newsletter {
  height: 1.125rem;
  width: 1.25rem;
}

.top-menu__icon--user {
  height: 1.125rem;
  width: 1.25rem;
  position: absolute;
  top: 0.25rem;
  fill: #1d1d1b;
}

.top-menu__button {
  transition: all, 300ms, ease-out;
  background: #eeeeee;
  padding: 0.3125rem 2.8125rem 0.3125rem 0.9375rem;
  border-radius: 1000px;
  border: 2px solid #eeeeee;
  text-transform: none;
  position: relative;
  color: #1d1d1b;
}

.top-menu__button:hover, .top-menu__button:focus {
  background: transparent;
  color: #fff;
}

.top-menu__button--frabo {
  color: #fe5000;
}

/* --------------------------------

LOGo

-------------------------------- */
.main-logo {
  position: absolute;
  z-index: 5;
}

.main-logo__img {
  width: 140px;
  height: 48px;
}

@media only screen and (min-width: 64.0625em) {
  .main-logo__img {
    /* width: 220px;
      height: 53px;*/
    width: 144px;
    height: 35px;
  }
}

@media only screen and (max-width: 64em) {
  .nav-on-left .main-logo {
    left: auto;
    right: 5%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .main-logo {
    top: 50%;
    transform: translateY(-50%);
    left: 1.25rem;
  }
}

/* --------------------------------

HEADER

-------------------------------- */
.header {
  height: 3.125rem;
  background: #fff;
  z-index: 3;
  position: relative;
  font-family: "UniversLTStdCn", sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
  text-transform: uppercase;
}

.nav-is-fixed .header {
  /* add .nav-is-fixed class to body if you want a fixed navigation on > 1170px */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (min-width: 64.0625em) {
  .header {
    position: absolute;
    height: 4.8125rem;
    top: 3rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .header::after {
    clear: both;
    content: "";
    display: table;
  }
}

.header__buttons {
  position: absolute;
  top: 3px;
  right: 5%;
}

.header__buttons li {
  display: inline-block;
}

@media only screen and (max-width: 64em) {
  .nav-on-left .header__buttons {
    right: auto;
    left: 5%;
  }
  .nav-on-left .header__buttons li {
    float: right;
  }
}

@media only screen and (min-width: 64.0625em) {
  .header__buttons {
    right: 0;
    top: 0;
    bottom: 0;
    width: 4.8125rem;
    height: 4.8125rem;
    background-color: #fe5000;
    border-bottom-right-radius: 10px;
  }
}

/* --------------------------------

BUTTON MENU

-------------------------------- */
@media screen and (max-width: 64em) {
  .button-menu__link {
    margin: 0 !important;
  }
}

.button-menu__link {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent !important;
  z-index: 3;
  margin: 0.875rem 0 0 0.875rem;
}

.button-menu__link--search::before, .button-menu__link--search::after {
  content: '';
  position: absolute;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  backface-visibility: hidden;
}

.button-menu__link--search::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #1d1d1b;
}

.button-menu__link--search::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #1d1d1b;
  bottom: 14px;
  right: 11px;
  transform: rotate(45deg);
}

.button-menu__link--search span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.button-menu__link--search span::before, .button-menu__link--search span::after {
  /* close icon */
  content: '';
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 22px;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  margin-left: -11px;
  background: #1d1d1b;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: opacity 0.3s, transform 0.3s;
}

.button-menu__link--search span::before {
  transform: rotate(45deg);
}

.button-menu__link--search span::after {
  transform: rotate(-45deg);
}

.button-menu__link--search.search-is-visible::before, .button-menu__link--search.search-is-visible::after {
  /* hide search icon */
  opacity: 0;
}

.button-menu__link--search.search-is-visible span::before, .button-menu__link--search.search-is-visible span::after {
  /* show close icon */
  opacity: 1;
}

.button-menu__link--search.search-is-visible span::before {
  transform: rotate(135deg);
}

.button-menu__link--search.search-is-visible span::after {
  transform: rotate(45deg);
}

.button-menu__link--nav span, .button-menu__link--nav span::before, .button-menu__link--nav span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #1d1d1b;
}

.button-menu__link--nav span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  transition: background 0.3s 0.3s;
}

.button-menu__link--nav span::before, .button-menu__link--nav span::after {
  /* other 2 lines */
  content: '';
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  backface-visibility: hidden;
  transform-origin: 0% 50%;
  transition: transform 0.3s 0.3s;
}

.button-menu__link--nav span::before {
  /* menu icon top line */
  top: -6px;
}

.button-menu__link--nav span::after {
  /* menu icon bottom line */
  top: 6px;
}

.button-menu__link--nav.nav-is-visible span {
  /* hide line in the center */
  background: rgba(29, 29, 27, 0);
}

.button-menu__link--nav.nav-is-visible span::before, .button-menu__link--nav.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #1d1d1b;
}

.button-menu__link--nav.nav-is-visible span::before {
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}

.button-menu__link--nav.nav-is-visible span::after {
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}

@media only screen and (min-width: 64.0625em) {
  .button-menu__link--nav {
    display: none;
  }
}

/* --------------------------------

MAIN MENU

-------------------------------- */
.main-menu,
.main-menu ul {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 16.25rem;
  background: #1d1d1b;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  transform: translateZ(0);
  transform: translateX(0);
  transition: transform 0.3s;
}

.main-menu.is-hidden,
.main-menu ul.is-hidden {
  /* secondary navigations hidden by default */
  transform: translateX(100%);
}

.main-menu.moves-out > li > a,
.main-menu ul.moves-out > li > a {
  /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
  transform: translateX(-100%);
  opacity: 0;
}

.main-menu a,
.main-menu ul a {
  transform: translateZ(0);
  transition: transform 0.3s, opacity 0.3s;
  display: block;
  line-height: 20px;
  padding: 13px 20px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-bottom: 1px solid #2a2a27;
  will-change: transform, opacity;
}

.main-menu__link.active,
.main-menu ul__link.active {
  color: #fe5000 !important;
}

.main-menu .see-all a {
  /* different style for the See all button on mobile and tablet */
  color: #fe5000;
}

@media only screen and (max-width: 64em) {
  .main-menu {
    /* by default .main-menu is hidden - trick for iOS devices where you can see the navigation if you pull down */
    visibility: hidden;
    transition: visibility 0s 0.1s;
  }
  .main-menu.nav-is-visible {
    visibility: visible;
    transition: visibility 0s 0s;
  }
}

@media only screen and (max-width: 64em) {
  .nav-on-left .main-menu, .nav-on-left .main-menu ul {
    right: auto;
    left: 0;
  }
}

@media only screen and (min-width: 64.0625em) {
  .main-menu {
    position: static;
    padding: 0 150px 0 0;
    height: auto;
    width: 100%;
    overflow: visible;
    background: transparent;
    text-align: right;
  }
  .main-menu::after {
    clear: both;
    content: "";
    display: table;
  }
  .main-menu.moves-out > li > a {
    /* reset mobile style */
    transform: translateX(0);
    opacity: 1;
  }
  .main-menu ul {
    position: static;
    height: auto;
    width: auto;
    background: transparent;
    overflow: visible;
    z-index: 3;
  }
  .main-menu ul.is-hidden {
    /* reset mobile style */
    transform: translateX(0);
  }
  .main-menu ul.moves-out > li > a {
    /* reset mobile style */
    transform: translateX(0);
    opacity: 1;
  }
  .main-menu__item {
    margin-left: 0.3em;
    display: inline-block;
  }
  .main-menu__item--1-column {
    position: relative;
  }
  .main-menu__item--1-column .dropdown-nav {
    background: lime;
    left: 0 !important;
    width: 300px !important;
  }
  .main-menu__item--1-column .dropdown-nav li {
    width: 100% !important;
    height: auto !important;
    border: none !important;
  }
  .main-menu__item--1-column .dropdown-nav li a {
    height: auto !important;
    line-height: 2 !important;
    padding: 0 !important;
    color: #fff !important;
    border-bottom: none !important;
    font-size: 1rem !important;
    font-weight: 300 !important;
    text-transform: none !important;
    text-overflow: clip;
    white-space: normal;
  }
  .main-menu__item--1-column .dropdown-nav li a:hover, .main-menu__item--1-column .dropdown-nav li a:focus {
    color: #fe5000 !important;
  }
  .main-menu > li > a {
    /* main navigation buttons style */
    transition: color 0.3s, box-shadow 0.3s;
    position: relative;
    display: inline-block;
    height: 4.8125rem;
    line-height: 4.8125rem;
    padding: 0 5px;
    font-size: 1.05rem;
    color: #1d1d1b;
    overflow: visible;
    border-bottom: none;
  }
  html[lang="ru"] .main-menu > li > a, html[lang="es"] .main-menu > li > a {
    font-size: 15px;
  }
  .main-menu > li > a:hover {
    color: #fe5000;
  }
  .main-menu > li > a.selected {
    color: #fe5000;
    box-shadow: inset 0 -2px 0 #fe5000;
  }
  .main-menu .go-back, .main-menu .see-all {
    display: none;
  }
  .main-menu .dropdown-nav {
    transform: translateX(0);
    position: absolute;
    left: -0.9375rem;
    right: -0.9375rem;
    top: 4.8125rem;
    width: auto;
    background: #20201e;
    padding: 20px 40px;
    box-shadow: inset 0 1px 0 #fff, 0 3px 6px rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    text-align: left;
    transition: opacity .3s 0s, visibility 0s 0s;
  }
  .main-menu .dropdown-nav::after {
    clear: both;
    content: "";
    display: table;
  }
  .main-menu .dropdown-nav.is-hidden {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s 0s, visibility 0s .3s;
  }
  .main-menu .dropdown-nav > .see-all {
    /* this is the BIG See all button at the bottom of the dropdown menu */
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    overflow: hidden;
    /* reset some inherited style */
    margin: 0;
    padding: 0;
  }
  .main-menu .dropdown-nav > .see-all a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    border-top: 1px solid #fff;
    /* reset some inherited style */
    border-bottom: none;
    margin: 0;
    padding: 0;
    transition: color 0.2s, background 0.2s, border 0.2s;
  }
  .main-menu .dropdown-nav > .see-all a:hover {
    background: #1d1d1b;
    border-color: #1d1d1b;
    color: #fff;
  }
  .main-menu .dropdown-nav > li {
    height: 450px;
    width: 30%;
    float: left;
    margin-right: 2.66%;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .main-menu .dropdown-nav > li::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #f2f2f2;
  }
  .main-menu .dropdown-nav > li::-webkit-scrollbar {
    width: 6px;
    background-color: #1d1d1b;
  }
  .main-menu .dropdown-nav > li::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #666;
  }
  .main-menu .dropdown-nav > li:last-child {
    /* +2 because we have 2 list items with display:none */
    margin-right: 0;
    border-right: none;
  }
  .main-menu .dropdown-nav > li > a {
    /* secondary nav title */
    color: #fe5000;
    font-weight: bold;
    font-size: 1.25rem;
    border-bottom: 0;
    padding-left: 0;
  }
  .main-menu .dropdown-nav__link {
    height: auto;
    line-height: 1.5;
    padding: 7px 0;
    color: #fff;
    border-bottom: none;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    font-weight: 300;
    text-transform: none;
  }
  .main-menu .dropdown-nav__link.active {
    color: #fe5000;
  }
  .main-menu .dropdown-nav__link:hover, .main-menu .dropdown-nav__link:focus {
    color: #fe5000;
  }
  .main-menu .dropdown-nav__link:hover .dropdown-nav__icon, .main-menu .dropdown-nav__link:focus .dropdown-nav__icon {
    transition: all, 300ms, ease-out;
    fill: #fe5000;
  }
  .main-menu .dropdown-nav__icon {
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 0.625rem;
  }
  .main-menu .dropdown-nav ul {
    /* Force Hardware Acceleration in WebKit */
    transform: translateZ(0);
  }
  .main-menu .dropdown-nav ul ul {
    /* tertiary navigation */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .main-menu .dropdown-nav ul ul.is-hidden {
    transform: translateX(100%);
  }
  .main-menu .dropdown-nav ul ul .go-back {
    display: block;
  }
  .main-menu .dropdown-nav ul ul .go-back a {
    color: transparent;
  }
  .main-menu .dropdown-nav ul ul .see-all {
    display: block;
  }
  .main-menu .dropdown-nav .moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
    transform: translateX(-100%);
  }
}

.has-children > a, .go-back a {
  position: relative;
}

.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
  /* arrow icon in CSS - for element with nested unordered lists */
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  display: inline-block;
  height: 2px;
  width: 10px;
  background: #fe5000;
  backface-visibility: hidden;
}

.has-children > a::before, .go-back a::before {
  transform: rotate(45deg);
}

.has-children > a::after, .go-back a::after {
  transform: rotate(-45deg);
}

@media only screen and (min-width: 64.0625em) {
  .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    background: #e6e6e6;
  }
  .has-children > a:hover::before, .has-children > a:hover::after, .go-back a:hover::before, .go-back a:hover::after {
    background: #fe5000;
  }
}

.has-children > a {
  padding-right: 40px;
}

.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  transform-origin: 9px 50%;
}

.main-menu .go-back a {
  padding-left: 40px;
}

.main-menu .go-back a::before, .main-menu .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  transform-origin: 1px 50%;
}

@media only screen and (min-width: 64.0625em) {
  .has-children > a::before, .has-children > a::after {
    right: 15%;
  }
  .main-menu > .has-children > a {
    /* main navigation arrows on larger devices */
    padding-right: 30px !important;
  }
  html[lang="ru"] .main-menu > .has-children > a, html[lang="es"] .main-menu > .has-children > a {
    padding-right: 27px !important;
  }
  .main-menu > .has-children > a::before, .main-menu > .has-children > a::after {
    width: 9px;
    transform-origin: 50% 50%;
    background: #b3b3b3;
    backface-visibility: hidden;
    transition: width 0.3s, transform 0.3s;
  }
  .main-menu > .has-children > a::before {
    right: 12px;
  }
  .main-menu > .has-children > a::after {
    right: 7px;
  }
  .main-menu > .has-children > a.selected::before, .main-menu > .has-children > a.selected::after {
    width: 14px;
  }
  .main-menu > .has-children > a.selected::before {
    transform: translateX(5px) rotate(-45deg);
  }
  .main-menu > .has-children > a.selected::after {
    transform: rotate(45deg);
  }
  .dropdown-nav > .has-children > a::before, .dropdown-nav > .has-children > a::after {
    /* remove arrows on secondary nav titles */
    display: none;
  }
  .main-menu .go-back a {
    padding-left: 20px;
  }
  .main-menu .go-back a::before, .main-menu .go-back a::after {
    left: 1px;
  }
}

/* --------------------------------

support for no js

-------------------------------- */
.no-js .main-menu {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}

@media only screen and (min-width: 64.0625em) {
  .no-js .main-menu {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0;
  }
  .no-js .nav-is-fixed .main-menu {
    position: fixed;
  }
}

.group-logo {
  display: none;
}

@media only screen and (min-width: 64.0625em) {
  .group-logo {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    display: block;
    right: 20px;
  }
}

.group-logo--footer {
  display: block;
  margin: 0 auto;
}

@media only screen and (min-width: 64.0625em) {
  .group-logo--footer {
    display: none;
  }
}

.feature-stripe {
  background-color: #eeeeee;
  padding: 3.75rem 0;
  text-align: center;
}

.feature-stripe__title {
  display: inline-block;
  position: relative;
  margin: 0;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 700;
  font-family: "UniversLTStdCn", sans-serif;
  text-transform: uppercase;
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
  z-index: 1;
}

.feature-stripe__title::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  height: 1px;
  width: 200%;
  margin: auto;
  background-color: #666;
  z-index: -1;
}

.feature-stripe__title::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #eeeeee;
  z-index: -1;
}

.banner-strip {
  background-color: #fe5000;
}

.banner-strip__row {
  margin: 0 auto;
  max-width: 81.25rem;
  width: 100%;
}

.banner-strip__row::after {
  clear: both;
  content: "";
  display: table;
}

.banner-strip__row > *:first-child {
  width: 50%;
}

.banner-strip__row > *:not(:first-child) {
  width: 25%;
}

.banner-strip__column {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  float: left;
}

@media screen and (max-width: 64em) {
  .banner-strip__row > *:first-child {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .banner-strip__row > *:not(:first-child) {
    width: 50%;
  }
}

@media screen and (max-width: 40em) {
  .banner-strip__row > *:first-child {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .banner-strip__row > *:not(:first-child) {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}

.social-wall-strip {
  background: #eeeeee;
}

.social-wall-strip .wrap-social-wall-link {
  text-align: center;
}

.newsletter-form {
  background: #f2f2f2;
}

.newsletter-form__description {
  display: block;
  text-align: center;
  color: #333;
}

.newsletter-form__form {
  max-width: 37.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.newsletter-form__form .newsletter-form__input {
  background: #fff;
  border-color: #fff;
  box-shadow: none;
  padding: 1.5625rem;
}

.newsletter-form__link {
  background: #fff;
  padding: 1.625rem !important;
}

.newsletter-form__link:hover, .newsletter-form__link:focus {
  background: #fff;
}

.newsletter-form__link .icon-svg {
  transition: all, 300ms, ease-out;
  width: 2.1875rem;
  margin-top: -1.5625rem;
  margin-left: -1.5625rem;
  fill: #f2f2f2;
}

.newsletter-form__link .icon-svg:hover {
  transition: all, 300ms, ease-out;
  fill: #1d1d1b;
}

.footer {
  color: #fff;
}

.footer .footer-menu__info {
  border-left: 0.0625rem solid #333;
}

@media only screen and (min-width: 64.0625em) {
  .footer .footer-menu__info {
    padding-left: 2.5rem;
  }
}

.footer .footer-legals {
  padding-top: 1.25rem;
  border-top: 0.0625rem solid #333;
  margin-top: 1.25rem;
}

.header-stripe {
  background: #fe5000;
  padding: 1.125rem 0 0.75rem 0;
}

@media only screen and (min-width: 64.0625em) {
  .header-stripe {
    padding: 5.9375rem 0 1.125rem 0;
  }
}

.header-stripe__title {
  text-transform: uppercase;
  font-size: 1.875rem;
  color: #fff;
  margin: 0;
  font-family: "UniversLTStdCn", sans-serif;
}

@media only screen and (min-width: 64.0625em) {
  .header-stripe__title {
    font-size: 2.8125rem;
  }
}

.header-stripe__subtitle {
  font-size: 1.25rem;
  color: #fff;
  font-family: "UniversLTStdCn", sans-serif;
}

.header-stripe__navigation {
  position: relative;
  margin: 1.125rem 0;
  overflow: visible;
}

@media only screen and (min-width: 40.0625em) {
  .header-stripe__navigation {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.header-stripe__navigation li {
  margin-left: 0.625rem;
}

.header-stripe__navigation li:last-child {
  margin-right: 1.125rem !important;
}

@media only screen and (min-width: 40.0625em) {
  .header-stripe__navigation li:last-child {
    margin-right: 0;
  }
}

.header-stripe__share {
  position: relative;
}

.header-stripe__share .button-rounded--black .icon-svg {
  position: relative;
  top: 0.125rem;
  left: 0.3125rem;
}

@media screen and (max-width: 40em) {
  .header-stripe__navigation li {
    margin-left: 0.3125rem;
  }
  .header-stripe__navigation li:last-child {
    margin-right: 0 !important;
  }
}

.product-grid__link {
  display: block;
  border: 2px solid #eeeeee;
  border-radius: 0.9375rem;
  margin-bottom: 1.125rem;
  transition: all, 300ms, ease-out;
}

.product-grid__link:hover, .product-grid__link:focus {
  border: 2px solid #fe5000;
  transition: all, 300ms, ease-out;
}

.product-grid__link:hover .product-grid__tag, .product-grid__link:focus .product-grid__tag {
  background: #fe5000;
  color: #fff;
}

.product-grid__link p {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  line-height: 1.2em;
}

.product-grid__item {
  text-align: center;
  margin: 0 auto;
  height: 350px;
}

.product-grid__tag {
  text-transform: uppercase;
  font-family: "UniversLTStdCn", sans-serif;
  font-size: 0.9375rem;
  color: #f2f2f2;
  background: #eeeeee;
  margin: -1.125rem 0 0.75rem 0;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  padding: 0.375rem 0;
  transition: all, 300ms, ease-out;
}

.product-grid__title {
  text-transform: uppercase;
  font-family: "UniversLTStdCn", sans-serif;
  font-size: 0.9375rem;
  color: #fe5000;
  margin: 0;
}

.product-grid__image {
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: 150px;
}

.product-grid__image--full {
  max-width: 100% !important;
}

.product-grid__description {
  display: block;
  text-align: center;
  margin: 0 auto;
  color: #1d1d1b;
}

.dove-siamo-stripe {
  text-align: center;
}

.dove-siamo-stripe__title {
  color: #fe5000;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: "UniversLTStdCn", sans-serif;
}

.dove-siamo-stripe__subtitle {
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-family: "UniversLTStdCn", sans-serif;
  margin: 0;
}

.dove-siamo-stripe__description {
  margin: 0;
}

.dove-siamo-stripe__link a {
  padding: 0.625rem 0.875rem;
  border-radius: 2px;
  color: #fff;
  text-transform: uppercase;
  background: #fe5000;
}

.dove-siamo-stripe__link a:hover, .dove-siamo-stripe__link a:focus {
  background: #000;
}

.dove-siamo-stripe__borded-box {
  border-left: 0.0625rem solid;
  border-right: 0.0625rem solid;
  border-color: #f2f2f2;
}

@media screen and (max-width: 64em) {
  .dove-siamo-stripe__borded-box {
    border: none;
    border-right: 0.0625rem solid;
    border-color: #f2f2f2;
  }
}

@media screen and (max-width: 40em) {
  .dove-siamo-stripe__borded-box {
    border: none;
    border-top: 0.0625rem solid;
    border-bottom: 0.0625rem solid;
    border-color: #f2f2f2;
  }
}

#map__img {
  width: 100%;
  height: auto;
}

.application__item {
  padding: 0 1.875rem !important;
}

.application__item.active .application__title {
  color: #fe5000;
}

.application__item.active .application__button {
  background: #000;
}

.application__title {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: "UniversLTStdCn", sans-serif;
}

.application__grid {
  position: relative;
}

.application__grid:after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: '';
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #eeeeee transparent transparent transparent;
}

.product-family__list {
  text-align: center;
}

.product-family__item {
  display: inline-block;
}

.product-family__link {
  padding: 0.625rem 0.9375rem;
  font-size: 0.75rem;
  background: #1d1d1b;
  color: #fff;
  font-family: "UniversLTStdCn", sans-serif;
  text-transform: uppercase;
  border-radius: 0.25rem;
  transition: all, 300ms, ease-out;
  display: block;
  width: 100%;
}

@media only screen and (min-width: 40.0625em) {
  .product-family__link {
    padding: 0.9375rem 1.875rem;
    font-size: 0.875rem;
  }
}

.product-family__link.active {
  color: #fff;
  background: #fe5000;
  transition: all, 300ms, ease-out;
}

.product-family__title {
  text-transform: uppercase;
  font-size: 1.25rem;
  font-family: "UniversLTStdCn", sans-serif;
}

.product-family__grid {
  position: relative;
}

.product-family__grid:after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: '';
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #eeeeee transparent transparent transparent;
}

.order-detail {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  background: rgba(238, 238, 238, 0.65);
  text-align: center;
}

.order-detail .label {
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  color: #fff;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}

.order-detail .label.success {
  background: green;
}

.order-detail .label.warning {
  background: orange;
}

.order-detail .label.alert {
  background: red;
}

.order-detail .item {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 0.625rem 0;
  vertical-align: top;
}

@media only screen and (min-width: 40.0625em) {
  .order-detail .item {
    width: 30%;
  }
}

@media only screen and (min-width: 64.0625em) {
  .order-detail .item {
    width: 20%;
  }
}

.order-detail .item h3 {
  padding: 0;
  margin: 0 0 0.5rem 0;
  line-height: 1.0em;
}

.order-detail .item .button {
  margin: 0;
}

.order-detail .item a {
  text-decoration: underline;
}

/* PAGES
Questa cartella è un'altra categoria di componenti e contiene stili
specifici per componenti presenti solo in determinate pagine. Il nome del file e
della classe del componente (che devono essere uguali) sono preceduti dal nome
dell'unica pagina in cui sono presenti. Anche in questo caso la scelta di
inserire un modulo all'interno di pages piuttosto che di components o section è
puramente organizzativa. L'utilizzo di questa sezione dovrebbe essere il più
possibile limitato e attuato solamente quando tutte le altre alternative
risultino sconvenienti.
*/
/*# sourceMappingURL=style.min.css.map */