@charset "UTF-8";
/* Foundation Version 6.4.3 */
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url(motion-ui/motion-ui.css);
@import url(font-awesome/css/font-awesome.css);
@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=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 13px; }

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Helvetica Neue", "Segoe UI", "Segoe", Helvetica, sans-serif, Arial;
  font-weight: normal;
  line-height: 1.5;
  color: #333;
  -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: 2px; }

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

.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: 2px;
  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: 92.30769rem;
  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.76923rem;
    margin-left: -0.76923rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -1.15385rem;
        margin-left: -1.15385rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -1.15385rem;
        margin-left: -1.15385rem; } }
    .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.76923rem;
    padding-left: 0.76923rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 1.15385rem;
    padding-left: 1.15385rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.76923rem;
  padding-left: 0.76923rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 1.15385rem;
      padding-left: 1.15385rem; } }
  .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.76923rem;
  padding-left: 0.76923rem; }

.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: 1.15385rem;
    padding-left: 1.15385rem; }
  .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: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .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: 1.15385rem;
    padding-left: 1.15385rem; }
  .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; } }

.column-block {
  margin-bottom: 1.53846rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 2.30769rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

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

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", "Segoe UI", "Segoe", Helvetica, sans-serif, Arial;
  font-style: normal;
  font-weight: 300;
  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: #ddd; }

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 1.61538rem;
    margin-bottom: 0.7rem; }
  h2, .h2 {
    font-size: 1.38462rem;
    margin-bottom: 0.5rem; }
  h3, .h3 {
    font-size: 1.23077rem;
    margin-bottom: 0.3rem; }
  h4, .h4 {
    font-size: 1.15385rem;
    margin-bottom: 0.2rem; }
  h5, .h5 {
    font-size: 1rem;
    margin-bottom: 0.1rem; }
  h6, .h6 {
    font-size: 0.92308rem;
    margin-bottom: 0.1rem; } }

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

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

