@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

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

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

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

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

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

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

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

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

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

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

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

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

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

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

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

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

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

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

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

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

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

pre {
  overflow: auto;
}

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

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

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

.row {
  max-width: 76.875rem;
  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: 64.0625em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media screen and (min-width: 75em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

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

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row:not(.expanded) .row {
  max-width: none;
}

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

.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

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

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

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

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

.small-2 {
  width: 16.66667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.33333%;
}

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

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

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

.small-5 {
  width: 41.66667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.33333%;
}

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

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

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

.small-8 {
  width: 66.66667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.33333%;
}

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

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

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

.small-11 {
  width: 91.66667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .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.33333%;
}

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

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

.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;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .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.33333%;
  }
  .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.66667%;
  }
  .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.28571%;
  }
  .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;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1 > .column, .large-up-1 > .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.33333%;
  }
  .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.66667%;
  }
  .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.28571%;
  }
  .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;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-1 {
    width: 8.33333%;
  }
  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-2 {
    width: 16.66667%;
  }
  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-push-3 {
    position: relative;
    left: 25%;
  }
  .xlarge-pull-3 {
    position: relative;
    left: -25%;
  }
  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }
  .xlarge-4 {
    width: 33.33333%;
  }
  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-5 {
    width: 41.66667%;
  }
  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-push-6 {
    position: relative;
    left: 50%;
  }
  .xlarge-pull-6 {
    position: relative;
    left: -50%;
  }
  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }
  .xlarge-7 {
    width: 58.33333%;
  }
  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-8 {
    width: 66.66667%;
  }
  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-push-9 {
    position: relative;
    left: 75%;
  }
  .xlarge-pull-9 {
    position: relative;
    left: -75%;
  }
  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }
  .xlarge-10 {
    width: 83.33333%;
  }
  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-11 {
    width: 91.66667%;
  }
  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }
  .xlarge-12 {
    width: 100%;
  }
  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
    float: left;
  }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
    float: left;
  }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    float: left;
    width: 33.33333%;
  }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
    float: left;
  }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
    float: left;
  }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
    float: left;
  }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    float: left;
    width: 16.66667%;
  }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
    float: left;
  }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    float: left;
    width: 14.28571%;
  }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
    float: left;
  }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
    float: left;
  }
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .xlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .xlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .xlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .xlarge-centered, .xlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

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

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

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

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

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
}

.clearfix::after {
  clear: both;
}

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: "Montserrat", 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: 2.5rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.5rem;
  }
  h2, .h2 {
    font-size: 2.3125rem;
  }
  h3, .h3 {
    font-size: 2.1875rem;
  }
  h4, .h4 {
    font-size: 1.5625rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #00337a;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #002c69;
}

a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

dl {
  margin-bottom: 1rem;
}

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

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

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

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

cite:before {
  content: "— ";
}

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

figure {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

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

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-family: inherit;
  padding: 15px 25px 15px 10px;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 30px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #00337a;
  color: #ffffff;
}

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

@media print, screen and (min-width: 40em) {
  .button {
    padding: 15px 30px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .button {
    padding: 15px 40px;
  }
}

.button:hover, .button:focus {
  background-color: #002b68;
  color: #ffffff;
}

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

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

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

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

.button.primary {
  background-color: #00337a;
  color: #ffffff;
}

.button.primary:hover, .button.primary:focus {
  background-color: #002962;
  color: #ffffff;
}

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

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

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

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

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

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

.button.alert {
  background-color: #cc4b37;
  color: #ffffff;
}

.button.alert:hover, .button.alert:focus {
  background-color: #a53b2a;
  color: #ffffff;
}

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

.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #00337a;
  color: #ffffff;
}

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

.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #00337a;
  color: #ffffff;
}

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

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

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

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

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

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

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

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

.button.hollow {
  border: 1px solid #00337a;
  color: #00337a;
}

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

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

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

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

.button.hollow.primary {
  border: 1px solid #00337a;
  color: #00337a;
}

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

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

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

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

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

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

.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #0f5ac6;
  color: #0f5ac6;
}

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

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

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

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

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

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

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

.button.clear {
  border: 1px solid #00337a;
  color: #00337a;
}

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

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

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

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

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

.button.clear.primary {
  border: 1px solid #00337a;
  color: #00337a;
}

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

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

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

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

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

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

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

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

.button.clear.success:hover, .button.clear.success:focus {
  border-color: #0f5ac6;
  color: #0f5ac6;
}

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

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

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

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

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

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

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

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

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

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

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: medium 15px 30px;
}

.button.dropdown.hollow::after {
  border-top-color: #00337a;
}

.button.dropdown.hollow.primary::after {
  border-top-color: #00337a;
}

.button.dropdown.hollow.secondary::after {
  border-top-color: #cccccc;
}

.button.dropdown.hollow.success::after {
  border-top-color: #b0cef9;
}

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

.button.dropdown.hollow.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;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.90625rem;
  margin: 0 0 1.75rem;
  padding: 0.875rem;
  border: 1px solid #333333;
  border-radius: 50px;
  background-color: #ffffff;
  box-shadow: none;
  font-family: inherit;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  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 #eeeeee;
  background-color: #eeeeee;
  box-shadow: none;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #333333;
}

input::placeholder,
textarea::placeholder {
  color: #333333;
}

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

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

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

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

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

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

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

[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 1.75rem;
  padding: 0.9375rem 0;
}

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

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.75rem;
}

.input-group > :first-child {
  border-radius: 50px 0 0 50px;
}

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

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  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;
  height: 3.4375rem;
}

.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: 3.4375rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.8125rem;
}

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

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

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

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

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

select {
  height: 2.90625rem;
  margin: 0 0 1.75rem;
  padding: 0.875rem;
  appearance: none;
  border: 1px solid #333333;
  border-radius: 50px;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 0.8125rem;
  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 -1.75rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 2.625rem;
}

@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 #eeeeee;
  background-color: #eeeeee;
  box-shadow: none;
}

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

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

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

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

.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.875rem;
  margin-bottom: 1.75rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}

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

input[type="range"] {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
  appearance: none;
  border: 0;
  line-height: 1;
  cursor: pointer;
}

input[type="range"]:focus {
  outline: 0;
}

input[type="range"][disabled] {
  opacity: 0.25;
}

input[type="range"]::-webkit-slider-runnable-track {
  height: 0.5rem;
  background: #e6e6e6;
}

input[type="range"]::-webkit-slider-handle {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.45rem;
  -webkit-appearance: none;
  background: #00337a;
}

input[type="range"]::-moz-range-track {
  height: 0.5rem;
  -moz-appearance: none;
  background: #e6e6e6;
}

input[type="range"]::-moz-range-thumb {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.45rem;
  -moz-appearance: none;
  background: #00337a;
}

input[type="range"]::-ms-track {
  height: 0.5rem;
  border: 0;
  border-top: 0.45rem solid #ffffff;
  border-bottom: 0.45rem solid #ffffff;
  background: #e6e6e6;
  overflow: visible;
  color: transparent;
}

input[type="range"]::-ms-thumb {
  width: 1.4rem;
  height: 1.4rem;
  border: 0;
  background: #00337a;
}

input[type="range"]::-ms-fill-lower {
  background: #cacaca;
}

input[type="range"]::-ms-fill-upper {
  background: #e6e6e6;
}

output {
  vertical-align: middle;
  margin-left: 0.5em;
  line-height: 1.4rem;
}

.accordion {
  margin-left: 0;
  background: #ffffff;
  list-style-type: none;
}

.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

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

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 1.5625rem;
  line-height: 1;
  color: #333333;
}

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

.accordion-title:hover, .accordion-title:focus {
  background-color: #ffffff;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

.is-active > .accordion-title::before {
  content: '\2013';
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #ffffff;
  color: #333333;
}

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.accordion-menu li {
  width: 100%;
}

.accordion-menu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #00337a transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem;
}

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -ms-transform: rotate(180deg);
      transform: rotate(180deg);
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
}

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

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

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #00337a transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

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

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

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

.badge.primary {
  background: #00337a;
  color: #ffffff;
}

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

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

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

.badge.alert {
  background: #cc4b37;
  color: #ffffff;
}

.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 4px;
  opacity: 1;
  content: ">";
  color: #00337a;
}

.breadcrumbs a {
  color: #00337a;
}

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

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

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}

.button-group::before, .button-group::after {
  display: table;
  content: ' ';
}

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

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}

.button-group .button:last-child {
  margin-right: 0;
}

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

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

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

.button-group.expanded {
  margin-right: -1px;
}

.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}

.button-group.expanded .button:first-child:last-child {
  width: 100%;
}

.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.33333% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.66667% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}

.button-group.primary .button {
  background-color: #00337a;
  color: #ffffff;
}

.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #002962;
  color: #ffffff;
}

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

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

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

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

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

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

.button-group.alert .button {
  background-color: #cc4b37;
  color: #ffffff;
}

.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #ffffff;
}

.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}

.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 1rem 0;
  padding: 1rem;
  border: 1px solid;
  border-radius: 0;
  background-color: white;
  color: #333333;
}

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

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

.callout.primary {
  background-color: #c5ddff;
  color: #333333;
}

.callout.secondary {
  background-color: #f7f7f7;
  color: #333333;
}

.callout.success {
  background-color: #f3f8fe;
  color: #333333;
}

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

.callout.alert {
  background-color: #f7e4e1;
  color: #333333;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
  color: #333333;
}

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

.card-divider {
  padding: 1rem;
  background: #e6e6e6;
}

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

.card-section {
  padding: 1rem;
}

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

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

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

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

.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

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

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

[data-whatinput='mouse'] .menu li {
  outline: 0;
}

.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu input {
  display: inline-block;
}

.menu li, .menu.horizontal li {
  display: inline-block;
}

.menu.vertical li {
  display: block;
}

.menu.expanded {
  display: table;
  width: 100%;
}

.menu.expanded > li {
  display: table-cell;
  vertical-align: middle;
}

.menu.simple li + li {
  margin-left: 1rem;
}

.menu.simple a {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal li {
    display: inline-block;
  }
  .menu.medium-vertical li {
    display: block;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
  }
  .menu.medium-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.medium-simple {
    display: table;
    width: 100%;
  }
  .menu.medium-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .menu.large-horizontal li {
    display: inline-block;
  }
  .menu.large-vertical li {
    display: block;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
  }
  .menu.large-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.large-simple {
    display: table;
    width: 100%;
  }
  .menu.large-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}

@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal li {
    display: inline-block;
  }
  .menu.xlarge-vertical li {
    display: block;
  }
  .menu.xlarge-expanded {
    display: table;
    width: 100%;
  }
  .menu.xlarge-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.xlarge-simple {
    display: table;
    width: 100%;
  }
  .menu.xlarge-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}

.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}

.menu.icons img,
.menu.icons i,
.menu.icons svg {
  vertical-align: middle;
}

.menu.icons img + span,
.menu.icons i + span,
.menu.icons svg + span {
  vertical-align: middle;
}

.menu.icon-top img,
.menu.icon-top i,
.menu.icon-top svg, .menu.icon-right img,
.menu.icon-right i,
.menu.icon-right svg, .menu.icon-bottom img,
.menu.icon-bottom i,
.menu.icon-bottom svg, .menu.icon-left img,
.menu.icon-left i,
.menu.icon-left svg {
  vertical-align: middle;
}

.menu.icon-top img + span,
.menu.icon-top i + span,
.menu.icon-top svg + span, .menu.icon-right img + span,
.menu.icon-right i + span,
.menu.icon-right svg + span, .menu.icon-bottom img + span,
.menu.icon-bottom i + span,
.menu.icon-bottom svg + span, .menu.icon-left img + span,
.menu.icon-left i + span,
.menu.icon-left svg + span {
  vertical-align: middle;
}

.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
  display: inline-block;
}

.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
  display: inline-block;
}

.menu.icon-top li a {
  text-align: center;
}

.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  display: block;
  margin: 0 auto 0.25rem;
}

.menu.icon-bottom li a {
  text-align: center;
}

.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  display: block;
  margin: 0.25rem auto 0;
}

.menu .is-active > a {
  background: #00337a;
  color: #ffffff;
}

.menu .active > a {
  background: #00337a;
  color: #ffffff;
}

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

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

.menu.align-right .submenu li {
  text-align: left;
}

.menu.align-right.vertical .submenu li {
  text-align: right;
}

.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}

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

.menu.align-center .submenu li {
  text-align: left;
}

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

.menu-centered > .menu {
  text-align: center;
}

.menu-centered > .menu .submenu li {
  text-align: left;
}

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
  content: '';
}

.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}

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

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

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #ffffff;
}

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  transition: transform 0.15s linear;
}

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

.drilldown .is-drilldown-submenu.is-closing {
  -ms-transform: translateX(100%);
      transform: translateX(100%);
}

.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}

.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}

.drilldown .is-drilldown-submenu-parent > a::after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #00337a;
}

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #00337a;
}

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #00337a transparent transparent;
}

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #00337a transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 1rem;
}

.dropdown-pane.is-opening {
  display: block;
}

.dropdown-pane.is-open {
  visibility: visible;
  display: block;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #00337a transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}

.dropdown.menu a {
  padding: 0.7rem 1rem;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.dropdown.menu .is-active > a {
  background: transparent;
  color: #00337a;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0;
}

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical > li > a::after {
  right: 14px;
}

.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #00337a transparent transparent;
}

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #00337a;
}

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #00337a transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #00337a transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #00337a;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #00337a transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #00337a transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #00337a;
  }
}

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #00337a transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #00337a transparent transparent;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #00337a;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

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

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

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

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

.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #ffffff;
}

.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}

.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #00337a transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #00337a;
}

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

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

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

.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: #00337a;
  color: #ffffff;
}

.label.primary {
  background: #00337a;
  color: #ffffff;
}

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

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

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

.label.alert {
  background: #cc4b37;
  color: #ffffff;
}

.media-object {
  display: block;
  margin-bottom: 1rem;
}

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

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.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-object-section.middle {
  vertical-align: middle;
}

.media-object-section.bottom {
  vertical-align: bottom;
}

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

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

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

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

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-push {
  z-index: 12;
}

.off-canvas.is-closed {
  visibility: hidden;
}

.off-canvas.is-transition-overlap {
  z-index: 13;
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

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

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-push {
  z-index: 12;
}

.off-canvas-absolute.is-closed {
  visibility: hidden;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -ms-transform: translateY(250px);
      transform: translateY(250px);
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    -ms-transform: none;
        transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    -ms-transform: none;
        transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    -ms-transform: none;
        transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -ms-transform: none;
        transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .position-left.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    -ms-transform: none;
        transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    -ms-transform: none;
        transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    -ms-transform: none;
        transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    -ms-transform: none;
        transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    -ms-transform: none;
        transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    -ms-transform: none;
        transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xlarge {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    -ms-transform: none;
        transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xlarge {
    -ms-transform: none;
        transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    -ms-transform: none;
        transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    -ms-transform: none;
        transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    -ms-transform: none;
        transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}

@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    -ms-transform: none;
        transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #ffffff;
}

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #ffffff;
}

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

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

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

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.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: #0a0a0a;
}

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

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #00337a;
  color: #ffffff;
  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: '\2026';
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab';
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb';
}

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

