@charset "UTF-8";
/**
 * Retrieves a color value from the $material-colors Sass map
 * Inspired by https://github.com/nilskaspersson/Google-Material-UI-Color-Palette/
 *
 * @function
 * @param {string} color-name             - quoted, lower-case, dasherized color
 *                                          name (e.g. 'pink', 'amber')
 * @param {string} [color-variant='500']  - quoted, lowercase color variant (e.g.
 *                                          '200', 'a100')
 */
/*$cookieChoiceBgColor: material-color('blue-grey', '700');
$cookieChoiceDismissBtnBgColor: material-color('blue-grey', '500');
$cookieChoiceDismissBtnTextColor: white;*/
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

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

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

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

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

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

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

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

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

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

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

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

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

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

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

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

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

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

.small-1 {
  width: 8.3333333333%;
}

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

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

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

.small-2 {
  width: 16.6666666667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.3333333333%;
}

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

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

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

.small-5 {
  width: 41.6666666667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.3333333333%;
}

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

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

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

.small-8 {
  width: 66.6666666667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.3333333333%;
}

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

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

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

.small-11 {
  width: 91.6666666667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

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

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

figure {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

::-moz-placeholder {
  color: #cacaca;
}

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

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

::placeholder {
  color: #cacaca;
}

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

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

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

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

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

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

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

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

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

.input-group-field {
  border-radius: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.4375rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group .input-group-button {
  display: table-cell;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media-object {
  display: block;
  margin-bottom: 1rem;
}
.media-object img {
  max-width: none;
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.middle {
  vertical-align: middle;
}
.media-object-section.bottom {
  vertical-align: bottom;
}

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

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

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

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

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

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

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

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

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

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

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

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

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

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

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

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

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

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

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

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

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

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

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

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

.clearfix::before, .vacc-article ul.metadata li.date::before, .vacc-article ul.metadata::before, .vacc-news a::before, .clearfix::after, .vacc-article ul.metadata li.date::after, .vacc-article ul.metadata::after, .vacc-news a::after {
  display: table;
  content: " ";
}
.clearfix::after, .vacc-article ul.metadata li.date::after, .vacc-article ul.metadata::after, .vacc-news a::after {
  clear: both;
}

*:focus {
  outline: none !important;
}

a {
  color: #103F3A;
  text-decoration: none;
  will-change: color;
  -webkit-transition: color 0.3s ease-in-out 0s, border-color 0.4s ease-in-out 0s;
  transition: color 0.3s ease-in-out 0s, border-color 0.4s ease-in-out 0s;
}
a:hover, a:active, a:visited {
  color: #15534d;
}

h1 {
  font-family: "Francois One", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #602050;
}
h1 strong {
  color: inherit;
}

h2 {
  font-family: "Francois One", sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  color: #602050;
}
h2 strong {
  color: inherit !important;
}

h3 {
  font-family: "Francois One", sans-serif;
  font-size: 1.375rem;
  font-weight: 400;
  color: #602050;
}
h3 strong {
  color: inherit !important;
}

h4 {
  font-family: "Francois One", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #602050;
}
h4 strong {
  color: inherit !important;
}

h5 {
  font-family: "Francois One", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #602050;
}
h5 strong, h5 em, h5 a {
  color: inherit !important;
  font-weight: inherit !important;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: normal;
}

hr.vacc {
  position: relative;
  border-color: #b2d051;
  /*&::before {
      position: absolute;
      bottom: -3px;
      left: 50%;
      width: 36px;
      height: 5px;
      margin-left: -18px;
      content: "";
      display: inline-block;
      background: material-color('red', '500');
  }

  &::after {
      position: absolute;
      bottom: -2px;
      left: 50%;
      width: 80px;
      height: 3px;
      margin-left: -40px;
      content: "";
      display: inline-block;
      background: material-color('red', '500');
  }*/
}

blockquote {
  margin-left: 0;
  padding-left: 0.9375rem;
  color: #222;
  border-left: 2px solid #607d8b;
}
blockquote p {
  color: #222;
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-translate {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fade-in-translate {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.container .main-wrapper > .inner {
  background: rgba(255, 255, 255, 0.85);
  padding: 1.125rem 0;
}
@media all and (min-width: 1024px) {
  .container .main-wrapper > .inner {
    padding: 2.25rem 0;
  }
}

.vacc-read-all a {
  display: block;
  padding: 0.5rem 0.9375rem;
  -webkit-transition: background 350ms ease-out 100ms, color 350ms ease-out 100ms, border-color 350ms ease-out 100ms;
  transition: background 350ms ease-out 100ms, color 350ms ease-out 100ms, border-color 350ms ease-out 100ms;
  background: #fff;
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  border-color: #eeeeee;
}
.vacc-read-all a span {
  display: inline-block;
  -webkit-transition: -webkit-transform 350ms ease-out 100ms;
  transition: -webkit-transform 350ms ease-out 100ms;
  transition: transform 350ms ease-out 100ms;
  transition: transform 350ms ease-out 100ms, -webkit-transform 350ms ease-out 100ms;
  -webkit-transform: translateX();
          transform: translateX();
  will-change: transform;
}
.vacc-read-all a i {
  /* Force Hardware Acceleration in WebKit */
  margin-left: 0.5rem;
}
.vacc-read-all a:hover span {
  -webkit-transform: translateX(1em);
          transform: translateX(1em);
}

.feed-rss,
.vacc-article .feed-rss {
  display: inline-block;
  padding: 0.1875rem 0.375rem;
  background: #f26522;
  color: white;
  border-radius: 3px;
  -webkit-transition: background 100ms ease-out;
  transition: background 100ms ease-out;
}
.feed-rss:hover,
.vacc-article .feed-rss:hover {
  color: white;
  background: #e8540e;
}
.feed-rss i,
.vacc-article .feed-rss i {
  margin-right: 0.3125rem;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
not supported by any browser */
}

.screen-reader {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}

.sub-nav {
  position: relative;
  z-index: 1;
  height: 3rem;
  margin-bottom: 1.25rem;
}
.sub-nav::after {
  content: "";
  position: absolute;
  right: 1.25rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/arrow-down_3.svg") no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.sub-nav ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
  overflow: hidden;
}
.sub-nav ul li {
  visibility: hidden;
  opacity: 1;
  list-style: none;
}
.sub-nav ul li a {
  display: block;
  padding: 0.375rem 0.75rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  color: #222;
  background: #5fc1ff;
}
.sub-nav ul li a:hover {
  background: #9cd9ff;
}
.sub-nav ul li.active a {
  background: #c5e9ff;
}
.sub-nav ul li:first-child {
  display: block;
  font-weight: 300;
  visibility: visible;
  opacity: 1;
}
.sub-nav ul li:first-child a {
  display: block;
  line-height: 3rem;
  text-transform: uppercase;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 3.125rem 0 0.9375rem;
  color: #b2d051;
  background-color: #88d1ff;
  /*padding-bottom: 0;
  padding-top: 0 !important;*/
}
.sub-nav ul li:first-child a:hover {
  background: #9cd9ff;
}
.sub-nav.is-open ul li:not(.placeholder) {
  display: block;
  visibility: visible;
  opacity: 1;
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.sub-nav.is-open .placeholder a {
  opacity: 0.8;
  color: #b2d051;
  background: #9cd9ff;
}
.sub-nav.is-open::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
@media screen and (min-width: 48em) {
  .sub-nav {
    width: auto;
    height: auto;
    cursor: auto;
    margin-top: 0.75rem;
    padding: 0 0 0 !important;
  }
  .sub-nav::after {
    display: none;
  }
  .sub-nav ul {
    text-align: center;
    background: transparent;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    margin: 0;
  }
  .sub-nav ul li {
    display: block;
    visibility: visible;
    width: auto;
    padding-left: 1.25rem;
    text-align: left;
    color: #222;
    border-left: 2px solid #88d1ff;
  }
  .sub-nav ul li a {
    display: inline-block;
    position: relative;
    width: auto;
    margin: 0;
    padding: 0.35em 0;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1.2 !important;
    color: #222;
    background: none;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
  }
  .sub-nav ul li a:hover {
    background: none;
  }
  .sub-nav ul li.active a {
    background: transparent;
    color: #511b43;
    font-weight: 700;
  }
  .sub-nav ul li.placeholder {
    display: block;
    border: 0;
  }
  .sub-nav ul li.placeholder a {
    margin: 0 0 0.9375rem 0;
    padding: 0;
    font-size: 1.125rem;
    font-weight: 700;
    color: #602050;
    background: none;
  }
  .sub-nav ul li.placeholder a:hover {
    color: #602050;
    background: none;
  }
  .sub-nav.is-open ul li {
    display: inline-block;
  }
}

.pages-list .counter {
  font-size: 0.75em;
}

img {
  font-size: 12px;
  color: #616161;
}

.reveal-overlay {
  background-color: rgba(34, 34, 34, 0.9);
}

.reveal-modal .close-reveal-modal {
  font-weight: 300;
  font-size: 4rem;
  top: 0;
  right: 0.9375rem;
}

.vacc-reveal-search .close-button {
  color: #fefefe;
}

.vacc-reveal-search {
  background-color: rgba(34, 34, 34, 0.8);
  /*@media only screen and (min-width: 40.0625em) {
      .reveal-search input {
          padding: 0.9375rem;
          font-size: 3rem
      }
  }*/
  /*.reveal-search .button {
      height: 83px;
      display: block;
      background: transparent;
      border: 1px solid #eeeeee;
      border-left: none;
      margin: 0;
      text-align: center
  }
  .reveal-search .button i {
      fill: #eeeeee;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      font-size: 3em;
      opacity: 0.6;
      -webkit-transition: all 300ms ease-out, 0.3s 300ms ease-out;
      transition: all 300ms ease-out, 0.3s 300ms ease-out
  }
  @media only screen and (min-width: 40.0625em) {
      .reveal-search .button i {
          font-size: rem-calc(32);
      }
  }*/
  /*.reveal-search .button:hover i,
  .reveal-search .button:focus i {
      opacity: 1
  }*/
}
.vacc-reveal-search .reveal-search {
  position: relative;
  top: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vacc-reveal-search .reveal-search input {
  background-color: rgba(34, 34, 34, 0.9);
  padding: 1.875rem 0.9375rem 1.875rem;
  font-size: 1.75rem;
  color: #eeeeee;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #eeeeee;
  border-right: none;
  margin: 0;
  height: 80px;
}
.vacc-reveal-search .reveal-search .button {
  display: block;
  width: 100%;
  height: 80px;
  margin: 0;
  font-size: 1.75rem;
  text-align: center;
  background-color: rgba(34, 34, 34, 0.9);
  border: 1px solid #eeeeee;
  border-left: none;
  -webkit-transition: background 350ms ease-out 100ms;
  transition: background 350ms ease-out 100ms;
}
.vacc-reveal-search .reveal-search .button i {
  opacity: 0.75;
}
.vacc-reveal-search .reveal-search .button:hover, .vacc-reveal-search .reveal-search .button:focus {
  background: rgba(254, 254, 254, 0.25);
}
.vacc-reveal-search .reveal-search .button:hover i, .vacc-reveal-search .reveal-search .button:focus i {
  opacity: 1;
}
.vacc-reveal-search .reveal-search ::-webkit-input-placeholder {
  color: rgba(238, 238, 238, 0.5);
}
.vacc-reveal-search .reveal-search :-moz-placeholder {
  color: rgba(238, 238, 238, 0.5);
}
.vacc-reveal-search .reveal-search ::-moz-placeholder {
  color: rgba(238, 238, 238, 0.5);
}
.vacc-reveal-search .reveal-search :-ms-input-placeholder {
  color: rgba(238, 238, 238, 0.5);
}

.vacc-article table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.875rem;
  font-size: 0.875rem;
  overflow-x: auto;
  border: 1px solid #65c83f;
  border-collapse: collapse;
}
.vacc-article table thead tr {
  color: #fff;
  background: #33691e;
}
.vacc-article table thead tr th {
  font-weight: 400;
}
.vacc-article table tr:nth-child(even) {
  background: #fafafa;
}
.vacc-article table a {
  font-family: "Roboto Condensed", sans-serif;
}
.vacc-article table th, .vacc-article table td {
  border: 1px solid #b4e4a2;
}
.vacc-article table td p {
  margin-bottom: 0;
}
.vacc-article table td p + p {
  margin-top: 1rem;
}
.vacc-article table th h1, .vacc-article table th h2, .vacc-article table th h3, .vacc-article table th h4, .vacc-article table th h5, .vacc-article table th h6 {
  margin-bottom: 0;
  color: inherit;
}
.vacc-article table th p:last-child {
  margin-bottom: 0;
}
.vacc-article table.comitato td:nth-child(1) {
  width: 20%;
  font-weight: 700;
}
.vacc-article table.comitato td:nth-child(2) {
  width: 50%;
  font-style: italic;
}
.vacc-article table.comitato td:nth-child(3) {
  width: 30%;
}
.vacc-article table.ambulatori td {
  font-size: 0.75rem;
}
.vacc-article table.ambulatori td p {
  font-size: inherit;
  color: inherit;
}
.vacc-article table.ambulatori td:nth-child(1) {
  width: 16%;
}
.vacc-article table.ambulatori td:nth-child(2),
.vacc-article table.ambulatori td:nth-child(3),
.vacc-article table.ambulatori td:nth-child(4),
.vacc-article table.ambulatori td:nth-child(5) {
  width: 16%;
}
.vacc-article table.ambulatori td:nth-child(6) {
  width: 20%;
  font-style: italic;
}
.vacc-article .table-container {
  width: 100%;
  margin-bottom: 1.875rem;
  overflow-y: auto;
  overflow-x: auto;
  _overflow: auto;
}
.vacc-article .table-container table {
  margin-bottom: 0;
}

.cycle-slideshow {
  position: relative;
}
.cycle-slideshow div,
.cycle-slideshow a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.cycle-slideshow img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

header {
  z-index: 3;
}
header .logos {
  max-height: 130px;
  padding: 0.625rem 0;
  background: #fefefe;
}
header .cycle-logos {
  max-height: 95px;
  /*@media (min-width: 1024px) {
      max-height: 110px;
  }

  @media (max-width: 1023px) {
      margin-top: 10px;
      //max-height: 80px;
  }

  @media (max-width: 959px) {
      margin-top: 10px;
      //max-height: 70px;
  }

  @media (max-width: 839px) {
      margin-top: 10px;
      //max-height: 60px;
  }

  @media (max-width: 639px) {
      margin-top: 0;

      img {
          max-height: 80%;
      }
  }*/
}
header .cycle-logos a {
  text-align: center;
}
header .cycle-logos img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 95px;
}
@media (min-width: 640px) {
  header .cycle-logos {
    margin-top: 10px;
  }
}
@media (max-width: 639px) {
  header .cycle-logos img {
    max-height: 80px;
  }
}

.logo-vacc {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
@media all and (min-width: 940px) {
  .logo-vacc img {
    max-width: 430px;
  }
}

#backtotop {
  position: fixed;
  right: -100px;
  bottom: 20px;
  z-index: 800;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 5px;
  border-radius: 3px;
  background: rgba(66, 66, 66, 0.8);
  text-align: center;
  cursor: pointer;
  outline: none;
  border: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  /*transform: translateX(-50%);
  transform: translateY(-50%);*/
  -webkit-transform-style: preserve-3D;
          transform-style: preserve-3D;
  -webkit-box-shadow: 0 0 2px rgba(96, 125, 139, 0.75);
          box-shadow: 0 0 2px rgba(96, 125, 139, 0.75);
}
#backtotop:hover {
  /*width: 56px;
  height: 56px;*/
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  background: #212121;
}
#backtotop i {
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 1.875rem;
  color: #fff;
}
#backtotop.btt-show {
  opacity: 1;
  right: 20px;
}

/*$cdnavPrimaryItemTextColor: material-color('grey', '50');
$cdnavPrimaryItemBgColor: material-color('grey', '700');
$cdnavPrimaryItemBorderColor: material-color('grey', '800');

$cdnavPrimaryItemTextColorActive: $cdnavPrimaryItemTextColor;
$cdnavPrimaryItemBgColorActive: lighten($cdnavPrimaryItemBgColor, 5%);

$cdnavPrimaryItemHoverBgColor: material-color('grey', '600');*/
/*$cdnavPrimaryItemTextColorDesktop: material-color('grey', '700');
$cdnavPrimaryItemBgColorDesktop: material-color('grey', '300');

$cdnavPrimaryItemTextColorActiveDesktop: lighten($cdnavPrimaryItemTextColorDesktop, 5%);
$cdnavPrimaryItemBgColorActiveDesktop: lighten($cdnavPrimaryItemBgColorDesktop, 5%);

$cdnavPrimaryItemHoverTextColorDesktop: material-color('grey', '50');
$cdnavPrimaryItemHoverBgColorDesktop: material-color('grey', '700');*/
/* --------------------------------

Primary style

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

html {
font-size: 62.5%;
}

body {
font-size: 1.6rem;
font-family: sans-serif;
color: #2e3233;
background-color: #ffffff;
}*/
@media only screen and (max-width: 1023px) {
  body.nav-on-left.overflow-hidden {
    overflow: hidden;
  }
}
img {
  /* make images responsive */
  max-width: 100%;
}

/*input {
    font-family: sans-serif;
    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;
}

.cd-secondary-nav li.category a {
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
  background: #b2d051;
}

/*.cd-secondary-nav li.category ~ li a {
    padding-left: 30px;
}*/
/* --------------------------------

Main components

-------------------------------- */
.cd-main-content, .cd-main-header {
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.cd-main-content, .cd-main-header {
  position: relative;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media only screen and (max-width: 1023px) {
  .cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    transform: translateX(260px);
  }
}
.cd-nav {
  font-family: "Roboto Condensed", sans-serif;
}
.cd-nav ul, .cd-nav ol {
  list-style: none;
  margin-left: 0;
}

.cd-main-content {
  z-index: 2;
}

/*.cd-main-header {
    height: 50px;
    background: $cdnavHeaderBgColor;
    z-index: 3;
}*/
/*.cd-nav {
    @extend .clearfix;
    background: $cdnavHeaderBgColor;
}*/
.navbar {
  position: relative;
  min-height: 50px;
  background: #b2d051;
}

.nav-is-fixed .cd-main-header {
  /* add .nav-is-fixed class to body if you want a fixed navigation on > 1024px */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  /* header height on desktop */
  .cd-main-header {
    min-height: 80px;
    background: #b2d051;
  }
  .cd-main-header::after {
    clear: both;
    content: "";
    display: table;
  }
}
.cd-logo {
  position: absolute;
  top: 12px;
  height: 60px;
}

.cd-logo img {
  display: block;
  /* image will adapt to parent height */
  max-width: none;
  max-height: 100% !important;
}

@media only screen and (max-width: 1023px) {
  /* logo position on mobile */
  /*.nav-on-left .cd-logo {
      left: auto;
      right: 5%;
  }*/
}
@media only screen and (min-width: 1024px) {
  /* logo position on desktop */
  /*.cd-logo {
      //top: 26px;
      top: 10px;
      left: 4em;
  }*/
}
.cd-header-buttons {
  position: absolute;
  display: inline-block;
  top: 3px;
  right: 3%;
  margin-left: 0;
  margin-bottom: 0;
}

.cd-header-buttons li {
  display: inline-block;
}
.cd-header-buttons li a {
  text-indent: -9999px;
}

@media only screen and (max-width: 1023px) {
  .nav-on-left .cd-header-buttons {
    right: auto;
    left: 5%;
  }
  .nav-on-left .cd-header-buttons li {
    float: right;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-header-buttons {
    top: 18px;
    right: 4em;
  }
}
.cd-search-trigger,
.cd-nav-trigger {
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  /* hide text */
  color: transparent;
  z-index: 3;
}

.cd-search-trigger::before,
.cd-search-trigger::after {
  /* search icon */
  content: "";
  position: absolute;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cd-search-trigger::before {
  /* lens */
  top: 11px;
  left: 11px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 3px solid #222;
}

.cd-search-trigger::after {
  /* handle */
  height: 3px;
  width: 8px;
  background: #222;
  bottom: 14px;
  right: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-search-trigger span {
  /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.cd-search-trigger span::before,
.cd-search-trigger 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: #222;
  opacity: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.cd-search-trigger span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-search-trigger span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cd-search-trigger.search-is-visible::before,
.cd-search-trigger.search-is-visible::after {
  /* hide search icon */
  opacity: 0;
}

.cd-search-trigger.search-is-visible span::before,
.cd-search-trigger.search-is-visible span::after {
  /* show close icon */
  opacity: 1;
}

.cd-search-trigger.search-is-visible span::before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cd-nav-trigger span,
.cd-nav-trigger span::before,
.cd-nav-trigger span::after {
  /* hamburger icon in CSS */
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 24px;
  background: #222;
}

.cd-nav-trigger span {
  /* line in the center */
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  -webkit-transition: background 0.3s 0.3s;
  transition: background 0.3s 0.3s;
}

.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  /* other 2 lines */
  content: "";
  right: 0;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}

.cd-nav-trigger span::before {
  /* menu icon top line */
  top: -6px;
}

.cd-nav-trigger span::after {
  /* menu icon bottom line */
  top: 6px;
}

.cd-nav-trigger.nav-is-visible span {
  /* hide line in the center */
  background: rgba(46, 50, 51, 0);
}

.cd-nav-trigger.nav-is-visible span::before,
.cd-nav-trigger.nav-is-visible span::after {
  /* keep visible other 2 lines */
  background: #222;
}

.cd-nav-trigger.nav-is-visible span::before {
  -webkit-transform: translateX(4px) translateY(-3px) rotate(45deg);
  transform: translateX(4px) translateY(-3px) rotate(45deg);
}

.cd-nav-trigger.nav-is-visible span::after {
  -webkit-transform: translateX(4px) translateY(2px) rotate(-45deg);
  transform: translateX(4px) translateY(2px) rotate(-45deg);
}

@media only screen and (min-width: 1024px) {
  .cd-nav-trigger {
    display: none;
  }
}
.cd-primary-nav,
.cd-primary-nav ul {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 260px;
  margin: 0;
  background: #b2d051;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.cd-primary-nav li.active > a {
  color: #222;
  background: #c2d975;
}

.cd-primary-nav a,
.cd-primary-nav ul a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222;
  background: #b2d051;
  border-bottom: 1px solid #bbd565;
  /*-webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);*/
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform, opacity, background;
  /*-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background: 0.5s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s, background: 0.5s;*/
  -webkit-transition: opacity 0.3s, background 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, background 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, background 0.3s;
  transition: transform 0.3s, opacity 0.3s, background 0.3s, -webkit-transform 0.3s;
}
.cd-primary-nav a:hover,
.cd-primary-nav ul a:hover {
  background: #c9de85;
}

.cd-primary-nav.nav-is-hidden,
.cd-primary-nav ul.nav-is-hidden {
  /* secondary navigations hidden by default */
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.cd-primary-nav.moves-out > li > a,
.cd-primary-nav ul.moves-out > li > a {
  /* push the navigation items to the left - and lower down opacity - when secondary nav slides in */
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0;
}

@media only screen and (max-width: 1023px) {
  .nav-on-left .cd-primary-nav,
  .nav-on-left .cd-primary-nav ul {
    right: auto;
    left: 0;
  }
}
.cd-primary-nav .see-all a {
  /* different style for the See all button on mobile and tablet */
  color: #69aa6f;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item, .cd-primary-nav .cd-nav-icons .cd-nav-item {
  /* items with picture (or icon) and title */
  height: 80px;
  line-height: 80px;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item h3, .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
  overflow: hidden;
  text-overflow: ellipsis;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item {
  padding-left: 90px;
}

.cd-primary-nav .cd-nav-gallery .cd-nav-item img {
  position: absolute;
  display: block;
  height: 40px;
  width: auto;
  left: 20px;
  top: 50%;
  margin-top: -20px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item {
  padding-left: 75px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item p {
  color: #2e3233;
  /* hide description on small devices */
  display: none;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item::before {
  /* item icon */
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40px 40px;
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-1::before {
  background-image: url("../img/line-icon-1.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-2::before {
  background-image: url("../img/line-icon-2.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-3::before {
  background-image: url("../img/line-icon-3.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-4::before {
  background-image: url("../img/line-icon-4.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-5::before {
  background-image: url("../img/line-icon-5.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-6::before {
  background-image: url("../img/line-icon-6.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-7::before {
  background-image: url("../img/line-icon-7.svg");
}

.cd-primary-nav .cd-nav-icons .cd-nav-item.item-8::before {
  background-image: url("../img/line-icon-8.svg");
}

@media only screen and (max-width: 1023px) {
  .cd-primary-nav {
    /* by default .cd-primary-nav is hidden - trick for iOS devices where you can see the navigation if you pull down */
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s;
  }
  .cd-primary-nav.nav-is-visible {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-primary-nav {
    position: relative;
    overflow: visible;
    float: right;
    width: auto;
    height: auto;
    margin-right: 3rem;
    padding: 0;
    background: transparent;
  }
  .cd-primary-nav::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-primary-nav.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-primary-nav ul {
    position: static;
    width: auto;
    /*position: static;
    height: auto;
    width: auto;
    background: transparent;
    overflow: visible;
    z-index: 3;*/
  }
  .cd-primary-nav ul.nav-is-hidden {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .cd-primary-nav ul.moves-out > li > a {
    /* reset mobile style */
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  .cd-primary-nav > li {
    position: relative;
    float: left;
    margin-left: 0;
  }
  .cd-primary-nav > li > a {
    /* main navigation buttons style */
    position: relative;
    display: inline-block;
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
    color: #222;
    background: #b2d051;
    overflow: visible;
    border-bottom: none;
    border-right: 1px solid #bbd565;
    /*-webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;*/
    -webkit-transition: color 0.3s 0 ease-in-out, background 0.3s 0 ease-in-out;
    transition: color 0.3s 0 ease-in-out, background 0.3s 0 ease-in-out;
    /*-webkit-transition: color 0.3s, box-shadow 0.3s;
    -moz-transition: color 0.3s, box-shadow 0.3s;
    transition: color 0.3s, background 0.3s, box-shadow 0.3s;*/
  }
  .cd-primary-nav > li.active > a {
    color: #2f2f2f;
    background: #c2d975;
    -webkit-box-shadow: inset 0 -2px 0 #511b43;
            box-shadow: inset 0 -2px 0 #511b43;
  }
  .cd-primary-nav > li:hover > a,
  .cd-primary-nav > li > a:hover {
    color: #222;
    background: #c9de85;
  }
  /*.cd-primary-nav > li > a.selected {
      color: red;
      background: #3b4d56;
      box-shadow: inset 0 -2px 0 red;
  }*/
  .cd-primary-nav .go-back,
  .cd-primary-nav .see-all {
    display: none;
  }
  .cd-search-trigger {
    display: none;
  }
  .cd-search-trigger::before {
    border-color: #fefefe;
  }
  .cd-search-trigger::after {
    background: #fefefe;
  }
  /*// HMMM
  .cd-primary-nav .active {
      color: white;
      background: lighten(#3b4d56, 15%);

      a {
          color: inherit;
      }
  }*/
  .cd-primary-nav > li.has-children:hover ul.cd-secondary-nav {
    visibility: visible;
    display: block !important;
    opacity: 1;
  }
  /*.cd-primary-nav > .has-children:hover > a {
      color: red;
  }*/
  .cd-primary-nav .cd-secondary-nav,
  .cd-primary-nav .cd-nav-gallery,
  .cd-primary-nav .cd-nav-icons {
    /* dropdown menu style */
    visibility: hidden;
    position: absolute;
    top: 5em;
    left: 0;
    z-index: -1;
    height: auto;
    /*position: absolute;
    top: 80px;
    width: 100vw;
    background: #ffffff;
    padding: 48px 64px 130px;
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);*/
    /*-webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;*/
  }
  .cd-primary-nav .cd-secondary-nav::after,
  .cd-primary-nav .cd-nav-gallery::after,
  .cd-primary-nav .cd-nav-icons::after {
    clear: both;
    content: "";
    display: table;
  }
  .cd-primary-nav .cd-secondary-nav.nav-is-hidden,
  .cd-primary-nav .cd-nav-gallery.nav-is-hidden,
  .cd-primary-nav .cd-nav-icons.nav-is-hidden {
    opacity: 0;
    /*-webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;*/
  }
  .cd-primary-nav .cd-secondary-nav > .see-all,
  .cd-primary-nav .cd-nav-gallery > .see-all,
  .cd-primary-nav .cd-nav-icons > .see-all {
    /* this is the BIG See all button at the bottom of the dropdown menu */
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 80px;
    width: 100%;
    overflow: hidden;
    /* reset some inherited style */
    margin: 0;
    padding: 0;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a,
  .cd-primary-nav .cd-nav-gallery > .see-all a,
  .cd-primary-nav .cd-nav-icons > .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 #e2e3df;
    /* reset some inherited style */
    border-bottom: none;
    margin: 0;
    padding: 0;
    -webkit-transition: color 0.2s, background 0.2s, border 0.2s;
    transition: color 0.2s, background 0.2s, border 0.2s;
  }
  .cd-primary-nav .cd-secondary-nav > .see-all a:hover,
  .cd-primary-nav .cd-nav-gallery > .see-all a:hover,
  .cd-primary-nav .cd-nav-icons > .see-all a:hover {
    background: #2e3233;
    border-color: #2e3233;
    color: #ffffff;
  }
  .cd-primary-nav .cd-secondary-nav {
    width: 230px;
  }
  .cd-primary-nav li:last-child .cd-secondary-nav {
    left: auto;
    right: 0;
  }
  .cd-primary-nav .cd-secondary-nav > li {
    position: relative;
    height: auto;
    width: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .cd-primary-nav .cd-secondary-nav > li:nth-child(4n+2) {
    margin-right: 0;
    border-right: none;
  }
  .cd-primary-nav .cd-secondary-nav > li > a {
    /*// secondary nav title
    color: #fff;
    //font-weight: bold;
    padding: 0.35rem;
    font-size: 1rem;
    margin-bottom: .6em;*/
    color: #222;
    font-weight: normal;
    font-weight: 400;
    text-transform: none;
    text-align: left;
    padding: 0.75rem 1.25rem 0.6875rem !important;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    width: 100%;
    height: auto;
    line-height: auto;
    white-space: normal;
    line-height: 1.4em;
  }
  /*.cd-primary-nav .cd-secondary-nav a {
      height: 30px;
      line-height: 30px;
      padding: 0 18% 0 0;
      color: pink;
      border-bottom: none;
      font-size: 1rem;
  }
  .cd-primary-nav .cd-secondary-nav a:hover {
      color: #fff;
      background: #3b4d56;
  }*/
  .cd-primary-nav .cd-secondary-nav ul {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .cd-primary-nav .cd-secondary-nav ul ul {
    /* tertiary navigation */
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  .cd-primary-nav .cd-secondary-nav ul ul.nav-is-hidden {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .cd-primary-nav .cd-secondary-nav ul ul .go-back {
    display: block;
  }
  .cd-primary-nav .cd-secondary-nav ul ul .go-back a {
    color: transparent;
  }
  .cd-primary-nav .cd-secondary-nav ul ul .see-all {
    display: block;
  }
  .cd-primary-nav .cd-secondary-nav .moves-out > li > a {
    /* push the navigation items to the left - and lower down opacity - when tertiary nav slides in */
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .cd-primary-nav .cd-nav-gallery li {
    /* set here number of columns - use width percentage */
    width: 22%;
    float: left;
    margin: 0 4% 40px 0;
  }
  .cd-primary-nav .cd-nav-gallery li:nth-child(4n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item {
    border-bottom: none;
    padding: 0;
    height: auto;
    line-height: 1.2;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item img {
    position: static;
    margin-top: 0;
    height: auto;
    width: 100%;
    margin-bottom: 0.6em;
  }
  .cd-primary-nav .cd-nav-gallery .cd-nav-item h3 {
    color: #69aa6f;
    font-weight: bold;
    padding: 0 0.4em;
  }
  .cd-primary-nav .cd-nav-icons li {
    /* set here number of columns - use width percentage */
    width: 32%;
    float: left;
    margin: 0 2% 20px 0;
  }
  .cd-primary-nav .cd-nav-icons li:nth-child(3n+2) {
    /* +2 because we have two additional list items with display:none */
    margin-right: 0;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item {
    border-bottom: none;
    height: 80px;
    line-height: 1.2;
    padding: 24px 0 0 85px;
    position: relative;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item:hover {
    background: #f6f6f5;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item h3 {
    color: #69aa6f;
    font-weight: bold;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item p {
    display: block;
  }
  .cd-primary-nav .cd-nav-icons .cd-nav-item::before {
    left: 25px;
  }
}
.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: #222;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.has-children > a::before, .go-back a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.has-children > a::after, .go-back a::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {
  .has-children > a::before,
  .has-children > a::after,
  .go-back a::before,
  .go-back a::after {
    background: #222;
  }
  .has-children > a:hover::before,
  .has-children > a:hover::after,
  .go-back a:hover::before,
  .go-back a:hover::after {
    background: #3c3c3c;
  }
}
.has-children > a {
  padding-right: 40px;
}

.has-children > a::before, .has-children > a::after {
  /* arrow goes on the right side - children navigation */
  right: 20px;
  -webkit-transform-origin: 9px 50%;
  transform-origin: 9px 50%;
}

.cd-primary-nav .go-back a {
  color: #222;
  padding-left: 40px;
  font-style: italic;
}

.cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
  /* arrow goes on the left side - go back button */
  left: 20px;
  -webkit-transform-origin: 1px 50%;
  transform-origin: 1px 50%;
}

@media only screen and (min-width: 1024px) {
  .has-children > a::before, .has-children > a::after {
    right: 15%;
  }
  .cd-primary-nav > .has-children > a {
    /* main navigation arrows on larger devices */
    padding-right: 30px !important;
  }
  .cd-primary-nav > .has-children > a::before,
  .cd-primary-nav > .has-children > a::after {
    width: 9px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background: #222;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    transition: width 0.3s, -webkit-transform 0.3s;
    transition: width 0.3s, transform 0.3s;
    transition: width 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  .cd-primary-nav > .has-children > a::before {
    right: 12px;
  }
  .cd-primary-nav > .has-children > a::after {
    right: 7px;
  }
  .cd-primary-nav > .has-children > a.selected::before, .cd-primary-nav > .has-children > a.selected::after {
    width: 14px;
  }
  .cd-primary-nav > .has-children > a.selected::before {
    -webkit-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
  }
  .cd-primary-nav > .has-children > a.selected::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .cd-secondary-nav > .has-children > a::before,
  .cd-secondary-nav > .has-children > a::after {
    /* remove arrows on secondary nav titles */
    display: none;
  }
  .cd-primary-nav .go-back a {
    padding-left: 20px;
  }
  .cd-primary-nav .go-back a::before, .cd-primary-nav .go-back a::after {
    left: 1px;
  }
}
.cd-search {
  position: absolute;
  height: 50px;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-search form {
  height: 100%;
  width: 100%;
}

.cd-search input {
  border-radius: 0;
  border: none;
  background: #ffffff;
  height: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 10%;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.cd-search input::-webkit-input-placeholder {
  color: #c9cbc4;
}

.cd-search input::-moz-placeholder {
  color: #c9cbc4;
}

.cd-search input:-moz-placeholder {
  color: #c9cbc4;
}

.cd-search input:-ms-input-placeholder {
  color: #c9cbc4;
}

.cd-search input:focus {
  outline: none;
  border: 0;
}

.cd-search.cd-is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.nav-is-fixed .cd-search {
  position: fixed;
}

@media only screen and (min-width: 1024px) {
  .cd-search {
    height: 120px;
    top: 80px;
  }
  .cd-search input {
    padding: 0 2em;
    font-size: 3.2rem;
    font-weight: 300;
  }
}
.cd-overlay {
  /* shadow layer visible when navigation is active */
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(136, 209, 255, 0.75);
  visibility: hidden;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
  /*-webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);*/
}

@media only screen and (max-width: 1023px) {
  .cd-overlay.cd-is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, -webkit-transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
  }
  .cd-overlay.cd-is-visible {
    -webkit-transform: translateX(-260px);
    transform: translateX(-260px);
  }
  .nav-on-left .cd-overlay.cd-is-visible {
    -webkit-transform: translateX(260px);
    transform: translateX(260px);
  }
  .cd-overlay.cd-is-visible.search-is-visible, .nav-on-left .cd-overlay.cd-is-visible.search-is-visible {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/* --------------------------------

support for no js

-------------------------------- */
.no-js .cd-primary-nav {
  position: relative;
  height: auto;
  width: 100%;
  overflow: visible;
  visibility: visible;
  z-index: 2;
}

.no-js .cd-search {
  position: relative;
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 1024px) {
  .no-js .cd-primary-nav {
    position: absolute;
    z-index: 3;
    display: inline-block;
    width: auto;
    top: 0;
    right: 150px;
    padding: 0;
  }
  .no-js .nav-is-fixed .cd-primary-nav {
    position: fixed;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1359px) {
  .cd-header-buttons {
    right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-primary-nav > .has-children:hover ul {
    -webkit-animation-name: fade-in-translate;
    animation-name: fade-in-translate;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  /*.has-children > a::before,
  .has-children > a::after {
      right: 15%
  }
  .cd-primary-nav > .has-children > a::before,
  .cd-primary-nav > .has-children > a::after {
      display: none
  }
  //.cd-primary-nav > .has-children:hover {
  .cd-primary-nav > li:hover {
      //background: pink;
      -webkit-animation-name: fade-in;
      animation-name: fade-in;
      -webkit-animation-duration: 0.3s;
      animation-duration: 0.3s;
      -webkit-animation-iteration-count: 1;
      animation-iteration-count: 1;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      opacity: 1
  }
  @-webkit-keyframes fade-in {
      from {
          opacity: 0.0
      }
      to {
          opacity: 1.00
      }
  }
  @keyframes fade-in {
      from {
          opacity: 0.0
      }
      to {
          opacity: 1.00
      }
  }
  .cd-primary-nav > .has-children:hover a {
      //color: #fff !important
  }
  .cd-primary-nav > .has-children:hover .stroke {
      display: none;
  }
  .cd-secondary-nav > .has-children > a::before,
  .cd-secondary-nav > .has-children > a::after {
      display: none;
  }
  .cd-primary-nav .go-back a {
      padding-left: 20px
  }
  .cd-primary-nav .go-back a::before,
  .cd-primary-nav .go-back a::after {
      left: 1px
  }*/
}
.cd-nav .cd-primary-nav li.last i {
  margin-left: 0.5rem;
}
@media all and (max-width: 1279px) {
  .cd-nav .cd-primary-nav li.last span {
    display: none;
  }
  .cd-nav .cd-primary-nav li.last i {
    margin-left: 0;
  }
}

.vacc-article-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  margin: 1.875rem 0;
  padding: 0 0 0 0;
  list-style: none;
}
.vacc-article-nav li {
  display: block;
  text-align: center;
  margin-bottom: 0.9375rem;
}
.vacc-article-nav a {
  color: #b2d051;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  /*display: block;
  margin-top: 0.5em;
  padding-top: 0.25em;
  border-top: 1px solid #4CAF50;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 6px;*/
}
.vacc-article-nav a i {
  display: inline-block;
  font-size: 0.75em;
  margin-top: -0.25em;
}
.vacc-article-nav a i:last-child {
  margin-right: 0.5em;
}
.vacc-article-nav a.icon-right:last-child {
  margin-right: 0;
  margin-left: 0.5em;
}
.vacc-article-nav a .resource-title {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  text-transform: none;
  color: #222;
}
@media all and (min-width: 1024px) {
  .vacc-article-nav li {
    display: inline-block;
    width: 33.333%;
    margin-bottom: 0;
  }
}

.vacc-breadcrumbs {
  position: relative;
  z-index: 2;
  padding: 1.25rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#c9de85), to(#c9de85));
  background: linear-gradient(to bottom, #c9de85, #c9de85);
}
.vacc-breadcrumbs .breadcrumbs {
  margin-bottom: 0;
  color: #222;
}
.vacc-breadcrumbs .breadcrumbs li {
  color: inherit;
}
.vacc-breadcrumbs .breadcrumbs li a {
  color: inherit;
}
.vacc-breadcrumbs .breadcrumbs li a i {
  margin-right: 0.5rem;
}
.vacc-breadcrumbs .breadcrumbs li.active {
  color: #222;
}
.vacc-breadcrumbs .breadcrumbs li:not(:last-child):after {
  color: #222;
}

.vacc-topics-nav {
  margin-bottom: 1.25rem;
}
.vacc-topics-nav dl {
  margin: 0;
}
.vacc-topics-nav li, .vacc-topics-nav dd {
  display: inline-block;
}
.vacc-topics-nav a {
  display: inline-block;
  margin-right: 0.625rem;
  margin-bottom: 0.3125rem;
  padding: 0.3125rem 0.625rem;
  color: #222 !important;
  background: #b2d051;
  font-size: 0.625rem;
  font-weight: 400 !important;
  -webkit-transition: background 500ms ease-in-out 25ms;
  transition: background 500ms ease-in-out 25ms;
  border-radius: 3px;
}
.vacc-topics-nav a:hover {
  color: #222 !important;
  background: #c9de85;
}
.vacc-topics-nav.vacc-topics-nav--sticky {
  width: 100%;
  padding: 0.5rem 1rem;
  text-align: center;
  background: rgba(254, 254, 254, 0.75);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
.vacc-topics-nav.vacc-topics-nav--sticky a {
  color: inherit;
}
@media (min-width: 640px) {
  .vacc-topics-nav a {
    font-size: 0.75rem;
  }
}
.vacc-topics-nav.vacc-topics-nav--dummy {
  opacity: 0.2;
}

.vacc-accordion {
  margin: 1.25rem;
}
.vacc-accordion .vacc-accordion__item {
  overflow: auto;
  -webkit-transition: margin 500ms ease-out 50ms;
  transition: margin 500ms ease-out 50ms;
  background: #fefefe;
  margin-top: 1px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
}
.vacc-accordion .vacc-accordion__item:last-child {
  border-bottom-width: 1px;
}
.vacc-accordion .vacc-accordion__item.is-active {
  margin: 1.25rem -1.25rem;
  border-bottom-width: 1px;
  padding-bottom: 0;
  background: #f5f5f5;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
}
.vacc-accordion .vacc-accordion__item.is-active .vacc-accordion__title {
  background: #dcedc8;
  color: #01579b;
}
.vacc-accordion .vacc-accordion__item.is-active:first-child {
  margin: 0 -1.25rem 1.25rem -1.25rem;
}
.vacc-accordion .vacc-accordion__description {
  margin-top: 1.875rem;
}
.vacc-accordion .vacc-accordion__title {
  display: block;
  padding: 0.9375rem 1.25rem;
  padding: 0.625rem 1.25rem;
}
.vacc-accordion .vacc-accordion__content {
  display: none;
  margin-bottom: 0;
}
.vacc-accordion .vacc-accordion__content .vacc-accordion__files {
  margin-left: 0;
}
.vacc-accordion .vacc-accordion__content .vacc-accordion__files li:first-child {
  border-top-width: 0;
}
.vacc-accordion .vacc-accordion__content .vacc-accordion__files li:last-child {
  border-bottom-width: 0;
}

.vacc-sharethis {
  margin-top: 0.9375rem;
}
.vacc-sharethis span {
  display: block;
  margin-bottom: 0.25em;
  font-family: "Francois One", sans-serif;
  font-size: 0.875rem;
  text-align: center;
  color: #e91e63;
}

body .minimalWhiteThumbnailTitle {
  font-weight: 700;
}

body .minimalWhiteThumbnailDesc {
  color: #616161 !important;
}

.vacc-video-player {
  border: 1px solid #e0e0e0;
  margin-bottom: 1.25rem;
}

.parsley-errors-list,
.content .parsley-errors-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.parsley-errors-list li,
.content .parsley-errors-list li {
  display: block;
  opacity: 0;
  margin: 0;
  margin-top: -1rem;
  margin-bottom: 1rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #fefefe;
  background: #ff1744;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*&::before {
      display: none;
  }*/
}
.parsley-errors-list li:last-child,
.content .parsley-errors-list li:last-child {
  border-radius: 0 0 3px 3px;
}
.parsley-errors-list.filled,
.content .parsley-errors-list.filled {
  opacity: 1;
  display: block;
}
.parsley-errors-list.filled li,
.content .parsley-errors-list.filled li {
  opacity: 1;
}

.parsley-errors-list li:last-child {
  border-radius: 0 0 2px 2px;
}

[type=color],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email], [type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
  -webkit-transition-property: background, border-color;
  transition-property: background, border-color;
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

input.parsley-error,
input:focus.parsley-error,
select.parsley-error,
select:focus.parsley-error,
textarea.parsley-error,
textarea:focus.parsley-error {
  color: #222;
  border-color: #ff1744;
  background-color: rgba(255, 23, 68, 0.25);
}
input.parsley-error::-webkit-input-placeholder,
input:focus.parsley-error::-webkit-input-placeholder,
select.parsley-error::-webkit-input-placeholder,
select:focus.parsley-error::-webkit-input-placeholder,
textarea.parsley-error::-webkit-input-placeholder,
textarea:focus.parsley-error::-webkit-input-placeholder { /* WebKit browsers */
  color: #ff1744;
}
input.parsley-error:-moz-placeholder,
input:focus.parsley-error:-moz-placeholder,
select.parsley-error:-moz-placeholder,
select:focus.parsley-error:-moz-placeholder,
textarea.parsley-error:-moz-placeholder,
textarea:focus.parsley-error:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ff1744;
}
input.parsley-error::-moz-placeholder,
input:focus.parsley-error::-moz-placeholder,
select.parsley-error::-moz-placeholder,
select:focus.parsley-error::-moz-placeholder,
textarea.parsley-error::-moz-placeholder,
textarea:focus.parsley-error::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ff1744;
}
input.parsley-error:-ms-input-placeholder,
input:focus.parsley-error:-ms-input-placeholder,
select.parsley-error:-ms-input-placeholder,
select:focus.parsley-error:-ms-input-placeholder,
textarea.parsley-error:-ms-input-placeholder,
textarea:focus.parsley-error:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ff1744;
}

form.form--wrapped {
  padding: 1.25rem 0.9375rem;
  background: #eeeeee;
  border: 2px solid #e0e0e0;
  border-width: 0 0 2px 0;
  border-radius: 6px;
}
form label {
  font-weight: 700;
  text-transform: uppercase;
  color: #689f38;
}
form .button {
  font-weight: 400;
  font-size: 0.875rem;
  background: #607d8b;
}
form .button.button-send {
  margin-bottom: 0;
}
form .button.button-send i {
  margin-right: 0.625rem;
}
form .button:hover {
  background: #526a76;
}
form .privacy-policy__container {
  margin-bottom: 1rem;
}
form .privacy-policy__container label.parsley-error {
  color: #fefefe;
  background: #ff1744;
  border-radius: 3px 3px 0 0;
}
form .privacy-policy__container label.parsley-error a {
  color: inherit;
}
form .privacy-policy__container input {
  margin: 0.375rem 0.625rem 0 0.625rem;
  position: relative;
  top: 2px;
}
form .privacy-policy__container .parsley-errors-list li {
  margin-top: -0.25rem;
  margin-bottom: 0;
  border-radius: 3px;
}
form .privacy-policy {
  position: relative;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 0.875rem;
  text-transform: none;
}
form .privacy-policy iframe {
  position: relative;
  margin-bottom: -0.3125rem;
}
form .privacy-policy a {
  font-weight: 700;
}
form .button-send i {
  margin-right: 0.625rem;
}

.form-report {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

/*.vacc-flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}*/
#fileupload_progress .progress-meter {
  width: 0;
}

#fileupload_info {
  font-size: 0.875rem;
  margin-bottom: 0.5em;
}

#fileupload_list {
  list-style: none;
  margin-left: 0;
  font-size: 0.75rem;
}
#fileupload_list i {
  margin-right: 1em;
}
#fileupload_list li {
  color: #455a64;
}
#fileupload_list .warning {
  color: #f57c00;
}
#fileupload_list .alert {
  color: #689f38;
}
#fileupload_list .success {
  color: #388e3c;
}

.custom-checkbox {
  position: relative;
  margin: 0.5rem 0;
  will-change: color, background-color;
  -webkit-transition: color 250ms ease-out, background-color 250ms ease-out;
  transition: color 250ms ease-out, background-color 250ms ease-out;
}
.custom-checkbox.parsley-error .custom-checkbox__label {
  color: red;
}
.custom-checkbox.parsley-error .custom-checkbox__label a {
  color: inherit;
}
.custom-checkbox.parsley-error .custom-checkbox__shape {
  background-color: red;
}

.custom-checkbox input[type=checkbox].custom-checkbox__checkbox {
  position: absolute;
  top: 0;
  left: 15px;
  width: 1.25rem;
  height: 1.25rem;
  min-height: auto;
  margin: 0;
  opacity: 0;
  z-index: 100;
}

.custom-checkbox input[type=checkbox].custom-checkbox__checkbox + .custom-checkbox__label {
  margin: 0;
  text-align: left;
}

.custom-checkbox span.custom-checkbox__shape {
  float: left;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 0.625rem 0 0;
  border: 2px solid rgba(121, 138, 146, 0.7);
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.custom-checkbox input[type=checkbox]:checked + .custom-checkbox__label span.custom-checkbox__shape:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  line-height: 1.4;
  text-align: center;
  width: 20px;
  height: 20px;
  color: #0a0a0a;
  background-image: url(../images/sprites/check.svg);
  background-position: center center;
  background-size: 65% 65%;
  background-repeat: no-repeat;
  margin: 0 0 0 -2px;
}

.privacy-error-container {
  display: none;
  height: 40px;
}
.privacy-error-container ul.parsley-errors-list li {
  margin-top: 0;
}

.vacc-social {
  margin-top: 1.25rem;
}
.vacc-social .column, .vacc-social .columns {
  margin-bottom: 0.625rem;
  text-align: center;
}
.vacc-social .facebook i, .vacc-social .facebook span {
  color: #3b5998;
}
.vacc-social .twitter i, .vacc-social .twitter span {
  color: #00aced;
}
.vacc-social .instagram i, .vacc-social .instagram span {
  color: #000;
}
.vacc-social .youtube i, .vacc-social .youtube span {
  color: #f00;
}
.vacc-social .telegram i, .vacc-social .telegram span {
  color: #32AFED;
}
.vacc-social .whatsapp i, .vacc-social .whatsapp span {
  color: #1EBEA5;
}
.vacc-social a {
  display: inline-block;
  -webkit-transition: -webkit-transform 120ms ease-in-out;
  transition: -webkit-transform 120ms ease-in-out;
  transition: transform 120ms ease-in-out;
  transition: transform 120ms ease-in-out, -webkit-transform 120ms ease-in-out;
}
.vacc-social a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.vacc-social .fa {
  font-size: 3rem;
}
.vacc-social span {
  display: none;
  margin-top: 0.3125rem;
  font-size: 0.8125rem;
}
@media all and (min-width: 640px) {
  .vacc-social {
    /*span {
        font-size: rem-calc(12);
    }*/
  }
  .vacc-social .fa {
    font-size: 3rem;
  }
}
@media all and (min-width: 640px) and (max-width: 900px) {
  .vacc-social span {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  .vacc-social {
    /*span {
        font-size: rem-calc(13);
    }*/
  }
  .vacc-social .fa {
    font-size: 4rem;
  }
}

footer .vacc-social .fa {
  color: #222;
  font-size: 3rem;
}
footer .vacc-social span {
  display: none;
}

.footer {
  position: relative;
  /*background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-size: 128px;
  background-position: 10% 30%;*/
  background-color: #88d1ff;
  /*&::before {
  	position: absolute; left: 0; top: 0; z-index: -1;
  	width: 100%; height: 100%;
  	content: "\00a0";
  	//background-image: url(../images/body-bg.png);
  }*/
}
.footer .footer-top {
  padding: 1.875rem 0 0.625rem;
}
.footer .footer-bottom {
  padding: 1.25rem 0;
  font-size: 0.75rem;
  color: #222;
  background: #6fc7ff;
}
.footer ul {
  margin-left: 0;
  padding-left: 1em;
  -webkit-box-shadow: -2px 0 0 0 #88d1ff;
          box-shadow: -2px 0 0 0 #88d1ff;
}
.footer ul.footer-menu-last {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.footer ul li {
  list-style: none;
  margin-bottom: 0;
}
.footer ul li a {
  display: inline-block;
  line-height: 1.125rem;
  font-size: 0.875rem;
  color: #222;
  border-bottom: 1px solid transparent;
}
.footer ul li a:hover {
  color: #2f2f2f;
  border-color: #2f2f2f;
}
.footer h5 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
}

.language .flag {
  position: relative;
  left: 0;
  top: 6px;
  display: inline-block;
  width: 32px;
  height: 22px;
  margin-right: 0.3125rem;
  border: 1px solid #616161;
}

.language .flag:before {
  width: 100%;
  height: 100%;
}

/*.cd-primary-nav li ul li {
    display: block
}*/
.cd-primary-nav li ul.lang-menu {
  margin: 0;
}

/*.cd-primary-nav li ul.lang-menu li {
    will-change: opacity, height, top, transform;
    transition: opacity 200ms ease-out, visibility 200ms ease-out, height 200ms ease-out, top 200ms ease-out, transform 200ms ease-out
}
.cd-primary-nav li ul.lang-menu li > a:not(.go-back) {
    padding: 0 0.625rem;
    //height: 36px;
    //line-height: 36px
}*/
.cd-primary-nav li ul.lang-menu li > a:not(.go-back)[class*=flag--]:before {
  content: "";
  display: block;
  width: 32px;
  height: 22px;
  margin-top: 0;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  border: 1px solid #757575;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

[class*=flag--]::before {
  display: block;
  content: "";
  width: 100px;
  height: 66px;
}

.flag--it::before {
  background: url(../images/flags/lang--it.png) no-repeat 50% 50%;
  background-size: 100%;
}

.flag--en::before {
  background: url(../images/flags/lang--en.png) no-repeat 50% 50%;
  background-size: 100%;
}

.flag--de::before {
  background: url(../images/flags/lang--de.png) no-repeat 50% 50%;
  background-size: 100%;
}

.language-indicator {
  display: inline-block;
  margin: 0 0 0 3%;
}
.language-indicator li {
  list-style: none;
  height: 50px;
  line-height: 50px;
}

@media all and (min-width: 64em) {
  .cd-primary-nav li.language {
    position: relative;
  }
  .cd-primary-nav li.language .selected {
    color: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .cd-primary-nav li.language > a {
    padding-right: 1.875rem;
    padding-left: 0.625rem;
  }
  .cd-primary-nav li.language .flag {
    top: 5px;
    width: 32px;
    height: 22px;
  }
  .cd-primary-nav li.language .text {
    display: none;
  }
}
.vacc-holyday {
  background: #BBDEFB url("../images/header_bg-auguri.png") 0 0 no-repeat;
  background-size: cover;
  border-radius: 0.375rem;
}
.vacc-holyday::before, .vacc-holyday::after {
  background-size: 20%;
}
@media all and (min-width: 768px) {
  .vacc-holyday::before, .vacc-holyday::after {
    background-size: 30%;
  }
}
@media all and (min-width: 1024px) {
  .vacc-holyday::before, .vacc-holyday::after {
    background-size: 256px 1024px;
  }
}

.vacc-page-home hr {
  border: none;
}
.vacc-page-home .section-title {
  font-family: "Francois One", sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  margin-bottom: 0.375rem;
  color: #602050;
}
.vacc-page-home .section-subtitle {
  margin-bottom: 0.9375rem;
  font-family: "Francois One", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #103F3A;
  text-align: center;
}
.vacc-page-home .section-subtitle span {
  display: block;
  padding: 0.3125rem 0.9375rem;
  background-color: #bbd565;
  border-radius: 0.375rem;
}
.vacc-page-home .cycle-slideshow {
  overflow: hidden;
  display: block;
}
.vacc-page-home .cycle-slideshow > div {
  padding-top: 50%;
  background-size: cover;
}
.vacc-page-home .vacc-box-banner {
  overflow: hidden;
  position: relative;
  margin-bottom: 0.9375rem;
  /*a {
      width: 100%;
      //height: 100%;
      //display: block;
  }*/
}
.vacc-page-home .vacc-box-cat {
  position: relative;
  margin-bottom: 0.9375rem;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 2px solid #602050;
}
.vacc-page-home .vacc-box-cat .title {
  position: absolute;
  bottom: 0;
  z-index: 5000;
  margin: 0;
  padding: 0.25em 0.75em;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  background: #602050;
}
.vacc-page-home .vacc-box-cat .title a {
  color: inherit;
}
.vacc-page-home .vacc-box-cat .title a:hover {
  text-decoration: none;
}
.vacc-page-home .vacc-box-cat .title-left {
  left: 0;
}
.vacc-page-home .vacc-box-cat .title-right {
  right: 0;
}
.vacc-page-home .vacc-box-infos .btn-info {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.9375rem;
  -webkit-transition: opacity 500ms ease-out 20ms;
  transition: opacity 500ms ease-out 20ms;
}
.vacc-page-home .vacc-box-infos .btn-info:hover {
  opacity: 0.8;
}
.vacc-page-home .top-patrocini {
  text-align: right;
}
.vacc-page-home .top-patrocini a {
  display: inline-block;
  margin-right: 10px;
}
.vacc-page-home .top-patrocini a:last-child {
  margin-right: 0;
}
.vacc-page-home .top-patrocini a img {
  max-height: 50px;
  width: auto;
}
@media screen and (max-width: 789px) {
  .vacc-page-home .top-patrocini {
    margin-bottom: 10px;
    text-align: center;
  }
  .vacc-page-home .top-patrocini a img {
    max-height: 40px;
  }
}
@media screen and (max-width: 479px) {
  .vacc-page-home .top-patrocini a img {
    max-height: 30px;
  }
}
@media screen and (max-width: 399px) {
  .vacc-page-home .top-patrocini a img {
    max-height: 25px;
  }
}
.vacc-page-home .footer-blogs {
  margin-top: 1rem;
}
.vacc-page-home .footer-blogs a {
  display: block;
  border: 1px solid #eeeeee;
}
@media all and (max-width: 639px) {
  .vacc-page-home .footer-blogs {
    margin-bottom: 1.875rem;
  }
}

.vacc-news-block-grid-container {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
@media (min-width: 640px) {
  .vacc-news-block-grid-container {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}
.vacc-news-block-grid-container .row > .vacc-news {
  float: left;
  width: 50%;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
}
.vacc-news-block-grid-container .row > .vacc-news:nth-of-type(1n) {
  clear: none;
}
.vacc-news-block-grid-container .row > .vacc-news:nth-of-type(2n+1) {
  clear: both;
}
.vacc-news-block-grid-container .row > .vacc-news:last-child {
  float: left;
}
@media print, screen and (min-width: 40em) {
  .vacc-news-block-grid-container .row > .vacc-news {
    float: left;
    width: 50%;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
  .vacc-news-block-grid-container .row > .vacc-news:nth-of-type(1n) {
    clear: none;
  }
  .vacc-news-block-grid-container .row > .vacc-news:nth-of-type(2n+1) {
    clear: both;
  }
  .vacc-news-block-grid-container .row > .vacc-news:last-child {
    float: left;
  }
}
@media print, screen and (min-width: 64em) {
  .vacc-news-block-grid-container .row > .vacc-news {
    float: left;
    width: 25%;
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
  }
  .vacc-news-block-grid-container .row > .vacc-news:nth-of-type(1n) {
    clear: none;
  }
  .vacc-news-block-grid-container .row > .vacc-news:nth-of-type(4n+1) {
    clear: both;
  }
  .vacc-news-block-grid-container .row > .vacc-news:last-child {
    float: left;
  }
}

/*.vacc-news-evidence-cycle {
    margin-bottom: rem-calc(30);
    padding: 0;
    background: material-color('red', '100');
    border: 1px solid material-color('red', '200');

    // Evidence style
    .vacc-news--evidence {
        margin-bottom: 0;

        .vacc-news__inner {
            margin-bottom: 0;
            padding: rem-calc(0);
            background: none;
            border: 0;
        }
    }
}
.vacc-news-block-grid-container {
    margin-bottom: rem-calc(-5);
}*/
.vacc-news {
  margin-bottom: 0.625rem;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.vacc-news a {
  color: #0a0a0a;
  display: block;
}
.vacc-news a:hover {
  color: inherit;
}
.vacc-news a:hover figure img, .vacc-news a:hover figure div {
  -webkit-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.vacc-news .vacc-news__inner {
  -webkit-transition: -webkit-box-shadow 250ms ease-out 100ms;
  transition: -webkit-box-shadow 250ms ease-out 100ms;
  transition: box-shadow 250ms ease-out 100ms;
  transition: box-shadow 250ms ease-out 100ms, -webkit-box-shadow 250ms ease-out 100ms;
  background: #fff;
  border: 1px solid #bdbdbd;
}
.vacc-news .vacc-news__inner:hover {
  will-change: box-shadow;
  -webkit-box-shadow: 0 0 20px 0 rgba(33, 33, 33, 0.25);
          box-shadow: 0 0 20px 0 rgba(33, 33, 33, 0.25);
}
.vacc-news .vacc-news__inner .vacc-news__content {
  padding: 0.625rem 0.9375rem;
}
.vacc-news .vacc-news__cover figure img {
  margin: 0;
}
.vacc-news .vacc-news__cover figure div {
  height: 100%;
  background-size: cover;
}
@media all and (max-width: 969px) {
  .vacc-news .vacc-news__cover figure div {
    background-position: center;
  }
}
.vacc-news .vacc-news__metadata {
  margin: 0;
  /*@extend .clearfix;
  list-style: none;
  font-size: rem-calc(14);

  .tag {
      float: left;
      text-transform: uppercase;
      color: $secondaryColor;
  }

  .divider {
      float: left;
      color: material-color('grey', '400');
      margin: rem-calc(0 8);
  }

  .date {
      float: left;
      color: material-color('grey', '600');
  }*/
}
.vacc-news .vacc-news__metadata li {
  list-style: none;
  font-size: 0.8125rem;
}
.vacc-news .vacc-news__metadata .vacc-news__metadata_date {
  color: #757575;
}
.vacc-news .vacc-news__metadata .vacc-news__metadata_date i {
  margin-right: 0.3125rem;
}
.vacc-news .vacc-news__title {
  margin-bottom: 0.15em;
  font-family: "Francois One", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #602050;
}
.vacc-news .vacc-news__introtext {
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  color: #616161;
}
.vacc-news figure {
  overflow: hidden;
}
.vacc-news figure .image {
  background-size: cover;
}
@media all and (max-width: 639px) {
  .vacc-news figure .image {
    padding-top: 56.25%;
  }
}
.vacc-news figure img, .vacc-news figure div {
  -webkit-transition: -webkit-transform 1000ms ease-out 50ms;
  transition: -webkit-transform 1000ms ease-out 50ms;
  transition: transform 1000ms ease-out 50ms;
  transition: transform 1000ms ease-out 50ms, -webkit-transform 1000ms ease-out 50ms;
  max-width: 100%;
  height: auto;
}
.vacc-news figure figcaption {
  display: none;
}
.vacc-news.vacc-news--evidence .vacc-news__inner {
  background: red;
  border: 1px solid red;
}
.vacc-news.vacc-news--evidence .vacc-news__inner:hover {
  -webkit-box-shadow: 0 0 20px 0 red;
          box-shadow: 0 0 20px 0 red;
}

.vacc-read-all-news a {
  background: #fefefe;
  border: 1px solid #e0e0e0;
}
.vacc-read-all-news a:hover {
  color: #222;
  background: #eeeeee;
  border-color: #9e9e9e;
}

/*.pages-list--news + ul span.date {
    font-size: rem-calc(13);
}*/
.vacc-news-list {
  margin-left: 0;
}
.vacc-news-list li {
  list-style: none;
}
.vacc-news-list li .vacc-news__cover {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .vacc-page-category .vacc-article-container,
  .vacc-page .vacc-article-container,
  .vacc-page-article .vacc-article-container {
    padding-left: 1.25rem;
    padding-right: 3.75rem;
  }
}

.vacc-page-article .main-wrapper > .inner {
  background: rgba(255, 255, 255, 0.85);
}

.vacc-article {
  min-height: 600px;
  margin-bottom: 1.875rem;
}
.vacc-article .pagetitle,
.vacc-article .title {
  color: #602050;
}
.vacc-article a {
  color: #103F3A;
  text-decoration: none;
  -webkit-transition: all 250ms ease-out 50ms;
  transition: all 250ms ease-out 50ms;
}
.vacc-article a:hover {
  color: #15534d;
}
.vacc-article a u {
  color: inherit;
  text-decoration: none;
}
.vacc-article a strong {
  color: inherit;
}
.vacc-article .cover-image {
  margin: 1.25rem auto;
  text-align: center;
  border-radius: 3px;
}
.vacc-article .cover-image img {
  border: 5px solid #fefefe;
  -webkit-box-shadow: 0 0 5px #eeeeee;
          box-shadow: 0 0 5px #eeeeee;
}
.vacc-article .cover-image figcaption {
  display: none;
}
.vacc-article ul.metadata {
  display: block;
  margin: 0 0 0.9375rem 0;
  padding: 0 0 0 1.25rem;
  border-left: 2px solid #e0e0e0;
}
.vacc-article ul.metadata li {
  list-style: none;
  margin-right: 0.5em;
  color: #424242;
}
.vacc-article ul.metadata li ol li {
  list-style: initial;
  list-style-type: decimal;
}
.vacc-article ul.metadata li.author {
  font-size: 1rem;
}
.vacc-article ul.metadata li.author span {
  margin-right: 0.3125rem;
  color: #616161;
  font-size: 0.875em;
  font-style: italic;
}
.vacc-article ul.metadata li.author strong {
  color: #222;
}
.vacc-article ul.metadata li.author-info {
  margin: 0.2em 0 0.8em;
  font-size: 0.8125rem;
  font-style: italic;
  color: #757575;
}
.vacc-article ul.metadata li.date {
  margin-top: 0.5em;
  font-size: 0.8125rem;
  color: #616161;
}
.vacc-article ul.metadata li.date ul {
  margin: 0;
}
.vacc-article ul.metadata li.date li {
  float: left;
  color: inherit;
}
.vacc-article ul.metadata li.date li.publishedon {
  margin-right: 1.25rem;
}
.vacc-article ul.metadata li.date li i {
  color: #545454;
}
.vacc-article ul.metadata li i {
  margin-right: 0.3125rem;
}
.vacc-article .introtext {
  margin: 2rem 0;
  font-family: "Francois One", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  color: #103F3A;
}
@media (min-width: 640px) {
  .vacc-article .introtext {
    font-size: 1.25rem;
  }
}
.vacc-article .introtext + .likedislike {
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.vacc-article .content {
  color: #222;
  /*p.caption + p img {
      margin-top: rem-calc(-40);
  }*/
}
.vacc-article .content p u {
  color: #222;
}
.vacc-article .content p.evidence {
  font-size: 1.125rem;
}
.vacc-article .content strong {
  color: #222;
}
.vacc-article .content abbr {
  display: none;
}
.vacc-article .content img {
  display: block;
  margin: 0.9375rem auto 0.9375rem auto;
}
.vacc-article .content figure > img + .caption {
  margin-top: -0.5rem !important;
  margin-bottom: 1.875rem !important;
}
.vacc-article .content figure + figure {
  margin-top: 1.875rem;
}
.vacc-article .content .caption,
.vacc-article .content figure figcaption {
  margin: 0.9375rem auto 0.9375rem auto;
  font-weight: 700;
  text-align: center;
  color: #455a64;
}
.vacc-article .content .caption + p img,
.vacc-article .content figure figcaption + p img {
  margin-top: 0;
}
.vacc-article .content p.caption + p {
  margin-top: 2.5rem;
}
.vacc-article .content ul.thumbnail,
.vacc-article .content ul.thumbnails {
  list-style-type: none;
  margin-left: 0;
}
.vacc-article .references {
  clear: both;
  margin-top: 1.875rem;
  padding: 0.9375rem;
  background: rgba(236, 239, 241, 0.75);
  font-size: 0.875rem;
  border-radius: 6px;
}
.vacc-article .references h5 {
  color: #602050;
}
.vacc-article .references p {
  margin-bottom: 0.25em;
}
.vacc-article .references a:hover {
  text-decoration: underline;
}
.vacc-article .references ul, .vacc-article .references ol {
  margin-bottom: 0;
}

.vacc-article-list {
  margin: 0;
  margin-bottom: 1.875rem;
  padding: 0;
}
.vacc-article-list h5 {
  color: #602050;
  text-transform: uppercase;
}
.vacc-article-list li {
  list-style: none;
  padding: 0.5em 1.5em 0.25em;
  border-bottom: 1px solid #b0bec5;
}
.vacc-article-list li:first-child {
  border-top: 1px solid #b0bec5;
}
.vacc-article-list li a {
  display: block;
  margin: -0.5em -1.5em -0.25em;
  padding: 0.5em 1.5em 0.25em;
  color: rgb(0, 83, 159);
  -webkit-transition: color 250ms ease-in-out 0 !important, background-color 250ms ease-out 0 !important;
  transition: color 250ms ease-in-out 0 !important, background-color 250ms ease-out 0 !important;
}
.vacc-article-list li a:before {
  margin-right: 0.5em;
  font-family: fontawesome;
  font-weight: 400;
  color: #78909c;
}
.vacc-article-list li a[href$=".pdf"]:before {
  content: "\f1c1";
}
.vacc-article-list li a[href*=http]:before, .vacc-article-list li a[href*="www."]:before {
  content: "\f08e";
}
.vacc-article-list li a:hover {
  color: rgb(0, 146, 208);
  background: #eceff1;
}
.vacc-article-list.vacc-article-list--files ul {
  margin-left: 0;
  background-color: #fefefe;
}
.vacc-article-list.vacc-article-list--files ul li {
  font-size: 0.875rem;
}
.vacc-article-list.vacc-article-list--files span {
  display: inline-block;
  font-size: 0.8em;
  color: #212121;
}
.vacc-article-list.vacc-article-list--files-event {
  background-color: #fefefe;
  margin-left: 0;
}
.vacc-article-list.vacc-article-list--files-event span {
  display: inline-block;
  font-size: 0.8em;
  color: #212121;
}

.vacc-article-files {
  clear: both;
  margin-top: 1.875rem;
  padding: 0.9375rem;
  background: rgba(236, 239, 241, 0.75);
  font-size: 0.875rem;
  border-radius: 6px;
}
.vacc-article-files h5 {
  color: #602050;
  text-transform: uppercase;
}
.vacc-article-files ul {
  margin: 0 0 0 2em;
  background: rgba(236, 239, 241, 0.75);
}
.vacc-article-files span {
  color: #212121;
  font-size: 0.8em;
}

/*.vacc-page-article {
    .main-wrapper > .inner {
        padding: 0;

        @media all and (min-width: 1024px) {
            padding: 0;
        }
    }

    aside .inner {
        padding: rem-calc(18 0);

        @media all and (min-width: 1024px) {
            padding: rem-calc(36 0);
        }

    }
}*/
.vacc-gallery .vacc-gallery__item {
  display: inline-block;
  list-style: none;
  margin-bottom: 0.9375rem;
}
.vacc-gallery .vacc-gallery__item a {
  display: block;
}
.vacc-gallery .vacc-gallery__item a img {
  margin: 0;
}

.vacc-page-infoline .form-contacts {
  padding: 1em;
  background: #a5d6a7;
  border-radius: 3px;
  /*label {
      color:  material-color('yellow', '500');
  }*/
  /*a {
      color:  material-color('yellow', '500');

      &:hover {
          color:  material-color('yellow', '700');
      }
  }*/
}
.vacc-page-infoline .form-contacts .progress {
  background: #c8e6c9;
}

.sisea-paging {
  padding: 0.9375rem 0;
}
.sisea-paging .pagination .current,
.sisea-paging .pagination .active {
  background: #b2ff59;
  border-radius: 3px;
}
.sisea-paging .pagination li {
  margin-right: 5px;
}
.sisea-paging .pagination li:last-child {
  margin-right: 0;
}
.sisea-paging .pagination a {
  background: #eeeeee;
  -webkit-transition: background 250ms ease-out;
  transition: background 250ms ease-out;
  will-change: background;
}
.sisea-paging .pagination a:hover {
  background: #e0e0e0;
  border-radius: 3px;
}

/*.sisea-result-pages {
	padding-right: rem-calc(12);
}*/
.sisea-highlight {
  display: inline-block;
  padding: 0.2em 0.4em;
  font-weight: bold;
  background: #ffeb3b;
  border-radius: 3px;
}

/* Cancella hightlight dentro alert-box */
.alert-box .sisea-highlight {
  background: none;
  color: inherit;
}

.sisea-item {
  position: relative;
  margin-bottom: 1.125rem;
  padding: 1.125rem 1.125rem 0.5rem 1.125rem;
  background: #fff;
  background: #f5f5f5;
  -webkit-box-shadow: 0 4px 0 -2px #e0e0e0;
          box-shadow: 0 4px 0 -2px #e0e0e0;
}
.sisea-item::before, .sisea-item::after {
  display: table;
  content: " ";
}
.sisea-item::after {
  clear: both;
}
.sisea-item:last-child {
  margin-bottom: 0;
}
.sisea-item a {
  font-weight: 400 !important;
}
.sisea-item .idx {
  font-size: 0.75em;
}

.vacc-events-list {
  margin-bottom: 1.25rem;
}
.vacc-events-list.vacc-events-list--old {
  opacity: 0.5;
}
.vacc-events-list .vacc-event {
  margin-bottom: 0.9375rem;
}

.vacc-page-event .vacc-article--event .event-date i,
.vacc-page-event .vacc-article--event .event-city i,
.vacc-page-event .vacc-article--event .event-address i {
  margin-right: 0.3125rem;
}
.vacc-page-event .vacc-article--event .event-city {
  color: #0a0a0a;
}

/*.vacc-page-event {
    .vacc-article--event {

        .row {
            margin-bottom: rem-calc(15);
        }

        .columns {
            margin-bottom: rem-calc(15);

            @media (min-width: 768px) {
                margin-bottom: rem-calc(0);
            }
        }

        p:not(.introtext) {
            //padding-left: 0.5em;
            margin-bottom: 1rem;

            &.event-date {
                margin-bottom: 0;

                span {
                    font-size: rem-calc(18);
                    font-weight: 700;
                }
            }
        }

        /*.vacc-article--event_info {
            margin-bottom: 1rem;
        }

        i {
            margin-right: 0.5em;
        }

        @media all and (min-width: 768px) {
            p {
                padding-left: 0;
            }
        }
    }
}*/
.vacc-events-cycle {
  margin-bottom: 0.625rem;
  background: #eceff1;
  border: 1px solid #b0bec5;
  -webkit-transition: background 250ms ease-out 50ms, -webkit-box-shadow 250ms ease-out 100ms;
  transition: background 250ms ease-out 50ms, -webkit-box-shadow 250ms ease-out 100ms;
  transition: box-shadow 250ms ease-out 100ms, background 250ms ease-out 50ms;
  transition: box-shadow 250ms ease-out 100ms, background 250ms ease-out 50ms, -webkit-box-shadow 250ms ease-out 100ms;
  will-change: background, box-shadow;
}
.vacc-events-cycle:hover {
  -webkit-box-shadow: 0px 0 20px 0px rgba(96, 125, 139, 0.25);
          box-shadow: 0px 0 20px 0px rgba(96, 125, 139, 0.25);
  background: #cfd8dc;
}
.vacc-events-cycle .vacc-event .vacc-event__inner {
  background: none;
}
.vacc-events-cycle .vacc-event .vacc-event__inner:hover {
  background: none;
}

.vacc-event {
  margin-bottom: 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  /*a {
      color: $black;
      display: block;

      &:hover {
          color: inherit;
      }
  }*/
}
.vacc-event > a,
.vacc-event > div {
  display: block;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: background 250ms ease-out 50ms;
  transition: background 250ms ease-out 50ms;
}
.vacc-event > a:hover,
.vacc-event > div:hover {
  background: #cfd8dc;
}
.vacc-event > a a,
.vacc-event > div a {
  font-weight: 400;
}
.vacc-event .vacc-event__inner {
  padding: 0.9375rem;
  background: #eceff1;
}
.vacc-event .vacc-event__title {
  margin-bottom: 0.15em;
  font-family: "Francois One", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  color: #222;
}
.vacc-event .vacc-event__description {
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  color: #616161;
}
.vacc-event .vacc-event__metadata .divider {
  color: #757575;
  margin: 0 0.5rem;
}
.vacc-event .vacc-event__metadata .date {
  display: inline-block;
  font-size: 0.875rem;
  color: #424242;
}
.vacc-event .vacc-event__metadata .location {
  display: inline-block;
  font-size: 0.875rem;
  color: #424242;
}
.vacc-event .vacc-event__metadata .location .city {
  text-transform: uppercase;
}
.vacc-event .vacc-event__metadata i {
  margin-right: 5px;
}
.vacc-event .vacc-event__attachments {
  margin-top: 0.625rem;
}
.vacc-event .vacc-event__attachments .divider {
  color: #757575;
  margin: 0 0.5rem;
}
.vacc-event .vacc-event__attachments .date {
  display: inline-block;
  font-size: 0.875rem;
  color: #424242;
}
.vacc-event .vacc-event__attachments .location {
  display: inline-block;
  font-size: 0.875rem;
  color: #424242;
}
.vacc-event .vacc-event__attachments a {
  display: inline-block;
  font-size: 0.875rem;
}
.vacc-event .vacc-event__attachments i {
  margin-right: 5px;
}
.vacc-event .vacc-event__type {
  margin: -0.9375rem -0.9375rem 0.9375rem -0.9375rem;
  padding: 0.1875rem 0.9375rem;
  text-transform: uppercase;
  color: #fefefe;
  background: #607d8b;
}

.vacc-read-all-events a {
  background: #eceff1;
  border: 1px solid #cfd8dc;
}
.vacc-read-all-events a:hover {
  background: #b0bec5;
  border-color: #90a4ae;
}

body {
  font-family: "Roboto", Arial, sans-serif;
  background-color: #999999;
  /*&::before {
  	position: fixed; left: 0; top: 0; z-index: -1;
  	width: 100%; height: 100%;
  	content: "\00a0";
  	//background-image: url(../images/body-bg.png);
  	//background-color: lighten($stSkyBlue, 5%);
  	background-color: transparent;
  	//background-image: url(../images/sciliar-v2.svg);
  	background-image: url(../images/sfondo-AA-ST-small.png);
  	opacity: .25;
  	background-size: 256px;
  	//background-size: cover;
  	//background-size: contain;
  }*/
}

header .logos {
  max-height: 180px;
}
header .logos a {
  display: block;
}
header .logos .logo-vacc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer {
  position: relative;
  z-index: 3;
}

@media print, screen and (max-width: 39.99875em) {
  header .logos {
    max-height: none;
  }
}
.vacc-main-section-center {
  margin-bottom: 1rem;
}

.vacc-breadcrumbs {
  padding: 0.75rem 1.25rem;
}

.container .main-wrapper > .inner {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.35);
          box-shadow: 0 0 10px rgba(10, 10, 10, 0.35);
  background: rgba(254, 254, 254, 0.95);
}

.logo-trentino-miniature {
  float: left;
  margin-left: 3%;
  height: 50px;
  padding: 10px 10px;
}

.logo-trentino-miniature-bottom {
  float: right;
  height: 30px;
  padding: 0;
}

.bottom-patrocini {
  text-align: center;
}
.bottom-patrocini .collaboration,
.bottom-patrocini .sostegno {
  display: block;
  margin-bottom: 0.625rem;
  font-size: 0.75rem;
  font-style: italic;
  color: #222;
}
.bottom-patrocini a {
  display: inline-block;
  margin-bottom: 1.25rem;
}
.bottom-patrocini a img {
  max-height: 50px;
  width: auto;
}
.bottom-patrocini .sostegno a:last-child {
  margin-bottom: 0;
}
.bottom-patrocini.bottom-patrocini--sostegno {
  margin-top: 1.25rem;
  color: rgb(0, 83, 159);
}
.bottom-patrocini.bottom-patrocini--sostegno .sostegno {
  color: inherit;
}
.bottom-patrocini.bottom-patrocini--sostegno a {
  padding: 0 0.9375rem;
}
.bottom-patrocini.bottom-patrocini--sostegno a img {
  max-height: 60px;
}

@media all and (min-width: 790px) {
  .vacc-news-section .section-title {
    width: auto;
    margin-top: -10px;
  }
}
@media all and (max-width: 639px) {
  /*.logo-trentino-miniature-bottom {
  	margin-top: 10px;
  }*/
  .bottom-patrocini a {
    padding: 0 0.625rem;
  }
  .bottom-patrocini a {
    margin-bottom: 0.625rem;
  }
  .bottom-patrocini--sostegno {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 64em) {
  .cd-primary-nav {
    float: none;
  }
  .logo-trentino-miniature {
    float: right;
    height: 80px;
    margin: 0;
    padding: 20px 15px;
  }
  .logo-trentino-miniature-bottom {
    float: right;
    height: 40px;
    margin: 0;
    padding: 0 0 0 15px;
  }
}
.vacc-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 200, 138, 0.8);
}

.vacc-modal-language .vacc-row-lang-en {
  margin-bottom: 1rem;
}
.vacc-modal-language .vacc-modal__notice p {
  margin-bottom: 0;
}

.vacc-modal--hidden {
  display: none;
}

.vacc-modal__content {
  position: relative;
  padding: 1.875rem;
  max-width: 40rem;
  margin: 30px;
  font-size: 1.125rem;
  background-color: white;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 40px rgba(32, 32, 32, 0.5);
          box-shadow: 0 0 40px rgba(32, 32, 32, 0.5);
}
.vacc-modal__content .button {
  background: #103F3A;
  color: white;
}
.vacc-modal__content .button:hover {
  background: #15534d;
}

.vacc-row-lang-de {
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #ccc;
}

.vacc-modal__lang-flag {
  position: relative;
  width: 3.125rem;
  margin-left: 0.5rem;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.vacc-modal__lang-flag:hover {
  -webkit-transform: scale(1.15, 1.15);
          transform: scale(1.15, 1.15);
  opacity: 0.75;
}