ul,
ol,
dl {
  margin-bottom: 0.5rem;
  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 0.5rem;
  padding: 0.69231rem 1.53846rem 0 1.46154rem;
  border-left: 1px solid #ddd; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #444; }

cite {
  display: block;
  font-size: 1rem;
  color: #444; }
  cite:before {
    content: "â€” "; }

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

figure {
  margin: 0; }

code {
  padding: 0.15385rem 0.38462rem 0.07692rem;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #1f1f1f; }

kbd {
  margin: 0;
  padding: 0.15385rem 0.30769rem 0;
  background-color: #f5f5f5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #1f1f1f;
  border-radius: 2px; }

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

.lead {
  font-size: 19.5px;
  line-height: 1.6; }

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

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

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

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

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

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

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

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

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

@media print {
  * {
    background: transparent !important;
    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 #444;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.46154rem;
  margin: 0 0 0.92308rem;
  padding: 0.46154rem;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 1.07692rem;
  font-weight: normal;
  line-height: 1.5;
  color: #1f1f1f;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 0 5px #ddd;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

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

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

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

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

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

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 1.07692rem;
  font-weight: normal;
  line-height: 1.8;
  color: #1f1f1f; }
  label.middle {
    margin: 0 0 0.92308rem;
    padding: 0.53846rem 0; }

.help-text {
  margin-top: -0.46154rem;
  font-size: 1rem;
  font-style: italic;
  color: #1f1f1f; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 0.92308rem; }
  .input-group > :first-child {
    border-radius: 2px 0 0 2px; }
  .input-group > :last-child > * {
    border-radius: 0 2px 2px 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 #ddd;
  background: #f5f5f5;
  color: #1f1f1f;
  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: 2.46154rem; }

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

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

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

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

.fieldset {
  margin: 1.38462rem 0;
  padding: 0.76923rem 1.53846rem;
  border: 1px solid #EFEDED; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.23077rem;
    padding: 0 0.23077rem; }

select {
  height: 2.46154rem;
  margin: 0 0 0.92308rem;
  padding: 0.46154rem;
  appearance: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #fff;
  font-family: inherit;
  font-size: 1.07692rem;
  font-weight: normal;
  line-height: 1.5;
  color: #1f1f1f;
  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%2868, 68, 68%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -0.92308rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.38462rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 0 5px #ddd;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #f5f5f5;
    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)::placeholder {
    color: #cc4b37; }

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

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

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 2rem 0;
  font-family: inherit;
  padding: 0.65em 0.8em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fff; }
  .button.tiny {
    font-size: 0.84615rem; }
  .button.small {
    font-size: 0.92308rem; }
  .button.large {
    font-size: 1.3rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fff; }
  .button.secondary {
    background-color: #f5f5f5;
    color: #1f1f1f; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #c4c4c4;
      color: #1f1f1f; }
  .button.success {
    background-color: #3adb76;
    color: #1f1f1f; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #1f1f1f; }
  .button.warning {
    background-color: #ffa500;
    color: #1f1f1f; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8400;
      color: #1f1f1f; }
  .button.alert {
    background-color: #cc4b37;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fff; }
  .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: #1779ba;
      color: #fff; }
    .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: #1779ba;
        color: #fff; }
    .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: #f5f5f5;
        color: #1f1f1f; }
    .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: #3adb76;
        color: #1f1f1f; }
    .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: #ffa500;
        color: #1f1f1f; }
    .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: #fff; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .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: #0c3d5d;
      color: #0c3d5d; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
    .button.hollow.secondary {
      border: 1px solid #f5f5f5;
      color: #f5f5f5; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #7b7b7b;
        color: #7b7b7b; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #f5f5f5;
          color: #f5f5f5; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffa500;
      color: #ffa500; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805300;
        color: #805300; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffa500;
          color: #ffa500; }
    .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 #1779ba;
    color: #1779ba; }
    .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: #0c3d5d;
      color: #0c3d5d; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #1779ba;
        color: #1779ba; }
    .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 #1779ba;
      color: #1779ba; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #1779ba;
          color: #1779ba; }
      .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 #f5f5f5;
      color: #f5f5f5; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #7b7b7b;
        color: #7b7b7b; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #f5f5f5;
          color: #f5f5f5; }
      .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 #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .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 #ffa500;
      color: #ffa500; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805300;
        color: #805300; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffa500;
          color: #ffa500; }
      .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: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 0.8em; }
  .button.dropdown.hollow::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #f5f5f5; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffa500; }
  .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; }

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

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

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #EFEDED;
  border-bottom: 0;
  font-size: 0.92308rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #EFEDED;
    border-radius: 0 0 2px 2px; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #f5f5f5; }
  .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: 0.5rem 1rem 1rem;
  border: 1px solid #EFEDED;
  border-bottom: 0;
  background-color: #fff;
  color: #333; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #EFEDED; }

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

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

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

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

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

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

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  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 {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

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

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

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  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: #1779ba transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

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

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  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: #1779ba;
  color: #fff; }
  .badge.primary {
    background: #1779ba;
    color: #fff; }
  .badge.secondary {
    background: #f5f5f5;
    color: #1f1f1f; }
  .badge.success {
    background: #3adb76;
    color: #1f1f1f; }
  .badge.warning {
    background: #ffa500;
    color: #1f1f1f; }
  .badge.alert {
    background: #cc4b37;
    color: #fff; }

.breadcrumbs {
  margin: 0 0 2rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.84615rem;
    color: #1f1f1f;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #ddd; }
  .breadcrumbs a {
    color: #1779ba; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #ddd;
    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: 1rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.84615rem; }
  .button-group.small .button {
    font-size: 0.92308rem; }
  .button-group.large .button {
    font-size: 1.3rem; }
  .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: #1779ba;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #126195;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #f5f5f5;
    color: #1f1f1f; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #c4c4c4;
      color: #1f1f1f; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #1f1f1f; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #1f1f1f; }
  .button-group.warning .button {
    background-color: #ffa500;
    color: #1f1f1f; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8400;
      color: #1f1f1f; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fff; }
  .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: 64em) {
    .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: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(31, 31, 31, 0.1);
  border-radius: 2px;
  background-color: white;
  color: #333; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #333; }
  .callout.secondary {
    background-color: #fefefe;
    color: #333; }
  .callout.success {
    background-color: #e1faea;
    color: #333; }
  .callout.warning {
    background-color: #fff2d9;
    color: #333; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #333; }
  .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: 2rem;
  border: none;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  color: #333; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 2rem;
  background: #f5f5f5; }
  .card-divider > :last-child {
    margin-bottom: 0; }

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

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

.close-button {
  position: absolute;
  color: #444;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #1f1f1f; }
  .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: 64em) {
    .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; } }
  .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: #1779ba;
    color: #fff; }
  .menu .active > a {
    background: #1779ba;
    color: #fff; }
  .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: #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''; }
  .menu-icon:hover::after {
    background: #ddd;
    box-shadow: 0 7px 0 #ddd, 0 14px 0 #ddd; }

.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: #1f1f1f;
    box-shadow: 0 7px 0 #1f1f1f, 0 14px 0 #1f1f1f;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #444;
    box-shadow: 0 7px 0 #444, 0 14px 0 #444; }

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

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

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

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

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    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 #1779ba; }

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

.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 #333 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 #1779ba 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 #ddd;
  border-radius: 2px;
  background-color: #fff;
  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: #333 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: #1779ba; }

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

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

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

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  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 #333 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 #333; }

@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: #333 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 #333 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 #333; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #333 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 #333 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 #333; } }

.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 #ddd;
  background: #fff; }
  .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 #333 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 #333; }
  .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: 1.23077rem;
  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: 2px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fff; }
  .label.primary {
    background: #1779ba;
    color: #fff; }
  .label.secondary {
    background: #f5f5f5;
    color: #1f1f1f; }
  .label.success {
    background: #3adb76;
    color: #1f1f1f; }
  .label.warning {
    background: #ffa500;
    color: #1f1f1f; }
  .label.alert {
    background: #cc4b37;
    color: #fff; }

.media-object {
  display: block;
  margin-bottom: 2rem; }
  .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: 2rem;
      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: 2rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 2rem; }
  .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(31, 31, 31, 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: #333; }
  [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 0 rgba(31, 31, 31, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #333; }
  [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 0 rgba(31, 31, 31, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 280px;
  transform: translateX(-280px); }
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-280px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(280px); }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(31, 31, 31, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 280px;
  transform: translateX(280px); }
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(280px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-280px); }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(31, 31, 31, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(31, 31, 31, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(31, 31, 31, 0.25); }

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

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

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

@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;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: 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;
      transform: none; }
    .off-canvas.in-canvas-for-large .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(31, 31, 31, 0.5);
  color: #fff; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff; }
  [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(31, 31, 31, 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: #ddd; }
    .orbit-bullets button:hover {
      background-color: #444; }
    .orbit-bullets button.is-active {
      background-color: #444; }

.pagination {
  margin-left: 0;
  margin-bottom: 2rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.07692rem;
    border-radius: 2px;
    font-size: 1.07692rem;
    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.23077rem 0.76923rem;
    border-radius: 2px;
    color: #1f1f1f; }
    .pagination a:hover,
    .pagination button:hover {
      background: #f5f5f5; }
  .pagination .current {
    padding: 0.23077rem 0.76923rem;
    background: #bb2e29;
    color: #fff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.23077rem 0.76923rem;
    color: #ddd;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.23077rem 0.76923rem;
    content: '\2026';
    color: #1f1f1f; }

.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: 2rem;
  border-radius: 2px;
  background-color: #ddd; }
  .progress.primary .progress-meter {
    background-color: #1779ba; }
  .progress.secondary .progress-meter {
    background-color: #f5f5f5; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffa500; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

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

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

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

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

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

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

.slider.vertical {
  display: inline-block;
  width: 0.1rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.1rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.1rem;
    height: 1.1rem;
    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;
  user-select: none; }

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

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 2rem;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #fff;
  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: 92.30769rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 92.30769rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 92.30769rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 92.30769rem; } }
  .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: 2rem;
  outline: 0;
  font-size: 1.07692rem;
  font-weight: bold;
  color: #fff;
  user-select: none; }

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

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 2rem;
  background: #ddd;
  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.2rem;
    left: 0.2rem;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    transform: translate3d(0, 0, 0);
    border-radius: 2rem;
    background: #fff;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #3adb76; }
    input:checked ~ .switch-paddle::after {
      left: 2.2rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

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

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

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

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.76923rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.2rem;
    left: 0.2rem;
    width: 1.1rem;
    height: 1.1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.7rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.92308rem; }
  .switch.small .switch-paddle::after {
    top: 0.2rem;
    left: 0.2rem;
    width: 1.35rem;
    height: 1.35rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 1.95rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1.23077rem; }
  .switch.large .switch-paddle::after {
    top: 0.2rem;
    left: 0.2rem;
    width: 2.1rem;
    height: 2.1rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.7rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 2px; }
  thead, tbody, tfoot {
    border: 1px solid #ebebeb;
    background-color: #fff; }
  caption {
    padding: 1rem;
    font-weight: bold; }
  thead {
    background: whitesmoke;
    color: #333; }
  tfoot {
    background: #ebebeb;
    color: #333; }
  thead tr, tfoot tr {
    background: transparent; }
  thead th, thead td, tfoot th, tfoot td {
    padding: 1rem;
    font-weight: bold;
    text-align: left; }
  tbody th, tbody td {
    padding: 1rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #ebebeb; }
  table.unstriped tbody {
    background-color: #fff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #ebebeb;
      background-color: #fff; }

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

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

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

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

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

.tabs {
  margin: 0;
  border: 1px solid #EFEDED;
  background: #fff;
  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: #1779ba; }
  .tabs.primary > li > a {
    color: #fff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.92308rem;
    line-height: 1;
    color: #999; }
    .tabs-title > a:hover {
      background: #fff;
      color: #848484; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #fff;
      color: #1f1f1f; }

.tabs-content {
  border: 1px solid #EFEDED;
  border-top: 0;
  background: #fff;
  color: #333;
  transition: all 0.5s ease; }

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

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

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 2rem;
  border: none;
  border-radius: 2px;
  box-shadow: none;
  line-height: 0; }

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

.title-bar {
  padding: 1rem;
  background: #333;
  color: #fff; }
  .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 #444;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 2px;
  background-color: #1f1f1f;
  font-size: 80%;
  color: #fff; }
  .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 #1f1f1f;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #1f1f1f transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1f1f1f;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1f1f1f transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.top-bar {
  padding: 50px 0 0; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #fff; }
  .top-bar input {
    max-width: 100%;
    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: 63.9375em) {
    .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%; } }

.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: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

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

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

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

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

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  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; } }

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

.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important; }

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-wrap {
  word-wrap: break-word !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-overline {
  text-decoration: overline !important; }

.text-underline {
  text-decoration: underline !important; }

.text-line-through {
  text-decoration: line-through !important; }

.font-wide {
  letter-spacing: 0.30769rem; }

.font-normal {
  font-weight: normal; }

.font-bold {
  font-weight: bold; }

.font-italic {
  font-style: italic !important; }

ul.list-disc {
  list-style-type: disc !important; }

ul.list-circle {
  list-style-type: circle !important; }

ul.list-square {
  list-style-type: square !important; }

ol.list-decimal {
  list-style-type: decimal !important; }

ol.list-lower-alpha {
  list-style-type: lower-alpha !important; }

ol.list-lower-latin {
  list-style-type: lower-latin !important; }

ol.list-lower-roman {
  list-style-type: lower-roman !important; }

ol.list-upper-alpha {
  list-style-type: upper-alpha !important; }

ol.list-upper-latin {
  list-style-type: upper-latin !important; }

ol.list-upper-roman {
  list-style-type: upper-roman !important; }

.rounded {
  border-radius: 5000px !important; }

.radius {
  border-radius: 0.23077rem; }

.bordered {
  border: 0.07692rem solid #ddd; }

.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1f1f1f transparent transparent; }

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #1f1f1f; }

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1f1f1f; }

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1f1f1f transparent transparent; }

.separator-center {
  text-align: center !important; }
  .separator-center::before, .separator-center::after {
    display: table;
    content: ' '; }
  .separator-center::after {
    clear: both; }
  .separator-center::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.15385rem solid #1779ba;
    margin: 2rem auto 0; }

.separator-left {
  text-align: left !important; }
  .separator-left::before, .separator-left::after {
    display: table;
    content: ' '; }
  .separator-left::after {
    clear: both; }
  .separator-left::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.15385rem solid #1779ba;
    margin: 2rem auto 0;
    margin-left: 0 !important; }

.separator-right {
  text-align: right !important; }
  .separator-right::before, .separator-right::after {
    display: table;
    content: ' '; }
  .separator-right::after {
    clear: both; }
  .separator-right::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.15385rem solid #1779ba;
    margin: 2rem auto 0;
    margin-right: 0 !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-x-visible {
  overflow-x: visible !important; }

.overflow-y-visible {
  overflow-y: visible !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-x-hidden {
  overflow-x: hidden !important; }

.overflow-y-hidden {
  overflow-y: hidden !important; }

.overflow-scroll {
  overflow: scroll !important; }

.overflow-x-scroll {
  overflow-x: scroll !important; }

.overflow-y-scroll {
  overflow-y: scroll !important; }

.display-inline {
  display: inline !important; }

.display-inline-block {
  display: inline-block !important; }

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

.display-table {
  display: table !important; }

.display-table-cell {
  display: table-cell !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-fixed-top {
  position: fixed !important;
  top: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  z-index: 975; }

.position-fixed-bottom {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975; }

.border-box {
  box-sizing: border-box !important; }

.border-none {
  border: none !important; }

.width-25 {
  width: 25% !important; }

.width-50 {
  width: 50% !important; }

.width-75 {
  width: 75% !important; }

.width-100 {
  width: 100% !important; }

.height-25 {
  height: 25% !important; }

.height-50 {
  height: 50% !important; }

.height-75 {
  height: 75% !important; }

.height-100 {
  height: 100% !important; }

.max-width-100 {
  max-width: 100% !important; }

.max-height-100 {
  max-height: 100% !important; }

.margin-0 {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important; }

.padding-0 {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important; }

.margin-top-0 {
  margin-top: 0rem !important; }

.padding-top-0 {
  padding-top: 0rem !important; }

.margin-right-0 {
  margin-right: 0rem !important; }

.padding-right-0 {
  padding-right: 0rem !important; }

.margin-bottom-0 {
  margin-bottom: 0rem !important; }

.padding-bottom-0 {
  padding-bottom: 0rem !important; }

.margin-left-0 {
  margin-left: 0rem !important; }

.padding-left-0 {
  padding-left: 0rem !important; }

.margin-horizontal-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important; }

.padding-horizontal-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important; }

.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important; }

.padding-vertical-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }

.margin-1 {
  margin-top: 2rem !important;
  margin-right: 2rem !important;
  margin-bottom: 2rem !important;
  margin-left: 2rem !important; }

.padding-1 {
  padding-top: 2rem !important;
  padding-right: 2rem !important;
  padding-bottom: 2rem !important;
  padding-left: 2rem !important; }

.margin-top-1 {
  margin-top: 2rem !important; }

.padding-top-1 {
  padding-top: 2rem !important; }

.margin-right-1 {
  margin-right: 2rem !important; }

.padding-right-1 {
  padding-right: 2rem !important; }

.margin-bottom-1 {
  margin-bottom: 2rem !important; }

.padding-bottom-1 {
  padding-bottom: 2rem !important; }

.margin-left-1 {
  margin-left: 2rem !important; }

.padding-left-1 {
  padding-left: 2rem !important; }

.margin-horizontal-1 {
  margin-right: 2rem !important;
  margin-left: 2rem !important; }

.padding-horizontal-1 {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

.margin-vertical-1 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.padding-vertical-1 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.margin-2 {
  margin-top: 4rem !important;
  margin-right: 4rem !important;
  margin-bottom: 4rem !important;
  margin-left: 4rem !important; }

.padding-2 {
  padding-top: 4rem !important;
  padding-right: 4rem !important;
  padding-bottom: 4rem !important;
  padding-left: 4rem !important; }

.margin-top-2 {
  margin-top: 4rem !important; }

.padding-top-2 {
  padding-top: 4rem !important; }

.margin-right-2 {
  margin-right: 4rem !important; }

.padding-right-2 {
  padding-right: 4rem !important; }

.margin-bottom-2 {
  margin-bottom: 4rem !important; }

.padding-bottom-2 {
  padding-bottom: 4rem !important; }

.margin-left-2 {
  margin-left: 4rem !important; }

.padding-left-2 {
  padding-left: 4rem !important; }

.margin-horizontal-2 {
  margin-right: 4rem !important;
  margin-left: 4rem !important; }

.padding-horizontal-2 {
  padding-right: 4rem !important;
  padding-left: 4rem !important; }

.margin-vertical-2 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important; }

.padding-vertical-2 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important; }

.margin-3 {
  margin-top: 6rem !important;
  margin-right: 6rem !important;
  margin-bottom: 6rem !important;
  margin-left: 6rem !important; }

.padding-3 {
  padding-top: 6rem !important;
  padding-right: 6rem !important;
  padding-bottom: 6rem !important;
  padding-left: 6rem !important; }

.margin-top-3 {
  margin-top: 6rem !important; }

.padding-top-3 {
  padding-top: 6rem !important; }

.margin-right-3 {
  margin-right: 6rem !important; }

.padding-right-3 {
  padding-right: 6rem !important; }

.margin-bottom-3 {
  margin-bottom: 6rem !important; }

.padding-bottom-3 {
  padding-bottom: 6rem !important; }

.margin-left-3 {
  margin-left: 6rem !important; }

.padding-left-3 {
  padding-left: 6rem !important; }

.margin-horizontal-3 {
  margin-right: 6rem !important;
  margin-left: 6rem !important; }

.padding-horizontal-3 {
  padding-right: 6rem !important;
  padding-left: 6rem !important; }

.margin-vertical-3 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important; }

.padding-vertical-3 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important; }

/* Unibo Settings */
@font-face {
  font-family: 'Cinzel';
  src: url("../webfonts/Cinzel-Regular.eot");
  src: url("../webfonts/Cinzel-Regular.eot?#iefix") format("embedded-opentype"), url("../webfonts/Cinzel-Regular.woff") format("woff"), url("../webfonts/Cinzel-Regular.ttf") format("truetype"), url("../webfonts/Cinzel-Regular.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.x-small-fancy {
  font-size: 1rem; }

.small-fancy {
  font-size: 1.15385rem; }

.normal-fancy {
  font-size: 1.23077rem; }

.large-fancy {
  font-size: 1.38462rem; }

.very-large-fancy {
  font-size: 1.61538rem;
  line-height: 2rem; }

.huge-fancy {
  font-size: 2.46154rem;
  line-height: 2.46154rem; }

.x-small {
  font-size: 0.76923rem;
  line-height: 1.15385rem; }

.small {
  font-size: 0.84615rem;
  line-height: 1.23077rem; }

.normal {
  font-size: 1rem;
  line-height: 1.23077rem; }

.large {
  font-size: 1.07692rem;
  line-height: 1.46154rem; }

.very-large {
  font-size: 1.15385rem;
  line-height: 1.61538rem; }

.huge {
  font-size: 1.92308rem;
  line-height: 2.92308rem; }

/* Vendors */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-slider {
  margin: 0 25px; }
  .slick-slider .slick-slide {
    margin: 0 2rem; }

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 1;
    color: #333;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "ï„„"; }
    [dir="rtl"] .slick-prev:before {
      content: "ï„…"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "ï„…"; }
    [dir="rtl"] .slick-next:before {
      content: "ï„„"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "ï„‘";
        width: 20px;
        height: 20px;
        font-family: "FontAwesome";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Elementi custom Unibo */
/* stile per la barra (nera) con le informazioni sulla login e altre info inerenti all'accesso in generale */
/* colore di sfondo piÃ¹ chiaro quando Ã¨ un menu apri/chiudi */
@media screen and (max-width: 39.9375em) {
  .title-bar + .u-barra-login .menu {
    background-color: #404040; } }

.u-barra-login {
  background-color: #333;
  color: #fff;
  line-height: 32px;
  padding: 0px;
  max-height: 34px; }
  .u-barra-login:after {
    content: "";
    display: table;
    clear: both;
    width: 100%; }
  .u-barra-login a {
    color: #fff;
    text-decoration: none;
    display: inline-block; }
  .u-barra-login img {
    height: 18px;
    vertical-align: text-top;
    width: 18px; }
  .u-barra-login .menu {
    float: right;
    border-left: 1px solid #999; }
    .u-barra-login .menu > li:not(.is-dropdown-submenu-item) {
      border-right: 1px solid #999;
      white-space: nowrap; }
      .u-barra-login .menu > li:not(.is-dropdown-submenu-item) > a img,
      .u-barra-login .menu > li:not(.is-dropdown-submenu-item) > a i {
        min-width: 18px;
        text-align: center; }
    @media screen and (max-width: 39.9375em) {
      .u-barra-login .menu .is-dropdown-submenu {
        background: #fff; } }
  .u-barra-login .no-arrow {
    padding-right: 0 !important; }
    .u-barra-login .no-arrow:after {
      display: none !important; }
  .u-barra-login .is-dropdown-submenu {
    border-top: 0; }
  .u-barra-login .dropdown.menu {
    opacity: 0;
    transition: opacity 0.5s;
    overflow: hidden; }
    .u-barra-login .dropdown.menu[role="menubar"] {
      opacity: 1;
      overflow: visible;
      display: flex;
      line-height: 34px; }
      .u-barra-login .dropdown.menu[role="menubar"].vertical > li .is-dropdown-submenu.vertical {
        margin-left: -1px;
        top: 100%; }
      .u-barra-login .dropdown.menu[role="menubar"] .is-active {
        background-color: #fff; }
        .u-barra-login .dropdown.menu[role="menubar"] .is-active a {
          color: #333; }
          .u-barra-login .dropdown.menu[role="menubar"] .is-active a::after {
            border-color: #333 transparent transparent; }
        .u-barra-login .dropdown.menu[role="menubar"] .is-active > .is-dropdown-submenu {
          border: 1px solid #ddd;
          border-top: none;
          /*cambio apertura popup perchÃ© il menu Ã¨ a destra */
          left: auto;
          right: -1px; }
    .u-barra-login .dropdown.menu > li {
      transition: opacity 2s linear; }
      .u-barra-login .dropdown.menu > li .is-dropdown-submenu.vertical {
        min-width: 100%; }
      .u-barra-login .dropdown.menu > li.is-dropdown-submenu-parent {
        padding-right: 0.7rem;
        transition: background-color 0.2s;
        box-sizing: content-box; }
        .u-barra-login .dropdown.menu > li.is-dropdown-submenu-parent > a {
          padding: 0.5rem 1rem;
          padding-right: 1.5rem; }
          .u-barra-login .dropdown.menu > li.is-dropdown-submenu-parent > a:after {
            border: inset 5px;
            border-top-style: solid;
            right: 5px;
            border-color: currentColor transparent transparent; }
        .u-barra-login .dropdown.menu > li.is-dropdown-submenu-parent .menu li a {
          transition: background-color 0.2s;
          display: block; }
      @media print, screen and (min-width: 64em) {
        .u-barra-login .dropdown.menu > li:hover {
          background-color: #fff; }
          .u-barra-login .dropdown.menu > li:hover a {
            color: #333; }
        .u-barra-login .dropdown.menu > li.is-dropdown-submenu-parent:hover {
          background-color: #fff; }
          .u-barra-login .dropdown.menu > li.is-dropdown-submenu-parent:hover > a {
            color: #333; }
        .u-barra-login .dropdown.menu > li > a:hover {
          color: #333;
          background-color: transparent; }
        .u-barra-login .dropdown.menu > li .menu li a:hover {
          background-color: #e0e0e0;
          color: black; } }

/* stile per impersonamento */
.dropdown.menu > li.is-dropdown-submenu-parent .u-utente-reale,
.dropdown.menu > li.is-dropdown-submenu-parent .u-change-user {
  color: #444;
  border-bottom: 1px solid #ddd;
  padding: 0.5rem 1rem;
  background-color: #f5f5f5;
  white-space: normal;
  min-width: 250px; }
  .dropdown.menu > li.is-dropdown-submenu-parent .u-utente-reale a,
  .dropdown.menu > li.is-dropdown-submenu-parent .u-utente-reale a:visited,
  .dropdown.menu > li.is-dropdown-submenu-parent .u-utente-reale a:link,
  .dropdown.menu > li.is-dropdown-submenu-parent .u-change-user a,
  .dropdown.menu > li.is-dropdown-submenu-parent .u-change-user a:visited,
  .dropdown.menu > li.is-dropdown-submenu-parent .u-change-user a:link {
    color: #1779ba; }
    .dropdown.menu > li.is-dropdown-submenu-parent .u-utente-reale a:hover,
    .dropdown.menu > li.is-dropdown-submenu-parent .u-utente-reale a:visited:hover,
    .dropdown.menu > li.is-dropdown-submenu-parent .u-utente-reale a:link:hover,
    .dropdown.menu > li.is-dropdown-submenu-parent .u-change-user a:hover,
    .dropdown.menu > li.is-dropdown-submenu-parent .u-change-user a:visited:hover,
    .dropdown.menu > li.is-dropdown-submenu-parent .u-change-user a:link:hover {
      background-color: transparent;
      color: #1779ba;
      text-decoration: underline; }
  .dropdown.menu > li.is-dropdown-submenu-parent .u-utente-reale p,
  .dropdown.menu > li.is-dropdown-submenu-parent .u-change-user p {
    margin: 0; }
  .dropdown.menu > li.is-dropdown-submenu-parent .u-utente-reale i,
  .dropdown.menu > li.is-dropdown-submenu-parent .u-change-user i {
    margin-right: 0.5rem; }
  .dropdown.menu > li.is-dropdown-submenu-parent .u-utente-reale strong,
  .dropdown.menu > li.is-dropdown-submenu-parent .u-change-user strong {
    font-size: 1.07692rem;
    line-height: 1.46154rem;
    font-weight: normal; }
  .dropdown.menu > li.is-dropdown-submenu-parent .u-utente-reale .u-login-info,
  .dropdown.menu > li.is-dropdown-submenu-parent .u-change-user .u-login-info {
    font-size: 0.84615rem;
    line-height: 1.23077rem;
    margin: 0.5rem 0; }
    .dropdown.menu > li.is-dropdown-submenu-parent .u-utente-reale .u-login-info a,
    .dropdown.menu > li.is-dropdown-submenu-parent .u-change-user .u-login-info a {
      padding: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent .u-change-user {
  background-color: #fff; }

@media screen and (max-width: 39.9375em) {
  /* comportamento quando c'Ã¨ pulsante apri-chiudi (le sottovoci devono essere width 100% e non avere il float) */
  div[data-responsive-toggle] + .u-barra-login {
    /* quando c'Ã¨ apri/chiudi responsive la lingua va allineata a sinistra */ }
    div[data-responsive-toggle] + .u-barra-login .dropdown.menu[role="menubar"] {
      border: none;
      float: none;
      display: block; }
      div[data-responsive-toggle] + .u-barra-login .dropdown.menu[role="menubar"] > li {
        display: block;
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #333;
        padding-right: 0;
        box-sizing: inherit; }
      div[data-responsive-toggle] + .u-barra-login .dropdown.menu[role="menubar"] .is-active > a {
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd; }
      div[data-responsive-toggle] + .u-barra-login .dropdown.menu[role="menubar"] .is-active > .is-dropdown-submenu {
        right: auto;
        text-align: left; }
    div[data-responsive-toggle] + .u-barra-login .u-lang {
      text-align: left; }
      div[data-responsive-toggle] + .u-barra-login .u-lang a {
        text-align: left; } }

html, body {
  height: 100%; }

body {
  display: flex;
  flex-direction: column;
  min-height: 100%; }

main {
  flex-grow: 1;
  padding: 0.5rem 0; }
  @media print, screen and (min-width: 40em) {
    main {
      padding: 2rem 0; } }
  main.row.expanded {
    padding: 1rem 0 0 0; }
  main.nopadding {
    padding: 0; }

aside.column, aside.columns,
nav.column,
nav.columns {
  background-color: #f5f5f5; }

aside.column, aside.columns {
  overflow: hidden;
  margin-top: 2rem; }
  @media print, screen and (min-width: 40em) {
    aside.column, aside.columns {
      margin-top: 0; } }

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

.u-content-wrapper {
  display: flex;
  width: 100%;
  min-height: 100%;
  flex-direction: column;
  flex: 1 0 auto; }
  .u-content-wrapper header + .row,
  .u-content-wrapper .u-breadcrumbs + .row {
    flex-grow: 1;
    /* layout 2 colonne */ }
    @media print, screen and (min-width: 64em) {
      .u-content-wrapper header + .row.expanded,
      .u-content-wrapper .u-breadcrumbs + .row.expanded {
        display: flex; } }
  .u-content-wrapper > .row {
    width: 100%; }

.u-magellan-menu {
  background-color: #fff; }

.colored-icon i {
  color: #1779ba; }

i.colored-icon {
  color: #1779ba; }

.background-light {
  background-color: #EFEDED; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.button.sso {
  background-color: #EFEDED;
  color: #333; }
  .button.sso img {
    margin-right: 0.5rem;
    width: 16px;
    height: 16px; }
  .button.sso.large img {
    vertical-align: bottom; }

.u-breadcrumbs {
  flex: none;
  padding: 1rem;
  display: block;
  border-bottom: 1px solid #EFEDED; }
  .u-breadcrumbs .breadcrumbs {
    margin: 0; }
  .u-breadcrumbs .home {
    font-size: 1.61538rem;
    line-height: 2rem;
    font-weight: 300;
    text-transform: none;
    position: relative;
    top: -2px; }
    .u-breadcrumbs .home a {
      color: inherit; }
      .u-breadcrumbs .home a:hover {
        text-decoration: none; }
    .u-breadcrumbs .home ~ li {
      text-transform: none;
      font-size: 1.25em; }
      .u-breadcrumbs .home ~ li:not(:last-child)::after {
        top: 0px; }
    .u-breadcrumbs .home:not(:last-child)::after {
      top: 0px; }
  .u-breadcrumbs + main {
    padding-top: 0; }

.column .u-breadcrumbs, .columns .u-breadcrumbs {
  margin: 0 1rem 2rem 1rem;
  padding: 1rem 0;
  padding-left: 2px;
  padding-right: 2px; }

.u-card-option {
  text-align: center;
  margin: 1rem auto; }
  .u-card-option h2 {
    margin-bottom: 1rem;
    font-size: 1.92308rem;
    line-height: 2.92308rem; }
  .u-card-option.fixed-width {
    width: 300px; }
  .u-card-option .button {
    margin-top: 1rem; }
  .u-card-option.contact {
    position: relative; }
    .u-card-option.contact .info {
      margin: 4rem auto 2rem;
      padding: 0 0.5rem;
      max-width: 320px; }
      @media screen and (min-width: 90em) {
        .u-card-option.contact .info {
          padding: 0 1rem; } }
    .u-card-option.contact .info:before {
      content: "";
      display: block;
      border-top: 1px solid #ddd;
      position: absolute;
      width: 200%;
      margin-top: -2em;
      left: -50%; }

footer {
  background-color: #444;
  background-image: linear-gradient(#444, #2b2b2b);
  color: #fff;
  padding: 2rem 0;
  text-align: center;
  line-height: 1.4;
  flex: none; }
  @media print, screen and (min-width: 64em) {
    footer {
      line-height: normal;
      text-align: left; } }
  footer .link-container {
    text-align: center;
    padding-top: 2rem; }
    @media print, screen and (min-width: 64em) {
      footer .link-container {
        float: right;
        padding-top: 0; } }
  footer a,
  footer a:visited,
  footer a:hover,
  footer a:link {
    color: #fff;
    text-decoration: underline; }

form .required:after {
  content: '*';
  position: absolute;
  padding-left: 3px;
  color: red;
  font-weight: bold;
  vertical-align: top; }

.u-grid-form {
  margin: 0.5rem 0; }
  .u-grid-form .title-fieldset {
    border-bottom: 1px solid #EFEDED;
    padding-bottom: 0.5rem; }
  .u-grid-form .row {
    margin-bottom: 1.4rem; }
    @media print, screen and (min-width: 40em) {
      .u-grid-form .row {
        margin-bottom: 1rem; } }
    .u-grid-form .row .row {
      margin-bottom: 0; }
  .u-grid-form fieldset > .row {
    display: flex;
    flex-wrap: wrap; }
    .u-grid-form fieldset > .row:before, .u-grid-form fieldset > .row:after {
      display: none; }
    .u-grid-form fieldset > .row .column, .u-grid-form fieldset > .row .columns {
      display: flex;
      margin-bottom: 0.5rem; }
      .u-grid-form fieldset > .row .column input, .u-grid-form fieldset > .row .columns input {
        margin-top: 4px;
        flex-grow: 0;
        flex-shrink: 0; }
  .u-grid-form fieldset > span {
    display: inline-block;
    padding: 0.25rem 0; }
    .u-grid-form fieldset > span > [type="radio"],
    .u-grid-form fieldset > span > [type="checkbox"] {
      display: inline-block; }
    .u-grid-form fieldset > span > label {
      display: inline-block;
      /*width: calc(100% - 5rem);*/
      vertical-align: top;
      line-height: 1.4; }
  .u-grid-form fieldset > div {
    padding: 0.25rem 0; }
    .u-grid-form fieldset > div > [type="radio"],
    .u-grid-form fieldset > div > [type="checkbox"] {
      display: inline-block; }
    .u-grid-form fieldset > div > label {
      display: inline-block;
      width: calc(100% - 5rem);
      vertical-align: top;
      line-height: 1.4; }
  .u-grid-form [type="file"],
  .u-grid-form [type="checkbox"],
  .u-grid-form [type="radio"] {
    margin-bottom: 0.5rem; }
  .u-grid-form .lead,
  .u-grid-form .subheader {
    margin-bottom: 0.3rem; }
    .u-grid-form .lead.text-right,
    .u-grid-form .subheader.text-right {
      text-align: left; }
    @media print, screen and (min-width: 40em) {
      .u-grid-form .lead.text-right,
      .u-grid-form .subheader.text-right {
        text-align: right; } }

header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #f7f7f7;
  padding: 0.5rem 0;
  width: 100%;
  font-family: "Cinzel", san-serif;
  flex: none; }
  header .content {
    text-align: center; }
    header .content > a {
      display: inline-block; }
  header .text {
    margin-top: 0.5rem; }
  header .alma-mater {
    color: #333;
    margin: 0.5rem auto;
    line-height: normal; }
    @media print, screen and (min-width: 40em) {
      header .alma-mater {
        width: auto;
        font-size: 1.2rem;
        margin-top: 0; } }
  header .title {
    font-size: 1.8rem;
    margin: 0;
    line-height: 1;
    color: #bb2e29; }
    @media print, screen and (min-width: 40em) {
      header .title {
        font-size: 2.4rem; } }
  header .logo {
    width: 70px;
    margin: 0 calc(50% - 35px); }
    @media print, screen and (min-width: 40em) {
      header .logo {
        width: 110px;
        margin: auto; } }
  @media print, screen and (min-width: 40em) {
    header.u-header-left .content {
      text-align: left; }
    header.u-header-left .text {
      display: inline-block;
      vertical-align: middle;
      margin-left: 1rem; } }
  @media screen and (max-width: 39.9375em) {
    header.small-left .content {
      text-align: left; }
      header.small-left .content > a {
        display: flex;
        align-items: center; }
    header.small-left .logo {
      margin: 0;
      float: left; }
    header.small-left .text {
      overflow: hidden;
      padding-left: 2px; }
      header.small-left .text .alma-mater {
        font-size: 0.68em;
        margin: 0;
        white-space: nowrap;
        width: auto; } }

.u-highlight-text {
  flex: 1 0 auto;
  background-color: #f5f5f5;
  padding: 2rem;
  text-align: center;
  color: #444; }
  .u-highlight-text.fixed-width .row {
    margin: 0 auto;
    max-width: 550px; }
  .u-highlight-text p {
    line-height: 1.5em; }
  .u-highlight-text .main-label {
    text-transform: uppercase; }
    .u-highlight-text .main-label:after {
      content: "";
      width: 50px;
      height: 3px;
      background-color: #bb2e29;
      margin: 2rem auto;
      display: block; }

.u-menu {
  margin: 0;
  list-style-type: none;
  /* menu gerarchico */ }
  .u-menu li {
    font-size: 1.15385rem;
    line-height: 28px;
    position: relative;
    font-weight: 400;
    transition: background-color 0.3s; }
    .u-menu li a {
      padding: 0.5rem 0.5rem 0.5rem 1rem;
      text-decoration: none;
      display: block;
      line-height: inherit; }
      .u-menu li a i {
        vertical-align: baseline;
        line-height: inherit;
        margin-right: 0.5rem;
        min-width: 20px;
        text-align: center; }
  .u-menu .selected > a {
    position: relative; }
    .u-menu .selected > a:before {
      content: "";
      width: 6px;
      position: absolute;
      height: 100%;
      top: 0;
      left: 0; }
  .u-menu .nested {
    margin-left: 2rem;
    margin-bottom: 1rem; }
    .u-menu .nested li {
      font-size: 1rem;
      line-height: 1.23077rem;
      font-weight: normal;
      border-bottom: none; }
    .u-menu .nested a {
      padding-left: 10px;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
    .u-menu .nested .selected a {
      font-weight: bold; }
      .u-menu .nested .selected a:before {
        display: none; }

.u-menu-main li {
  border-bottom: 1px solid #ddd; }
  .u-menu-main li a {
    color: #333; }
    .u-menu-main li a:hover {
      background-color: white; }

.u-menu-main .selected > a {
  color: #bb2e29; }
  .u-menu-main .selected > a:before {
    background-color: #bb2e29; }

.u-menu-off-canvas li {
  border-bottom: 1px solid #444; }
  .u-menu-off-canvas li:hover {
    background-color: #bb2e29; }
  .u-menu-off-canvas li a {
    color: #fff; }
    .u-menu-off-canvas li a:focus {
      outline: none; }
  .u-menu-off-canvas li.close a {
    height: 48px; }
  .u-menu-off-canvas li.is-submenu-item {
    background-color: #444; }
    .u-menu-off-canvas li.is-submenu-item:hover {
      background-color: #bb2e29; }

.u-menu-off-canvas .selected > a {
  color: #EFEDED; }
  .u-menu-off-canvas .selected > a:before {
    background-color: #bb2e29; }

.u-menu-off-canvas .is-accordion-submenu-parent > a:after {
  border-color: #fff transparent transparent; }

[data-whatinput="keyboard"] .u-menu-off-canvas li a:focus:before {
  content: "";
  width: 6px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff; }

@media screen and (max-width: 63.9375em) {
  .u-main-menu-icons {
    display: flex;
    justify-content: center;
    text-align: center; }
    .u-main-menu-icons > li {
      flex-grow: 1; }
    .u-main-menu-icons .selected a:before {
      height: 3px;
      width: 100%;
      background-color: #bb2e29;
      position: absolute;
      bottom: -1px;
      left: 0;
      right: 0;
      top: auto; }
    .u-main-menu-icons .text {
      display: none; } }
    @media screen and (max-width: 63.9375em) and (min-width: 40em) {
      .u-main-menu-icons .text {
        display: inline; } }

/* Menu azioni */
.menu li.u-menu-tools {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  display: table; }
  .menu li.u-menu-tools a {
    color: #333333;
    font-size: 13px;
    padding: 5px; }
    .menu li.u-menu-tools a:visited {
      color: #333333; }
    .menu li.u-menu-tools a i {
      margin-right: 0; }
  .menu li.u-menu-tools.is-active {
    background-color: #bbb;
    border-color: #bbb; }
  .menu li.u-menu-tools .is-dropdown-submenu {
    min-width: 100%;
    white-space: nowrap; }
    .menu li.u-menu-tools .is-dropdown-submenu .is-dropdown-submenu-item {
      padding: 0 5px 0 5px; }
      .menu li.u-menu-tools .is-dropdown-submenu .is-dropdown-submenu-item:hover {
        background-color: #f8f8f8; }
      .menu li.u-menu-tools .is-dropdown-submenu .is-dropdown-submenu-item i {
        margin-right: 5px; }

.u-spinner-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 999; }

.u-spinner:not(:required) {
  overflow: hidden;
  position: absolute;
  top: calc(50% - 16px);
  left: 50%;
  text-indent: -9999px;
  display: inline-block;
  width: 2px;
  height: 2px;
  background: transparent;
  border-radius: 50%;
  -moz-box-shadow: #bb2e29 0 -16px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px 8px 0 2px, #767676 0 16px 0 2px, #767676 0 16px 0 2px, #767676 0 16px 0 2px;
  -webkit-box-shadow: #bb2e29 0 -16px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px 8px 0 2px, #767676 0 16px 0 2px, #767676 0 16px 0 2px, #767676 0 16px 0 2px;
  box-shadow: #bb2e29 0 -16px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px 8px 0 2px, #767676 0 16px 0 2px, #767676 0 16px 0 2px, #767676 0 16px 0 2px;
  -moz-animation: u-spinner 4s infinite ease-in-out;
  -webkit-animation: u-spinner 4s infinite ease-in-out;
  animation: u-spinner 4s infinite ease-in-out;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

@keyframes u-spinner {
  0% {
    -moz-box-shadow: #bb2e29 0 -16px 0 2px, #767676 0 -16px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px 8px 0 2px, #767676 0 16px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px -8px 0 2px;
    -webkit-box-shadow: #bb2e29 0 -16px 0 2px, #767676 0 -16px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px 8px 0 2px, #767676 0 16px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px -8px 0 2px;
    box-shadow: #bb2e29 0 -16px 0 2px, #767676 0 -16px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px 8px 0 2px, #767676 0 16px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px -8px 0 2px; }
  8.33% {
    -moz-box-shadow: #bb2e29 13.6px -8px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px 8px 0 2px, #767676 0 16px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px -8px 0 2px;
    -webkit-box-shadow: #bb2e29 13.6px -8px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px 8px 0 2px, #767676 0 16px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px -8px 0 2px;
    box-shadow: #bb2e29 13.6px -8px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px 8px 0 2px, #767676 0 16px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px -8px 0 2px; }
  16.67% {
    -moz-box-shadow: #bb2e29 13.6px 8px 0 2px, #767676 13.6px 8px 0 2px, #767676 13.6px 8px 0 2px, #767676 13.6px 8px 0 2px, #767676 0 16px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px -8px 0 2px;
    -webkit-box-shadow: #bb2e29 13.6px 8px 0 2px, #767676 13.6px 8px 0 2px, #767676 13.6px 8px 0 2px, #767676 13.6px 8px 0 2px, #767676 0 16px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px -8px 0 2px;
    box-shadow: #bb2e29 13.6px 8px 0 2px, #767676 13.6px 8px 0 2px, #767676 13.6px 8px 0 2px, #767676 13.6px 8px 0 2px, #767676 0 16px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px -8px 0 2px; }
  25% {
    -moz-box-shadow: #bb2e29 0 16px 0 2px, #767676 0 16px 0 2px, #767676 0 16px 0 2px, #767676 0 16px 0 2px, #767676 0 16px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px -8px 0 2px;
    -webkit-box-shadow: #bb2e29 0 16px 0 2px, #767676 0 16px 0 2px, #767676 0 16px 0 2px, #767676 0 16px 0 2px, #767676 0 16px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px -8px 0 2px;
    box-shadow: #bb2e29 0 16px 0 2px, #767676 0 16px 0 2px, #767676 0 16px 0 2px, #767676 0 16px 0 2px, #767676 0 16px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px -8px 0 2px; }
  33.33% {
    -moz-box-shadow: #bb2e29 -13.6px 8px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px -8px 0 2px;
    -webkit-box-shadow: #bb2e29 -13.6px 8px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px -8px 0 2px;
    box-shadow: #bb2e29 -13.6px 8px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px -8px 0 2px; }
  41.67% {
    -moz-box-shadow: #bb2e29 -13.6px -8px 0 2px, #767676 -13.6px -8px 0 2px, #767676 -13.6px -8px 0 2px, #767676 -13.6px -8px 0 2px, #767676 -13.6px -8px 0 2px, #767676 -13.6px -8px 0 2px, #767676 -13.6px -8px 0 2px;
    -webkit-box-shadow: #bb2e29 -13.6px -8px 0 2px, #767676 -13.6px -8px 0 2px, #767676 -13.6px -8px 0 2px, #767676 -13.6px -8px 0 2px, #767676 -13.6px -8px 0 2px, #767676 -13.6px -8px 0 2px, #767676 -13.6px -8px 0 2px;
    box-shadow: #bb2e29 -13.6px -8px 0 2px, #767676 -13.6px -8px 0 2px, #767676 -13.6px -8px 0 2px, #767676 -13.6px -8px 0 2px, #767676 -13.6px -8px 0 2px, #767676 -13.6px -8px 0 2px, #767676 -13.6px -8px 0 2px; }
  50% {
    -moz-box-shadow: #bb2e29 0 -16px 0 2px, #767676 0 -16px 0 2px, #767676 0 -16px 0 2px, #767676 0 -16px 0 2px, #767676 0 -16px 0 2px, #767676 0 -16px 0 2px, #767676 0 -16px 0 2px;
    -webkit-box-shadow: #bb2e29 0 -16px 0 2px, #767676 0 -16px 0 2px, #767676 0 -16px 0 2px, #767676 0 -16px 0 2px, #767676 0 -16px 0 2px, #767676 0 -16px 0 2px, #767676 0 -16px 0 2px;
    box-shadow: #bb2e29 0 -16px 0 2px, #767676 0 -16px 0 2px, #767676 0 -16px 0 2px, #767676 0 -16px 0 2px, #767676 0 -16px 0 2px, #767676 0 -16px 0 2px, #767676 0 -16px 0 2px; }
  58.33% {
    -moz-box-shadow: #bb2e29 13.6px -8px 0 2px, #767676 0 -16px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px -8px 0 2px;
    -webkit-box-shadow: #bb2e29 13.6px -8px 0 2px, #767676 0 -16px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px -8px 0 2px;
    box-shadow: #bb2e29 13.6px -8px 0 2px, #767676 0 -16px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px -8px 0 2px; }
  66.67% {
    -moz-box-shadow: #bb2e29 13.6px 8px 0 2px, #767676 0 -16px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px 8px 0 2px, #767676 13.6px 8px 0 2px, #767676 13.6px 8px 0 2px, #767676 13.6px 8px 0 2px;
    -webkit-box-shadow: #bb2e29 13.6px 8px 0 2px, #767676 0 -16px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px 8px 0 2px, #767676 13.6px 8px 0 2px, #767676 13.6px 8px 0 2px, #767676 13.6px 8px 0 2px;
    box-shadow: #bb2e29 13.6px 8px 0 2px, #767676 0 -16px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px 8px 0 2px, #767676 13.6px 8px 0 2px, #767676 13.6px 8px 0 2px, #767676 13.6px 8px 0 2px; }
  75% {
    -moz-box-shadow: #bb2e29 0 16px 0 2px, #767676 0 -16px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px 8px 0 2px, #767676 0 16px 0 2px, #767676 0 16px 0 2px, #767676 0 16px 0 2px;
    -webkit-box-shadow: #bb2e29 0 16px 0 2px, #767676 0 -16px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px 8px 0 2px, #767676 0 16px 0 2px, #767676 0 16px 0 2px, #767676 0 16px 0 2px;
    box-shadow: #bb2e29 0 16px 0 2px, #767676 0 -16px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px 8px 0 2px, #767676 0 16px 0 2px, #767676 0 16px 0 2px, #767676 0 16px 0 2px; }
  83.33% {
    -moz-box-shadow: #bb2e29 -13.6px 8px 0 2px, #767676 0 -16px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px 8px 0 2px, #767676 0 16px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px 8px 0 2px;
    -webkit-box-shadow: #bb2e29 -13.6px 8px 0 2px, #767676 0 -16px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px 8px 0 2px, #767676 0 16px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px 8px 0 2px;
    box-shadow: #bb2e29 -13.6px 8px 0 2px, #767676 0 -16px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px 8px 0 2px, #767676 0 16px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px 8px 0 2px; }
  91.67% {
    -moz-box-shadow: #bb2e29 -13.6px -8px 0 2px, #767676 0 -16px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px 8px 0 2px, #767676 0 16px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px -8px 0 2px;
    -webkit-box-shadow: #bb2e29 -13.6px -8px 0 2px, #767676 0 -16px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px 8px 0 2px, #767676 0 16px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px -8px 0 2px;
    box-shadow: #bb2e29 -13.6px -8px 0 2px, #767676 0 -16px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px 8px 0 2px, #767676 0 16px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px -8px 0 2px; }
  100% {
    -moz-box-shadow: #bb2e29 0 -16px 0 2px, #767676 0 -16px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px 8px 0 2px, #767676 0 16px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px -8px 0 2px;
    -webkit-box-shadow: #bb2e29 0 -16px 0 2px, #767676 0 -16px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px 8px 0 2px, #767676 0 16px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px -8px 0 2px;
    box-shadow: #bb2e29 0 -16px 0 2px, #767676 0 -16px 0 2px, #767676 13.6px -8px 0 2px, #767676 13.6px 8px 0 2px, #767676 0 16px 0 2px, #767676 -13.6px 8px 0 2px, #767676 -13.6px -8px 0 2px; } }

.u-state-default .fa {
  color: #ddd;
  margin: 0 0.3em; }

.u-state-rejected .fa {
  color: #cc4b37;
  margin: 0 0.3em; }

.u-state-progress .fa {
  color: #ffa500;
  margin: 0 0.3em; }

.u-state-completed .fa {
  color: #3adb76;
  margin: 0 0.3em; }

table {
  /* stile leggero per ordinamento */ }
  table thead {
    /* stile leggero per ordinamento */ }
    table thead .sort:after {
      content: '\f0dc';
      position: relative;
      font-family: FontAwesome;
      margin-left: 0.5rem; }
    table thead .sorted-desc, table thead .sorted-up, table thead .sorted-up-light {
      background-color: #1779ba;
      color: #fff; }
      table thead .sorted-desc:after, table thead .sorted-up:after, table thead .sorted-up-light:after {
        content: '\f0de';
        position: relative;
        font-family: FontAwesome;
        margin-left: 0.5rem;
        top: 3px; }
    table thead .sorted-asc, table thead .sorted-down, table thead .sorted-down-light {
      background-color: #1779ba;
      color: #fff; }
      table thead .sorted-asc:after, table thead .sorted-down:after, table thead .sorted-down-light:after {
        content: '\f0dd';
        position: relative;
        font-family: FontAwesome;
        margin-left: 0.5rem;
        top: -3px; }
    table thead .sorted-up-light,
    table thead .sorted-down-light,
    table thead .sorted-desc-light,
    table thead .sorted-asc-light {
      background-color: #d7edf6;
      color: #333; }
  table .sorted,
  table .sorted-up,
  table .sorted-down {
    background-color: #d6ecfa; }
  table .sorted-light,
  table .sorted-up-light,
  table .sorted-down-light,
  table .sorted-desc-light,
  table .sorted-asc-light {
    background-color: #eef7fb; }
  table.dark thead {
    color: #fff;
    background-color: #444; }
    table.dark thead .sorted-up-light,
    table.dark thead .sorted-down-light,
    table.dark thead .sorted-desc-light,
    table.dark thead .sorted-asc-light {
      background-color: #000;
      color: #fff; }
  table.dark .sorted,
  table.dark .sorted-up,
  table.dark .sorted-down,
  table.dark .sorted-desc,
  table.dark .sorted-asc {
    background-color: #efefef; }
  table.no-border thead,
  table.no-border tbody,
  table.no-border tfoot {
    border: 0; }
  table th {
    text-align: inherit; }

.u_to_top {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 999;
  background-color: #bb2e29;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 48px;
  right: 2rem;
  bottom: 2rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .u_to_top:hover {
    background-color: #d54742; }
  .u_to_top.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0; }
  .u_to_top .fa {
    line-height: inherit; }

.u-top-bar {
  padding: 4rem 0 0.5rem 0;
  margin: -0.5rem;
  max-width: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .u-top-bar:before, .u-top-bar:after {
    display: none; }
  .u-top-bar .top-bar-box {
    flex-grow: 1;
    padding: 0 0.5rem; }
  .u-top-bar input,
  .u-top-bar select {
    display: inline-block;
    min-width: 100%;
    vertical-align: top; }
    @media print, screen and (min-width: 64em) {
      .u-top-bar input,
      .u-top-bar select {
        width: auto;
        min-width: 200px;
        max-width: 360px; } }
  .u-top-bar .button {
    margin-bottom: 1rem; }
  .u-top-bar .u-search-group {
    display: flex; }
    @media print, screen and (min-width: 64em) {
      .u-top-bar .u-search-group {
        max-width: 50%; } }
    .u-top-bar .u-search-group select,
    .u-top-bar .u-search-group .select2-selection {
      width: auto;
      height: 2.46154rem;
      border-right: 0;
      background-color: #f5f5f5;
      min-width: 120px; }
    .u-top-bar .u-search-group input[type="text"] {
      width: auto;
      min-width: 120px;
      flex-grow: 1;
      max-width: none; }
    .u-top-bar .u-search-group .input-group-button {
      width: auto; }
  .u-top-bar .u-button-group {
    order: 1;
    width: 100%;
    flex-grow: 0; }
    @media print, screen and (min-width: 64em) {
      .u-top-bar .u-button-group {
        order: initial;
        width: auto; } }

@media screen and (max-width: 39.9375em) {
  .hide-for-sr-small-only {
    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; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-sr-medium-only {
    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; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-sr-large-only {
    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; } }

.u-wizard-path {
  margin: 2.5em 0;
  counter-reset: step; }
  .u-wizard-path li {
    list-style: none;
    position: relative;
    padding-bottom: 2em;
    padding-right: 2em;
    padding-left: 6em; }
    .u-wizard-path li:before {
      content: "";
      width: 1px;
      background-color: #ddd;
      position: absolute;
      top: 0;
      left: 46px;
      height: 100%; }
    .u-wizard-path li:first-child {
      padding-left: 5em;
      font-weight: 600; }
      .u-wizard-path li:first-child a {
        color: #333; }
        .u-wizard-path li:first-child a:before {
          margin-left: -31px;
          color: currentColor; }
      .u-wizard-path li:first-child.current-step a {
        color: #1779ba; }
    .u-wizard-path li:last-child {
      font-weight: 600;
      padding-left: 5em; }
      .u-wizard-path li:last-child:before {
        display: none; }
      .u-wizard-path li:last-child a {
        padding-bottom: 0; }
        .u-wizard-path li:last-child a:before {
          margin-left: -28px;
          top: 0; }
    .u-wizard-path li a {
      font-size: 1.15384615em;
      line-height: 19px;
      color: #333;
      display: block;
      margin-bottom: 0.5em;
      padding-top: 3px;
      text-decoration: none; }
      .u-wizard-path li a:before {
        counter-increment: step;
        content: counter(step);
        position: absolute;
        margin-left: -44px;
        top: 0;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        background-color: #f5f5f5;
        border: 1px solid currentColor;
        width: 26px;
        border-radius: 50%;
        padding: 2px; }
    .u-wizard-path li p {
      margin-bottom: 0; }
  .u-wizard-path .previous-step a {
    cursor: pointer; }
    .u-wizard-path .previous-step a:before {
      color: #3adb76; }
  .u-wizard-path .previous-step.warning-step a:before {
    color: #ffa500;
    content: "!"; }
  .u-wizard-path .final-step a {
    color: #ddd;
    display: block;
    color: #333; }
    .u-wizard-path .final-step a:before {
      color: inherit; }
  .u-wizard-path .final-step.current-step a {
    color: #1779ba; }
    .u-wizard-path .final-step.current-step a:before {
      margin-left: -31px; }
  .u-wizard-path .current-step a {
    color: #ddd;
    display: block;
    font-weight: 600;
    color: #1779ba;
    display: block; }
    .u-wizard-path .current-step a:before {
      color: #1779ba; }
  .u-wizard-path .next-step a {
    color: #ddd;
    display: block; }
    .u-wizard-path .next-step a:before {
      content: "\f111";
      font-size: 8px;
      color: #ddd;
      margin-left: -36px;
      top: 5px; }
  .u-wizard-path.horizontal {
    display: flex;
    justify-content: space-between;
    text-align: center;
    overflow-x: hidden; }
    .u-wizard-path.horizontal li {
      padding: 35px 10px;
      width: 100%; }
      .u-wizard-path.horizontal li:last-of-type {
        z-index: 1; }
        .u-wizard-path.horizontal li:last-of-type:after {
          content: "";
          width: 50%;
          height: 100%;
          position: absolute;
          left: 50%;
          top: 0;
          background-color: #fff;
          z-index: -1; }
      .u-wizard-path.horizontal li:before {
        width: 500%;
        top: 13px;
        left: 50%;
        height: 1px; }
      .u-wizard-path.horizontal li a {
        position: relative; }
        .u-wizard-path.horizontal li a:before {
          margin: 0 !important;
          top: -35px;
          left: calc(50% - 13px); }
        .u-wizard-path.horizontal li a span {
          display: none; }
          @media print, screen and (min-width: 40em) {
            .u-wizard-path.horizontal li a span {
              display: inline; } }

li.u-lang > a {
  text-align: center; }
  li.u-lang > a span {
    display: inline-block;
    width: 30px; }
  li.u-lang > a i {
    margin-right: 0; }

li.u-lang ul {
  text-align: center; }

.u-callout {
  background-image: url("../img/bg_geometric.png");
  background-repeat: no-repeat;
  background-position: right 78%;
  background-size: 100%;
  background-color: #222;
  color: #fff;
  padding: 2rem 1rem;
  width: 100%;
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 64em) {
    .u-callout {
      padding: 2rem; } }
  .u-callout .column, .u-callout .columns {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    float: none; }
    @media screen and (min-width: 52.5em) {
      .u-callout .column, .u-callout .columns {
        flex-direction: row;
        max-width: 1150px; } }
    @media screen and (min-width: 87.5em) {
      .u-callout .column, .u-callout .columns {
        padding: 0 116px;
        max-width: none; } }
  @media screen and (min-width: 87.5em) {
    .u-callout .row .column, .u-callout .row .columns {
      padding: 0 3em;
      max-width: 1150px; } }
  .u-callout .text-wrapper {
    flex-basis: 60%;
    flex-grow: 1; }
    .u-callout .text-wrapper h2 {
      font-size: 1.92308rem;
      line-height: 2.92308rem;
      margin-bottom: 0; }
    .u-callout .text-wrapper h3 {
      font-size: 1.38462rem; }
  @media print, screen and (min-width: 64em) {
    .u-callout .action-wrapper {
      flex-grow: 1;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .u-callout .action-wrapper a.button {
        margin: 0 1rem; } }
  .u-callout .action-wrapper a.button {
    border-radius: 4px;
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1.07692rem;
    line-height: 1.46154rem;
    padding-left: 1.5em;
    padding-right: 1.5em; }
  .u-callout .action-wrapper .primary {
    border-color: #fff;
    background-color: #fff;
    color: #333; }
  .u-callout .action-wrapper .secondary {
    border-color: #fff;
    border-width: 2px;
    background-color: transparent;
    color: #fff; }
  @media print, screen and (min-width: 64em) {
    .u-callout .action-wrapper {
      flex-grow: 1;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .u-callout .action-wrapper a.button {
        margin: 0 1rem; } }

.u-callout-photo {
  background-image: url("../img/bg_geometric.png");
  background-repeat: no-repeat;
  background-position: right 78%;
  background-size: 100%;
  background-color: #222;
  color: #fff;
  padding: 2rem 1rem;
  width: 100%;
  margin-bottom: 2rem;
  background-image: url("../img/bg_photo.jpeg");
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  background-color: 0, 0, 0, 0.5;
  position: relative; }
  @media print, screen and (min-width: 64em) {
    .u-callout-photo {
      padding: 2rem; } }
  .u-callout-photo .column, .u-callout-photo .columns {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    float: none; }
    @media screen and (min-width: 52.5em) {
      .u-callout-photo .column, .u-callout-photo .columns {
        flex-direction: row;
        max-width: 1150px; } }
    @media screen and (min-width: 87.5em) {
      .u-callout-photo .column, .u-callout-photo .columns {
        padding: 0 116px;
        max-width: none; } }
  @media screen and (min-width: 87.5em) {
    .u-callout-photo .row .column, .u-callout-photo .row .columns {
      padding: 0 3em;
      max-width: 1150px; } }
  .u-callout-photo .text-wrapper {
    flex-basis: 60%;
    flex-grow: 1; }
    .u-callout-photo .text-wrapper h2 {
      font-size: 1.92308rem;
      line-height: 2.92308rem;
      margin-bottom: 0; }
    .u-callout-photo .text-wrapper h3 {
      font-size: 1.38462rem; }
  @media print, screen and (min-width: 64em) {
    .u-callout-photo .action-wrapper {
      flex-grow: 1;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .u-callout-photo .action-wrapper a.button {
        margin: 0 1rem; } }
  .u-callout-photo .action-wrapper a.button {
    border-radius: 4px;
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1.07692rem;
    line-height: 1.46154rem;
    padding-left: 1.5em;
    padding-right: 1.5em; }
  .u-callout-photo .action-wrapper .primary {
    border-color: #fff;
    background-color: #fff;
    color: #333; }
  .u-callout-photo .action-wrapper .secondary {
    border-color: #fff;
    border-width: 2px;
    background-color: transparent;
    color: #fff; }
  @media print, screen and (min-width: 64em) {
    .u-callout-photo .action-wrapper {
      flex-grow: 1;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .u-callout-photo .action-wrapper a.button {
        margin: 0 1rem; } }
  .u-callout-photo:after {
    content: "";
    background: #222;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.7; }
  .u-callout-photo .column, .u-callout-photo .columns {
    position: relative;
    z-index: 9; }

.u-callout-center {
  background-image: url("../img/bg_geometric.png");
  background-repeat: no-repeat;
  background-position: right 78%;
  background-size: 100%;
  background-color: #222;
  color: #fff;
  padding: 2rem 1rem;
  width: 100%;
  margin-bottom: 2rem;
  background-position: right 60%; }
  @media print, screen and (min-width: 64em) {
    .u-callout-center {
      padding: 2rem; } }
  .u-callout-center .column, .u-callout-center .columns {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    float: none; }
    @media screen and (min-width: 52.5em) {
      .u-callout-center .column, .u-callout-center .columns {
        flex-direction: row;
        max-width: 1150px; } }
    @media screen and (min-width: 87.5em) {
      .u-callout-center .column, .u-callout-center .columns {
        padding: 0 116px;
        max-width: none; } }
  @media screen and (min-width: 87.5em) {
    .u-callout-center .row .column, .u-callout-center .row .columns {
      padding: 0 3em;
      max-width: 1150px; } }
  .u-callout-center .text-wrapper {
    flex-basis: 60%;
    flex-grow: 1; }
    .u-callout-center .text-wrapper h2 {
      font-size: 1.92308rem;
      line-height: 2.92308rem;
      margin-bottom: 0; }
    .u-callout-center .text-wrapper h3 {
      font-size: 1.38462rem; }
  @media print, screen and (min-width: 64em) {
    .u-callout-center .action-wrapper {
      flex-grow: 1;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .u-callout-center .action-wrapper a.button {
        margin: 0 1rem; } }
  .u-callout-center .action-wrapper a.button {
    border-radius: 4px;
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1.07692rem;
    line-height: 1.46154rem;
    padding-left: 1.5em;
    padding-right: 1.5em; }
  .u-callout-center .action-wrapper .primary {
    border-color: #fff;
    background-color: #fff;
    color: #333; }
  .u-callout-center .action-wrapper .secondary {
    border-color: #fff;
    border-width: 2px;
    background-color: transparent;
    color: #fff; }
  @media print, screen and (min-width: 64em) {
    .u-callout-center .action-wrapper {
      flex-grow: 1;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .u-callout-center .action-wrapper a.button {
        margin: 0 1rem; } }
  .u-callout-center .column, .u-callout-center .columns {
    flex-flow: column; }
  .u-callout-center .text-wrapper {
    text-align: center; }
  .u-callout-center .action-wrapper {
    justify-content: center;
    text-align: center;
    margin-top: 1em; }
    @media print, screen and (min-width: 64em) {
      .u-callout-center .action-wrapper {
        margin-top: 2em; } }

.u-callout-light {
  background-image: url("../img/bg_geometric.png");
  background-repeat: no-repeat;
  background-position: right 78%;
  background-size: 100%;
  background-color: #222;
  color: #fff;
  padding: 2rem 1rem;
  width: 100%;
  margin-bottom: 2rem;
  background-image: none;
  background-color: #EFEDED;
  color: #333; }
  @media print, screen and (min-width: 64em) {
    .u-callout-light {
      padding: 2rem; } }
  .u-callout-light .column, .u-callout-light .columns {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    float: none; }
    @media screen and (min-width: 52.5em) {
      .u-callout-light .column, .u-callout-light .columns {
        flex-direction: row;
        max-width: 1150px; } }
    @media screen and (min-width: 87.5em) {
      .u-callout-light .column, .u-callout-light .columns {
        padding: 0 116px;
        max-width: none; } }
  @media screen and (min-width: 87.5em) {
    .u-callout-light .row .column, .u-callout-light .row .columns {
      padding: 0 3em;
      max-width: 1150px; } }
  .u-callout-light .text-wrapper {
    flex-basis: 60%;
    flex-grow: 1; }
    .u-callout-light .text-wrapper h2 {
      font-size: 1.92308rem;
      line-height: 2.92308rem;
      margin-bottom: 0; }
    .u-callout-light .text-wrapper h3 {
      font-size: 1.38462rem; }
  @media print, screen and (min-width: 64em) {
    .u-callout-light .action-wrapper {
      flex-grow: 1;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .u-callout-light .action-wrapper a.button {
        margin: 0 1rem; } }
  .u-callout-light .action-wrapper a.button {
    border-radius: 4px;
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 1.07692rem;
    line-height: 1.46154rem;
    padding-left: 1.5em;
    padding-right: 1.5em; }
  .u-callout-light .action-wrapper .primary {
    border-color: #fff;
    background-color: #fff;
    color: #333; }
  .u-callout-light .action-wrapper .secondary {
    border-color: #fff;
    border-width: 2px;
    background-color: transparent;
    color: #fff; }
  @media print, screen and (min-width: 64em) {
    .u-callout-light .action-wrapper {
      flex-grow: 1;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
      .u-callout-light .action-wrapper a.button {
        margin: 0 1rem; } }
  .u-callout-light .action-wrapper .hollow {
    border-color: #1779ba;
    color: #1779ba;
    background-color: transparent; }
  .u-callout-light .action-wrapper .primary:not(.hollow) {
    border-color: #1779ba;
    color: #fff;
    background-color: #1779ba; }

.u-description-text {
  padding: 0 1rem;
  margin-bottom: 2rem; }
  .u-description-text h2 {
    font-size: 1.61538rem;
    line-height: 2rem; }
  .u-description-text ul li {
    margin-bottom: 0.5rem; }
  @media print, screen and (min-width: 64em) {
    .u-description-text {
      padding: 1rem 2rem; } }
  @media screen and (min-width: 90em) {
    .u-description-text {
      padding: 2rem 4rem; } }

.u-radiocard {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media print, screen and (min-width: 40em) {
    .u-radiocard {
      flex-direction: row;
      align-items: flex-start; } }
  .u-radiocard .input-container {
    margin: 0 2rem;
    margin-bottom: 2rem;
    max-width: 320px;
    flex-basis: 320px;
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      .u-radiocard .input-container {
        margin-bottom: 0; } }
    .u-radiocard .input-container .radio-button {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      margin: 0;
      cursor: pointer; }
      .u-radiocard .input-container .radio-button:checked + .radio-tile {
        border-radius: 0;
        border-top: 4px solid #08c;
        position: relative;
        top: -3px; }
        .u-radiocard .input-container .radio-button:checked + .radio-tile label {
          display: none;
          background-color: #14679e; }
        .u-radiocard .input-container .radio-button:checked + .radio-tile .fa-check-circle {
          display: inline-block;
          color: #3adb76;
          font-size: 2.5em;
          margin-top: 12px;
          margin-bottom: 0;
          position: relative; }
          .u-radiocard .input-container .radio-button:checked + .radio-tile .fa-check-circle:before {
            z-index: 9;
            position: relative; }
          .u-radiocard .input-container .radio-button:checked + .radio-tile .fa-check-circle:after {
            content: "";
            position: absolute;
            width: 77%;
            height: 50%;
            background-color: #fff;
            display: inline-block;
            left: 4px;
            top: 8px; }
    .u-radiocard .input-container .radio-tile {
      padding: 1rem;
      padding-bottom: 0;
      border: 1px solid #EFEDED;
      box-shadow: 0px 1px 3px #EFEDED;
      border-radius: 3px; }
    .u-radiocard .input-container .fa-check-circle {
      display: none; }
    .u-radiocard .input-container label {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 2rem 0;
      font-family: inherit;
      padding: 0.65em 0.8em;
      -webkit-appearance: none;
      border: 1px solid transparent;
      border-radius: 0;
      transition: background-color 0.25s ease-out, color 0.25s ease-out;
      font-size: 1rem;
      line-height: 1;
      text-align: center;
      cursor: pointer;
      background-color: #1779ba;
      color: #fff;
      margin-bottom: 0;
      margin-top: 1rem; }
      [data-whatinput='mouse'] .u-radiocard .input-container label {
        outline: 0; }
      .u-radiocard .input-container label:hover, .u-radiocard .input-container label:focus {
        background-color: #14679e;
        color: #fff; }
    .u-radiocard .input-container i {
      color: #1779ba;
      margin-bottom: 1rem; }
    .u-radiocard .input-container h3 {
      text-transform: uppercase;
      margin-bottom: 0.5rem;
      font-size: 1.07692rem;
      line-height: 1.46154rem; }
    .u-radiocard .input-container .text-wrap {
      padding-top: 1rem;
      margin-left: -1rem;
      margin-right: -1rem;
      padding-bottom: 1rem;
      border-top: 1px solid #EFEDED;
      background-color: #f5f5f5; }
      .u-radiocard .input-container .text-wrap:first-of-type {
        margin-top: 2rem; }
    .u-radiocard .input-container ul {
      text-align: left;
      margin: 0; }
      .u-radiocard .input-container ul li {
        margin: 0 4rem;
        padding: 2px 10px; }

.u-buttoncard {
  justify-content: center;
  display: flex;
  flex-wrap: wrap; }
  .u-buttoncard button {
    margin: 0 1rem;
    margin-bottom: 2rem;
    max-width: 200px;
    flex-basis: 200px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #1779ba;
    padding: 1rem;
    border-radius: 3px; }
    .u-buttoncard button i {
      color: #1779ba;
      margin-bottom: 1rem; }
    .u-buttoncard button h3 {
      text-transform: uppercase;
      margin-bottom: 0.5rem;
      font-size: 1.07692rem;
      line-height: 1.46154rem; }
    .u-buttoncard button p {
      margin: 0; }
  .u-buttoncard.colored button {
    background-color: #1779ba;
    color: #fff;
    border: none; }
    .u-buttoncard.colored button i {
      color: #fff; }

.background-light .u-buttoncard button {
  background-color: #fff;
  border-color: #ddd; }

.background-light .u-buttoncard.colored button {
  background-color: #1779ba;
  border-color: #1779ba; }

.slick-initialized .slick-slide.u-buttoncard {
  display: flex; }
  .slick-initialized .slick-slide.u-buttoncard button {
    flex-basis: 100%;
    max-width: none; }

.u-comparison-card {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media print, screen and (min-width: 40em) {
    .u-comparison-card {
      flex-direction: row;
      align-items: flex-start; } }
  .u-comparison-card .card-tile {
    margin: 0 2rem;
    margin-bottom: 2rem;
    max-width: 320px;
    flex-basis: 320px;
    text-align: center;
    border: 1px solid #EFEDED;
    box-shadow: 0px 1px 3px #EFEDED;
    border-radius: 3px;
    padding-top: 1rem; }
    @media print, screen and (min-width: 40em) {
      .u-comparison-card .card-tile {
        margin-bottom: 0; } }
    .u-comparison-card .card-tile .best {
      color: #0f820f; }
    .u-comparison-card .card-tile .worst {
      color: #ca4103; }
    .u-comparison-card .card-tile i {
      color: #1779ba;
      margin-bottom: 1rem; }
    .u-comparison-card .card-tile h3 {
      text-transform: uppercase;
      margin-bottom: 0.5rem;
      font-weight: 500;
      font-size: 1.07692rem;
      line-height: 1.46154rem; }
    .u-comparison-card .card-tile .text-wrap {
      padding-top: 1rem;
      padding-bottom: 1rem;
      border-top: 1px solid #EFEDED;
      background-color: #f5f5f5; }
      .u-comparison-card .card-tile .text-wrap:first-of-type {
        margin-top: 2rem; }
    .u-comparison-card .card-tile ul {
      text-align: left;
      margin: 0; }
      .u-comparison-card .card-tile ul li {
        margin: 0 4rem;
        padding: 2px 10px; }

.u-numbered-list {
  /* numeri lista colorati */ }
  .u-numbered-list ol {
    counter-reset: item;
    margin-left: 0; }
  .u-numbered-list ol li {
    display: flex;
    margin-bottom: 2rem;
    font-size: 1.07692rem;
    line-height: 1.46154rem; }
  .u-numbered-list ol li:before {
    display: inline-block;
    margin-right: 1rem;
    content: counter(item);
    counter-increment: item;
    color: #fff;
    width: 30px;
    height: 30px;
    background-color: #1779ba;
    position: relative;
    top: 4px;
    text-align: center;
    font-size: 1.61538rem;
    line-height: 2rem;
    line-height: 30px;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.4), 5px 5px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    border-radius: 15px;
    flex-shrink: 0; }
    @media print, screen and (min-width: 40em) {
      .u-numbered-list ol li:before {
        margin-right: 2rem; } }

.u-numbered-list.centered {
  /* numeri lista colorati */
  text-align: center; }
  .u-numbered-list.centered ol {
    counter-reset: item;
    margin-left: 0; }
  .u-numbered-list.centered ol li {
    display: flex;
    margin-bottom: 2rem;
    font-size: 1.07692rem;
    line-height: 1.46154rem; }
  .u-numbered-list.centered ol li:before {
    display: inline-block;
    margin-right: 1rem;
    content: counter(item);
    counter-increment: item;
    color: #fff;
    width: 30px;
    height: 30px;
    background-color: #1779ba;
    position: relative;
    top: 4px;
    text-align: center;
    font-size: 1.61538rem;
    line-height: 2rem;
    line-height: 30px;
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.4), 5px 5px 10px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    border-radius: 15px;
    flex-shrink: 0; }
    @media print, screen and (min-width: 40em) {
      .u-numbered-list.centered ol li:before {
        margin-right: 2rem; } }
  .u-numbered-list.centered ol li {
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .u-numbered-list.centered ol li:before {
      margin-right: 0;
      margin-bottom: 1rem;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 20px; }

.u-search-header {
  max-width: 800px;
  margin: auto; }
  .u-search-header .description {
    font-size: 1.07692rem;
    line-height: 1.46154rem; }
  .u-search-header .input-group,
  .u-search-header .accordion {
    margin: 0; }
  .u-search-header .accordion .accordion-title {
    color: #333; }

.u-adjacent-grid {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 1rem; }
  @media print, screen and (min-width: 64em) {
    .u-adjacent-grid {
      max-width: none; } }
  .u-adjacent-grid .column, .u-adjacent-grid .columns {
    border: 1px solid #EFEDED;
    border-top: none;
    padding: 1rem;
    position: relative; }
    .u-adjacent-grid .column:first-child, .u-adjacent-grid .columns:first-child {
      border-top: 1px solid #EFEDED; }
    @media print, screen and (min-width: 40em) {
      .u-adjacent-grid .column, .u-adjacent-grid .columns {
        padding: 2rem; } }
    @media print, screen and (min-width: 64em) {
      .u-adjacent-grid .column, .u-adjacent-grid .columns {
        border-left: none;
        border-top: 1px solid #EFEDED; }
        .u-adjacent-grid .column:first-child, .u-adjacent-grid .columns:first-child {
          border-left: 1px solid #EFEDED; } }
    .u-adjacent-grid .column .input-group-field, .u-adjacent-grid .columns .input-group-field {
      margin-left: 0.5rem;
      width: calc(100% - 0.5rem); }
    .u-adjacent-grid .column label p, .u-adjacent-grid .columns label p {
      line-height: 1.4; }
    .u-adjacent-grid .column > i, .u-adjacent-grid .columns > i {
      color: #1779ba;
      float: left;
      margin-top: 7px;
      margin-right: 12px; }
      @media print, screen and (min-width: 64em) {
        .u-adjacent-grid .column > i, .u-adjacent-grid .columns > i {
          position: absolute;
          left: 50%;
          top: 0;
          margin: 0;
          margin-top: -20px;
          margin-left: -20px;
          float: none;
          background-color: #fff;
          border: 1px solid #EFEDED;
          border-radius: 100%;
          width: 40px;
          height: 40px;
          text-align: center;
          line-height: 37px; } }
  .u-adjacent-grid .action {
    text-align: center;
    padding-top: 2rem; }
    .u-adjacent-grid .action > *:nth-last-child(2) {
      margin-bottom: 1rem; }
    .u-adjacent-grid .action fieldset > span {
      display: inline-block;
      padding: 0.5rem 0; }
  .u-adjacent-grid .row {
    padding-top: 2rem; }
    @media print, screen and (min-width: 64em) {
      .u-adjacent-grid .row {
        display: flex;
        justify-content: center; } }

.u-action-card {
  justify-content: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .u-action-card .card-tile {
    margin: 0 1rem;
    max-width: 300px;
    min-width: 290px;
    text-align: center;
    border: 1px solid #EFEDED;
    box-shadow: 0px 1px 3px #EFEDED;
    border-radius: 3px;
    padding-top: 2rem;
    display: flex;
    flex-direction: column; }
    .u-action-card .card-tile > i {
      margin-bottom: 1rem; }
    .u-action-card .card-tile h2 {
      margin-bottom: 2rem; }
    .u-action-card .card-tile .controls {
      background-color: #f5f5f5;
      padding: 2rem;
      flex-grow: 1; }
      .u-action-card .card-tile .controls input {
        margin-bottom: 0; }
      .u-action-card .card-tile .controls .result {
        margin-bottom: 2rem; }
    .u-action-card .card-tile .button {
      margin-bottom: 0; }
    .u-action-card .card-tile.disabled > i {
      color: #ddd; }
    .u-action-card .card-tile.success > i {
      color: #3adb76; }
    .u-action-card .card-tile.success h2 {
      color: #0f5329; }
    .u-action-card .card-tile.failure > i {
      color: #cc4b37; }
    .u-action-card .card-tile.failure h2 {
      color: #913425; }
  .u-action-card.horizontal {
    display: block;
    position: relative; }
    .u-action-card.horizontal .card-tile {
      max-width: 100%;
      text-align: left;
      margin: 0;
      padding: 1rem 1rem 0.5rem; }
      .u-action-card.horizontal .card-tile .column > i, .u-action-card.horizontal .card-tile .columns > i {
        margin: 0 2rem 1rem; }
        @media print, screen and (min-width: 40em) {
          .u-action-card.horizontal .card-tile .column > i, .u-action-card.horizontal .card-tile .columns > i {
            margin: 1rem; } }
      .u-action-card.horizontal .card-tile.disabled .column > i, .u-action-card.horizontal .card-tile.disabled .columns > i {
        color: #ddd; }
      .u-action-card.horizontal .card-tile.success .column > i, .u-action-card.horizontal .card-tile.success .columns > i {
        color: #3adb76; }
      .u-action-card.horizontal .card-tile.failure .column > i, .u-action-card.horizontal .card-tile.failure .columns > i {
        color: #cc4b37; }
      .u-action-card.horizontal .card-tile h2 {
        margin-bottom: 0.5rem;
        text-align: center; }
        @media print, screen and (min-width: 40em) {
          .u-action-card.horizontal .card-tile h2 {
            text-align: left; } }
      .u-action-card.horizontal .card-tile .controls {
        background-color: transparent;
        padding: 0 0 1rem 0;
        text-align: center; }
        .u-action-card.horizontal .card-tile .controls [type="file"] {
          width: auto; }
        .u-action-card.horizontal .card-tile .controls .result {
          margin: 0; }
        @media print, screen and (min-width: 40em) {
          .u-action-card.horizontal .card-tile .controls {
            text-align: left; }
            .u-action-card.horizontal .card-tile .controls [type="file"] {
              width: 100%; } }
      .u-action-card.horizontal .card-tile .button {
        margin: 0 2rem 2rem; }
      @media print, screen and (min-width: 40em) {
        .u-action-card.horizontal .card-tile .button {
          margin: 1rem;
          float: right; } }

.u-lead {
  padding: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ddd; }
  @media print, screen and (min-width: 64em) {
    .u-lead {
      padding: 2rem 4rem; } }

.u-lead-photo {
  padding: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ddd;
  background-repeat: no-repeat;
  background-image: url("../img/students.png");
  box-shadow: inset 0px 0px 4px #777;
  background-position: center;
  background-size: cover;
  position: relative;
  color: #fff;
  background-color: #222;
  border-bottom: 0;
  text-align: center; }
  @media print, screen and (min-width: 64em) {
    .u-lead-photo {
      padding: 2rem 4rem; } }
  .u-lead-photo:before {
    content: "";
    background: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.7; }
  .u-lead-photo > * {
    position: relative; }

.u-feature {
  margin-bottom: 2rem; }
  .u-feature h2 {
    font-size: 1.61538rem;
    line-height: 2rem; }
  .u-feature .row {
    padding: 0 1rem; }
    .u-feature .row .column, .u-feature .row .columns {
      margin-bottom: 1rem; }
    @media print, screen and (min-width: 64em) {
      .u-feature .row {
        padding: 1rem 2rem; }
        .u-feature .row .column, .u-feature .row .columns {
          margin-bottom: 0; } }
  .u-feature i {
    background-color: #333;
    border-radius: 50%;
    color: #fff;
    padding: 1rem 0;
    width: 40px;
    height: 40px;
    text-align: center; }
  .u-feature .icon-left {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem; }
    .u-feature .icon-left i {
      margin-right: 1rem; }
  .u-feature .icon-center {
    text-align: center;
    margin-bottom: 0.5rem; }
    .u-feature .icon-center i {
      margin-bottom: 0.5rem; }
    .u-feature .icon-center + p {
      text-align: center; }

.u-feature-primary {
  margin-bottom: 2rem; }
  .u-feature-primary h2 {
    font-size: 1.61538rem;
    line-height: 2rem; }
  .u-feature-primary .row {
    padding: 0 1rem; }
    .u-feature-primary .row .column, .u-feature-primary .row .columns {
      margin-bottom: 1rem; }
    @media print, screen and (min-width: 64em) {
      .u-feature-primary .row {
        padding: 1rem 2rem; }
        .u-feature-primary .row .column, .u-feature-primary .row .columns {
          margin-bottom: 0; } }
  .u-feature-primary i {
    background-color: #333;
    border-radius: 50%;
    color: #fff;
    padding: 1rem 0;
    width: 40px;
    height: 40px;
    text-align: center; }
  .u-feature-primary .icon-left {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem; }
    .u-feature-primary .icon-left i {
      margin-right: 1rem; }
  .u-feature-primary .icon-center {
    text-align: center;
    margin-bottom: 0.5rem; }
    .u-feature-primary .icon-center i {
      margin-bottom: 0.5rem; }
    .u-feature-primary .icon-center + p {
      text-align: center; }
  .u-feature-primary i {
    background-color: #1779ba; }

.u-feature-background {
  margin-bottom: 2rem;
  background-color: #EFEDED;
  padding: 1rem 0; }
  .u-feature-background h2 {
    font-size: 1.61538rem;
    line-height: 2rem; }
  .u-feature-background .row {
    padding: 0 1rem; }
    .u-feature-background .row .column, .u-feature-background .row .columns {
      margin-bottom: 1rem; }
    @media print, screen and (min-width: 64em) {
      .u-feature-background .row {
        padding: 1rem 2rem; }
        .u-feature-background .row .column, .u-feature-background .row .columns {
          margin-bottom: 0; } }
  .u-feature-background i {
    background-color: #333;
    border-radius: 50%;
    color: #fff;
    padding: 1rem 0;
    width: 40px;
    height: 40px;
    text-align: center; }
  .u-feature-background .icon-left {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem; }
    .u-feature-background .icon-left i {
      margin-right: 1rem; }
  .u-feature-background .icon-center {
    text-align: center;
    margin-bottom: 0.5rem; }
    .u-feature-background .icon-center i {
      margin-bottom: 0.5rem; }
    .u-feature-background .icon-center + p {
      text-align: center; }

.contact h2 {
  font-size: 1.38462rem;
  line-height: normal;
  margin-top: 0.5rem; }

.contact .info {
  text-align: left;
  padding: 1rem 0; }
  .contact .info .email {
    word-wrap: break-word; }

@media screen and (max-width: 53.75em) {
  table.collapse-column {
    display: flex;
    flex-direction: row; }
    table.collapse-column tr,
    table.collapse-column th,
    table.collapse-column td {
      display: block;
      width: 100%; }
    table.collapse-column td,
    table.collapse-column th {
      border-bottom: 1px solid #EFEDED;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      background-color: #fff; }
    table.collapse-column thead {
      border-bottom: none;
      border-right: none; }
      table.collapse-column thead th {
        font-weight: normal;
        text-align: left; }
      table.collapse-column thead tr {
        border-bottom: none; }
    table.collapse-column tbody {
      display: flex;
      flex-grow: 1;
      border-bottom: none;
      text-align: right;
      border-left: none;
      font-weight: bold; }
      table.collapse-column tbody tr {
        border-bottom: none; } }

@media screen and (min-width: 53.75em) {
  table.collapse-column .hide-label {
    display: none; } }

@media screen and (max-width: 53.75em) {
  table.collapse-column .show-label {
    display: none; } }

@media screen and (min-width: 53.75em) {
  table.double-label .data-label {
    display: none; } }

@media screen and (min-width: 53.75em) {
  table.double-label .data-row {
    text-align: center; } }

@media screen and (max-width: 53.75em) {
  table.double-label {
    display: block; }
    table.double-label tbody,
    table.double-label tr,
    table.double-label td {
      display: block; }
    table.double-label .data-row {
      display: flex;
      justify-content: space-between;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      font-weight: bold;
      border-top: 1px solid #EFEDED; }
      table.double-label .data-row span {
        font-weight: normal; } }

@media screen and (min-width: 53.75em) {
  table.double-label .hide-label {
    display: none; } }

@media screen and (max-width: 53.75em) {
  table.double-label .show-label {
    display: none; } }

/* Elementi Foundation Custom */
/* personalizzazione accordion di foundation */
.accordion .accordion-title {
  text-transform: uppercase;
  padding-left: 35px; }
  .accordion .accordion-title:focus {
    background-color: transparent; }
  .accordion .accordion-title:before {
    left: 1rem;
    right: auto;
    font-size: 20px;
    margin-top: -16px;
    font-weight: bold; }

.accordion .accordion-item .accordion-title {
  line-height: normal; }

.accordion .accordion-item.is-active .accordion-title {
  font-weight: bold; }

.accordion .accordion-item.is-active .accordion-content {
  border-top: none; }

/* personalizzazione breadcrumbs di foundation */
.breadcrumbs li {
  color: #333; }
  .breadcrumbs li:not(:last-child)::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 13px;
    line-height: 1;
    color: #999; }

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

.button .fa {
  margin-right: 0.5rem; }

.button .show-for-sr + .fa {
  margin-right: 0; }

.button.secondary {
  border: 1px solid #ddd; }

/* personalizzazione cards di foundation */
.card .card-divider h1, .card .card-divider h2, .card .card-divider h3, .card .card-divider h4, .card .card-divider h5, .card .card-divider h6 {
  text-transform: uppercase; }

.form-error {
  margin-top: -0.5rem; }

.column.is-invalid-input, .is-invalid-input.columns {
  border-width: 1px;
  border-style: solid; }

.fieldset {
  border-radius: 2px; }
  .fieldset legend {
    color: #999;
    padding: 0 0.5rem;
    text-transform: uppercase; }

label.lead {
  font-size: 16.25px; }

@media print, screen and (min-width: 40em) {
  [type="checkbox"] + label,
  [type="radio"] + label {
    line-height: 1.5; } }

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #444; }

textarea::-moz-placeholder,
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #444; }

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #444; }

textarea:-moz-placeholder,
input:-moz-placeholder {
  /* Firefox 18- */
  color: #444; }

[type="checkbox"] + label,
[type="radio"] + label {
  vertical-align: top;
  max-width: calc(100% - 3em);
  line-height: 1.4; }

img.float-left {
  margin-right: 1rem; }

img.float-right {
  margin-left: 1rem; }

img.float-center {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.title-bar {
  z-index: 1;
  padding: 0.5rem;
  display: none;
  position: relative; }
  @media screen and (max-width: 63.9375em) {
    .title-bar + div {
      position: absolute;
      z-index: 9;
      background-color: #f5f5f5;
      width: 100%; } }
  .title-bar .menu-icon {
    position: absolute;
    top: 13px;
    left: 11px; }
    .title-bar .menu-icon:after {
      content: "\f0c9";
      font: normal normal normal 14px/1 FontAwesome;
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      height: auto;
      text-align: center;
      color: #fff;
      background: transparent;
      box-shadow: none; }
    .title-bar .menu-icon:hover:after {
      background: transparent;
      box-shadow: none; }
    .title-bar .menu-icon + .title-bar-title {
      padding: 3px 5px;
      padding-left: 25px;
      border: 1px solid #fff;
      border-radius: 3px;
      margin-right: -5px; }

.title-bar-title {
  color: #fff;
  text-transform: uppercase; }
  .title-bar-title:hover {
    color: inherit; }

table {
  border-collapse: collapse;
  border-spacing: 0; }
  table thead a {
    color: inherit; }
    table thead a:hover, table thead a:active, table thead a:focus {
      color: inherit; }

.table-scroll table {
  min-width: 100%; }

/* personalizzazione tabs di foundation */
.tabs .tabs-title {
  text-transform: uppercase; }
  .tabs .tabs-title > a {
    background-color: #f5f5f5; }
  .tabs .tabs-title > a:focus,
  .tabs .tabs-title > a[aria-selected="true"] {
    background-color: #fff;
    font-weight: bold; }

.tabs:not(.vertical) {
  border-top: none;
  border-right: none; }
  .tabs:not(.vertical) .tabs-title > a {
    border: 1px solid #EFEDED;
    border-bottom: none;
    border-left: none;
    position: relative;
    top: 1px; }
  .tabs:not(.vertical) .tabs-title > a:focus,
  .tabs:not(.vertical) .tabs-title > a[aria-selected="true"] {
    border-top: 2px solid #1779ba; }

.tabs.vertical .tabs-title > a {
  padding: 1rem 1.5rem;
  border-top: 1px solid #EFEDED; }

.tabs.vertical .tabs-title:first-child > a {
  border-top: none; }

.tabs.vertical .tabs-title > a:focus,
.tabs.vertical .tabs-title > a[aria-selected="true"] {
  border-left: 3px solid #1779ba; }

.switch .switch-paddle {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.76923rem;
  line-height: 1.15385rem; }
  .switch .switch-paddle .switch-active {
    margin-left: 3px; }

.switch.large .switch-paddle {
  font-size: 0.84615rem;
  line-height: 1.23077rem; }

.thumbnail {
  overflow: hidden; }

.pagination .current {
  display: inline-block; }

/*# sourceMappingURL=application.css.map */