.progress.primary .progress-meter {
  background-color: #00337a;
}

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

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

.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: #00337a;
}

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

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

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

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

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

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

.slider-handle:hover {
  background-color: #002b68;
}

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

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

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -ms-transform: scale(1, -1);
      transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

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

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

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

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

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #ffffff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

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

@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column, .reveal .columns {
  min-width: 0;
}

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

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

.reveal.collapse {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 76.875rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 76.875rem;
  }
}

@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 76.875rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

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

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

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input + .switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #ffffff;
  transition: all 0.25s ease-out;
  content: '';
}

input:checked ~ .switch-paddle {
  background: #00337a;
}

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

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

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

.switch-active {
  left: 8%;
  display: none;
}

input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

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

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

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

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

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

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

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

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

table thead,
table tbody,
table tfoot {
  border: 1px solid #f2f2f2;
  background-color: #ffffff;
}

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

table thead {
  background: #f9f9f9;
  color: #333333;
}

table tfoot {
  background: #f2f2f2;
  color: #333333;
}

table thead tr,
table tfoot tr {
  background: transparent;
}

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

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

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

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

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

@media screen and (max-width: 64em) {
  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: #f4f4f4;
}

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

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

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

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

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #ffffff;
  list-style-type: none;
}

.tabs::before, .tabs::after {
  display: table;
  content: ' ';
}

.tabs::after {
  clear: both;
}

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

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

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

.tabs.primary {
  background: #00337a;
}

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

.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #003b8d;
}

.tabs-title {
  float: left;
}

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

.tabs-title > a:hover {
  background: #ffffff;
  color: #002c69;
}

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

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

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

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

.tabs-panel.is-active {
  display: block;
}

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

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

a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(0, 51, 122, 0.5);
}

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

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #ffffff;
}

.title-bar::before, .title-bar::after {
  display: table;
  content: ' ';
}

.title-bar::after {
  clear: both;
}

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

.title-bar-left {
  float: left;
}

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

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

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

.tooltip::before {
  position: absolute;
}

.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}

.tooltip.bottom.align-center::before {
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.top.align-center::before {
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}

.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}

.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}

.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}

.tooltip.align-left::before {
  left: 10%;
  right: auto;
}

.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  padding: 0.5rem;
}

.top-bar::before, .top-bar::after {
  display: table;
  content: ' ';
}

.top-bar::after {
  clear: both;
}

.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}

@media screen and (max-width: 64em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 89.9375em) {
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}

.top-bar-title .menu-icon {
  bottom: 2px;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .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.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.spin-cw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

body.deskMenuOpened {
  overflow: hidden;
}

*:focus {
  outline: 0 none;
}

.blog-evidenza .blogWrp, .paragraph--type--scacchiera-container .colCnt.bgSfondo-formCaneGatto, .block-frontpageblocchicategorie .colCaneGatto:before {
  background-image: linear-gradient(180deg, #00337a 0%, #004787 100%);
  color: #ffffff;
}

.paragraph--type--scacchiera-container .colCnt.bgSfondo-formRurale, .block-frontpageblocchicategorie .colRurale:before {
  background-image: linear-gradient(180deg, #669900 0%, #699817 100%);
  color: #ffffff;
}

.paragraph--type--scacchiera-container .colCnt.bgSfondo-formOrnitologia, .block-frontpageblocchicategorie .colOrnitologia:before {
  background-image: linear-gradient(180deg, #ff9900 0%, #ebba26 100%);
  color: #ffffff;
}

.paragraph--type--scacchiera-container .colCnt.bgSfondo-formIgiene, .block-frontpageblocchicategorie .colIgiene:before {
  background-image: linear-gradient(180deg, #a52c04 0%, #cc310f 100%);
  color: #ffffff;
}

.ajax-progress-fullscreen {
  left: 50%;
  position: fixed;
  top: 50%;
  z-index: 1000;
  background-color: #ffffff;
  border-radius: 10px;
  height: 80px;
  opacity: 1;
  padding: 4px;
  width: 80px;
  background-image: url("../images/preloader.gif");
  box-shadow: 0 0 8px #ddd;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

#outdated {
  height: 100%;
}

#outdated #btnCloseUpdateBrowser {
  display: none;
}

.block-display-javascriptback .formevet-javascriptback {
  overflow: hidden;
}

.block-display-javascriptback #jsBack {
  display: inline-block;
  float: right;
  cursor: pointer;
  vertical-align: top;
}

.block-display-javascriptback #jsBack span {
  display: inline-block;
  width: 56px;
  height: 56px;
  background: #cccccc;
  transition: all .5s;
  vertical-align: top;
  color: #ffffff;
  text-align: center;
}

.block-display-javascriptback #jsBack span:before {
  display: inline-block;
  vertical-align: top;
  font-size: 22px;
  line-height: 56px;
}

.block-display-javascriptback #jsBack span:hover {
  background: #00337a;
}

.field-name-field-contenuti-correlati {
  width: calc(100% + 40px);
  margin: 0 -20px;
}

.field-name-field-contenuti-correlati article {
  margin: 0 20px;
}

.field-name-field-contenuti-correlati .correlatoItm a {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.field-name-field-contenuti-correlati .correlatoItm a.cover {
  position: relative;
}

.field-name-field-contenuti-correlati .correlatoItm .field-name-field-copertina-prodotto,
.field-name-field-contenuti-correlati .correlatoItm .field-name-field-banner {
  position: relative;
  margin: 0;
  border: 1px solid #e3e3e3;
}

.field-name-field-contenuti-correlati .correlatoItm .field-name-field-copertina-prodotto img,
.field-name-field-contenuti-correlati .correlatoItm .field-name-field-banner img {
  width: 100%;
  height: auto;
}

.field-name-field-contenuti-correlati .correlatoItm .hovBlu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 51, 122, 0.87);
  opacity: 0;
  transition: all .5s;
}

.field-name-field-contenuti-correlati .correlatoItm .hovBlu span {
  position: relative;
  top: 50%;
  left: 50%;
  background: #ffffff !important;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  color: #00337a !important;
}

.field-name-field-contenuti-correlati .correlatoItm .hovBlu.fixed {
  background: #00337a;
  opacity: 1;
}

.field-name-field-contenuti-correlati .correlatoItm a.cover:hover .hovBlu {
  opacity: 1;
}

.field-name-field-contenuti-correlati .correlatoItm .bolloVet {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  height: 60px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.field-name-field-contenuti-correlati .correlatoItm .bolloVet.bolloLog {
  background-image: url("../images/bollovet_logged.svg");
}

.field-name-field-contenuti-correlati .correlatoItm .bolloVet.bolloAn {
  background-image: url("../images/bollovet_anonymous.svg");
}

.field-name-field-contenuti-correlati .correlatoItm .blogWrp {
  margin: 20px 0 0 0;
  padding: 0;
}

.field-name-field-contenuti-correlati .correlatoItm .field-name-field-area-prodotto,
.field-name-field-contenuti-correlati .correlatoItm .field-name-field-tipo-news {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #00337a;
  text-transform: uppercase;
}

.field-name-field-contenuti-correlati .correlatoItm h5.node-title {
  margin: 10px 0 20px 0;
}

.field-name-field-contenuti-correlati .correlatoItm h5.node-title a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.625rem;
  color: #00337a;
  text-decoration: none;
}

.field-name-field-contenuti-correlati .correlatoItm .field-name-field-testo-anteprima {
  display: none;
}

.field-name-field-contenuti-correlati .correlatoItm .field-name-field-testo-anteprima p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.875rem;
}

.field-name-field-contenuti-correlati .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.field-name-field-contenuti-correlati .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 10px;
}

.field-name-field-contenuti-correlati .slick-dots li {
  margin: 5px 10px;
}

.field-name-field-contenuti-correlati .slick-dots li button {
  padding: 0;
}

.field-name-field-contenuti-correlati .slick-dots li button:before {
  border-radius: 30px;
  background: transparent;
  transition: all 0.2s ease;
  font-size: 11px;
  color: #00337a;
}

.field-name-field-contenuti-correlati .slick-dots li.slick-active button:before {
  background: #00337a;
}

.field-name-field-contenuti-correlati .slick-prev, .field-name-field-contenuti-correlati .slick-next {
  width: 56px;
  height: 56px;
  background: #cccccc;
  border-radius: 0 !important;
  z-index: 1;
  transition: all .5s;
}

.field-name-field-contenuti-correlati .slick-prev:hover, .field-name-field-contenuti-correlati .slick-next:hover {
  background: #00337a;
}

.field-name-field-contenuti-correlati .slick-prev {
  left: -23px;
}

.field-name-field-contenuti-correlati .slick-next {
  right: -23px;
}

@media print, screen and (min-width: 40em) {
  .field-name-field-contenuti-correlati .correlatoItm .blogWrp {
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .field-name-field-contenuti-correlati .correlatoItm .blogWrp {
    padding: 0 25px;
  }
  .field-name-field-contenuti-correlati .correlatoItm h5.node-title a {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
  .field-name-field-contenuti-correlati .correlatoItm .field-name-field-testo-anteprima {
    display: block;
  }
}

.block-loginandregistration h1 {
  margin: 20px 0 40px 0;
}

body.section-user.path-user .block-formevet18-local-tasks,
body.section-accesso-area-riservata .block-formevet18-local-tasks {
  display: none !important;
}

.region-highlighted .callout.alert {
  background-color: #a52c04;
  color: #ffffff;
}

.region-highlighted .callout.alert h2.visually-hidden {
  display: none !important;
}

.region-highlighted .callout.alert .close-button {
  color: #ffffff;
}

body.user-0 .hide-for-anonymous {
  display: none !important;
}

body.user-logged-in .hide-for-logged {
  display: none !important;
}

/*
 * zurb_foundation.scss - Contains all Drupal-specific SASS for this theme.
 *
 * @todo Split this into multiple folders/files.
*/
.region-highlighted:empty {
  display: none;
}

.toolbar-tray a {
  font-size: 13px;
}

.toolbar .toolbar-toggle-orientation .toolbar-icon {
  margin: 0;
}

.toolbar .toolbar-toggle-orientation .toolbar-icon:before {
  min-height: 0;
}

.top-bar-section ul li {
  padding-top: 0;
}

.top-bar-section ul li a.is-active {
  color: #FFFFFF;
}

.no-js .top-bar {
  display: none;
}

@media screen and (min-width: 40em) {
  .no-js .top-bar {
    display: block;
  }
  .no-js .title-bar {
    display: none;
  }
}

body.toolbar-fixed .sticky.is-stuck .top-bar {
  margin-top: 39px;
}

body.toolbar-fixed.toolbar-horizontal.toolbar-tray-open .sticky.is-stuck .top-bar {
  margin-top: 78px;
}

body.toolbar-fixed .sticky.is-stuck.is-at-top {
  margin-top: 0 !important;
}

.top-bar .menu-item--collapsed, .top-bar .menu-item--expanded {
  list-style: none;
}

.top-bar .search-block-form .form-item-keys, .top-bar .search-block-form .form-actions {
  display: inline-block;
}

.dropbutton-wrapper {
  background-color: #008CBA;
  margin: 0 0 1.25rem;
}

.dropbutton-wrapper .button {
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}

.block-local-tasks-block {
  margin-top: 1rem;
}

@font-face {
  font-family: 'formevet';
  src: url("../fonts/formevet/formevet.eot?81599332");
  src: url("../fonts/formevet/formevet.eot?81599332#iefix") format("embedded-opentype"), url("../fonts/formevet/formevet.woff2?81599332") format("woff2"), url("../fonts/formevet/formevet.woff?81599332") format("woff"), url("../fonts/formevet/formevet.ttf?81599332") format("truetype"), url("../fonts/formevet/formevet.svg?81599332#formevet") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="formevet-"]:before,
[class*=" formevet-"]:before,
body.node--type-article article .field-name-field-tags a:before,
.button.white.freccia:after,
.button.whiteBordered.freccia:after,
.button.freccia:after,
.webform-submission-form .select2-container.select2-container--open .select2-selection .select2-selection__arrow:after,
.user-login-form .select2-container.select2-container--open .select2-selection .select2-selection__arrow:after,
.user-register-form .select2-container.select2-container--open .select2-selection .select2-selection__arrow:after,
.webform-submission-form .select2-container .select2-selection__arrow:after,
.user-login-form .select2-container .select2-selection__arrow:after,
.user-register-form .select2-container .select2-selection__arrow:after,
.formevet-filearchive .archiveFile .fileArchiveTop:before,
.arcfiles-aggregati table.afaTable td.tdTitle:after,
.arcfiles-esteso table.afaTable td.tdTitle:after,
.views-exposed-form.block-formespostoricercaricercaform-page .form-actions:before,
#block-views-block-ricerca-ricerca-block .views-exposed-form .form-actions:before,
#block-views-block-ricerca-ricerca-block .archiveFile .fileArchiveTop:before {
  font-family: "formevet";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.formevet-cerca:before, .views-exposed-form.block-formespostoricercaricercaform-page .form-actions:before, #block-views-block-ricerca-ricerca-block .views-exposed-form .form-actions:before {
  content: '\e800';
}

/* '' */
.formevet-freccia-backto:before {
  content: '\e803';
}

/* '' */
.formevet-freccia-destra:before, .arcfiles-aggregati table.afaTable td.tdTitle:after,
.arcfiles-esteso table.afaTable td.tdTitle:after {
  content: '\e804';
}

/* '' */
.formevet-freccia-giu:before {
  content: '\e805';
}

/* '' */
.formevet-freccia-more:before, .button.white.freccia:after, .button.whiteBordered.freccia:after, .button.freccia:after {
  content: '\e806';
}

/* '' */
.formevet-freccia-sinistra:before {
  content: '\e807';
}

/* '' */
.formevet-label-vet:before {
  content: '\e808';
}

/* '' */
.formevet-label:before, body.node--type-article article .field-name-field-tags a:before {
  content: '\e809';
}

/* '' */
.formevet-mail:before {
  content: '\e80a';
}

/* '' */
.formevet-play-round:before {
  content: '\e80b';
}

/* '' */
.formevet-select-close:before, .webform-submission-form .select2-container.select2-container--open .select2-selection .select2-selection__arrow:after,
.user-login-form .select2-container.select2-container--open .select2-selection .select2-selection__arrow:after,
.user-register-form .select2-container.select2-container--open .select2-selection .select2-selection__arrow:after {
  content: '\e80c';
}

/* '' */
.formevet-select-open:before, .webform-submission-form .select2-container .select2-selection__arrow:after,
.user-login-form .select2-container .select2-selection__arrow:after,
.user-register-form .select2-container .select2-selection__arrow:after {
  content: '\e80d';
}

/* '' */
.formevet-slide-def:before {
  content: '\e80e';
}

/* '' */
.formevet-social-fb:before {
  content: '\e80f';
}

/* '' */
.formevet-social-ig:before {
  content: '\e810';
}

/* '' */
.formevet-file-pdf:before, .formevet-filearchive .archiveFile .fileArchiveTop:before, #block-views-block-ricerca-ricerca-block .archiveFile .fileArchiveTop:before {
  content: '\e811';
}

/* '' */
.formevet-file-sicurezza:before {
  content: '\e812';
}

/* '' */
.formevet-social-li:before {
  content: '\e822';
}

/* '' */
.l-hidden-menu {
  position: fixed;
  top: -200vh;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 51, 122, 0.9);
  z-index: 10;
  opacity: 0;
  transition: all .5s;
}

.l-hidden-menu .block-navigazioneprincipale {
  margin-top: 80px;
}

.l-hidden-menu ul.menu * {
  transition: all .3s;
}

.l-hidden-menu .menu .is-active > a {
  background: transparent;
}

.l-hidden-menu ul.menu.ml-0 > li {
  display: block;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid white;
  overflow: hidden;
}

.l-hidden-menu ul.menu.ml-0 > li > span {
  display: none;
  width: 35px;
  padding: 0;
  vertical-align: middle;
  opacity: 0;
}

.l-hidden-menu ul.menu.ml-0 > li > span:before {
  display: inline-block;
  width: auto;
  font-size: 14px;
  line-height: 40px;
  color: #ffffff;
}

.l-hidden-menu ul.menu.ml-0 > li > a {
  display: block;
  width: 100%;
  padding: 0;
  vertical-align: middle;
  font-size: "Montserrat", sans-serif;
  font-weight: 200;
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #ffffff;
}

.l-hidden-menu ul.menu:not(.ml-0) {
  display: block;
  vertical-align: middle;
  font-size: 0;
}

.l-hidden-menu ul.menu:not(.ml-0) > li {
  display: inline-block;
  padding: 0;
}

.l-hidden-menu ul.menu:not(.ml-0) > li > a {
  padding: 7px 20px 7px 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #ffffff;
  text-transform: uppercase;
}

@media print, screen and (min-width: 40em) {
  .l-hidden-menu > .row {
    height: 100%;
  }
  .l-hidden-menu > .row > .columns.large-12 {
    height: 100%;
  }
  .l-hidden-menu > .row > .columns.large-12 > div {
    height: calc(100% - 150px);
    margin-top: 150px;
  }
  .l-hidden-menu > .row > .columns.large-12 > div > div {
    height: 100%;
  }
  .l-hidden-menu .block-navigazioneprincipale {
    position: relative;
    top: 50%;
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
  }
  .l-hidden-menu ul.menu.ml-0 > li {
    display: table;
    table-layout: fixed;
  }
  .l-hidden-menu ul.menu.ml-0 > li > a {
    display: table-cell;
    width: 280px;
  }
  .l-hidden-menu ul.menu:not(.ml-0) {
    display: table-cell;
  }
  .l-hidden-menu ul.menu:not(.ml-0) > li > a {
    padding: 15px 20px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .l-hidden-menu ul.menu:not(.ml-0) {
    opacity: 0;
  }
  .l-hidden-menu ul.menu:not(.ml-0) > li > a:hover {
    border-radius: 50px;
    background: #ffffff;
    color: #00337a;
  }
  .l-hidden-menu ul.menu.ml-0 > li.hover > span {
    display: table-cell;
    opacity: 1;
  }
  .l-hidden-menu ul.menu.ml-0 > li.hover > a {
    font-weight: 700;
  }
  .l-hidden-menu ul.menu.ml-0 > li.hover ul.menu:not(.ml-0) {
    opacity: 1;
  }
}

@media screen and (min-width: 75em) {
  .l-hidden-menu ul.menu.ml-0 > li {
    padding: 25px 0;
  }
  .l-hidden-menu ul.menu.ml-0 > li > a {
    width: 340px;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

body.user-logged-in .l-hidden-menu ul.menu.ml-0 > li:last-of-type {
  display: none !important;
}

body.deskMenuOpened .l-hidden-menu {
  top: 0;
  opacity: 1;
}

.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.l-header * {
  transition: all .5s;
}

.toolbar-fixed .l-header,
.toolbar-horizontal .l-header,
.toolbar-tray-open .l-header,
.toolbar-vertical .l-header {
  top: 38px;
}

.toolbar-horizontal.toolbar-tray-open .l-header {
  top: 74px;
}

.l-header .l-header-logo {
  position: relative;
  z-index: 1;
}

.l-header .l-header-logo a {
  position: absolute;
  top: -10px;
  width: 120px;
  transition: all .5s;
}

@media print, screen and (min-width: 40em) {
  .l-header .l-header-logo a {
    top: 0;
    width: 160px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .l-header .l-header-logo a {
    top: 0;
    width: 180px;
  }
}

.l-header .l-header-logo a img {
  width: 100%;
  height: auto;
}

.l-header .l-header-logo a.logo-blu {
  opacity: 1;
}

.l-header .l-header-logo a.logo-white {
  opacity: 0;
}

.l-header .l-header-top {
  background-color: #ffffff;
}

.l-header .l-header-top ul.menu {
  text-align: right;
}

.l-header .l-header-sub {
  padding-top: 13px;
  transition: all .5s;
  text-align: right;
}

.hero-on .l-header .l-header-sub {
  background-color: transparent;
  min-height: auto;
}

.l-header .block-topheader ul.menu {
  font-size: 0;
}

.l-header .block-topheader ul.menu li {
  color: #999999;
}

.l-header .block-topheader ul.menu a {
  display: inline-block;
  padding: 0.625rem 0.1875rem;
  font-family: "Oswald", sans-serif;
  font-size: 0.8125rem;
  line-height: 13px;
  color: #999999;
  text-transform: uppercase;
}

.l-header .block-topheader ul.menu a:after {
  content: "|";
  display: inline-block;
  padding-left: 5px;
  vertical-align: top;
  font-size: 0.875rem;
  line-height: 13px;
}

.l-header .block-topheader ul.menu li:last-child a {
  padding-right: 0;
}

.l-header .block-topheader ul.menu li:last-child a:after {
  display: none;
}

@media screen and (max-width: 39.9375em) {
  .l-header .block-topheader ul.menu a:after {
    display: none !important;
  }
  .l-header .block-topheader ul.menu li:last-child {
    display: none !important;
  }
}

.l-header.headroom--not-top .l-header-sub {
  padding-top: 44px;
  padding-bottom: 4px;
  background-color: rgba(255, 255, 255, 0.9);
}

.l-header.headroom--not-top .l-header-logo a {
  width: 92px;
  top: 7px;
}

.l-header .block-formevetmenusocial-2 {
  display: inline-block;
}

.l-header .block-formevetmenusocial-2 ul.menu {
  text-align: right;
}

.l-header .block-formevetmenusocial-2 ul.menu li {
  display: inline-block;
}

.l-header .block-formevetmenusocial-2 a {
  padding: 0.5rem 0.1875rem;
}

.l-header .block-formevetmenusocial-2 a span {
  display: none;
}

.l-header .block-formevetmenusocial-2 a:before {
  font-size: 1.875rem;
}

.l-header .block-formevetmenusocial-2 li:last-child {
  padding-right: 0;
}

@media screen and (max-width: 39.9375em) {
  .l-header .l-header-sub {
    padding-top: 0;
  }
  .l-header.headroom--not-top .l-header-sub {
    padding-top: 4px;
  }
}

@media print, screen and (min-width: 40em) {
  .l-header.headroom--not-top .l-header-sub {
    padding-top: 4px;
  }
}

.hero-on .l-hero {
  overflow: hidden;
}

.toolbar-fixed.hero-on .l-hero .hero-background,
.toolbar-horizontal.hero-on .l-hero .hero-background,
.toolbar-tray-open.hero-on .l-hero .hero-background {
  height: calc(100vh - 64px);
}

.toolbar-horizontal.toolbar-tray-open.hero-on .l-hero .hero-background {
  height: calc(100vh - 100px);
}

body.deskMenuOpened .l-header .l-header-top {
  opacity: 0;
}

body.deskMenuOpened .l-header .l-header-logo a.logo-blu {
  opacity: 0;
}

body.deskMenuOpened .l-header .l-header-logo a.logo-white {
  opacity: 1;
}

body.deskMenuOpened .l-header.headroom--not-top .l-header-sub {
  background: transparent;
}

body.deskMenuOpened .block-formevetmenusocial-2 a {
  color: #ffffff;
}

.animated {
  animation-duration: .5s;
  animation-fill-mode: both;
  will-change: transform,opacity;
}

@keyframes slideDown {
  0% {
    transform: translateY(-33px);
  }
  100% {
    transform: translateY(0);
  }
}

.animated.headroom--top {
  animation-name: slideDown;
}

@keyframes slideUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-33px);
  }
}

.animated.headroom--not-top {
  animation-name: slideUp;
}

.l-breadcrumbs {
  border-bottom: 1px solid #f2f4f5;
  border-top: 98px solid #f2f4f5;
}

.hero-on .l-breadcrumbs {
  border-top: 0 none;
}

.l-breadcrumbs ul.breadcrumbs {
  margin: 9px 0 6px;
}

.l-breadcrumbs ul.breadcrumbs li {
  font-size: 0.75rem;
  font-weight: bold;
  color: #00337a;
}

.l-breadcrumbs ul.breadcrumbs li.current {
  display: none;
}

.l-breadcrumbs ul.breadcrumbs li:nth-last-child(2):after {
  display: none;
}

.l-breadcrumbs ul.breadcrumbs li a {
  font-weight: 300;
  color: #00337a;
}

@media print, screen and (min-width: 40em) {
  .l-breadcrumbs {
    border-top: 198px solid #f2f4f5;
  }
}

#block-formevet18-page-title {
  margin-top: 50px;
}

#block-formevet18-page-title h1 {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 3rem;
  color: #00337a;
}

@media screen and (max-width: 39.9375em) {
  #block-formevet18-page-title h1 {
    font-size: 1.8rem;
    line-height: 2rem;
  }
}

.subtitle-off #block-formevet18-page-title {
  margin-bottom: 35px;
}

body.page-10 #block-formevet18-page-title {
  margin-top: 30px;
}

.field-node--field-sottotitolo {
  margin-bottom: 35px;
}

.field-node--field-sottotitolo h2 {
  font-size: 1.25rem;
  font-weight: 300;
  font-style: italic;
  color: #00337a;
}

/**
 * Contenuti testuali con editor WYSIWYG
 * - Campo body (prodotti)
 * - Contenuto testuale Paragraph "Testo base"
 * - Contenuto testuale Paragraph "Accordion item"
 * - Contenuto descrittivo della problematica estratto da formevet\Controller\ProblematicheController
 */
.field-name-body,
.field-name-field-testo-anteprima,
.paragraph--type--testo-base .field-name-field-contenuto-testuale,
.paragraph--type--accordion-container .accordion-content,
.problematicaDescrizione,
.cke_editable {
  position: relative;
  overflow: hidden;
  clear: both;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #333333;
}

.field-name-body h3,
.field-name-field-testo-anteprima h3,
.paragraph--type--testo-base .field-name-field-contenuto-testuale h3,
.paragraph--type--accordion-container .accordion-content h3,
.problematicaDescrizione h3,
.cke_editable h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  color: #00337a;
  text-transform: uppercase;
}

.field-name-body ul,
.field-name-field-testo-anteprima ul,
.paragraph--type--testo-base .field-name-field-contenuto-testuale ul,
.paragraph--type--accordion-container .accordion-content ul,
.problematicaDescrizione ul,
.cke_editable ul {
  margin-bottom: 2.5rem;
  margin-left: 42px;
}

.field-name-body ol,
.field-name-field-testo-anteprima ol,
.paragraph--type--testo-base .field-name-field-contenuto-testuale ol,
.paragraph--type--accordion-container .accordion-content ol,
.problematicaDescrizione ol,
.cke_editable ol {
  margin: 0;
  margin-bottom: 2.5rem;
  padding: 0;
  counter-reset: item;
}

.field-name-body ol li,
.field-name-field-testo-anteprima ol li,
.paragraph--type--testo-base .field-name-field-contenuto-testuale ol li,
.paragraph--type--accordion-container .accordion-content ol li,
.problematicaDescrizione ol li,
.cke_editable ol li {
  margin: 0;
  padding: 0 0 0 42px;
  text-indent: -10px;
  list-style-type: none;
  counter-increment: item;
}

.field-name-body ol li:before,
.field-name-field-testo-anteprima ol li:before,
.paragraph--type--testo-base .field-name-field-contenuto-testuale ol li:before,
.paragraph--type--accordion-container .accordion-content ol li:before,
.problematicaDescrizione ol li:before,
.cke_editable ol li:before {
  display: inline-block;
  width: 10px;
  text-align: right;
  content: counter(item) ".";
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  text-align: left;
}

.field-name-body p,
.field-name-field-testo-anteprima p,
.paragraph--type--testo-base .field-name-field-contenuto-testuale p,
.paragraph--type--accordion-container .accordion-content p,
.problematicaDescrizione p,
.cke_editable p {
  margin-bottom: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.875rem;
}

.field-name-body li,
.field-name-field-testo-anteprima li,
.paragraph--type--testo-base .field-name-field-contenuto-testuale li,
.paragraph--type--accordion-container .accordion-content li,
.problematicaDescrizione li,
.cke_editable li {
  font-size: 0.875rem;
  line-height: 1.875rem;
}

.field-name-body strong, .field-name-body b,
.field-name-field-testo-anteprima strong,
.field-name-field-testo-anteprima b,
.paragraph--type--testo-base .field-name-field-contenuto-testuale strong,
.paragraph--type--testo-base .field-name-field-contenuto-testuale b,
.paragraph--type--accordion-container .accordion-content strong,
.paragraph--type--accordion-container .accordion-content b,
.problematicaDescrizione strong,
.problematicaDescrizione b,
.cke_editable strong,
.cke_editable b {
  font-weight: 700;
}

.field-name-body a,
.field-name-field-testo-anteprima a,
.paragraph--type--testo-base .field-name-field-contenuto-testuale a,
.paragraph--type--accordion-container .accordion-content a,
.problematicaDescrizione a,
.cke_editable a {
  font-weight: 700;
  text-decoration: underline;
  transition: all .5s;
}

.field-name-body a:hover,
.field-name-field-testo-anteprima a:hover,
.paragraph--type--testo-base .field-name-field-contenuto-testuale a:hover,
.paragraph--type--accordion-container .accordion-content a:hover,
.problematicaDescrizione a:hover,
.cke_editable a:hover {
  text-decoration: none;
}

.field-name-body figure,
.field-name-field-testo-anteprima figure,
.paragraph--type--testo-base .field-name-field-contenuto-testuale figure,
.paragraph--type--accordion-container .accordion-content figure,
.problematicaDescrizione figure,
.cke_editable figure {
  width: 100%;
}

.field-name-body figure figcaption,
.field-name-field-testo-anteprima figure figcaption,
.paragraph--type--testo-base .field-name-field-contenuto-testuale figure figcaption,
.paragraph--type--accordion-container .accordion-content figure figcaption,
.problematicaDescrizione figure figcaption,
.cke_editable figure figcaption {
  font-size: 0.75rem;
  margin-top: 4px;
}

.field-name-body img,
.field-name-field-testo-anteprima img,
.paragraph--type--testo-base .field-name-field-contenuto-testuale img,
.paragraph--type--accordion-container .accordion-content img,
.problematicaDescrizione img,
.cke_editable img {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .field-name-body figure,
  .field-name-field-testo-anteprima figure,
  .paragraph--type--testo-base .field-name-field-contenuto-testuale figure,
  .paragraph--type--accordion-container .accordion-content figure,
  .problematicaDescrizione figure,
  .cke_editable figure {
    width: auto;
  }
  .field-name-body figure.align-right,
  .field-name-field-testo-anteprima figure.align-right,
  .paragraph--type--testo-base .field-name-field-contenuto-testuale figure.align-right,
  .paragraph--type--accordion-container .accordion-content figure.align-right,
  .problematicaDescrizione figure.align-right,
  .cke_editable figure.align-right {
    margin: 15px 0 30px 15px;
  }
  .field-name-body figure.align-left,
  .field-name-field-testo-anteprima figure.align-left,
  .paragraph--type--testo-base .field-name-field-contenuto-testuale figure.align-left,
  .paragraph--type--accordion-container .accordion-content figure.align-left,
  .problematicaDescrizione figure.align-left,
  .cke_editable figure.align-left {
    margin: 15px 30px 15px 0;
  }
  .field-name-body figure figcaption,
  .field-name-field-testo-anteprima figure figcaption,
  .paragraph--type--testo-base .field-name-field-contenuto-testuale figure figcaption,
  .paragraph--type--accordion-container .accordion-content figure figcaption,
  .problematicaDescrizione figure figcaption,
  .cke_editable figure figcaption {
    margin-top: 4px;
    font-size: 0.75rem;
  }
  .field-name-body img,
  .field-name-field-testo-anteprima img,
  .paragraph--type--testo-base .field-name-field-contenuto-testuale img,
  .paragraph--type--accordion-container .accordion-content img,
  .problematicaDescrizione img,
  .cke_editable img {
    width: auto;
  }
  .field-name-body img[data-align="right"], .field-name-body img.align-right,
  .field-name-field-testo-anteprima img[data-align="right"],
  .field-name-field-testo-anteprima img.align-right,
  .paragraph--type--testo-base .field-name-field-contenuto-testuale img[data-align="right"],
  .paragraph--type--testo-base .field-name-field-contenuto-testuale img.align-right,
  .paragraph--type--accordion-container .accordion-content img[data-align="right"],
  .paragraph--type--accordion-container .accordion-content img.align-right,
  .problematicaDescrizione img[data-align="right"],
  .problematicaDescrizione img.align-right,
  .cke_editable img[data-align="right"],
  .cke_editable img.align-right {
    float: right;
    margin: 15px 0 15px 30px;
  }
  .field-name-body img[data-align="left"], .field-name-body img.align-left,
  .field-name-field-testo-anteprima img[data-align="left"],
  .field-name-field-testo-anteprima img.align-left,
  .paragraph--type--testo-base .field-name-field-contenuto-testuale img[data-align="left"],
  .paragraph--type--testo-base .field-name-field-contenuto-testuale img.align-left,
  .paragraph--type--accordion-container .accordion-content img[data-align="left"],
  .paragraph--type--accordion-container .accordion-content img.align-left,
  .problematicaDescrizione img[data-align="left"],
  .problematicaDescrizione img.align-left,
  .cke_editable img[data-align="left"],
  .cke_editable img.align-left {
    float: left;
    margin: 15px 30px 15px 0;
  }
}

.field-name-body h3,
.field-name-field-testo-anteprima h3,
.paragraph--type--testo-base .field-name-field-contenuto-testuale h3,
.paragraph--type--accordion-container .accordion-content h3,
.problematicaDescrizione h3,
.cke_editable h3 {
  font-size: 1.875rem;
}

.field-name-body ul,
.field-name-field-testo-anteprima ul,
.paragraph--type--testo-base .field-name-field-contenuto-testuale ul,
.paragraph--type--accordion-container .accordion-content ul,
.problematicaDescrizione ul,
.cke_editable ul {
  margin-bottom: 1.25rem;
  margin-left: 22px;
}

.field-name-body ol,
.field-name-field-testo-anteprima ol,
.paragraph--type--testo-base .field-name-field-contenuto-testuale ol,
.paragraph--type--accordion-container .accordion-content ol,
.problematicaDescrizione ol,
.cke_editable ol {
  margin-bottom: 1.25rem;
}

.field-name-body ol li,
.field-name-field-testo-anteprima ol li,
.paragraph--type--testo-base .field-name-field-contenuto-testuale ol li,
.paragraph--type--accordion-container .accordion-content ol li,
.problematicaDescrizione ol li,
.cke_editable ol li {
  padding: 0 0 0 22px;
}

.field-name-body p,
.field-name-field-testo-anteprima p,
.paragraph--type--testo-base .field-name-field-contenuto-testuale p,
.paragraph--type--accordion-container .accordion-content p,
.problematicaDescrizione p,
.cke_editable p {
  margin-bottom: 1.25rem;
}

.field-name-body li,
.field-name-field-testo-anteprima li,
.paragraph--type--testo-base .field-name-field-contenuto-testuale li,
.paragraph--type--accordion-container .accordion-content li,
.problematicaDescrizione li,
.cke_editable li {
  line-height: 1.25rem;
}

.paragraph--type--accordion-container .accordion-title {
  padding: 0.875rem 3.125rem 0.875rem 0;
  border-top: 1px solid #e3e3e3;
  border-left: 0;
  border-right: 0;
  font-size: 1.5625rem;
  font-weight: 200;
  color: #333333 !important;
}

.paragraph--type--accordion-container .accordion-title:before {
  font-family: "formevet";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e804';
  font-size: 16px;
}

.paragraph--type--accordion-container .is-active > .accordion-title:before {
  content: '\e805';
}

.paragraph--type--accordion-container:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e3e3e3;
}

.paragraph--type--accordion-container .accordion-content {
  padding: 2.5rem 0 0 0;
  border: 0;
}

.l-footer-top {
  height: 45px;
  background-color: #f2f4f5;
}

body:not(.path-frontpage) .l-footer-top {
  margin-top: 110px;
}

.l-footer-top a.formevet-freccia-backto {
  position: relative;
  display: inline-block;
  height: 55px;
  width: 55px;
  top: -10px;
  background-color: #ccc;
  text-align: center;
  line-height: 55px;
  color: white;
  transition: background-color .5s;
}

.l-footer-top a.formevet-freccia-backto:before {
  font-size: 1.375rem;
}

.l-footer-top a.formevet-freccia-backto:hover {
  background-color: #00337a;
}

.l-footer {
  position: relative;
  padding: 25px 0 45px;
  background-color: #00337a;
  color: #ffffff;
}

.l-footer a {
  color: #ffffff;
}

.l-footer .field-name-body {
  color: #ffffff;
}

.l-footer .block-formevetlogofooter {
  position: relative;
  width: 127px;
}

.l-footer .block-formevetlogofooter:before {
  position: absolute;
  top: -70px;
  left: 0;
  width: 127px;
  height: 118px;
  background: #ffffff;
  content: "";
}

.l-footer .block-formevetlogofooter p {
  position: relative;
  width: 127px;
  margin: 0;
  overflow: visible;
}

.l-footer .block-formevetlogofooter img {
  display: inline-block;
  width: 127px;
  height: auto;
  margin-top: 46px;
  vertical-align: top;
}

.l-footer .block-formevet18-footer {
  border-bottom: 1px solid #6e88ab;
  padding-bottom: 16px;
  margin-bottom: 25px;
}

.l-footer .block-formevet18-footer ul.menu {
  font-size: 0;
  text-align: left;
}

.l-footer .block-formevet18-footer ul.menu a {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 5px;
}

.l-footer .block-formevet18-footer ul.menu a:hover {
  text-decoration: underline;
}

.l-footer .block-formevetlegalinfo p {
  font-size: 0.6875rem;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 0 20px 0;
  line-height: 17px;
}

.l-footer .block-formevetlegalinfo .menu-servizio {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}

.l-footer .block-formevetlegalinfo .menu-servizio li {
  display: inline-block;
  padding: 0 5px;
  font-size: 11px;
  line-height: 15px;
}

.l-footer .block-formevetlegalinfo .menu-servizio a {
  text-transform: uppercase;
  font-size: 0.6875rem;
  font-weight: 300;
  line-height: 17px;
  text-decoration: none;
}

.l-footer .block-formevetlegalinfo .menu-servizio a:hover {
  text-decoration: underline;
}

.l-footer .block-formevetmenusocial ul.menu {
  text-align: center;
}

.l-footer .block-formevetmenusocial ul.menu li {
  display: inline-block;
}

.l-footer .block-formevetmenusocial a {
  padding: 0.5rem 0.1875rem;
}

.l-footer .block-formevetmenusocial a span {
  display: none;
}

.l-footer .block-formevetmenusocial a:last-child {
  padding-right: 0;
}

.l-footer .block-formevetmenusocial a:before {
  font-size: 1.3125rem;
}

@media print, screen and (min-width: 40em) {
  .l-footer .block-formevet18-footer ul.menu {
    text-align: center;
  }
  .l-footer .block-formevetmenusocial ul.menu {
    text-align: right;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .l-footer .block-formevet18-footer ul.menu {
    text-align: left;
  }
  .l-footer .block-formevet18-footer ul.menu a {
    padding: 10px 16px 10px 0;
    font-size: 0.8125rem;
  }
  .l-footer .block-formevet18-footer ul.menu a:hover {
    text-decoration: underline;
  }
  .l-footer .block-formevetlegalinfo .menu-servizio li {
    display: block;
    padding: 0;
  }
}

.prodotti-filter .filterProdotti ul {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 0;
}

.prodotti-filter .filterProdotti ul li {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 0 20px;
  border: 1px solid #00337a;
  border-radius: 30px;
  background: transparent;
  cursor: pointer;
  transition: all .5s;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 2.25rem;
  color: #00337a;
  text-transform: uppercase;
}

.prodotti-filter .filterProdotti ul li:hover, .prodotti-filter .filterProdotti ul li.active {
  background: #00337a;
  color: #ffffff;
}

.prodotti-filter .filterProdotti ul li:last-of-type {
  margin: 0 0 10px 0;
}

.prodotti-filter .filterProdotti ul .views-field, .prodotti-filter .filterProdotti ul span {
  display: inline-block;
}

.prodotti-list .views-infinite-scroll-content-wrapper {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.prodotti-list .views-infinite-scroll-content-wrapper > .views-row {
  float: left;
  width: 100%;
}

.prodotti-list .views-infinite-scroll-content-wrapper > .views-row:nth-of-type(1n) {
  clear: none;
}

.prodotti-list .views-infinite-scroll-content-wrapper > .views-row:nth-of-type(1n+1) {
  clear: both;
}

.prodotti-list .views-infinite-scroll-content-wrapper > .views-row:last-child {
  float: left;
}

.prodotti-list .views-infinite-scroll-content-wrapper .prodottoItm {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}

.prodotti-list a.prodCover {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.prodotti-list a.prodCover .field-name-field-copertina-prodotto {
  position: relative;
}

.prodotti-list a.prodCover .field-name-field-copertina-prodotto img {
  width: 100%;
  height: auto;
}

.prodotti-list a.prodCover .field-name-field-copertina-prodotto .formevet-play-round {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  transition: all .5s;
  color: #ffffff;
}

.prodotti-list a.prodCover .field-name-field-copertina-prodotto .formevet-play-round:before {
  width: auto;
  font-size: 60px;
  line-height: 60px;
}

.prodotti-list a.prodCover .bolloVet {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 60px;
  height: 60px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}

.prodotti-list a.prodCover .bolloVet.bolloLog {
  background-image: url("../images/bollovet_logged.svg");
}

.prodotti-list a.prodCover .bolloVet.bolloAn {
  background-image: url("../images/bollovet_anonymous.svg");
}

.prodotti-list a.prodCover .hovBlu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 51, 122, 0.87);
  opacity: 0;
  transition: all .5s;
}

.prodotti-list a.prodCover .hovBlu span {
  position: relative;
  top: 50%;
  left: 50%;
  background: #ffffff !important;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  color: #00337a !important;
}

.prodotti-list a.prodCover .hovBlu.fixed {
  background: #00337a;
  opacity: 1;
}

.prodotti-list .blogWrp, .prodotti-list .prodottoWrp {
  margin: 20px 0 0 0;
  padding: 0;
}

.prodotti-list .field-name-field-tipologia-prodotto {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #00337a;
  text-transform: uppercase;
}

.prodotti-list h5.node-title {
  margin: 10px 0 20px 0;
}

.prodotti-list h5.node-title a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.625rem;
  color: #00337a;
  text-decoration: none;
}

.prodotti-list .field-name-field-testo-anteprima p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.prodotti-list .problematicaBack {
  position: relative;
  display: block;
  width: 100%;
  padding: 15px;
}

.prodotti-list .problematicaBack .pbWrapper {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 77.13%;
  background: #00337a;
}

.prodotti-list .problematicaBack a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 60px 40px;
}

.prodotti-list .problematicaBack h5, .prodotti-list .problematicaBack h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #ffffff;
}

.prodotti-list .problematicaBack h5 {
  margin: 0 0 30px 0;
  font-weight: 700;
}

.prodotti-list .problematicaBack h6 {
  margin: 0;
  font-weight: 200;
}

.prodotti-list .problematicaBack {
  padding: 5px;
}

.prodotti-list .problematicaBack .pbWrapper {
  padding-top: 0;
}

.prodotti-list .problematicaBack a {
  position: relative;
  top: auto;
  left: auto;
  padding: 20px 10px;
}

.prodotti-list .problematicaBack h5, .prodotti-list .problematicaBack h6 {
  font-size: 1.25rem;
  line-height: 1.25rem;
}

@media screen and (max-width: 64em) {
  .prodotti-list a.prodCover .hovBlu span {
    font-size: 0.625rem;
  }
  .prodotti-list a.prodCover .hovBlu span:after {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .prodotti-list .views-infinite-scroll-content-wrapper {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
  .prodotti-list .views-infinite-scroll-content-wrapper > .views-row {
    float: left;
    width: 33.33333%;
  }
  .prodotti-list .views-infinite-scroll-content-wrapper > .views-row:nth-of-type(1n) {
    clear: none;
  }
  .prodotti-list .views-infinite-scroll-content-wrapper > .views-row:nth-of-type(3n+1) {
    clear: both;
  }
  .prodotti-list .views-infinite-scroll-content-wrapper > .views-row:last-child {
    float: left;
  }
  .prodotti-list .views-infinite-scroll-content-wrapper .prodottoItm {
    margin: 0;
    padding: 5px;
  }
  .prodotti-list .blogWrp, .prodotti-list .prodottoWrp {
    padding: 0 10px;
  }
  .prodotti-list .problematicaBack {
    padding: 5px;
  }
  .prodotti-list .problematicaBack .pbWrapper {
    padding-top: 0;
  }
  .prodotti-list .problematicaBack a {
    position: relative;
    top: auto;
    left: auto;
    padding: 20px 10px;
  }
  .prodotti-list .problematicaBack h5, .prodotti-list .problematicaBack h6 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .prodotti-list .views-infinite-scroll-content-wrapper {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .prodotti-list .views-infinite-scroll-content-wrapper .prodottoItm {
    padding: 15px;
  }
  .prodotti-list a.prodCover .hovBlu {
    opacity: 0;
  }
  .prodotti-list a.prodCover:hover .hovBlu {
    opacity: 1;
  }
  .prodotti-list .blogWrp, .prodotti-list .prodottoWrp {
    padding: 0 25px;
  }
  .prodotti-list h5.node-title a {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
  .prodotti-list .field-name-field-testo-anteprima p {
    line-height: 1.875rem;
  }
}

body.node--type-prodotto #block-formevet18-page-title {
  margin-top: 10px;
  margin-bottom: 50px;
}

body.node--type-prodotto #block-formevet18-page-title h1 {
  margin: 0;
  text-transform: none;
}

body.node--type-prodotto h2.cntTitle {
  margin: 1.25rem 0 2.5rem 0;
  font-size: 1.5625rem;
  line-height: 1.875rem;
  font-weight: 700;
  color: #00337a;
}

body.node--type-prodotto h3.corrTitle {
  margin: 1.25rem 0;
  font-size: 1.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: #333333;
  text-transform: uppercase;
}

body.node--type-prodotto .field-name-field-copertina-prodotto {
  border: 1px solid #e3e3e3;
}

body.node--type-prodotto .field-name-field-files-correlati {
  margin-top: 30px;
}

body.node--type-prodotto .field-name-field-files-correlati a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px 20px 10px 60px;
  border-bottom: 1px solid #e3e3e3;
  vertical-align: top;
  font-size: 0.875rem;
  text-transform: uppercase;
}

body.node--type-prodotto .field-name-field-files-correlati span {
  position: absolute;
  top: 50%;
  left: 20px;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

body.node--type-prodotto .field-name-field-files-correlati span:before {
  font-size: 30px;
  line-height: 30px;
}

@media print, screen and (min-width: 40em) {
  body.node--type-prodotto .field-name-field-files-correlati {
    margin-top: 50px;
  }
}

.block-formevet.block-display-listproblemi h2.areaProdotto {
  margin: 50px 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #00337a;
}

.block-formevet.block-display-listproblemi ul.elencoProblematiche {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}

.block-formevet.block-display-listproblemi ul.elencoProblematiche > h4, .block-formevet.block-display-listproblemi ul.elencoProblematiche li, .block-formevet.block-display-listproblemi ul.elencoProblematiche ul {
  display: block;
}

.block-formevet.block-display-listproblemi ul.elencoProblematiche li {
  margin: 0 0 30px 0;
}

.block-formevet.block-display-listproblemi ul.elencoProblematiche h4 {
  margin: 0 0 10px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #00337a;
  text-transform: uppercase;
}

.block-formevet.block-display-listproblemi ul.problemiLettera {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

.block-formevet.block-display-listproblemi ul.problemiLettera > li {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #333333;
}

@media screen and (min-width: 40em) and (max-width: 64em) {
  .block-formevet.block-display-listproblemi ul.elencoProblematiche {
    column-gap: 30px;
    column-fill: balance;
  }
  .block-formevet.block-display-listproblemi ul.elencoProblematiche.nCol-2 {
    column-count: 2;
  }
  .block-formevet.block-display-listproblemi ul.elencoProblematiche.nCol-3 {
    column-count: 3;
  }
  .block-formevet.block-display-listproblemi ul.elencoProblematiche.nCol-4 {
    column-count: 3;
  }
  .block-formevet.block-display-listproblemi ul.elencoProblematiche.nCol-5 {
    column-count: 3;
  }
  .block-formevet.block-display-listproblemi ul.elencoProblematiche > h4, .block-formevet.block-display-listproblemi ul.elencoProblematiche li, .block-formevet.block-display-listproblemi ul.elencoProblematiche ul {
    break-inside: avoid;
  }
  .block-formevet.block-display-listproblemi ul.elencoProblematiche li {
    margin: 0 0 30px 0;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .block-formevet.block-display-listproblemi ul.elencoProblematiche.nCol-2 {
    column-count: 2;
  }
  .block-formevet.block-display-listproblemi ul.elencoProblematiche.nCol-3 {
    column-count: 3;
  }
  .block-formevet.block-display-listproblemi ul.elencoProblematiche.nCol-4 {
    column-count: 4;
  }
  .block-formevet.block-display-listproblemi ul.elencoProblematiche.nCol-5 {
    column-count: 5;
  }
}

.section-prodotti .problematicheFiltri {
  margin: 0 0 60px 0;
}

#block-navigazioneprincipale-2 ul.menu {
  font-size: 0;
  text-align: center;
}

#block-navigazioneprincipale-2 ul.menu li {
  display: inline-block;
  margin: 4px 2px;
}

#block-navigazioneprincipale-2 ul.menu a {
  display: inline-block !important;
  padding: 0 5px;
  border: 1px solid #00337a;
  border-radius: 20px;
  transition: all .3s;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 2.25rem;
  color: #00337a;
  text-transform: uppercase;
}

#block-navigazioneprincipale-2 ul.menu a.is-active, #block-navigazioneprincipale-2 ul.menu a:hover {
  background: #00337a;
  color: #ffffff;
}

@media print, screen and (min-width: 40em) {
  #block-navigazioneprincipale-2 ul.menu li {
    margin: 0 4px;
  }
  #block-navigazioneprincipale-2 ul.menu a {
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  #block-navigazioneprincipale-2 ul.menu {
    text-align: left;
  }
  #block-navigazioneprincipale-2 ul.menu li {
    margin: 0 8px 0 0;
  }
  #block-navigazioneprincipale-2 ul.menu li:last-of-type {
    margin: 0;
  }
  #block-navigazioneprincipale-2 ul.menu a {
    padding: 0 20px;
  }
}

.blog-list header {
  width: 100%;
}

.blog-list .views-infinite-scroll-content-wrapper {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.blog-list .views-infinite-scroll-content-wrapper > .views-row {
  float: left;
  width: 100%;
}

.blog-list .views-infinite-scroll-content-wrapper > .views-row:nth-of-type(1n) {
  clear: none;
}

.blog-list .views-infinite-scroll-content-wrapper > .views-row:nth-of-type(1n+1) {
  clear: both;
}

.blog-list .views-infinite-scroll-content-wrapper > .views-row:last-child {
  float: left;
}

.blog-list .views-infinite-scroll-content-wrapper .blogItm {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}

.blog-list a.blogCover {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.blog-list a.blogCover .field-name-field-banner {
  position: relative;
}

.blog-list a.blogCover .field-name-field-banner img {
  width: 100%;
  height: auto;
}

.blog-list a.blogCover .field-name-field-banner .formevet-play-round {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  transition: all .5s;
  color: #ffffff;
}

.blog-list a.blogCover .field-name-field-banner .formevet-play-round:before {
  width: auto;
  font-size: 60px;
  line-height: 60px;
}

.blog-list a.blogCover .hovBlu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 51, 122, 0.87);
  opacity: 0;
  transition: all .5s;
}

.blog-list a.blogCover .hovBlu span {
  position: relative;
  top: 50%;
  left: 50%;
  background: #ffffff !important;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  color: #00337a !important;
}

.blog-list .blogWrp {
  margin: 20px 0 0 0;
  padding: 0;
}

.blog-list .field-name-field-tipo-news {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #00337a;
  text-transform: uppercase;
}

.blog-list h5.node-title {
  margin: 10px 0 20px 0;
}

.blog-list h5.node-title a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.625rem;
  color: #00337a;
  text-decoration: none;
}

.blog-list .field-name-field-testo-anteprima p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media print, screen and (min-width: 40em) {
  .blog-list .views-infinite-scroll-content-wrapper {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
  .blog-list .views-infinite-scroll-content-wrapper > .views-row {
    float: left;
    width: 33.33333%;
  }
  .blog-list .views-infinite-scroll-content-wrapper > .views-row:nth-of-type(1n) {
    clear: none;
  }
  .blog-list .views-infinite-scroll-content-wrapper > .views-row:nth-of-type(3n+1) {
    clear: both;
  }
  .blog-list .views-infinite-scroll-content-wrapper > .views-row:last-child {
    float: left;
  }
  .blog-list .views-infinite-scroll-content-wrapper .blogItm {
    margin: 0;
    padding: 5px;
  }
  .blog-list .blogWrp {
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .blog-list .views-infinite-scroll-content-wrapper {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  .blog-list .views-infinite-scroll-content-wrapper .blogItm {
    padding: 15px;
  }
  .blog-list a.blogCover .hovBlu {
    opacity: 0;
  }
  .blog-list a.blogCover:hover .hovBlu {
    opacity: 1;
  }
  .blog-list .blogWrp {
    padding: 0 25px;
  }
  .blog-list h5.node-title a {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
  .blog-list .field-name-field-testo-anteprima p {
    line-height: 1.875rem;
  }
}

.blog-list-arearis {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.blog-list-arearis > .views-row {
  float: left;
  width: 100%;
}

.blog-list-arearis > .views-row:nth-of-type(1n) {
  clear: none;
}

.blog-list-arearis > .views-row:nth-of-type(1n+1) {
  clear: both;
}

.blog-list-arearis > .views-row:last-child {
  float: left;
}

@media print, screen and (min-width: 40em) {
  .blog-list-arearis {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
  .blog-list-arearis > .views-row {
    float: left;
    width: 33.33333%;
  }
  .blog-list-arearis > .views-row:nth-of-type(1n) {
    clear: none;
  }
  .blog-list-arearis > .views-row:nth-of-type(3n+1) {
    clear: both;
  }
  .blog-list-arearis > .views-row:last-child {
    float: left;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .blog-list-arearis {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}

.blog-evidenza {
  margin-bottom: 45px;
  overflow: hidden;
}

.blog-evidenza .views-row {
  width: 100%;
}

.blog-evidenza .views-row > article {
  float: left;
  width: 100%;
}

.blog-evidenza .views-row > article:nth-of-type(1n) {
  clear: none;
}

.blog-evidenza .views-row > article:nth-of-type(1n+1) {
  clear: both;
}

.blog-evidenza .views-row > article:last-child {
  float: left;
}

.blog-evidenza .blogCov {
  height: 200px;
}

.blog-evidenza .blogCov a, .blog-evidenza .blogCov div {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: top;
}

.blog-evidenza .blogCov .divBg {
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;
}

.blog-evidenza .blogCov .formevet-play-round {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  transition: all .5s;
  color: #ffffff;
}

.blog-evidenza .blogCov .formevet-play-round:before {
  width: auto;
  font-size: 80px;
  line-height: 80px;
}

.blog-evidenza .blogCov a:hover .formevet-play-round {
  color: #00337a;
}

.blog-evidenza .blogWrp {
  margin: 0;
  padding: 30px 10px;
}

.blog-evidenza .field-name-field-tipo-news {
  color: #ffffff;
}

.blog-evidenza h5.node-title a {
  font-size: 2.1875rem;
  line-height: 2.1875rem;
  color: #ffffff;
}

.blog-evidenza .field-name-field-testo-anteprima {
  margin-bottom: 50px;
}

.blog-evidenza .field-name-field-testo-anteprima p {
  color: #ffffff;
}

@media print, screen and (min-width: 40em) {
  .blog-evidenza .blogCov {
    height: auto;
  }
  .blog-evidenza .blogWrp {
    padding: 30px 20px 40px 30px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .blog-evidenza .blogWrp {
    padding: 60px 60px 80px 60px;
  }
}

body.node--type-homepage .blog-evidenza {
  margin-bottom: 0;
}

body.node--type-homepage .blog-evidenza article > .row.collapse {
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

body.node--type-homepage .blog-evidenza .blogTxt {
  background-color: #ffffff;
  background-image: url("../images/formevet-grigiochiaro.svg");
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: 90% auto;
}

body.node--type-homepage .blog-evidenza .blogTxt .blogWrp {
  background: transparent;
  max-width: 450px;
  margin: 0 auto;
  padding: 30px 0;
}

body.node--type-homepage .blog-evidenza .field-name-field-tipo-news {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #00337a;
  text-transform: uppercase;
}

body.node--type-homepage .blog-evidenza h5.node-title {
  margin: 30px 0;
}

body.node--type-homepage .blog-evidenza h5.node-title a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #00337a;
  text-decoration: none;
}

body.node--type-homepage .blog-evidenza .field-name-field-testo-anteprima {
  margin-bottom: 20px;
}

body.node--type-homepage .blog-evidenza .field-name-field-testo-anteprima p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #333333;
}

body.node--type-homepage .blog-evidenza a.button {
  background-color: #00337a;
  border: 1px solid #00337a;
  color: #ffffff;
}

body.node--type-homepage .blog-evidenza a.button:hover {
  background-color: transparent;
  color: #00337a;
}

@media screen and (max-width: 39.9375em) {
  body.node--type-homepage .blog-evidenza .columns.blogCov {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  body.node--type-homepage .blog-evidenza .blogTxt .blogWrp {
    padding: 80px 60px;
  }
}

body.node--type-article #block-formevet18-local-tasks {
  max-width: 76.875rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

body.node--type-article #block-formevet18-local-tasks .button-group {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  body.node--type-article #block-formevet18-local-tasks .button-group {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

body.node--type-article #block-formevet18-local-tasks .button-group:last-child:not(:first-child) {
  float: right;
}

body.node--type-article #block-javascriptback {
  max-width: 76.875rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

body.node--type-article #block-javascriptback .formevet-javascriptback {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  body.node--type-article #block-javascriptback .formevet-javascriptback {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

body.node--type-article #block-javascriptback .formevet-javascriptback:last-child:not(:first-child) {
  float: right;
}

body.node--type-article #block-formevet18-page-title {
  max-width: 76.875rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

body.node--type-article #block-formevet18-page-title h1 {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  body.node--type-article #block-formevet18-page-title h1 {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

body.node--type-article #block-formevet18-page-title h1:last-child:not(:first-child) {
  float: right;
}

body.node--type-article #block-sottotitolo {
  max-width: 76.875rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

body.node--type-article #block-sottotitolo .field-wrapper {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  body.node--type-article #block-sottotitolo .field-wrapper {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

body.node--type-article #block-sottotitolo .field-wrapper:last-child:not(:first-child) {
  float: right;
}

body.node--type-article #block-formevet18-content {
  max-width: 76.875rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

body.node--type-article #block-formevet18-content article {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  body.node--type-article #block-formevet18-content article {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

body.node--type-article #block-formevet18-content article:last-child:not(:first-child) {
  float: right;
}

body.node--type-article #block-formevet18-page-title {
  margin-top: 0;
}

body.node--type-article #block-formevet18-page-title h1 {
  margin: 0;
  text-transform: none;
}

body.node--type-article .field-node--field-sottotitolo h2 {
  font-size: 2.5rem;
  font-style: normal;
}

body.node--type-article .block-display-bannerfullsize {
  max-width: 76.875rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

body.node--type-article .block-display-bannerfullsize ul.hero-list:before, body.node--type-article .block-display-bannerfullsize ul.hero-list:after {
  display: none;
}

body.node--type-article .block-display-bannerfullsize .hero-background {
  height: 60vh;
  min-height: 300px;
}

body.node--type-article article .field-name-body p:first-of-type {
  overflow: hidden;
}

body.node--type-article article .field-name-body p:first-of-type:first-letter {
  float: left;
  padding: 0 20px 5px 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 90px;
  line-height: 85px;
}

body.node--type-article article .field-name-field-tags {
  width: 100%;
  margin: 10px 0 30px 0;
  padding: 30px 0;
  border-top: 1px solid rgba(153, 153, 153, 0.5);
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}

body.node--type-article article .field-name-field-tags span.tagLabel {
  display: inline-block;
  margin: 0 8px 0 0;
  vertical-align: top;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 16px;
  color: #333333;
  text-transform: uppercase;
}

body.node--type-article article .field-name-field-tags .field-items {
  display: inline-block;
  vertical-align: top;
}

body.node--type-article article .field-name-field-tags .field-item {
  display: inline-block;
  margin: 0 10px 0 0;
  vertical-align: top;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 16px;
  color: #999999;
}

body.node--type-article article .field-name-field-tags a {
  display: inline-block;
  vertical-align: top;
  transition: all .5s;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 0.8125rem;
  line-height: 16px;
  color: #999999;
  text-transform: uppercase;
  text-decoration: none;
}

body.node--type-article article .field-name-field-tags a:hover {
  text-decoration: underline;
}

body.node--type-article article .field-name-field-tags a:hover:before {
  text-decoration: none !important;
}

body.node--type-article article .field-name-field-tags a:before {
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
  font-size: 18px;
  line-height: 16px;
  text-decoration: none !important;
}

@media print, screen and (min-width: 40em) {
  body.node--type-article .block-display-bannerfullsize {
    margin-bottom: 100px;
  }
  body.node--type-article .hero-background {
    height: calc(50vh);
    min-height: 450px;
  }
}

.node--type-landing .field-node--field-sottotitolo {
  margin-bottom: 20px;
}

.node--type-landing .field-node--field-sottotitolo h2 {
  font-size: 1.5625rem;
  line-height: 1.875rem;
  font-style: normal;
  color: #00337a;
  margin-top: 20px;
}

.node--type-landing .field-name-field-contenuto-testuale h2 {
  font-size: 2.5rem;
  line-height: 2.5rem;
  font-weight: 300;
  color: #00337a;
  margin: 30px 0;
}

.node--type-landing .field-name-field-contenuto-testuale .custom-dbox-popup {
  margin-bottom: 30px;
  margin-top: 30px;
}

.paragraph--type--scacchiera-container .scacchieraBg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;
}

.paragraph--type--scacchiera-container .colBck {
  height: 200px;
}

.paragraph--type--scacchiera-container .colCnt {
  background: #ffffff;
}

.paragraph--type--scacchiera-container .coverOnRight .colCnt {
  padding: 30px 10px 30px 10px !important;
}

.paragraph--type--scacchiera-container .coverOnLeft .colCnt {
  padding: 30px 10px 30px 10px !important;
}

.paragraph--type--scacchiera-container h3, .paragraph--type--scacchiera-container h4, .paragraph--type--scacchiera-container h5 {
  font-weight: bold;
  margin-bottom: 35px;
}

.paragraph--type--scacchiera-container p {
  line-height: 1.875rem;
}

.paragraph--type--scacchiera-container .button {
  margin-top: 40px;
}

.paragraph--type--scacchiera-container select {
  max-width: 250px;
}

.paragraph--type--scacchiera-container .paragraph--type--scacchiera-item:last-child {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 40em) {
  .paragraph--type--scacchiera-container .colBck {
    height: auto;
  }
  .paragraph--type--scacchiera-container .coverOnRight .colCnt {
    padding: 40px 70px 40px 20px !important;
  }
  .paragraph--type--scacchiera-container .coverOnLeft .colCnt {
    padding: 40px 20px 40px 70px !important;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .paragraph--type--scacchiera-container .coverOnRight {
    margin-left: -115px !important;
  }
  .paragraph--type--scacchiera-container .coverOnRight .colCnt {
    padding: 90px 110px 90px 135px !important;
  }
  .paragraph--type--scacchiera-container .coverOnLeft {
    margin-right: -115px !important;
  }
  .paragraph--type--scacchiera-container .coverOnLeft .colCnt {
    padding: 90px 135px 90px 60px !important;
  }
}

/**
 * Paragraph "Banner Fullsize"
 * 
 * Viene stampato
 * - Nella regione "Hero banner" per Basic page e Homepage
 * - Nella regione "Contenuto " per Articoli
 * 
 * Qui c'è il codice comune
 */
.block-display-bannerfullsize ul.hero-list {
  position: relative;
  margin: 0;
  line-height: 0;
  list-style: none;
}

.block-display-bannerfullsize ul.hero-list:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 125px;
  width: 100%;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.79) 21%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  opacity: 0.5;
}

.block-display-bannerfullsize ul.hero-list:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  height: 25px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(237, 237, 237, 0) 7%, #0f0f0f 94%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
  opacity: 0.3;
}

.block-display-bannerfullsize .hero-background {
  position: relative;
  height: calc(100vh);
  background-size: cover;
  background-position: center;
}

.block-display-bannerfullsize .hero-background .hero-over-cont, .block-display-bannerfullsize .hero-background a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.block-display-bannerfullsize .hero-background img.hero-over {
  position: relative;
  display: inline-block;
  top: 50%;
  max-width: 80vw;
  max-height: 70vh;
  -ms-transform: translateY(-40%);
      transform: translateY(-40%);
}

.block-display-bannerfullsize .hero-background .hero-player {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  color: #ffffff;
  transition: all 0.2s ease;
}

.block-display-bannerfullsize .hero-background .hero-player span {
  display: inline-block;
  vertical-align: top;
}

.block-display-bannerfullsize .hero-background .hero-player span:before {
  display: inline-block;
  vertical-align: top;
  font-size: 80px;
  line-height: 80px;
}

.block-display-bannerfullsize .hero-background a:hover .hero-player {
  color: #00337a;
}

.block-display-bannerfullsize .slick-dots {
  display: none;
  top: 50%;
  bottom: auto;
  width: 20px;
  text-align: center;
  right: 100px;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

.block-display-bannerfullsize .slick-dots li {
  margin: 5px 0;
}

.block-display-bannerfullsize .slick-dots li button {
  padding: 0;
}

.block-display-bannerfullsize .slick-dots li button:before {
  border-radius: 30px;
  background: transparent;
  transition: all 0.2s ease;
  color: white;
  font-size: 8px;
}

.block-display-bannerfullsize .slick-dots li.slick-active button:before {
  background: white;
}

.button {
  border: 1px solid #00337a;
  text-transform: uppercase;
  text-decoration: none !important;
}

.button:hover {
  color: #00337a;
  background-color: transparent;
}

.button.white {
  color: #00337a;
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.button.white:hover {
  border: 1px solid #ffffff;
  color: white;
  background-color: transparent;
}

.button.white.freccia:after {
  font-size: 0.5625rem;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 12px;
}

.button.whiteBordered {
  color: #00337a;
  background-color: #ffffff;
  border: 1px solid #00337a;
}

.button.whiteBordered:hover {
  color: white;
  background-color: #00337a;
}

.button.whiteBordered.freccia:after {
  font-size: 0.5625rem;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 12px;
}

.button.secondary {
  color: #ffffff;
  background-color: #999999;
  border: 1px solid #999999;
}

.button.secondary:hover {
  color: #999999;
  background-color: transparent;
}

.button.freccia:after {
  font-size: 0.5625rem;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 12px;
}

.button-group.tiny .button {
  padding: 10px 20px;
}

#sliding-popup {
  background-color: #ffffff !important;
}

#sliding-popup .eu-cookie-compliance-message {
  line-height: 15px;
}

#sliding-popup #popup-text p {
  color: #00337a;
  font-weight: 300;
}

#sliding-popup .eu-cookie-compliance-buttons {
  margin: 0;
}

#sliding-popup .eu-cookie-compliance-more-button {
  display: none;
}

#sliding-popup .eu-cookie-compliance-default-button {
  background: transparent;
  border: none;
  font-weight: 400;
  color: #00337a;
  text-decoration: underline;
}

#sliding-popup .eu-cookie-compliance-secondary-button {
  background: none;
  border: 1px solid #00337a;
  border-radius: 20px;
  font-weight: 300;
  padding: 4px 13px;
  margin-top: 14px;
  color: #00337a;
  box-shadow: none;
  text-shadow: none;
  transition: all .5s;
}

#sliding-popup .eu-cookie-compliance-secondary-button:hover {
  background-color: #00337a;
  color: #ffffff;
}

.webform-submission-form input:focus::-webkit-input-placeholder,
.user-login-form input:focus::-webkit-input-placeholder,
.user-register-form input:focus::-webkit-input-placeholder {
  color: #00337a;
}

.webform-submission-form input:focus:-moz-placeholder,
.user-login-form input:focus:-moz-placeholder,
.user-register-form input:focus:-moz-placeholder {
  color: #00337a;
}

.webform-submission-form input:focus::-moz-placeholder,
.user-login-form input:focus::-moz-placeholder,
.user-register-form input:focus::-moz-placeholder {
  color: #00337a;
}

.webform-submission-form input:focus:-ms-input-placeholder,
.user-login-form input:focus:-ms-input-placeholder,
.user-register-form input:focus:-ms-input-placeholder {
  color: #00337a;
}

.webform-submission-form .form-item,
.user-login-form .form-item,
.user-register-form .form-item {
  margin: 0 0 1.75rem;
}

.webform-submission-form .form-item input,
.webform-submission-form .form-item select,
.user-login-form .form-item input,
.user-login-form .form-item select,
.user-register-form .form-item input,
.user-register-form .form-item select {
  margin: 0;
}

.webform-submission-form .form-item .description,
.user-login-form .form-item .description,
.user-register-form .form-item .description {
  font-size: 0.875rem;
  color: #333333;
  margin-top: 10px;
}

.webform-submission-form .select2-container .select2-selection,
.user-login-form .select2-container .select2-selection,
.user-register-form .select2-container .select2-selection {
  border: 1px solid #333333;
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  font-size: 13px;
  height: 2.90625rem;
}

.webform-submission-form .select2-container .select2-selection .select2-selection__rendered,
.user-login-form .select2-container .select2-selection .select2-selection__rendered,
.user-register-form .select2-container .select2-selection .select2-selection__rendered {
  padding: .875rem;
  line-height: 17px;
  color: #333333;
  text-transform: uppercase;
}

.webform-submission-form .select2-container.select2-container--open .select2-selection,
.user-login-form .select2-container.select2-container--open .select2-selection,
.user-register-form .select2-container.select2-container--open .select2-selection {
  border: 1px solid #00337a;
}

.webform-submission-form .select2-container.select2-container--open .select2-selection .select2-selection__rendered,
.user-login-form .select2-container.select2-container--open .select2-selection .select2-selection__rendered,
.user-register-form .select2-container.select2-container--open .select2-selection .select2-selection__rendered {
  color: #00337a;
  font-weight: 600;
}

.webform-submission-form .select2-container .select2-selection__arrow,
.user-login-form .select2-container .select2-selection__arrow,
.user-register-form .select2-container .select2-selection__arrow {
  height: 14px;
  position: absolute;
  top: 16px;
  right: 15px;
  width: 17px;
  line-height: 1em;
}

.webform-submission-form .select2-container .select2-selection__arrow:after,
.user-login-form .select2-container .select2-selection__arrow:after,
.user-register-form .select2-container .select2-selection__arrow:after {
  font-size: 0.5rem;
  color: #333333;
  width: auto;
}

.webform-submission-form .select2-container .select2-selection__arrow b,
.user-login-form .select2-container .select2-selection__arrow b,
.user-register-form .select2-container .select2-selection__arrow b {
  display: none;
}

.webform-submission-form .js-form-type-checkbox,
.user-login-form .js-form-type-checkbox,
.user-register-form .js-form-type-checkbox {
  min-height: 50px;
}

.webform-submission-form .js-form-type-checkbox input[type="checkbox"],
.user-login-form .js-form-type-checkbox input[type="checkbox"],
.user-register-form .js-form-type-checkbox input[type="checkbox"] {
  display: none;
  visibility: hidden;
}

.webform-submission-form .js-form-type-checkbox label,
.user-login-form .js-form-type-checkbox label,
.user-register-form .js-form-type-checkbox label {
  position: relative;
  margin: 0;
  padding: 0 0 0 55px;
}

.webform-submission-form .js-form-type-checkbox label:before,
.user-login-form .js-form-type-checkbox label:before,
.user-register-form .js-form-type-checkbox label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 44px;
  height: 44px;
  border: none;
  cursor: pointer;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  background-image: url("../images/vendors/icheck/checkbox.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: 0 0;
}

.webform-submission-form .js-form-type-checkbox input[type="checkbox"]:checked + label:before,
.user-login-form .js-form-type-checkbox input[type="checkbox"]:checked + label:before,
.user-register-form .js-form-type-checkbox input[type="checkbox"]:checked + label:before {
  background-position: -96px 0;
}

.webform-submission-form .txtTitoloInformativa,
.user-login-form .txtTitoloInformativa,
.user-register-form .txtTitoloInformativa {
  margin: 0 0 15px 0;
}

.webform-submission-form .txtTitoloInformativa p,
.user-login-form .txtTitoloInformativa p,
.user-register-form .txtTitoloInformativa p {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 0.8125rem;
  line-height: 1rem;
  text-transform: uppercase;
}

.webform-submission-form .txtTestoInformativa p,
.user-login-form .txtTestoInformativa p,
.user-register-form .txtTestoInformativa p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 0.75rem;
  line-height: 1rem;
}

.webform-submission-form .webform-actions,
.user-login-form .webform-actions,
.user-register-form .webform-actions {
  text-align: center;
}

.webform-submission-form .webform-actions .form-submit,
.user-login-form .webform-actions .form-submit,
.user-register-form .webform-actions .form-submit {
  padding: 15px 40px;
}

.webform-submission-form .webform-confirmation .webform-confirmation__message, .webform-submission-form .webform-confirmation .webform-confirmation__back,
.user-login-form .webform-confirmation .webform-confirmation__message,
.user-login-form .webform-confirmation .webform-confirmation__back,
.user-register-form .webform-confirmation .webform-confirmation__message,
.user-register-form .webform-confirmation .webform-confirmation__back {
  margin: 80px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #00337a;
  text-align: center;
}

.user-login-form .form-item label.error,
.user-register-form .form-item label.error {
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #00337a;
  text-transform: uppercase;
  text-align: center;
}

.user-login-form .form-item label.form-required,
.user-register-form .form-item label.form-required {
  display: none !important;
}

.select2-dropdown {
  border: 1px solid #333333 !important;
  border-radius: 4px !important;
  box-shadow: 0 0 8px #ddd;
  font-size: 0.8125rem;
  text-transform: uppercase;
}

.select2-dropdown.select2-dropdown--below {
  top: 10px;
}

.select2-dropdown.select2-dropdown--above {
  top: -10px;
}

.select2-dropdown .select2-search__field {
  border-radius: 0;
  margin: 0;
  line-height: 20px;
  height: auto;
}

.select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #00337a;
  color: white;
}

.webform-submission-contatti-form #edit-row4 .column:last-child:not(:first-child), .webform-submission-contatti-form #edit-row4 .columns:last-child:not(:first-child), .webform-submission-contatti-form #edit-row4 .columns:last-child:not(:first-child) {
  float: left;
}

.webform-submission-contatti-form #edit-row4 .callout.alert {
  background: #f2f4f5;
  color: #00337a;
}

.webform-submission-contatti-form #edit-row4 .callout.alert ul {
  margin-bottom: 0;
}

.webform-submission-contatti-form #edit-row4 .callout.alert span {
  display: none;
}

.webform-submission-contatti-form .webform-document-file .jfilestyle > input {
  position: relative;
  float: left;
  height: auto;
}

.webform-submission-contatti-form .webform-document-file .jfilestyle .focus-jfilestyle {
  position: relative;
  float: left;
}

.webform-submission-contatti-form .webform-document-file .js-form-submit {
  margin: 0 0 0 20px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #00337a;
}

.block-frontpageblocchicategorie .colCaneGatto, .block-frontpageblocchicategorie .colRurale, .block-frontpageblocchicategorie .colOrnitologia, .block-frontpageblocchicategorie .colIgiene {
  position: relative;
  padding-top: 40px;
  padding-bottom: 70px;
}

.block-frontpageblocchicategorie .colCaneGatto:before, .block-frontpageblocchicategorie .colCaneGatto:after, .block-frontpageblocchicategorie .colRurale:before, .block-frontpageblocchicategorie .colRurale:after, .block-frontpageblocchicategorie .colOrnitologia:before, .block-frontpageblocchicategorie .colOrnitologia:after, .block-frontpageblocchicategorie .colIgiene:before, .block-frontpageblocchicategorie .colIgiene:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.block-frontpageblocchicategorie .colCaneGatto:before, .block-frontpageblocchicategorie .colRurale:before, .block-frontpageblocchicategorie .colOrnitologia:before, .block-frontpageblocchicategorie .colIgiene:before {
  z-index: -2;
}

.block-frontpageblocchicategorie .colCaneGatto:after, .block-frontpageblocchicategorie .colRurale:after, .block-frontpageblocchicategorie .colOrnitologia:after, .block-frontpageblocchicategorie .colIgiene:after {
  z-index: -1;
  opacity: 0.5;
}

.block-frontpageblocchicategorie .colCaneGatto .topCnt, .block-frontpageblocchicategorie .colRurale .topCnt, .block-frontpageblocchicategorie .colOrnitologia .topCnt, .block-frontpageblocchicategorie .colIgiene .topCnt {
  margin: 0 0 20px 0;
}

.block-frontpageblocchicategorie .colCaneGatto p.categoria, .block-frontpageblocchicategorie .colRurale p.categoria, .block-frontpageblocchicategorie .colOrnitologia p.categoria, .block-frontpageblocchicategorie .colIgiene p.categoria {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  color: #ffffff;
  text-transform: uppercase;
}

.block-frontpageblocchicategorie .colCaneGatto h5, .block-frontpageblocchicategorie .colRurale h5, .block-frontpageblocchicategorie .colOrnitologia h5, .block-frontpageblocchicategorie .colIgiene h5 {
  margin: 30px 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 2.1875rem;
  line-height: 2.1875rem;
  color: #ffffff;
}

.block-frontpageblocchicategorie .colCaneGatto p:not(.categoria), .block-frontpageblocchicategorie .colRurale p:not(.categoria), .block-frontpageblocchicategorie .colOrnitologia p:not(.categoria), .block-frontpageblocchicategorie .colIgiene p:not(.categoria) {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #ffffff;
}

.block-frontpageblocchicategorie .colCaneGatto:after {
  background-image: url("../images/front/frontpage_sfondo_canegatto.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.block-frontpageblocchicategorie .colRurale:after {
  background-image: url("../images/front/frontpage_sfondo_rurale.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.block-frontpageblocchicategorie .colOrnitologia:after {
  background-image: url("../images/front/frontpage_sfondo_ornitologia.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.block-frontpageblocchicategorie .colIgiene:after {
  background-image: url("../images/front/frontpage_sfondo_igiene.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media print, screen and (min-width: 40em) {
  .block-frontpageblocchicategorie .colCaneGatto, .block-frontpageblocchicategorie .colRurale, .block-frontpageblocchicategorie .colOrnitologia, .block-frontpageblocchicategorie .colIgiene {
    padding: 30px 30px 190px 30px !important;
  }
  .block-frontpageblocchicategorie .colCaneGatto:after, .block-frontpageblocchicategorie .colRurale:after, .block-frontpageblocchicategorie .colOrnitologia:after, .block-frontpageblocchicategorie .colIgiene:after {
    opacity: 1;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .block-frontpageblocchicategorie .colCaneGatto, .block-frontpageblocchicategorie .colRurale, .block-frontpageblocchicategorie .colOrnitologia, .block-frontpageblocchicategorie .colIgiene {
    padding: 50px 60px 190px 60px !important;
  }
}

.block-display-filearchivereduct > .contextual {
  display: none !important;
}

.formevet-filearchive .orderFiles {
  margin: 0 0 45px 0;
  font-size: 0;
}

.formevet-filearchive .orderFiles a.button {
  margin: 0 10px 0 0;
  padding: 5px 30px;
  text-align: left;
}

.formevet-filearchive .archiveFile {
  position: relative;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #999999;
}

.formevet-filearchive .archiveFile .fileArchiveTop {
  position: relative;
  width: 100%;
  padding: 20px 40px 20px 70px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #333333;
}

.formevet-filearchive .archiveFile .fileArchiveTop:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  font-size: 33px;
  line-height: 33px;
  color: #00337a;
}

.formevet-filearchive .archiveFile .fileArchiveTop a.fileTit {
  display: inline-block;
  margin: 0 30px 0 0;
  vertical-align: middle;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #00337a;
  text-transform: uppercase;
  text-decoration: none;
}

.formevet-filearchive .archiveFile .fileArchiveTop .fileReadMore {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  text-align: center;
  cursor: pointer;
}

.formevet-filearchive .archiveFile .fileArchiveTop .fileReadMore span {
  position: relative;
  display: inline-block;
  top: 50%;
  vertical-align: top;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

.formevet-filearchive .archiveFile .fileArchiveTop .fileReadMore span:before {
  font-size: 15px;
  line-height: 15px;
  color: #333333;
}

.formevet-filearchive .archiveFile .fileArchiveTop .fileReadMore:hover span:before {
  color: #00337a;
}

.formevet-filearchive .archiveFile .fileArchiveTop .fileReadMore.opened span:before {
  content: '\e805';
}

.formevet-filearchive .archiveFile .fileArchiveBottom {
  display: none;
  position: relative;
  margin: 0;
  padding: 0 40px 20px 70px;
}

.formevet-filearchive .archiveFile .fileArchiveBottom p {
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #333333;
}

.formevet-filearchive .archiveFile .fileArchiveBottom p:last-of-type {
  margin: 0;
}

.formevet-filearchive .archiveFileCover {
  position: relative;
}

.formevet-filearchive .archiveFileCover a.docCover {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

.formevet-filearchive .archiveFileCover a.docCover img {
  width: 100%;
  height: auto;
}

.formevet-filearchive .archiveFileCover a.docCover .hovBlu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 51, 122, 0.87);
  opacity: 0;
  transition: all .5s;
}

.formevet-filearchive .archiveFileCover a.docCover .hovBlu span {
  position: relative;
  top: 50%;
  left: 50%;
  background: #ffffff !important;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  color: #00337a !important;
}

.formevet-filearchive .archiveFileCover a.docCover:hover .hovBlu {
  opacity: 1;
}

.formevet-filearchive .archiveFileCover .docWrp {
  margin: 20px 0 0 0;
  padding: 0;
}

.formevet-filearchive .archiveFileCover h5 {
  margin: 10px 0 20px 0;
}

.formevet-filearchive .archiveFileCover h5 a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.875rem;
  color: #00337a;
  text-decoration: none;
}

.formevet-filearchive .orderFiles a.button {
  margin: 0 5px 0 0;
  padding: 5px 20px;
  font-size: 12px;
}

.formevet-filearchive .archiveFile {
  padding: 0;
}

.formevet-filearchive .archiveFile .fileArchiveTop {
  padding: 10px 20px 10px 40px;
}

.formevet-filearchive .archiveFile .fileArchiveTop:before {
  font-size: 23px;
  line-height: 23px;
}

.formevet-filearchive .archiveFile .fileArchiveBottom {
  padding: 0 20px 20px 40px;
}

@media print, screen and (min-width: 40em) {
  .formevet-filearchive .archiveFileCover .docWrp {
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .formevet-filearchive .archiveFileCover .docWrp {
    padding: 0 25px;
  }
}

.formevet-filearchive-thumb {
  max-width: 76.875rem;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

.formevet-filearchive-thumb .archiveFileCover {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .formevet-filearchive-thumb .archiveFileCover {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.formevet-filearchive-thumb .archiveFileCover:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  .formevet-filearchive-thumb .archiveFileCover {
    width: 33.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .formevet-filearchive-thumb .archiveFileCover {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print, screen and (min-width: 40em) {
  .formevet-filearchive-thumb .archiveFileCover:last-child:not(:first-child) {
    float: right;
  }
}

.pager ul.pagination {
  width: 100%;
  margin: 40px 0 0 0;
  font-size: 0;
  text-align: center;
}

.pager li.pager__item {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
  background: transparent !important;
}

.pager a {
  display: inline-block;
  padding: 10px 20px;
  vertical-align: top;
  border-radius: 30px;
  transition: all 0.3s ease !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 400 !important;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #00337a;
  text-transform: uppercase;
  text-decoration: none !important;
}

.pager a:hover {
  background: #00337a;
  color: #ffffff;
}

.pager li.pager__item.current a {
  background: #00337a;
  color: #ffffff;
}

.pager li.pager__item {
  display: none !important;
}

.pager li.pager__item--previous, .pager li.pager__item--next {
  display: inline-block !important;
}

#block-contattilinkfarmacovigilanza {
  margin-top: 40px;
}

#block-contattilinkfarmacovigilanza p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #333333;
}

#block-contattilinkfarmacovigilanza p a {
  font-weight: 700;
  color: #00337a;
  text-decoration: none !important;
}

#block-contattilinkfarmacovigilanza p a:hover {
  color: #6e88ab;
}

.block-views-block-blog-blog-listafront {
  position: relative;
  padding: 100px 0 140px 0;
  background: transparent;
}

.block-views-block-blog-blog-listafront:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
  background-color: transparent;
  background-image: url("../images/front/frontpage_sfondonews.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 90% auto;
}

.block-views-block-blog-blog-listafront h2.block-title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2.1875rem;
  line-height: 2.1875rem;
  color: #00337a;
  text-align: center;
}

.block-views-block-blog-blog-listafront h2.block-title strong {
  font-weight: 700;
}

.block-views-block-blog-blog-listafront h2.block-title:before {
  content: "";
  position: absolute;
  top: -170px;
  left: 50%;
  width: 100%;
  max-width: 890px;
  height: 170px;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  background-color: transparent;
  background-image: url("../images/front/frontpage_tetto.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.block-views-block-blog-blog-listafront .blog-frontlist {
  overflow: visible;
}

.block-views-block-blog-blog-listafront .fpNewsWrapper {
  margin-top: 40px;
}

.block-views-block-blog-blog-listafront .fpNewsWrapper .views-row {
  padding: 0 !important;
}

.block-views-block-blog-blog-listafront .fpNewsWrapper article {
  width: calc(100% - 10px);
  height: 100%;
  margin: 0 5px;
  padding: 30px 20px;
  background: #f2f4f5;
}

.block-views-block-blog-blog-listafront .newsItm {
  width: 100%;
}

.block-views-block-blog-blog-listafront .newsItm .niColCover {
  text-align: center;
}

.block-views-block-blog-blog-listafront .newsItm .blogCover {
  display: inline-block;
}

.block-views-block-blog-blog-listafront .newsItm .blogCover .divBg {
  width: 125px;
  height: 125px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-size: cover;
}

.block-views-block-blog-blog-listafront .newsItm h5.node-title {
  margin: 0 0 30px 0;
}

.block-views-block-blog-blog-listafront .newsItm h5.node-title a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  color: #00337a;
}

.block-views-block-blog-blog-listafront .newsItm .field-name-body p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.875rem;
}

.block-views-block-blog-blog-listafront .slick-prev, .block-views-block-blog-blog-listafront .slick-next {
  width: 56px;
  height: 56px;
  background: #cccccc;
  border-radius: 0 !important;
  z-index: 1;
  transition: all .5s;
}

.block-views-block-blog-blog-listafront .slick-prev:hover, .block-views-block-blog-blog-listafront .slick-next:hover {
  background: #00337a;
}

.block-views-block-blog-blog-listafront .slick-prev {
  left: -23px;
}

.block-views-block-blog-blog-listafront .slick-next {
  right: -23px;
}

.block-views-block-blog-blog-listafront .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 10px;
}

.block-views-block-blog-blog-listafront .slick-dots li {
  margin: 5px 10px;
}

.block-views-block-blog-blog-listafront .slick-dots li button {
  padding: 0;
}

.block-views-block-blog-blog-listafront .slick-dots li button:before {
  border-radius: 30px;
  background: transparent;
  transition: all 0.2s ease;
  font-size: 11px;
  color: #00337a;
}

.block-views-block-blog-blog-listafront .slick-dots li.slick-active button:before {
  background: #00337a;
}

@media print, screen and (min-width: 40em) {
  .block-views-block-blog-blog-listafront {
    padding: 100px 0 240px 0;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .block-views-block-blog-blog-listafront {
    padding: 100px 0 500px 0;
  }
  .block-views-block-blog-blog-listafront:before {
    opacity: 1;
  }
  .block-views-block-blog-blog-listafront .fpNewsWrapper article {
    padding: 60px 50px;
  }
  .block-views-block-blog-blog-listafront .newsItm {
    display: table;
    table-layout: fixed;
    min-height: 125px;
  }
  .block-views-block-blog-blog-listafront .newsItm .niCol {
    display: table-cell;
    vertical-align: middle;
  }
  .block-views-block-blog-blog-listafront .newsItm .niColCover {
    width: 170px;
    text-align: left;
  }
  .block-views-block-blog-blog-listafront .newsItm .blogCover {
    display: inline-block;
  }
  .block-views-block-blog-blog-listafront .newsItm .blogCover .divBg {
    width: 125px;
    height: 125px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-size: cover;
  }
}

.arcfiles-aggregati table.afaTable,
.arcfiles-esteso table.afaTable {
  margin: 0;
}

.arcfiles-aggregati table.afaTable thead, .arcfiles-aggregati table.afaTable tbody, .arcfiles-aggregati table.afaTable tfoot,
.arcfiles-esteso table.afaTable thead,
.arcfiles-esteso table.afaTable tbody,
.arcfiles-esteso table.afaTable tfoot {
  border: none;
}

.arcfiles-aggregati table.afaTable tr,
.arcfiles-esteso table.afaTable tr {
  border-bottom: 1px solid #999999;
  background: transparent !important;
}

.arcfiles-aggregati table.afaTable td,
.arcfiles-esteso table.afaTable td {
  position: relative;
  padding: 12px 15px;
  vertical-align: middle;
}

.arcfiles-aggregati table.afaTable a,
.arcfiles-esteso table.afaTable a {
  display: inline-block;
  transition: all 0.3 ease;
  cursor: pointer;
  text-decoration: none;
}

.arcfiles-aggregati table.afaTable td.tdIco,
.arcfiles-esteso table.afaTable td.tdIco {
  width: 70px;
  text-align: center;
}

.arcfiles-aggregati table.afaTable td.tdIco a,
.arcfiles-esteso table.afaTable td.tdIco a {
  color: #00337a;
}

.arcfiles-aggregati table.afaTable td.tdIco span,
.arcfiles-esteso table.afaTable td.tdIco span {
  display: inline-block;
  vertical-align: top;
}

.arcfiles-aggregati table.afaTable td.tdIco span:before,
.arcfiles-esteso table.afaTable td.tdIco span:before {
  font-size: 33px;
  line-height: 33px;
}

.arcfiles-aggregati table.afaTable td.tdData,
.arcfiles-esteso table.afaTable td.tdData {
  width: 110px;
  text-align: center;
}

.arcfiles-aggregati table.afaTable td.tdData a,
.arcfiles-esteso table.afaTable td.tdData a {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #00337a;
}

.arcfiles-aggregati table.afaTable td.tdTitle,
.arcfiles-esteso table.afaTable td.tdTitle {
  padding: 12px 20px 12px 15px;
}

.arcfiles-aggregati table.afaTable td.tdTitle:after,
.arcfiles-esteso table.afaTable td.tdTitle:after {
  position: absolute;
  top: 50%;
  right: 0;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  font-size: 14px;
  line-height: 14px;
  color: #333333;
}

.arcfiles-aggregati table.afaTable td.tdTitle a,
.arcfiles-esteso table.afaTable td.tdTitle a {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #333333;
}

.arcfiles-aggregati table.afaTable td.tdTitle a:hover,
.arcfiles-esteso table.afaTable td.tdTitle a:hover {
  color: #00337a;
}

.arcfiles-aggregati .views-exposed-form,
.arcfiles-esteso .views-exposed-form {
  display: none;
}

.arcfiles-aggregati .afaOrdering,
.arcfiles-esteso .afaOrdering {
  margin-bottom: 50px;
  font-size: 0;
}

.arcfiles-aggregati .afaOrdering div,
.arcfiles-esteso .afaOrdering div {
  display: inline-block;
  height: 34px;
  margin: 0 10px 0 0;
  padding: 4px 20px;
  vertical-align: top;
  border: 1px solid #00337a;
  border-radius: 30px;
  background: transparent;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: #00337a;
}

.arcfiles-aggregati .afaOrdering div.active, .arcfiles-aggregati .afaOrdering div:hover,
.arcfiles-esteso .afaOrdering div.active,
.arcfiles-esteso .afaOrdering div:hover {
  background: #00337a;
  color: #ffffff;
}

.arcfiles-aggregati ul.js-pager__items,
.arcfiles-esteso ul.js-pager__items {
  margin: 60px 0 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.views-exposed-form.block-formespostoricercaricercaform-page form {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
  overflow: hidden;
}

.views-exposed-form.block-formespostoricercaricercaform-page .form-item {
  position: relative;
  width: 100%;
}

.views-exposed-form.block-formespostoricercaricercaform-page .form-item input {
  margin: 0;
  padding-right: 60px;
}

.views-exposed-form.block-formespostoricercaricercaform-page .form-actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

.views-exposed-form.block-formespostoricercaricercaform-page .form-actions:before {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  transition: all 0.4s ease;
  z-index: -1;
  font-size: 30px;
  line-height: 30px;
  color: #333333;
}

.views-exposed-form.block-formespostoricercaricercaform-page .form-actions:hover:before {
  color: #00337a;
}

.views-exposed-form.block-formespostoricercaricercaform-page .form-submit {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  font-size: 0;
}

#block-views-block-ricerca-ricerca-block .views-exposed-form {
  position: relative;
  max-width: 450px;
  margin: 0;
  overflow: hidden;
}

#block-views-block-ricerca-ricerca-block .views-exposed-form .form-item {
  position: relative;
  width: 100%;
}

#block-views-block-ricerca-ricerca-block .views-exposed-form .form-item input {
  margin: 0;
  padding-right: 60px;
}

#block-views-block-ricerca-ricerca-block .views-exposed-form .form-actions {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}

#block-views-block-ricerca-ricerca-block .views-exposed-form .form-actions:before {
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  transition: all 0.4s ease;
  z-index: -1;
  font-size: 30px;
  line-height: 30px;
  color: #333333;
}

#block-views-block-ricerca-ricerca-block .views-exposed-form .form-actions:hover:before {
  color: #00337a;
}

#block-views-block-ricerca-ricerca-block .views-exposed-form .form-submit {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  font-size: 0;
}

#block-views-block-ricerca-ricerca-block header {
  margin: 20px 0;
}

#block-views-block-ricerca-ricerca-block header p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  font-style: italic;
  font-size: 1.25rem;
  line-height: 1.25rem;
  color: #00337a;
}

#block-views-block-ricerca-ricerca-block header ul.searchFiltersWrapper {
  width: 100%;
  margin: 20px 0 40px 0;
  overflow: hidden;
  list-style: none;
  font-size: 0;
}

#block-views-block-ricerca-ricerca-block header ul.searchFiltersWrapper li.button {
  margin: 0 10px 10px 0;
  padding: 5px 30px;
  text-align: left;
}

#block-views-block-ricerca-ricerca-block header ul.searchFiltersWrapper li.button:hover {
  background: #00337a;
  color: #ffffff;
}

#block-views-block-ricerca-ricerca-block header ul.searchFiltersWrapper .button:not(.current) {
  background: transparent;
  color: #00337a;
}

#block-views-block-ricerca-ricerca-block header ul.searchFiltersWrapper .button:not(.current):hover {
  background: #00337a;
  color: #ffffff;
}

#block-views-block-ricerca-ricerca-block .searchFilesWrapper, #block-views-block-ricerca-ricerca-block .searchArticlesWrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#block-views-block-ricerca-ricerca-block .searchFilesWrapper h4, #block-views-block-ricerca-ricerca-block .searchArticlesWrapper h4 {
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 2.5rem;
  color: #00337a;
  text-transform: uppercase;
}

#block-views-block-ricerca-ricerca-block .searchFilesWrapper .searchFilesGroup, #block-views-block-ricerca-ricerca-block .searchArticlesWrapper .searchFilesGroup {
  position: relative;
  width: 100%;
  margin: 0 0 60px 0;
  overflow: hidden;
}

#block-views-block-ricerca-ricerca-block .archiveFile {
  position: relative;
  padding: 0 0 0 20px;
  border-bottom: 1px solid #999999;
}

#block-views-block-ricerca-ricerca-block .archiveFile .fileArchiveTop {
  position: relative;
  width: 100%;
  padding: 20px 40px 20px 70px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #333333;
}

#block-views-block-ricerca-ricerca-block .archiveFile .fileArchiveTop:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  font-size: 33px;
  line-height: 33px;
  color: #00337a;
}

#block-views-block-ricerca-ricerca-block .archiveFile .fileArchiveTop a.fileTit {
  display: inline-block;
  margin: 0 30px 0 0;
  vertical-align: middle;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #00337a;
  text-transform: uppercase;
  text-decoration: none;
}

#block-views-block-ricerca-ricerca-block .archiveFile .fileArchiveTop .fileReadMore {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  text-align: center;
  cursor: pointer;
}

#block-views-block-ricerca-ricerca-block .archiveFile .fileArchiveTop .fileReadMore span {
  position: relative;
  display: inline-block;
  top: 50%;
  vertical-align: top;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
}

#block-views-block-ricerca-ricerca-block .archiveFile .fileArchiveTop .fileReadMore span:before {
  font-size: 15px;
  line-height: 15px;
  color: #333333;
}

#block-views-block-ricerca-ricerca-block .archiveFile .fileArchiveTop .fileReadMore:hover span:before {
  color: #00337a;
}

#block-views-block-ricerca-ricerca-block .archiveFile .fileArchiveTop .fileReadMore.opened span:before {
  content: '\e805';
}

#block-views-block-ricerca-ricerca-block .archiveFile .fileArchiveBottom {
  display: none;
  position: relative;
  margin: 0;
  padding: 0 40px 20px 70px;
}

#block-views-block-ricerca-ricerca-block .archiveFile .fileArchiveBottom p {
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 0.875rem;
  color: #333333;
}

#block-views-block-ricerca-ricerca-block .archiveFile .fileArchiveBottom p:last-of-type {
  margin: 0;
}

#block-views-block-ricerca-ricerca-block .articleContainer {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

#block-views-block-ricerca-ricerca-block .articleContainer > .singleSearchArticle {
  float: left;
  width: 100%;
}

#block-views-block-ricerca-ricerca-block .articleContainer > .singleSearchArticle:nth-of-type(1n) {
  clear: none;
}

#block-views-block-ricerca-ricerca-block .articleContainer > .singleSearchArticle:nth-of-type(1n+1) {
  clear: both;
}

#block-views-block-ricerca-ricerca-block .articleContainer > .singleSearchArticle:last-child {
  float: left;
}

#block-views-block-ricerca-ricerca-block .blogItm {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 0;
}

#block-views-block-ricerca-ricerca-block .blogItm a.blogCover {
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
}

#block-views-block-ricerca-ricerca-block .blogItm a.blogCover .field-name-field-banner {
  position: relative;
}

#block-views-block-ricerca-ricerca-block .blogItm a.blogCover .field-name-field-banner img {
  width: 100%;
  height: auto;
}

#block-views-block-ricerca-ricerca-block .blogItm a.blogCover .field-name-field-banner .formevet-play-round {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  transition: all .5s;
  color: #ffffff;
}

#block-views-block-ricerca-ricerca-block .blogItm a.blogCover .field-name-field-banner .formevet-play-round:before {
  width: auto;
  font-size: 60px;
  line-height: 60px;
}

#block-views-block-ricerca-ricerca-block .blogItm a.blogCover .hovBlu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 51, 122, 0.87);
  opacity: 0;
  transition: all .5s;
}

#block-views-block-ricerca-ricerca-block .blogItm a.blogCover .hovBlu span {
  position: relative;
  top: 50%;
  left: 50%;
  background: #ffffff !important;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  color: #00337a !important;
}

#block-views-block-ricerca-ricerca-block .blogItm .blogWrp {
  margin: 20px 0 0 0;
  padding: 0;
}

#block-views-block-ricerca-ricerca-block .blogItm .field-name-field-tipo-news {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1rem;
  color: #00337a;
  text-transform: uppercase;
}

#block-views-block-ricerca-ricerca-block .blogItm h5.node-title {
  margin: 10px 0 20px 0;
}

#block-views-block-ricerca-ricerca-block .blogItm h5.node-title a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.625rem;
  color: #00337a;
  text-decoration: none;
}

#block-views-block-ricerca-ricerca-block .blogItm .field-name-field-testo-anteprima p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

@media print, screen and (min-width: 40em) {
  #block-views-block-ricerca-ricerca-block .articleContainer {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
  }
  #block-views-block-ricerca-ricerca-block .articleContainer > .singleSearchArticle {
    float: left;
    width: 33.33333%;
  }
  #block-views-block-ricerca-ricerca-block .articleContainer > .singleSearchArticle:nth-of-type(1n) {
    clear: none;
  }
  #block-views-block-ricerca-ricerca-block .articleContainer > .singleSearchArticle:nth-of-type(3n+1) {
    clear: both;
  }
  #block-views-block-ricerca-ricerca-block .articleContainer > .singleSearchArticle:last-child {
    float: left;
  }
  #block-views-block-ricerca-ricerca-block .blogItm {
    margin: 0;
    padding: 5px;
  }
  #block-views-block-ricerca-ricerca-block .blogItm .blogWrp {
    padding: 0 10px;
  }
}

@media print, screen and (min-width: 64.0625em) {
  #block-views-block-ricerca-ricerca-block .articleContainer {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
  #block-views-block-ricerca-ricerca-block .blogItm {
    padding: 15px;
  }
  #block-views-block-ricerca-ricerca-block .blogItm a.blogCover .hovBlu {
    opacity: 0;
  }
  #block-views-block-ricerca-ricerca-block .blogItm a.blogCover:hover .hovBlu {
    opacity: 1;
  }
  #block-views-block-ricerca-ricerca-block .blogItm .blogWrp {
    padding: 0 25px;
  }
  #block-views-block-ricerca-ricerca-block .blogItm h5.node-title a {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
  #block-views-block-ricerca-ricerca-block .blogItm .field-name-field-testo-anteprima p {
    line-height: 1.875rem;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  vertical-align: sub;
  margin-left: 70px;
  font-size: 0;
  line-height: 1;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #ffffff;
}

.hamburger-box {
  width: 40px;
  height: 27px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 5px;
  background-color: #00337a;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -11px;
}

.hamburger-inner::after {
  bottom: -11px;
}

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -ms-transform: rotate(225deg);
      transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -ms-transform: rotate(-225deg);
      transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*# sourceMappingURL=formevet18.css.map */
