/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

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

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

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

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

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

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

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

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

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

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

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

/**
 * 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 */
}

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

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

/**
 * 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 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/FontAwesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/FontAwesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/FontAwesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/FontAwesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
}

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

body {
  color: #FFB968;
  background-color: #3c3c3c;
  min-width: 320px;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6, ul, ol, li, p, a, abbr, blockquote, div, section,
article, main, aside, header, footer {
  margin-top: 0;
}

h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

a {
  color: #287abc;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  border-bottom: 1px solid;
}

p {
  margin: 0 0 1em 0;
}

:last-child {
  margin-bottom: 0;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

.sr-only {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

[aria-hidden='true'] {
  display: none;
}

html.no-js .js-only {
  display: none !important;
}

html.js .no-js {
  display: none !important;
}

.img-holder img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

body {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.45;
  text-rendering: optimizeLegibility;
}

.h1, h1 {
  font-size: 28px;
  line-height: 1.25;
}

.h2, h2 {
  font-size: 24px;
  line-height: 1.3;
}

.h3, h3 {
  font-size: 20px;
  line-height: 1.45;
}

.h4, h4 {
  font-size: 16px;
  line-height: 1.5;
}

button,
[type="button"],
[type="submit"],
[type="reset"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 2px 2px 2px rgba(102, 102, 102, 0.5);
  -webkit-box-shadow: 2px 2px 2px rgba(102, 102, 102, 0.5);
  box-shadow: 2px 2px 2px rgba(102, 102, 102, 0.5);
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  text-decoration: none;
  margin: 0 15px 15px 0;
  padding: .75em 1em;
  border: 0;
  outline: none;
  cursor: pointer;
  color: #fef0d8;
  background-color: #d98435;
}
button:hover, button:focus,
[type="button"]:hover,
[type="button"]:focus,
[type="submit"]:hover,
[type="submit"]:focus,
[type="reset"]:hover,
[type="reset"]:focus {
  color: #ffffff;
  background-color: #c37125;
}
button:active, button.active,
[type="button"]:active,
[type="button"].active,
[type="submit"]:active,
[type="submit"].active,
[type="reset"]:active,
[type="reset"].active {
  color: #ffffff;
  background-color: #4996dd;
}
button.ivass-secondary-button,
[type="button"].ivass-secondary-button,
[type="submit"].ivass-secondary-button,
[type="reset"].ivass-secondary-button {
  color: #d98435;
  background-color: #fef0d8;
}
button.ivass-secondary-button:hover, button.ivass-secondary-button:focus,
[type="button"].ivass-secondary-button:hover,
[type="button"].ivass-secondary-button:focus,
[type="submit"].ivass-secondary-button:hover,
[type="submit"].ivass-secondary-button:focus,
[type="reset"].ivass-secondary-button:hover,
[type="reset"].ivass-secondary-button:focus {
  color: #c37125;
  background-color: #fde2b3;
}
button.ivass-secondary-button:active, button.ivass-secondary-button.active,
[type="button"].ivass-secondary-button:active,
[type="button"].ivass-secondary-button.active,
[type="submit"].ivass-secondary-button:active,
[type="submit"].ivass-secondary-button.active,
[type="reset"].ivass-secondary-button:active,
[type="reset"].ivass-secondary-button.active {
  color: #3c3c3c;
  background-color: #b3cefd;
}
button.button-large,
[type="button"].button-large,
[type="submit"].button-large,
[type="reset"].button-large {
  font-size: 20px;
}
button.no-shadow,
[type="button"].no-shadow,
[type="submit"].no-shadow,
[type="reset"].no-shadow {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button[disabled],
[type="button"][disabled],
[type="submit"][disabled],
[type="reset"][disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #e7e7e7;
  background-color: #3c3c3c;
  cursor: not-allowed;
}
button[disabled]:hover, button[disabled]:focus, button[disabled]:active,
[type="button"][disabled]:hover,
[type="button"][disabled]:focus,
[type="button"][disabled]:active,
[type="submit"][disabled]:hover,
[type="submit"][disabled]:focus,
[type="submit"][disabled]:active,
[type="reset"][disabled]:hover,
[type="reset"][disabled]:focus,
[type="reset"][disabled]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #e7e7e7;
  background-color: #3c3c3c;
}

.button-bar {
  width: 100%;
  padding: 10px 0;
}
.button-bar::after {
  content: '';
  display: table;
  clear: both;
}
.button-bar .button-area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  float: right;
}
.button-bar button,
.button-bar [type="button"],
.button-bar [type="submit"],
.button-bar [type="reset"],
.button-bar [type="image"] {
  -webkit-flex: 1 0 100px;
  flex: 1 0 100px;
  margin-bottom: 0;
}
.button-bar button:last-child,
.button-bar [type="button"]:last-child,
.button-bar [type="submit"]:last-child,
.button-bar [type="reset"]:last-child,
.button-bar [type="image"]:last-child {
  margin-right: 10px;
}

form {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 400;
}
form > p:not(:last-child), form > fieldset:not(:last-child), form > div:not(:last-child) {
  margin-bottom: 15px;
}

label {
  font-weight: 700;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"],
textarea,
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  margin: 0.2em 0;
  padding: 10px;
  width: 100%;
  color: #3c3c3c;
  background-color: #ffffff;
  border: 1px solid #8b8b8b;
  outline: none;
  font-size: 17px;
  line-height: 1.2;
}
input[type="text"]:focus, input[type="text"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
textarea:focus,
textarea:active,
select:focus,
select:active {
  border: 1px solid  white;
  -moz-box-shadow: 0 0 0 2px #287abc;
  -webkit-box-shadow: 0 0 0 2px #287abc;
  box-shadow: 0 0 0 2px #287abc;
}

select {
  background-image: url(../img/arrow-down.png);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 13px;
  padding-right: 40px;
}

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

select[disabled], input[type="text"][disabled] {
  background-color: #f5f5f5;
  font-style: italic;
}

textarea {
  min-height: 9em;
  resize: vertical;
}

fieldset {
  margin: 0 0 15px 0;
  padding: 5px 0 20px 0;
  border: 1px solid #2e2e2e;
}
fieldset legend {
  padding: 0 5px;
  margin-left: 15px;
}
fieldset > p {
  padding: 0 20px;
}

fieldset.radio-group,
fieldset.checkbox-group {
  border: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
fieldset.radio-group legend,
fieldset.checkbox-group legend {
  margin: 0;
  padding: 0;
  font-weight: 700;
}
fieldset.radio-group > p,
fieldset.checkbox-group > p {
  position: relative;
  padding: 0 15px;
  margin-bottom: 10px;
}
fieldset.radio-group input[type="checkbox"],
fieldset.radio-group input[type="radio"],
fieldset.checkbox-group input[type="checkbox"],
fieldset.checkbox-group input[type="radio"] {
  position: absolute;
  left: -99999px;
  top: 0;
  color: transparent;
  background-color: transparent;
  border: 0;
  z-index: -1;
}
fieldset.radio-group input[type="checkbox"] + label,
fieldset.radio-group input[type="radio"] + label,
fieldset.checkbox-group input[type="checkbox"] + label,
fieldset.checkbox-group input[type="radio"] + label {
  display: block;
  cursor: pointer;
  font-weight: 400;
  padding-left: 30px;
}
fieldset.radio-group input[type="checkbox"] + label:hover, fieldset.radio-group input[type="checkbox"] + label:focus,
fieldset.radio-group input[type="radio"] + label:hover,
fieldset.radio-group input[type="radio"] + label:focus,
fieldset.checkbox-group input[type="checkbox"] + label:hover,
fieldset.checkbox-group input[type="checkbox"] + label:focus,
fieldset.checkbox-group input[type="radio"] + label:hover,
fieldset.checkbox-group input[type="radio"] + label:focus {
  background-color: #f3f3f3;
}
fieldset.radio-group input[type="checkbox"] + label::before,
fieldset.radio-group input[type="radio"] + label::before,
fieldset.checkbox-group input[type="checkbox"] + label::before,
fieldset.checkbox-group input[type="radio"] + label::before {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 0 0 0 1px #8b8b8b;
  -webkit-box-shadow: 0 0 0 1px #8b8b8b;
  box-shadow: 0 0 0 1px #8b8b8b;
  position: absolute;
  top: 4px;
  left: 15px;
  display: inline-block;
  content: '\a0';
  background: white;
  height: 16px;
  width: 16px;
  line-height: 0.8;
}
fieldset.radio-group input[type="radio"] + label::before,
fieldset.checkbox-group input[type="radio"] + label::before {
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
fieldset.radio-group input[type="checkbox"]:checked + label::before,
fieldset.radio-group input[type="radio"]:checked + label::before,
fieldset.checkbox-group input[type="checkbox"]:checked + label::before,
fieldset.checkbox-group input[type="radio"]:checked + label::before {
  -moz-box-shadow: 0 0 0 1px #287abc;
  -webkit-box-shadow: 0 0 0 1px #287abc;
  box-shadow: 0 0 0 1px #287abc;
  background-color: #287abc;
}
fieldset.radio-group input[type="radio"]:checked + label::before,
fieldset.checkbox-group input[type="radio"]:checked + label::before {
  -moz-box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #287abc;
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #287abc;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #287abc;
}
fieldset.radio-group input[type="radio"]:focus + label::before,
fieldset.checkbox-group input[type="radio"]:focus + label::before {
  -moz-box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #287abc;
  -webkit-box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #287abc;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #287abc;
}
fieldset.radio-group input[type="checkbox"]:checked + label::before,
fieldset.checkbox-group input[type="checkbox"]:checked + label::before {
  background-image: url(../img/correct8.png);
  background-position: 50%;
  background-repeat: no-repeat;
}
fieldset.radio-group input[type="checkbox"]:focus + label::before,
fieldset.checkbox-group input[type="checkbox"]:focus + label::before {
  -moz-box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #287abc;
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #287abc;
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #287abc;
}
fieldset.radio-group input[type="checkbox"]:disabled + label,
fieldset.checkbox-group input[type="checkbox"]:disabled + label {
  color: #e7e7e7;
}
fieldset.radio-group input[type="checkbox"]:disabled + label::before,
fieldset.radio-group input[type="radio"]:disabled + label::before,
fieldset.checkbox-group input[type="checkbox"]:disabled + label::before,
fieldset.checkbox-group input[type="radio"]:disabled + label::before {
  -moz-box-shadow: 0 0 0 1px #ececec;
  -webkit-box-shadow: 0 0 0 1px #ececec;
  box-shadow: 0 0 0 1px #ececec;
  background: #ececec;
  cursor: not-allowed;
}

.ivass-container, .ivass-stripe, .ivass-section {
  margin: 0;
  padding: 0;
  border: 0;
}
.ivass-container::after, .ivass-stripe::after, .ivass-section::after {
  content: '';
  display: table;
  clear: both;
}

.ivass-stripe, .ivass-section {
  width: 100%;
}

.ivass-page-container {
  border: 0;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.ivass-page-container.ivass-clearfix::after {
  content: '';
  display: table;
  clear: both;
}
@media (min-width: 1230px) {
  .ivass-page-container {
    width: 1200px;
  }
}

@media (min-width: 650px) {
  .ivass-page-container.narrow {
    max-width: 690px;
  }
}
@media (min-width: 900px) {
  .ivass-page-container.narrow {
    max-width: 820px;
  }
}

.ivass-section-2-1 {
  margin-bottom: 15px;
}
.ivass-section-2-1 .bk-panel:first-child {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .ivass-section-2-1 .ivass-page-container {
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .ivass-section-2-1 .bk-panel {
    padding: 0 15px;
  }
  .ivass-section-2-1 .bk-panel:first-child {
    width: 66.6666%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 15px;
  }
  .ivass-section-2-1 .bk-panel:last-child {
    width: 33.3333%;
    padding-left: 0;
    padding-right: 0;
  }
}

.ivass-section-1-2 {
  margin-bottom: 15px;
}
.ivass-section-1-2 .bk-panel:first-child {
  margin-bottom: 15px;
}
@media (min-width: 650px) {
  .ivass-section-1-2 .ivass-page-container {
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .ivass-section-1-2 .bk-panel {
    padding: 0;
  }
  .ivass-section-1-2 .bk-panel:first-child {
    width: 50%;
    margin-bottom: 0;
    border-right: 7.5px solid white;
  }
  .ivass-section-1-2 .bk-panel:last-child {
    width: 50%;
    border-left: 7.5px solid white;
  }
}
@media (min-width: 768px) {
  .ivass-section-1-2 .bk-panel:first-child {
    width: 33.3333%;
  }
  .ivass-section-1-2 .bk-panel:last-child {
    width: 66.6666%;
  }
}

@media (min-width: 768px) {
  .ivass-section-1-2.inverted .ivass-page-container {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .ivass-section-1-2.inverted .bk-panel:last-child {
    width: 66.6666%;
    border-left: 0;
    border-right: 15px solid white;
  }
  .ivass-section-1-2.inverted .bk-panel:first-child {
    width: 33.3333%;
    border-left: 0;
    border-right: 0;
  }
}

.ivass-section-1-1 {
  margin-bottom: 15px;
}
.ivass-section-1-1 .bk-panel:first-child {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .ivass-section-1-1 .ivass-page-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .ivass-section-1-1 .bk-panel {
    padding: 0;
  }
  .ivass-section-1-1 .bk-panel:first-child {
    width: 50%;
    margin-bottom: 0;
    border-right: 7.5px solid white;
  }
  .ivass-section-1-1 .bk-panel:last-child {
    width: 50%;
    border-left: 7.5px solid white;
  }
}

.ivass-text-section, .ivass-typography, .local-nav, .ivass-collapsible-panel-mgr, .related-content, .archive-links, .ivass-doc-list, .ivass-property-inspector, .search-box {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 650px;
}
.ivass-text-section.no-max-width, .no-max-width.ivass-typography, .no-max-width.local-nav, .no-max-width.ivass-collapsible-panel-mgr, .no-max-width.related-content, .no-max-width.archive-links, .no-max-width.ivass-doc-list, .no-max-width.ivass-property-inspector, .no-max-width.search-box {
  max-width: none;
}

.bk-panel .panel-title {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  border-bottom: 2px solid;
  margin-bottom: .75em;
}
.bk-panel .bottom-link {
  text-align: right;
  padding: 0 15px 15px 15px;
}
.bk-panel .bottom-link a {
  font-style: italic;
}
.ivass-consumer .bk-panel .panel-title {
  color: #4f5f71;
  background-color: #ffffff;
}

.ivass-typography {
  margin-bottom: 15px;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.45;
}
.ivass-typography h1, .ivass-typography h2, .ivass-typography h3, .ivass-typography h4, .ivass-typography h5, .ivass-typography h6,
.ivass-typography p, .ivass-typography a, .ivass-typography img, .ivass-typography span, .ivass-typography div,
.ivass-typography article, .ivass-typography section, .ivass-typography header, .ivass-typography footer {
  margin: 0;
  padding: 0;
  border: 0;
}
.ivass-typography ul, .ivass-typography ol {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
.ivass-typography ul li, .ivass-typography ol li {
  margin: 0;
  padding: 0;
  border: 0;
}
.ivass-typography ul a, .ivass-typography ol a {
  margin: 0;
  padding: 0;
}
.ivass-typography em, .ivass-typography i {
  font-style: italic;
}
.ivass-typography strong, .ivass-typography b {
  font-weight: 700;
}
.ivass-typography :last-child {
  margin-bottom: 0;
}
.ivass-typography p, .ivass-typography ul, .ivass-typography ol, .ivass-typography img, .ivass-typography div, .ivass-typography figure {
  display: block;
  margin-bottom: 1em;
}
.ivass-typography ul {
  list-style: square;
}
.ivass-typography ol {
  list-style: decimal;
}
.ivass-typography ul li, .ivass-typography ol li {
  margin-left: 1.15em;
  margin-bottom: .75em;
}
.ivass-typography .alphabetic {
  list-style: lower-alpha;
}
.ivass-typography h1, .ivass-typography h2, .ivass-typography h3, .ivass-typography h4 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
}
.ivass-typography h1 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 38px;
  line-height: 1.2;
  background-color: #e7e7e7;
  padding: 4px 10px 8px 10px;
}
.ivass-typography h2 {
  font-size: 22px;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.ivass-typography h3 {
  font-size: 18px;
  margin-bottom: 0.25em;
}
.ivass-typography h4 {
  font-size: 16px;
  margin-bottom: 0;
}
.ivass-typography img {
  max-width: 100%;
  height: auto;
}
.ivass-typography figure {
  margin: 2em 0 1.5em 0;
}
.ivass-typography figure img {
  margin-bottom: 0;
}
.ivass-typography figure figcaption {
  font-size: 16px;
  font-style: italic;
}
.ivass-typography figure figcaption[aria-hidden] {
  display: block;
}
.ivass-typography h2 + figure, .ivass-typography h3 + figure {
  margin-top: .5em;
}
.ivass-typography a {
  text-decoration: none;
  border-bottom: 1px solid;
}
.ivass-typography a:hover, .ivass-typography a:focus, .ivass-typography a:active {
  text-decoration: none;
  border-bottom: 1px solid;
}
.ivass-typography.plain-styles h1, .ivass-typography.plain-styles h2, .ivass-typography.plain-styles h3, .ivass-typography.plain-styles h4, .ivass-typography.plain-styles h5, .ivass-typography.plain-styles h6 {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
}
.ivass-typography.plain-styles ul {
  margin: .15em 0 1.25em 0;
  list-style: disc;
}
.ivass-typography.plain-styles ul li, .ivass-typography.plain-styles ol li {
  margin-bottom: .25em;
}
.ivass-typography.plain-styles a {
  border-bottom: 1px solid;
}
@media (max-width: 1199px) {
  .ivass-typography.plain-styles p, .ivass-typography.plain-styles li, .ivass-typography.plain-styles dd, .ivass-typography.plain-styles q {
    text-align: left !important;
  }
}
.ivass-consumer .ivass-typography h1, .ivass-consumer .ivass-typography h2, .ivass-consumer .ivass-typography h3, .ivass-consumer .ivass-typography h4, .ivass-consumer .ivass-typography h5, .ivass-consumer .ivass-typography h6 {
  color: #616f7f;
}
.ivass-consumer .ivass-typography a {
  color: #435160;
}
.ivass-consumer .ivass-typography a:hover, .ivass-consumer .ivass-typography a:focus, .ivass-consumer .ivass-typography a:active {
  color: #697786;
}
.ivass-typography .nota {
  color: #40280c;
  background-color: #ffe7cb;
  padding: 1em 1.25em;
  margin: 1em 0;
}
.ivass-typography .nota h2, .ivass-typography .nota h3:first-child {
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid;
}
.ivass-typography .nota h3 {
  font-size: 15.5px;
}
.ivass-typography .nota p {
  font-size: 15px;
  line-height: 1.45;
}

.ivass-typography.ivass-summary h2 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 1em;
  color: #d98435;
  border-bottom: 1px solid;
}
.ivass-typography.ivass-summary h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #636363;
}
.ivass-typography.ivass-summary ul {
  color: #287abc;
  margin-bottom: 1em;
  list-style: square;
}
.ivass-typography.ivass-summary ul li, .ivass-typography.ivass-summary ol li {
  margin-bottom: .4em;
}
.ivass-typography.ivass-summary .summary-h3 {
  margin-left: 15px;
}
.ivass-typography.ivass-summary p {
  font-size: 17px;
  font-style: italic;
  color: #8a8a8a;
  margin-bottom: .5em;
}

.ivass-typography.ivass-faq h2 {
  color: #d98435;
  margin-top: 1.25em;
  margin-bottom: .25em;
  font-family: "Playfair Display", serif;
  font-style: normal;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
}
.ivass-typography.ivass-faq h3, .ivass-typography.ivass-faq h3 button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  display: block;
  width: 100%;
  color: #287abc;
  background-color: white;
  text-align: left;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.45;
  padding: 0;
  margin: .5em 0 .25em 0;
}
.ivass-typography.ivass-faq h3 button {
  padding-left: 18px;
  padding-right: 10px;
  margin-bottom: .5em;
  font-size: 18px;
  font-weight: 400;
}
.ivass-typography.ivass-faq h3 button:hover, .ivass-typography.ivass-faq h3 button:focus, .ivass-typography.ivass-faq h3 button:active {
  color: #246ea9;
  background-color: #f4f8fc;
}
.ivass-typography.ivass-faq h3 button[aria-expanded='true'] {
  background-color: #f4f8fc;
}
.ivass-typography.ivass-faq [aria-expanded]::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: .25em;
  left: 0;
  text-align: left;
  width: 18px;
  content: '\f0da\0020';
}
.ivass-typography.ivass-faq [aria-expanded="true"]::before {
  content: '\f0d7\0020';
}
.ivass-typography.ivass-faq [aria-hidden='true'] {
  display: none;
}
.ivass-typography.ivass-faq .faq-answer {
  padding-left: 18px;
  padding-bottom: 30px;
}
.ivass-typography.ivass-faq .faq-answer::after {
  content: '';
  display: block;
  width: 160px;
  height: 1px;
  border-bottom: 2px solid #8a8a8a;
  margin: 30px auto 0 auto;
}

.ivass-typography.lista-contatti p:not(:empty) {
  margin-bottom: 0;
}
.ivass-typography.lista-contatti p:empty {
  margin-bottom: .5em;
}
.ivass-typography.lista-contatti h2 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #d98435;
  margin-top: 24px;
  border-bottom: 1px solid;
}

.list-panel ol, .list-panel ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
.list-panel ol li, .list-panel ul li {
  margin: 0;
  padding: 0;
  border: 0;
}
.list-panel ol a, .list-panel ul a {
  margin: 0;
  padding: 0;
}
.list-panel ol li, .list-panel ul li {
  display: inline-block;
  margin-bottom: 15px;
  color: #464646;
}
.list-panel ol li a, .list-panel ul li a {
  color: inherit;
  font-weight: 400;
}
.list-panel ol li:last-child, .list-panel ul li:last-child {
  margin-bottom: 0;
}

.ivass-testata {
  color: #a7afb8;
  background-color: #23374d;
  line-height: 1;
}
.ivass-testata .ivass-top-menu-area {
  background-color: #4f5f71;
}
@media (min-width: 650px) {
  .ivass-testata .ivass-top-menu-area {
    height: 50px;
  }
}
.ivass-testata .ivass-logo .ivass-page-container {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 80px;
  padding-top: 18px;
}
@media (min-width: 650px) {
  .ivass-testata .ivass-logo .ivass-page-container {
    height: 140px;
    padding-top: 30px;
  }
}
.ivass-testata .logo-holder {
  margin: 0;
  padding: 0;
  border: 0;
  height: 44px;
  max-width: 189px;
  margin: 0 auto;
}
@media (min-width: 650px) {
  .ivass-testata .logo-holder {
    height: 80px;
    max-width: 344px;
  }
}
.ivass-testata .logo-holder a {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  height: 100%;
}
.ivass-testata .logo-holder img {
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
  width: auto;
}
.ivass-testata .logo-holder #logo-large {
  display: none;
}
@media (min-width: 650px) {
  .ivass-testata .logo-holder #logo-small {
    display: block;
  }
  .ivass-testata .logo-holder #logo-large {
    display: none;
  }
  .ivass-testata .logo-holder a:active {
    background-color: rgba(255, 255, 255, 0.25);
  }
  .ivass-testata .logo-holder a:hover, .ivass-testata .logo-holder a:focus {
    outline: 1px solid #ff9e2f;
  }
}
.ivass-testata .hamburger-menu {
  position: absolute;
  right: 15px;
  top: 27px;
  height: 25px;
  font-size: 24px;
}
@media (min-width: 650px) {
  .ivass-testata .hamburger-menu {
    position: absolute;
    top: -99999px;
    left: -99999px;
  }
}
.ivass-testata .hamburger-menu button {
  margin: 0;
  padding: 0;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  color: #ffffff;
  background-color: transparent;
}
.ivass-testata .hamburger-menu button:focus, .ivass-testata .hamburger-menu button:active, .ivass-testata .hamburger-menu button:hover {
  outline: 1px dotted #ffffff;
}
.ivass-testata #site-nav .icon {
  display: none;
}
.ivass-testata #site-nav .ivass-page-container {
  padding: 0;
}
.ivass-testata #site-nav ul, .ivass-testata #site-nav li, .ivass-testata #site-nav a {
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  line-height: 1;
}
.ivass-testata #site-nav ul {
  list-style: none;
}
@media (max-width: 649px) {
  .ivass-testata #site-nav {
    color: #e7e7e7;
    background-color: #777777;
  }
  .ivass-testata #site-nav li li {
    border-bottom: 1px solid #535353;
    border-top: 1px solid #a0a0a0;
    font-size: 16px;
    line-height: 1;
  }
  .ivass-testata #site-nav li li:hover, .ivass-testata #site-nav li li:focus, .ivass-testata #site-nav li li:active {
    color: #287abc;
    background-color: #858585;
  }
}
@media (max-width: 649px) and (min-width: 450px) {
  .ivass-testata #site-nav li li {
    font-size: 18px;
  }
}
@media (max-width: 649px) {
  .ivass-testata #site-nav li a {
    color: inherit;
    background-color: inherit;
    text-decoration: none;
    text-transform: uppercase;
    padding: 12px 15px;
  }
  .ivass-testata #site-nav li a:focus, .ivass-testata #site-nav li a:hover, .ivass-testata #site-nav li a:active {
    color: #ffffff;
  }
  .ivass-testata #site-nav li#lnk-home {
    display: none;
  }
}
@media (max-width: 649px) {
  html.js .ivass-testata #site-nav {
    display: none;
  }
  html.js .ivass-testata #site-nav[aria-hidden='false'] {
    display: block;
  }
}
@media (min-width: 650px) {
  .ivass-testata #site-nav {
    display: block;
    border-top: 1px solid #4f5f71;
  }
  .ivass-testata #site-nav ul, .ivass-testata #site-nav li, .ivass-testata #site-nav a {
    font-size: 18px;
  }
  .ivass-testata #site-nav .ivass-page-container {
    position: relative;
    text-align: center;
  }
  .ivass-testata #site-nav .ivass-page-container > ul {
    padding: 5px 0;
    margin: 0;
  }
  .ivass-testata #site-nav li li {
    display: inline-block;
    padding: 0 10px;
  }
  .ivass-testata #site-nav li a {
    color: #ffffff;
    background-color: inherit;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 11px 10px;
  }
  .ivass-testata #site-nav li a:hover, .ivass-testata #site-nav li a:focus, .ivass-testata #site-nav li a:active {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
  }
  .ivass-testata #site-nav li.active a {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.15);
  }
  .ivass-testata #site-nav li#lnk-home {
    display: none;
    padding-right: 0;
  }
  .ivass-testata #site-nav li#lnk-home.active {
    visibility: hidden;
  }
  .ivass-testata #site-nav #site-tools, .ivass-testata #site-nav #site-perspectives {
    position: absolute;
    top: -186px;
    color: #ffffff;
    background-color: transparent;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
  }
  .ivass-testata #site-nav #site-tools li, .ivass-testata #site-nav #site-tools li a, .ivass-testata #site-nav #site-perspectives li, .ivass-testata #site-nav #site-perspectives li a {
    font-size: 20px;
    line-height: 1;
  }
  .ivass-testata #site-nav #site-tools > li, .ivass-testata #site-nav #site-perspectives > li {
    padding: 0 !important;
  }
  .ivass-testata #site-nav #site-tools li a, .ivass-testata #site-nav #site-perspectives li a {
    display: inline-block;
    padding: 10px 15px;
    font-weight: 700;
    color: white;
    background-color: #4f5f71;
  }
  .ivass-testata #site-nav #site-tools li a:hover, .ivass-testata #site-nav #site-tools li a:focus, .ivass-testata #site-nav #site-tools li a:active, .ivass-testata #site-nav #site-perspectives li a:hover, .ivass-testata #site-nav #site-perspectives li a:focus, .ivass-testata #site-nav #site-perspectives li a:active {
    color: #ffffff;
    background-color: #c37125;
  }
  .ivass-testata #site-nav #site-tools li.active a, .ivass-testata #site-nav #site-perspectives li.active a {
    color: #a7afb8;
    background-color: #4f5f71;
    font-style: italic;
    cursor: default;
  }
  .ivass-testata #site-nav #site-tools .icon, .ivass-testata #site-nav #site-perspectives .icon {
    margin: 0;
    padding: 0;
    border: 0;
    display: inline-block;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }
  .ivass-testata #site-nav #site-tools .label, .ivass-testata #site-nav #site-perspectives .label {
    display: none;
  }
  .ivass-testata #site-nav #site-tools {
    z-index: 200;
    right: 10px;
  }
  .ivass-testata #site-nav #site-tools li {
    float: left;
    overflow: hidden;
  }
  .ivass-testata #site-nav #site-tools li:not(:last-child) {
    margin-right: 4px;
  }
  .ivass-testata #site-nav #site-tools li a {
    width: 40px;
    height: 40px;
    padding: 10px 5px;
  }
  .ivass-testata #site-nav #site-perspectives {
    z-index: 100;
    left: 5px;
    right: 5px;
    text-align: left;
  }
  .ivass-testata #site-nav #site-perspectives li {
    margin: 0 1.5px;
  }
  .ivass-testata #site-nav #site-perspectives li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

html[lang="it"] .ivass-testata #site-nav #site-perspectives li:first-child a {
  min-width: 234px;
}

html[lang="en"] .ivass-testata #site-nav #site-perspectives li:first-child a {
  min-width: 140px;
}

.ivass-main {
  position: relative;
  color: #3c3c3c;
  background-color: #ffffff;
  min-height: 600px;
}

.ivass-footer {
  padding-top: 30px;
  color: #FFB968;
  background-color: #3c3c3c;
  font-size: 17px;
  line-height: 1.25;
}
.ivass-footer h2, .ivass-footer h2 small, .ivass-footer h3, .ivass-footer h3 small, .ivass-footer address, .ivass-footer ul, .ivass-footer li, .ivass-footer a, .ivass-footer abbr {
  margin: 0;
  padding: 0;
  border: 0;
}
.ivass-footer abbr {
  text-decoration: none;
}
.ivass-footer address {
  margin-bottom: 30px;
  font-style: normal;
  color: #ffffff;
}
.ivass-footer address abbr {
  text-transform: lowercase;
}
.ivass-footer h2, .ivass-footer h3 {
  margin-top: 30px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}
.ivass-footer h2 small, .ivass-footer h3 small {
  display: block;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}
.ivass-footer h2:first-child, .ivass-footer h3:first-child {
  margin-top: 0;
}
.ivass-footer a {
  color: inherit;
  border-bottom: 1px solid transparent;
}
.ivass-footer a:hover, .ivass-footer a:focus, .ivass-footer a:active {
  border-bottom: 1px solid;
}
.ivass-footer ul {
  list-style: none;
  color: #ffffff;
}
.ivass-footer li {
  line-height: 1.05;
  margin: .25em 0;
}
.ivass-footer li:last-child {
  margin-bottom: 0;
}
.ivass-footer li .fa {
  margin-right: .2em;
}
.ivass-footer .link-list > li {
  position: relative;
  padding-left: .65em;
}
.ivass-footer .link-list > li i.fa {
  position: absolute;
  top: 2px;
  left: 0;
}
.ivass-footer .link-list.spaced > li {
  margin: .5em 0;
}
.ivass-footer .link-list.spaced > li:first-child {
  margin-top: .25em;
}
.ivass-footer .social-list {
  margin-top: 5px;
}
.ivass-footer .top-tier .footer-cell {
  margin-bottom: 30px;
}
.ivass-footer .bottom-tier {
  margin-bottom: 15px;
}
.ivass-footer .bottom-tier .ivass-page-container p {
  color: #ffffff;
  border-top: 1px solid #636363;
}
.ivass-footer .middle-tier {
  margin-bottom: 20px;
}
.ivass-footer .middle-tier ol, .ivass-footer .middle-tier ul, .ivass-footer .middle-tier li {
  margin: 0;
  padding: 0;
  border: 0;
}
.ivass-footer .middle-tier ol, .ivass-footer .middle-tier ul {
  list-style: none;
  width: 100%;
}
.ivass-footer .middle-tier li {
  margin-bottom: 45px;
}
.ivass-footer .middle-tier .top-rule {
  border-top: 1px solid #636363;
  padding-top: 25px;
}
.ivass-footer .middle-tier .cc-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ivass-footer .middle-tier .cc-image {
  margin-bottom: 20px;
  width: 180px;
}
.ivass-footer .middle-tier .cc-image img {
  max-width: 100%;
}
.ivass-footer .middle-tier .cc-info {
  color: white;
}
@media (min-width: 650px) {
  .ivass-footer .middle-tier .cc-title {
    min-height: 40px;
  }
  .ivass-footer .top-tier .footer-cell,
  .ivass-footer .middle-tier .footer-cell {
    float: left;
    width: 33.3333%;
    padding: 0 15px;
  }
  .ivass-footer .top-tier .footer-cell:first-child,
  .ivass-footer .middle-tier .footer-cell:first-child {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .ivass-footer .middle-tier .cc-image img {
    max-height: 70px;
  }
}

html, body {
  height: 100%;
}

.ivass-breadcrumb {
  padding: 5px 0;
  color: #565656;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}
.ivass-breadcrumb p, .ivass-breadcrumb ul, .ivass-breadcrumb li {
  margin: 0;
  padding: 0;
  border: 0;
  float: left;
}
.ivass-breadcrumb ul {
  list-style: none;
}
.ivass-breadcrumb p, .ivass-breadcrumb li:not(:last-child) {
  padding-right: .5em;
}
.ivass-breadcrumb li:not(:last-child)::after {
  content: '/';
  padding-left: .5em;
}
.ivass-breadcrumb p {
  font-style: normal;
  font-weight: 700;
}

.ivass-breadcrumb.hidden {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

.ivass-breadcrumb.embedded {
  background-color: #e7e7e7;
  margin: 0 !important;
}

.ivass-hero-unit {
  padding: 15px 0 30px 0;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.45;
  font-weight: 400;
  color: #212121;
  background-color: #e7e7e7;
  border-bottom: 1px solid #cecece;
}
.ivass-hero-unit h1, .ivass-hero-unit .img-holder, .ivass-hero-unit .text-holder {
  margin: 0;
  padding: 0;
  border: 0;
}
.ivass-hero-unit h1 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #3c3c3c;
  text-shadow: 1px 2px 4px rgba(46, 46, 46, 0.5);
  letter-spacing: 0.015em;
  text-align: center;
}
.ivass-hero-unit h2, .ivass-hero-unit h3 {
  font-weight: 700;
  font-size: 18px;
  margin-top: 1.5em;
  margin-bottom: .5em;
}
.ivass-hero-unit .img-holder {
  width: 100px;
  overflow: hidden;
  margin: 15px auto 5px auto;
}
.ivass-hero-unit ul, .ivass-hero-unit ol {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
.ivass-hero-unit li {
  margin: 0;
  padding: 0;
  border: 0;
}
.ivass-hero-unit ul, .ivass-hero-unit ol {
  display: table;
  margin-bottom: 0;
}
.ivass-hero-unit ul li, .ivass-hero-unit ol li {
  line-height: 1.5;
}
.ivass-hero-unit ul li::after, .ivass-hero-unit ol li::after {
  content: "";
  display: block;
  margin-bottom: .5em;
}
.ivass-hero-unit ul li {
  display: table-row;
}
.ivass-hero-unit ul li::before {
  content: "\2022";
  display: table-cell;
  padding-right: 0.4em;
}
.ivass-hero-unit ol li {
  counter-increment: table-ol;
  display: table-row;
}
.ivass-hero-unit ol li::before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.4em;
  text-align: right;
}
.ivass-hero-unit p {
  margin-bottom: .5em;
}
.ivass-hero-unit h2 + ul, .ivass-hero-unit h2 + ol, .ivass-hero-unit h3 + ul, .ivass-hero-unit h3 + ol {
  color: #287abc;
}
.ivass-hero-unit h2 + ul li, .ivass-hero-unit h2 + ol li, .ivass-hero-unit h3 + ul li, .ivass-hero-unit h3 + ol li {
  line-height: 1.25;
}
.ivass-hero-unit a > .fa-external-link {
  padding-left: .25em;
}
@media (min-width: 650px) {
  .ivass-hero-unit {
    padding: 30px 0;
  }
  .ivass-hero-unit .row-mgr {
    display: table;
  }
  .ivass-hero-unit .img-holder, .ivass-hero-unit .text-holder {
    display: table-cell;
    vertical-align: top;
  }
  .ivass-hero-unit h1 {
    margin: 5px 0 30px 142px;
    font-size: 48px;
    text-align: left;
  }
  .ivass-hero-unit .img-holder {
    width: 120px;
    margin: 0;
    padding-top: 6px;
  }
  .ivass-hero-unit .text-holder {
    padding-left: 25px;
  }
}

.ivass-page-title {
  margin-bottom: 15px;
  color: #3c3c3c;
  background-color: #e7e7e7;
  font-family: "Playfair Display", serif;
}
.ivass-page-title h1 {
  padding: 15px 0;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #3c3c3c;
  text-shadow: 1px 2px 4px rgba(46, 46, 46, 0.5);
  letter-spacing: 0.015em;
  text-align: center;
}
@media (min-width: 650px) {
  .ivass-page-title h1 {
    padding: 30px 0;
    font-size: 48px;
  }
}

.tile, .ivass-tile-menu li {
  margin: 0;
  padding: 0;
  border: 0;
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 16px;
  position: relative;
  min-height: 46px;
}
@media (max-width: 420px) {
  .tile, .ivass-tile-menu li {
    font-size: 14px;
  }
}
.tile .tile-title, .ivass-tile-menu li .tile-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 46px;
  color: white;
  background-color: rgba(0, 0, 0, 0.25);
  padding: 15px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tile .tile-title .fa, .ivass-tile-menu li .tile-title .fa {
  position: absolute;
  font-size: 14px;
  top: 3px;
  right: 2px;
}
.tile a, .ivass-tile-menu li a {
  margin: 0;
  padding: 0;
  border: 0;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  color: inherit;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.tile a:hover .tile-title, .ivass-tile-menu li a:hover .tile-title, .tile a:focus .tile-title, .ivass-tile-menu li a:focus .tile-title, .tile a:active .tile-title, .ivass-tile-menu li a:active .tile-title {
  background-color: rgba(0, 0, 0, 0.45);
}
.tile .img-holder, .ivass-tile-menu li .img-holder {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  margin-top: 56px;
  margin-bottom: 10px;
  width: 100%;
  max-width: 450px;
}
.tile .img-holder img, .ivass-tile-menu li .img-holder img {
  width: 100%;
  height: auto;
}
.tile.green-tile, .ivass-tile-menu li.green-tile {
  background-color: #809642;
}
.tile.green-tile .img-holder, .ivass-tile-menu li.green-tile .img-holder {
  margin-top: 46px;
}
.tile.green-tile .tile-title, .ivass-tile-menu li.green-tile .tile-title {
  background-color: #607132;
}
.tile.red-tile, .ivass-tile-menu li.red-tile {
  background-color: #ffffff;
  border: 2px solid #6c6052;
}
.tile.red-tile .tile-title, .ivass-tile-menu li.red-tile .tile-title {
  background-color: #7f7161;
}
.tile.red-tile a:hover .tile-title, .ivass-tile-menu li.red-tile a:hover .tile-title, .tile.red-tile a:focus .tile-title, .ivass-tile-menu li.red-tile a:focus .tile-title, .tile.red-tile a:active .tile-title, .ivass-tile-menu li.red-tile a:active .tile-title {
  background-color: #6c6052;
}
.tile.blue-tile, .ivass-tile-menu li.blue-tile {
  background-color: #ffffff;
  border: 2px solid #435160;
}
.tile.blue-tile .tile-title, .ivass-tile-menu li.blue-tile .tile-title {
  background-color: #4f5f71;
}
.tile.blue-tile a:hover .tile-title, .ivass-tile-menu li.blue-tile a:hover .tile-title, .tile.blue-tile a:focus .tile-title, .ivass-tile-menu li.blue-tile a:focus .tile-title, .tile.blue-tile a:active .tile-title, .ivass-tile-menu li.blue-tile a:active .tile-title {
  background-color: #435160;
}
.tile.brown-tile, .ivass-tile-menu li.brown-tile {
  background-color: #ffffff;
  border: 2px solid #413c2f;
}
.tile.brown-tile .tile-title, .ivass-tile-menu li.brown-tile .tile-title {
  background-color: #4d4737;
}
.tile.brown-tile a:hover .tile-title, .ivass-tile-menu li.brown-tile a:hover .tile-title, .tile.brown-tile a:focus .tile-title, .ivass-tile-menu li.brown-tile a:focus .tile-title, .tile.brown-tile a:active .tile-title, .ivass-tile-menu li.brown-tile a:active .tile-title {
  background-color: #413c2f;
}
.tile.filler-tile, .ivass-tile-menu li.filler-tile {
  background-color: transparent;
}

.ivass-tile-menu {
  margin-bottom: 15px;
}
.ivass-tile-menu ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
.ivass-tile-menu li, .ivass-tile-menu .tile, .ivass-tile-menu li {
  margin-bottom: 15px;
}
.ivass-tile-menu li:last-child, .ivass-tile-menu .tile:last-child, .ivass-tile-menu li:last-child {
  margin-bottom: 0;
}
.ivass-tile-menu li:nth-child(8n + 1) {
  background-color: #ee814a;
}
.ivass-tile-menu li:nth-child(8n + 2) {
  background-color: #9d6347;
}
.ivass-tile-menu li:nth-child(8n + 3) {
  background-color: #ff9e2f;
}
.ivass-tile-menu li:nth-child(8n + 4) {
  background-color: #b861a6;
}
.ivass-tile-menu li:nth-child(8n + 5) {
  background-color: #b93828;
}
.ivass-tile-menu li:nth-child(8n + 6) {
  background-color: #0e8cc0;
}
.ivass-tile-menu li:nth-child(8n + 7) {
  background-color: #005556;
}
.ivass-tile-menu li:nth-child(8n + 0) {
  background-color: #495167;
}
@media (min-width: 650px) {
  .ivass-tile-menu .ivass-page-container {
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
  .ivass-tile-menu .ivass-page-container > :first-child {
    width: 50%;
    margin-bottom: 0;
    border-right: 7.5px solid white;
  }
  .ivass-tile-menu .ivass-page-container > :last-child {
    width: 50%;
    border-left: 7.5px solid white;
  }
}
@media (min-width: 768px) {
  .ivass-tile-menu .ivass-page-container {
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 0;
  }
  .ivass-tile-menu .ivass-page-container > :first-child {
    width: 33.3333%;
    border-right: 0;
  }
  .ivass-tile-menu .ivass-page-container > :last-child {
    width: 66.6666%;
    border-left: 0;
    border-right: 15px solid white;
  }
  .ivass-tile-menu .ivass-page-container ul {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .ivass-tile-menu .ivass-page-container li {
    -ms-flex: 1 0 48%;
    -webkit-flex: 1 0 48%;
    flex: 1 0 48%;
    min-width: 48%;
  }
  .ivass-tile-menu .ivass-page-container li:last-child {
    margin-bottom: 15px;
  }
  .ivass-tile-menu .ivass-page-container li:nth-child(odd) {
    margin-right: 7.5px;
  }
  .ivass-tile-menu .ivass-page-container li:nth-child(odd):last-child {
    margin-right: 0;
  }
  .ivass-tile-menu .ivass-page-container li:nth-child(even) {
    margin-left: 7.5px;
  }
  .ivass-tile-menu .ivass-page-container .tile.green-tile, .ivass-tile-menu .ivass-page-container li.green-tile {
    margin-bottom: 15px;
  }
}

.ivass-menu {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  font-size: 20px;
  padding-bottom: 30px;
  margin-bottom: 51px;
  max-width: 345px;
  min-height: 370px;
}
.ivass-menu .menu-title, .ivass-menu .menu-items, .ivass-menu li, .ivass-menu a {
  margin: 0;
  padding: 0;
  border: 0;
}
@media (min-width: 900px) {
  .ivass-menu {
    font-size: 22px;
    padding-bottom: 32px;
    margin-bottom: 65px;
    max-width: 395px;
    width: 395px;
    min-height: 450px;
  }
}
.ivass-menu::before {
  position: absolute;
  display: block;
  content: '';
  left: 51px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #3c3c3c;
}
@media (min-width: 900px) {
  .ivass-menu::before {
    left: 65px;
  }
}
.ivass-menu::after {
  position: absolute;
  display: block;
  content: '';
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #3c3c3c;
  bottom: -10px;
  left: 41px;
}
@media (min-width: 900px) {
  .ivass-menu::after {
    left: 55px;
  }
}
.ivass-menu a {
  display: block;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}
.ivass-menu a:hover, .ivass-menu a:focus, .ivass-menu a:active {
  border-bottom: 1px solid #3c3c3c;
}
.ivass-menu li {
  line-height: 1.15;
  padding-left: 1em;
  margin-bottom: 1em;
}
.ivass-menu .menu-title {
  position: absolute;
  top: 0;
  left: 0;
  text-transform: lowercase;
  font-weight: 300;
  font-size: 47px;
  line-height: 1;
  color: #3c3c3c;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -moz-transform: translateX(-100%) rotate(-90deg);
  -ms-transform: translateX(-100%) rotate(-90deg);
  -webkit-transform: translateX(-100%) rotate(-90deg);
  transform: translateX(-100%) rotate(-90deg);
}
@media (min-width: 900px) {
  .ivass-menu .menu-title {
    font-size: 59.5px;
  }
}
.ivass-menu .menu-items {
  list-style: none;
  text-transform: uppercase;
  padding-left: 52px;
}
@media (min-width: 900px) {
  .ivass-menu .menu-items {
    padding-left: 66px;
  }
}
.ivass-menu:nth-child(6n + 1)::before, .ivass-menu:nth-child(6n + 1)::after {
  background-color: #9cb556;
}
.ivass-menu:nth-child(6n + 1) .menu-title {
  color: #9cb556;
}
.ivass-menu:nth-child(6n + 2)::before, .ivass-menu:nth-child(6n + 2)::after {
  background-color: #ee814a;
}
.ivass-menu:nth-child(6n + 2) .menu-title {
  color: #ee814a;
}
.ivass-menu:nth-child(6n + 3)::before, .ivass-menu:nth-child(6n + 3)::after {
  background-color: #9d6347;
}
.ivass-menu:nth-child(6n + 3) .menu-title {
  color: #9d6347;
}
.ivass-menu:nth-child(6n + 4)::before, .ivass-menu:nth-child(6n + 4)::after {
  background-color: #ff9e2f;
}
.ivass-menu:nth-child(6n + 4) .menu-title {
  color: #ff9e2f;
}
.ivass-menu:nth-child(6n + 5)::before, .ivass-menu:nth-child(6n + 5)::after {
  background-color: #b861a6;
}
.ivass-menu:nth-child(6n + 5) .menu-title {
  color: #b861a6;
}
.ivass-menu:nth-child(6n + 0)::before, .ivass-menu:nth-child(6n + 0)::after {
  background-color: #b93828;
}
.ivass-menu:nth-child(6n + 0) .menu-title {
  color: #b93828;
}

.ivass-menu-group {
  margin: 0 -7.5px;
  font-family: "Playfair Display", serif;
  color: #464646;
}
@media (min-width: 650px) {
  .ivass-menu-group {
    margin: 0;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: justify;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.ivass-menu-group .ivass-menu {
  padding-right: 7.5px;
}
@media (min-width: 650px) {
  .ivass-menu-group .ivass-menu {
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-right: 0;
    width: 49%;
  }
}

.landing-menu-section {
  padding: 45px 0 30px 0;
}
@media (min-width: 650px) {
  .landing-menu-section {
    min-height: 600px;
  }
}

.local-nav {
  margin-bottom: 15px;
  color: #3c3c3c;
  background-color: #e7e7e7;
  font-size: 18px;
}
.local-nav ul, .local-nav ol {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}
.local-nav ul li, .local-nav ol li {
  margin: 0;
  padding: 0;
  border: 0;
}
.local-nav ul a, .local-nav ol a {
  margin: 0;
  padding: 0;
}
.local-nav ul a, .local-nav ol a {
  border: 0;
}
.local-nav h2 {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  padding: 5px 10px;
  color: #ffffff;
  background-color: #23374d;
}
@media (min-width: 768px) {
  .local-nav h2 {
    position: absolute;
    top: -99999px;
    left: -99999px;
  }
}
.local-nav .up-link {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font-style: italic;
  text-align: right;
  padding: 0.15em 15px 0.5em 15px;
}
.local-nav .up-link .level-tooltip::after {
  content: ':';
}
@media (min-width: 768px) {
  .local-nav .up-link {
    margin-bottom: 1em;
    padding: .6em 1em;
    font-size: 16px;
    font-style: normal;
    line-height: 1.3;
    color: #ffffff;
    background-color: #23374d;
  }
  .local-nav .up-link:hover {
    background-color: #657382;
  }
  .local-nav .up-link a {
    color: inherit;
  }
  .local-nav .up-link a:hover, .local-nav .up-link a:focus, .local-nav .up-link a:active {
    text-decoration: none;
  }
  .local-nav .up-link .level-tooltip, .local-nav .up-link .level-name {
    display: block;
  }
  .local-nav .up-link .level-tooltip {
    font-size: 14px;
    font-style: italic;
  }
  .local-nav .up-link .level-tooltip::after {
    content: '';
  }
  .local-nav .up-link .level-name {
    text-transform: uppercase;
  }
}
.local-nav .active {
  font-weight: 700;
}
.local-nav .menu-items {
  margin: 0 10px;
  padding-bottom: 30px;
}
.local-nav .menu-items li {
  line-height: 1.15;
}
.local-nav .menu-items li a {
  display: block;
  color: inherit;
  padding: .3em 1em;
}
.local-nav .menu-items li a:hover, .local-nav .menu-items li a:focus, .local-nav .menu-items li a:active {
  text-decoration: none;
  color: #212121;
  background-color: rgba(60, 60, 60, 0.15);
}
.local-nav .menu-items ul, .local-nav .menu-items ol {
  padding-bottom: 0;
  margin-bottom: .25em;
  margin-left: 1em;
  font-weight: 400;
}
.local-nav .menu-items ul li, .local-nav .menu-items ol li {
  font-style: italic;
}

@media (min-width: 768px) {
  .local-nav.no-menu {
    padding-bottom: 0;
  }
  .local-nav.no-menu .up-link {
    margin-bottom: 0;
  }
}
.ivass-collapsible-panel {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 15px;
}
.ivass-collapsible-panel:last-child {
  margin-bottom: 0;
}
.ivass-collapsible-panel .ivass-collapsible-trigger,
.ivass-collapsible-panel .ivass-collapsible-trigger button {
  margin: 0;
  padding: 0;
  border: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 19px;
  line-height: 1;
  text-transform: uppercase;
  text-rendering: optimizeLegibility;
  color: #d98435;
  background-color: #fef2dc;
  border: none;
  padding: .5em 1em .5em 2em;
}
html.js .ivass-collapsible-panel .ivass-collapsible-trigger {
  padding: 0;
}
html.no-js .ivass-collapsible-panel .ivass-collapsible-trigger, html.no-js .ivass-collapsible-panel .ivass-collapsible-trigger button {
  padding-left: .75em;
}
.ivass-collapsible-panel [aria-expanded]::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: .5em;
  left: .5em;
  text-align: left;
  width: 1.5em;
  content: '\f138\0020';
}
.ivass-collapsible-panel [aria-expanded="true"]::before {
  content: '\f13a\0020';
}
.ivass-collapsible-panel img {
  max-width: 100%;
  height: auto;
}
.ivass-collapsible-panel:nth-child(6n+1) .ivass-collapsible-trigger,
.ivass-collapsible-panel:nth-child(6n+1) .ivass-collapsible-trigger button {
  color: white;
  background-color: #ce7727;
}
.ivass-collapsible-panel:nth-child(6n+2) .ivass-collapsible-trigger,
.ivass-collapsible-panel:nth-child(6n+2) .ivass-collapsible-trigger button {
  color: white;
  background-color: #2f94bd;
}
.ivass-collapsible-panel:nth-child(6n+3) .ivass-collapsible-trigger,
.ivass-collapsible-panel:nth-child(6n+3) .ivass-collapsible-trigger button {
  color: white;
  background-color: #63666e;
}
.ivass-collapsible-panel:nth-child(6n+4) .ivass-collapsible-trigger,
.ivass-collapsible-panel:nth-child(6n+4) .ivass-collapsible-trigger button {
  color: white;
  background-color: #6c8e67;
}
.ivass-collapsible-panel:nth-child(6n+5) .ivass-collapsible-trigger,
.ivass-collapsible-panel:nth-child(6n+5) .ivass-collapsible-trigger button {
  color: white;
  background-color: #1b6465;
}
.ivass-collapsible-panel:nth-child(6n+0) .ivass-collapsible-trigger,
.ivass-collapsible-panel:nth-child(6n+0) .ivass-collapsible-trigger button {
  color: white;
  background-color: #b34a42;
}

.ivass-collapsible.aggregatore-standard {
  padding: 15px 30px 0 30px;
}
.ivass-collapsible.aggregatore-standard p {
  display: block;
  color: #636363;
  font-style: italic;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: .5em;
}
.ivass-collapsible.aggregatore-standard p a {
  border-bottom: 1px solid;
}
.ivass-collapsible.aggregatore-standard ol, .ivass-collapsible.aggregatore-standard ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  margin-bottom: 20px;
  list-style: square;
  color: #287abc;
}
.ivass-collapsible.aggregatore-standard ol li, .ivass-collapsible.aggregatore-standard ul li {
  margin: 0;
  padding: 0;
  border: 0;
}
.ivass-collapsible.aggregatore-standard ol a, .ivass-collapsible.aggregatore-standard ul a {
  margin: 0;
  padding: 0;
}
.ivass-collapsible.aggregatore-standard .link-title {
  padding-right: 7px;
}
.ivass-collapsible.aggregatore-standard .link-type, .ivass-collapsible.aggregatore-standard .link-size {
  color: #7eafd7;
  font-size: 17px;
  display: inline-block;
}
.ivass-collapsible.aggregatore-standard .link-type {
  padding-right: 3px;
}
.ivass-collapsible.aggregatore-standard .link-desc {
  display: block;
  color: #636363;
  font-style: italic;
  font-size: 17px;
  font-weight: 400;
}

.ivass-media-group {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  color: #ececec;
  background-color: #3c3c3c;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-align: stretch;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.ivass-media-group li, .ivass-media-group a {
  margin: 0;
  padding: 0;
  border: 0;
}
.ivass-media-group .img-large {
  display: none;
}
.ivass-media-group li {
  width: 100%;
  padding: 15px;
  font-weight: 700;
  color: #ececec;
}
.ivass-media-group li:nth-child(4n+1) {
  background-color: #242424;
}
.ivass-media-group li:nth-child(4n+1):hover {
  color: white;
  background-color: #23374d;
}
.ivass-media-group li:nth-child(4n+2) {
  background-color: #3c3c3c;
}
.ivass-media-group li:nth-child(4n+2):hover {
  color: white;
  background-color: #23374d;
}
.ivass-media-group li:nth-child(4n+3) {
  background-color: #505050;
}
.ivass-media-group li:nth-child(4n+3):hover {
  color: white;
  background-color: #23374d;
}
.ivass-media-group li:nth-child(4n+0) {
  background-color: #636363;
}
.ivass-media-group li:nth-child(4n+0):hover {
  color: white;
  background-color: #23374d;
}
@media (min-width: 650px) {
  .ivass-media-group li {
    width: 33.3333%;
    color: white;
    padding: 30px;
  }
  .ivass-media-group li .img-small {
    display: none;
  }
  .ivass-media-group li .img-large {
    display: block;
  }
  .ivass-media-group li:nth-child(4n+1) {
    width: 100%;
    padding-bottom: calc(16px + 1.2vw);
  }
  .ivass-media-group li:nth-child(4n+1) .media-body {
    display: block;
    max-width: none;
    margin-top: 4px;
    font-size: 20px;
    letter-spacing: 0.0425em;
    text-align: center;
  }
}

.ivass-media-object {
  display: -ms-flexbox;
  -ms-flex-direction: column;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  color: inherit;
}
@media (min-width: 480px) and (max-width: 649px) {
  .ivass-media-object {
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 650px) {
  .ivass-media-object {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.ivass-media-object .media-figure {
  margin: 0;
  padding: 0;
  border: 0;
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  margin: 0 0 5px 0;
  width: 100%;
}
@media (min-width: 480px) and (max-width: 649px) {
  .ivass-media-object .media-figure {
    margin: 0 15px 0 0;
    width: 33%;
  }
}
@media (min-width: 650px) {
  .ivass-media-object .media-figure {
    margin: 0 0 5px 0;
    width: 100%;
  }
}
.ivass-media-object .media-body {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 400;
  max-width: 550px;
}

.leaf-page {
  padding: 15px 0 30px 0;
}
.leaf-page .ivass-typography {
  margin-bottom: 20px;
}
.leaf-page .bk-panel:last-child > div {
  margin: 20px 0;
}
.leaf-page .bk-panel:last-child > div:first-child {
  margin-top: 0;
}
.leaf-page .bk-panel:last-child > div:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .leaf-page .bk-panel:first-child {
    padding-right: 22.5px;
  }
  .leaf-page .bk-panel:last-child {
    display: -ms-flexbox;
    -ms-flex-direction: column-reverse;
    -ms-flex-pack: end;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .leaf-page .bk-panel:last-child > div {
    margin: 7.5px 0;
  }
  .leaf-page .bk-panel:last-child > div:last-child {
    margin-top: 0;
    margin-bottom: 7.5px;
  }
  .leaf-page .bk-panel:last-child > div:first-child {
    margin-top: 7.5px;
    margin-bottom: 0;
  }
  .leaf-page .bk-panel:last-child > div.local-nav {
    margin-top: 0 !important;
  }
}

.related-content {
  position: relative;
  padding: 15px 0 0 0;
  background-color: #ffffff;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.related-content h2 {
  display: inline-block;
  margin: 0 0 0 18px;
  padding: .5em 1.5em;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #809642;
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
}
.related-content h2 > span {
  display: inline-block;
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
}
.related-content ul {
  margin: 0;
  padding: 0;
  border: 0;
  margin-left: 15px;
  padding-top: 15px;
  display: table;
  list-style: none;
  color: #287abc;
}
.related-content ul li {
  margin: 0;
  padding: 0;
  border: 0;
  display: table-row;
  line-height: 1.5;
}
.related-content ul li::before {
  display: table-cell;
  content: "\25a0";
  padding-right: 0.4em;
  font-size: 80%;
}
.related-content::before {
  position: absolute;
  display: block;
  content: '';
  background-color: #809642;
  top: 33px;
  left: 0;
  right: 0;
  height: 2px;
}

.archive-links {
  border-top: 2px solid #3c3c3c;
  border-bottom: 2px solid #3c3c3c;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .archive-links {
    padding-left: 0;
  }
}
.archive-links h2 {
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
}
.archive-links ol {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  margin: 0 -5px 5px -5px;
}
.archive-links ol li {
  margin: 0;
  padding: 0;
  border: 0;
}
.archive-links ol a {
  margin: 0;
  padding: 0;
}
.archive-links ol::after {
  content: '';
  display: table;
  clear: both;
}
.archive-links ol li {
  display: block;
  float: left;
  padding: 5px;
  width: 60px;
  overflow: hidden;
  font-weight: 700;
}

.ivass-paginator {
  font-family: Lato, Arial, Helvetica, sans-serif;
  text-align: center;
}
.ivass-paginator.ivass-paginator.align-left {
  text-align: left;
}
.ivass-paginator.ivass-paginator.align-right {
  text-align: right;
}
.ivass-paginator [aria-hidden='true'] {
  display: inline;
}
.ivass-paginator ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  border: 1px solid #ababab;
  font-size: 15px;
  line-height: 1;
}
.ivass-paginator ul li {
  margin: 0;
  padding: 0;
  border: 0;
}
.ivass-paginator ul a {
  margin: 0;
  padding: 0;
}
.ivass-paginator ul::after {
  content: '';
  display: table;
  clear: both;
}
.ivass-paginator ul li {
  display: inline-block;
  width: 32px;
  float: left;
  text-align: center;
  border-right: 1px solid #ababab;
}
.ivass-paginator ul li:last-child {
  border-right: 0;
}
.ivass-paginator ul li a {
  display: block;
  padding: 8px 1px;
  border-bottom: 0;
}
.ivass-paginator ul li a:hover, .ivass-paginator ul li a:focus, .ivass-paginator ul li a:active {
  border-bottom: 0;
  background-color: #e7e7e7;
}
.ivass-paginator ul li.disabled, .ivass-paginator ul li.active {
  color: #ababab;
  padding: 8px 1px;
  cursor: not-allowed;
}
.ivass-paginator ul li.active {
  font-weight: 700;
}

.ivass-doc-list {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 17px;
}
.ivass-doc-list .list-title {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  border-bottom: 1px solid #ababab;
}
.ivass-doc-list .page-info {
  color: #7eafd7;
  font-size: 15px;
  font-style: italic;
  margin: 0;
  text-transform: lowercase;
  color: #ababab;
  font-weight: 400;
}
.ivass-doc-list ol {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: table;
  width: 100%;
  max-width: 660px;
  margin-top: 10px;
  padding-bottom: 20px;
}
.ivass-doc-list ol li {
  margin: 0;
  padding: 0;
  border: 0;
}
.ivass-doc-list ol a {
  margin: 0;
  padding: 0;
}
.ivass-doc-list ol > li {
  counter-increment: ivass-counter;
  display: table-row;
}
.ivass-doc-list ol > li::after {
  content: '';
  display: block;
  margin-bottom: 0.75em;
}
.ivass-doc-list ol > li::before {
  display: table-cell;
  content: counter(ivass-counter) ".";
  font-weight: 700;
  padding-right: 0.4em;
  text-align: right;
}
.ivass-doc-list ol > li:last-child::after {
  margin-bottom: 0;
}
.ivass-doc-list .ivass-paginator {
  padding: 10px 0 20px 0;
  border-top: 1px solid #ababab;
}
.ivass-doc-list .ivass-paginator ul {
  border: 1px solid #ababab;
}
.ivass-doc-list .ivass-paginator ul li:not(:last-child) {
  border-right: 1px solid #ababab;
}
.ivass-doc-list .link-title {
  padding-right: 4px;
}
.ivass-doc-list .link-type {
  padding-right: 2px;
}
.ivass-doc-list .link-type, .ivass-doc-list .link-size {
  color: #7eafd7;
  font-size: 15px;
  font-style: italic;
  display: inline-block;
}
.ivass-doc-list .link-desc, .ivass-doc-list .link-url {
  display: block;
}
.ivass-doc-list .link-desc {
  font-weight: 400;
  font-style: italic;
  color: #505050;
}
.ivass-doc-list .link-url {
  display: none;
  color: #7eafd7;
  font-size: 15px;
  font-style: italic;
  font-size: 15px;
  font-weight: 300;
  line-height: 1;
  color: #8bb7db;
}
.ivass-doc-list .link-attr,
.ivass-doc-list .link-CIG,
.ivass-doc-list .link-termini,
.ivass-doc-list .link-GU {
  color: #7eafd7;
  font-size: 15px;
  font-style: italic;
  display: block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #5797cb;
}
.ivass-doc-list .link-attr b,
.ivass-doc-list .link-CIG b,
.ivass-doc-list .link-termini b,
.ivass-doc-list .link-GU b {
  font-weight: 700;
}
.ivass-doc-list .link-stato {
  display: inline-block;
  color: #bc287a;
  text-transform: uppercase;
}
.ivass-doc-list .link-stato::before {
  content: " - ";
}
.ivass-doc-list .link-stato::after {
  content: " -";
}
.ivass-doc-list .link-date {
  display: block;
  color: #bc287a;
}

.ivass-doc-list ol li .ivass-lista-allegati {
  list-style: none;
  font-size: 92.5%;
  color: #7eafd7;
  padding-left: 0;
  margin-top: .4em;
}
.ivass-doc-list ol li .ivass-lista-allegati a, .ivass-doc-list ol li .ivass-lista-allegati .link-title, .ivass-doc-list ol li .ivass-lista-allegati .link-size, .ivass-doc-list ol li .ivass-lista-allegati .link-type {
  color: inherit;
  font-weight: 400;
}
.ivass-doc-list ol li .ivass-lista-allegati .link-size, .ivass-doc-list ol li .ivass-lista-allegati .link-type {
  position: absolute;
  top: -99999px;
  left: -99999px;
}
.ivass-doc-list ol li .ivass-lista-allegati a::before {
  font: normal normal normal 14px/1 FontAwesome;
  color: #5395c9;
  content: "\f0c6";
  font-size: 110%;
}
.ivass-doc-list ol li .ivass-lista-allegati .link-title {
  padding-left: 4px;
  font-style: italic;
}

.ivass-property-inspector {
  margin-bottom: 20px;
  font-size: 18px;
}
.ivass-property-inspector .inspector-title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  background-color: #e7e7e7;
  padding: 11px 10px 13px 10px;
  margin-bottom: 0;
}
.ivass-property-inspector dt {
  font-weight: 700;
}
.ivass-property-inspector dd {
  margin: 0 0 15px 0;
}
.ivass-property-inspector a {
  text-decoration: none;
  border-bottom: 1px solid;
}

.search-box {
  position: relative;
}
.search-box::before {
  position: absolute;
  display: block;
  content: '';
  background-color: #e7e7e7;
  top: 20px;
  left: 0;
  right: 0;
  height: 2px;
}
.search-box h2 {
  display: inline-block;
  margin: 0 0 0 18px;
  padding: .5em 1.5em;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #3c3c3c;
  background-color: #e7e7e7;
  -moz-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
}
.search-box h2 > span {
  display: inline-block;
  -moz-transform: skew(15deg);
  -ms-transform: skew(15deg);
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
}
.search-box form {
  margin-top: 15px;
}
.search-box fieldset {
  border: 0;
  padding-bottom: 0;
}
.search-box label {
  font-weight: 400;
}
.search-box b, .search-box strong, .search-box legend {
  font-weight: 900;
}
.search-box legend, .search-box p {
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
}
.search-box [aria-hidden] {
  display: initial;
  color: #b9b9b9;
}
.search-box fieldset.date-filter::after {
  content: '';
  display: table;
  clear: both;
}
.search-box fieldset.date-filter .left-pane, .search-box fieldset.date-filter .right-pane {
  float: left;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.search-box fieldset.date-filter .left-pane input[type="text"], .search-box fieldset.date-filter .right-pane input[type="text"] {
  width: 70px;
}
.search-box fieldset.date-filter .left-pane .spacer, .search-box fieldset.date-filter .right-pane .spacer {
  padding: 10px 10px 0 10px;
}
.search-box fieldset.date-filter .spacer {
  display: inline-block;
  float: right;
}
.search-box fieldset.date-filter p.help-text {
  float: left;
  clear: left;
  width: 100%;
}
.search-box button[type='submit'] {
  width: 110px;
}
.search-box button[type='submit'] .fa {
  padding-left: .5em;
}

.ivass-search {
  position: relative;
  min-height: 300px;
  height: 300px;
}
@media (min-width: 650px) {
  .ivass-search {
    min-height: 400px;
    height: 400px;
  }
}
@media (min-width: 1200px) {
  .ivass-search {
    min-height: 500px;
    height: 500px;
  }
}

.search-section {
  position: absolute;
  top: 33px;
  left: 0;
  bottom: 53px;
  right: 0;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.search-section .site-search {
  width: 90%;
}
@media (min-width: 650px) {
  .search-section .site-search {
    width: 500px;
  }
}
.search-section .site-search h1 {
  color: #3c3c3c;
  margin-bottom: 8px;
}
.search-section .site-search form {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #b9b9b9;
}
.search-section .site-search form button {
  margin: 0;
  color: #5c5c5c;
  background-color: #e7e7e7;
}
.search-section .site-search form button:hover, .search-section .site-search form button:active, .search-section .site-search form button:focus {
  color: #212121;
  background-color: #eeeeee;
}
.search-section .site-search form button .fa.fa-search {
  font-size: 22px;
  font-weight: 400;
}
.search-section .site-search form input {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin: 0;
  border: 0;
  border-right: 1px solid #b9b9b9;
  color: #212121;
}
.search-section .site-search form input:focus, .search-section .site-search form input:active {
  margin-right: 2px;
  border: 1px solid white;
}
.search-section .site-search form ::-webkit-input-placeholder {
  color: #8b8b8b;
  font-style: italic;
}
.search-section .site-search form ::-moz-placeholder {
  color: #8b8b8b;
  font-style: italic;
}
.search-section .site-search form :-ms-input-placeholder {
  color: #8b8b8b;
  font-style: italic;
}

#ivass-loading {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
}

#ivass-loadingcontent {
  display: table;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#ivass-loadingspinner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  font-size: larger;
  padding-top: 80px;
  color: #3c3c3c;
}

.search-results-section h1 {
  margin: 15px 0;
}
.search-results-section h2 {
  font-size: 15px;
  font-weight: 700;
  margin: 0;
}
.search-results-section section {
  margin-bottom: 20px;
}

.search-info {
  font-style: italic;
  font-size: 15px;
}
.search-info p {
  text-align: center;
  margin-bottom: 20px;
}
.search-info p .search-warning {
  display: block;
  color: red;
  border: 1px solid;
  max-width: 370px;
  margin: 10px auto 20px auto;
  padding: 4px 6px;
}
.search-info dl {
  margin: 4px 0 10px 0;
  padding: 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  font-style: italic;
  line-height: 1.2;
}
.search-info dl::after {
  content: '';
  display: table;
  clear: both;
}
.search-info dt, .search-info dd {
  margin: 0;
  padding: 0;
  border: 0;
}
.search-info dt {
  display: inline-block;
  float: none;
  clear: right;
  width: 140px;
  padding: 4px 10px 4px 10px;
  font-weight: 700;
}
.search-info dd {
  display: block;
  float: right;
  clear: right;
  padding: 4px 0;
  width: -webkit-calc(100% - 140px);
  width: -moz-calc(100% - 140px);
  width: calc(100% - 140px);
}
@media (min-width: 768px) {
  .search-info dt {
    width: 180px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .search-info dd {
    width: -webkit-calc(100% - 180px);
    width: -moz-calc(100% - 180px);
    width: calc(100% - 180px);
  }
}

.search-results .page-info {
  margin-bottom: 10px;
}
.search-results .ivass-paginator {
  margin: 20px 0;
}

@media (min-width: 560px) {
  html[lang="it"].csshyphens .ivass-typography p, html[lang="it"].csshyphens .ivass-typography li, html[lang="it"].csshyphens .ivass-typography dd, html[lang="it"].csshyphens .ivass-typography q,
  html[lang="it"].csshyphens .ivass-hero-unit .text-holder p,
  html[lang="it"].csshyphens .ivass-hero-unit .text-holder li,
  html[lang="it"].csshyphens .ivass-hero-unit .text-holder dd,
  html[lang="it"].csshyphens .ivass-hero-unit .text-holder q,
  html[lang="it"].csshyphens .ivass-collapsible-panel p,
  html[lang="it"].csshyphens .ivass-collapsible-panel li,
  html[lang="it"].csshyphens .ivass-collapsible-panel dd,
  html[lang="it"].csshyphens .ivass-collapsible-panel q,
  html[lang="it"].csshyphens .ivass-property-inspector p,
  html[lang="it"].csshyphens .ivass-property-inspector li,
  html[lang="it"].csshyphens .ivass-property-inspector dd,
  html[lang="it"].csshyphens .ivass-property-inspector q {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    text-align: justify;
  }
}
.ivass-social-toolbar::after {
  content: '';
  display: table;
  clear: both;
}
.ivass-social-toolbar .toolbar-panel {
  float: left;
}
@media (min-width: 768px) {
  .ivass-social-toolbar .toolbar-panel {
    float: right;
  }
}
.ivass-social-toolbar h2 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 4px;
  color: #23374d;
  border-bottom: 1px solid;
}
.ivass-social-toolbar ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ivass-social-toolbar ul li {
  margin: 0;
  padding: 0;
  border: 0;
}
.ivass-social-toolbar ul a {
  margin: 0;
  padding: 0;
}
.ivass-social-toolbar ul li {
  color: #ffffff;
  background-color: #4f5f71;
  margin: 0 3px;
  text-align: center;
}
.ivass-social-toolbar ul li:first-child {
  margin-left: 0;
}
.ivass-social-toolbar ul li:last-child {
  margin-right: 0;
}
.ivass-social-toolbar ul li:hover {
  background-color: #dd9049;
}
.ivass-social-toolbar ul li a {
  color: inherit;
  background-color: transparent;
  display: block;
  padding: 10px 12px;
}
.ivass-social-toolbar ul li a:hover, .ivass-social-toolbar ul li a:focus, .ivass-social-toolbar ul li a:active {
  border-bottom: 0;
}

.ivass-apertura {
  margin-bottom: 15px;
}
.ivass-apertura .img-holder {
  margin: 0;
  padding: 0;
  border: 0;
  height: 250px;
  display: block;
  background: #3c3c3c url(../img/apertura.jpg) no-repeat center top/cover;
}
@media (min-width: 650px) {
  .ivass-apertura .img-holder {
    height: 450px;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
.ivass-strillo {
  margin-bottom: 15px;
}
.ivass-strillo h2 {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  line-height: 1.2;
  background-color: #7b8794;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.9);
  padding: 5px 15px;
}
.ivass-strillo .fa[aria-hidden] {
  display: inherit;
}
.ivass-strillo .fa-video-camera {
  padding-right: 7px;
  color: #85909c;
}
.ivass-strillo .fa-circle {
  color: red;
  padding-left: 7px;
  -webkit-animation: blink 2s infinite;
  -moz-animation: blink 2s infinite;
  -o-animation: blink 2s infinite;
  animation: blink 2s infinite;
}
.ivass-strillo .home-diretta-video p {
  padding: 15px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 15px;
}
@media (min-width: 650px) {
  .ivass-strillo .home-diretta-video p {
    font-size: 17px;
    margin: 0.5vw 0 0 0;
  }
}
.ivass-strillo .home-diretta-video a {
  color: white;
  font-weight: 400;
}
.ivass-strillo .home-diretta-video a:hover, .ivass-strillo .home-diretta-video a:focus {
  color: yellow;
}
.ivass-strillo .home-diretta-video a:hover .fa-video-camera, .ivass-strillo .home-diretta-video a:focus .fa-video-camera {
  color: white !important;
}

.ultime-novita .panel-title {
  color: #23374d;
}
.ultime-novita .news-date {
  color: #23374d;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 1px solid #d3d7db;
  margin-bottom: 5px;
}
.ultime-novita ol li.news {
  margin-bottom: 25px;
  width: 100%;
}
@media (min-width: 650px) {
  .ultime-novita ol {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3em;
    column-gap: 3em;
  }
}

.ultimi-comunicati {
  background-color: #f8f5f4;
}
.ultimi-comunicati ol {
  padding: 0 15px 15px 15px;
}
.ultimi-comunicati ol li {
  display: block;
}
.ultimi-comunicati .panel-title {
  color: #942d20;
  background-color: #ffffff;
}
.ultimi-comunicati .pub-date {
  display: block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #c76053;
}
.ultimi-comunicati .bottom-link a {
  color: #942d20;
  font-style: italic;
}
@media (min-width: 650px) and (max-width: 767px) {
  .ultimi-comunicati ol {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 2em;
    -webkit-column-gap: 2em;
    column-gap: 2em;
  }
}
@media (min-width: 768px) {
  .ultimi-comunicati {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.ivass-section.ivass-home-video {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .ivass-section.ivass-home-video {
    margin-top: -10px;
  }
}

.ivass-focus-panel img {
  width: 100%;
  height: auto;
}
.ivass-focus-panel a {
  border: 0;
}
.ivass-focus-panel a:hover, .ivass-focus-panel a:focus, .ivass-focus-panel a:active {
  text-decoration: none;
  border: 0;
}
.ivass-focus-panel a:hover .focus-title, .ivass-focus-panel a:focus .focus-title, .ivass-focus-panel a:active .focus-title {
  text-decoration: underline;
}
.ivass-focus-panel h3 {
  font-family: "Playfair Display", serif;
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.3;
}
.ivass-focus-panel .focus-title {
  display: block;
  margin: .2em 0 .325em 0;
  color: #b93828;
}
.ivass-focus-panel .focus-element {
  margin-bottom: 1.75em;
}
.ivass-focus-panel p {
  font-size: 16px;
  line-height: 1.45;
}
.ivass-focus-panel p a {
  border-bottom: 1px solid;
}
@media (min-width: 650px) {
  .ivass-focus-panel .focus-col-mgr {
    display: -ms-flex;
    -ms-flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
  }
  .ivass-focus-panel .focus-element {
    flex: 0 0 50%;
  }
  .ivass-focus-panel .focus-element:nth-child(odd) .focus-content {
    padding-right: 1em;
  }
  .ivass-focus-panel .focus-element:nth-child(even) .focus-content {
    padding-left: 1em;
  }
}

@media (min-width: 650px) {
  .ivass-twitter-panel {
    position: relative;
    min-height: 350px;
  }
  .ivass-twitter-panel .twitter-frame {
    position: absolute;
    top: 40px;
    left: 0;
    bottom: 30px;
    right: 10px;
    overflow-y: scroll;
  }
}

.ivass-consumer .section-info {
  background-color: #f0efed;
}
.ivass-consumer .section-info .ivass-typography {
  padding: 0 15px 15px 15px;
}

.ivass-tile-2 {
  margin-bottom: 0;
}
.ivass-tile-2 .tile, .ivass-tile-2 .ivass-tile-menu li, .ivass-tile-menu .ivass-tile-2 li {
  margin-bottom: 15px;
}
.ivass-tile-2 .filler-tile {
  background-color: #7a7569;
}
@media (max-width: 767px) {
  .ivass-tile-2 .tile.filler-tile, .ivass-tile-2 .ivass-tile-menu li.filler-tile, .ivass-tile-menu .ivass-tile-2 li.filler-tile {
    display: none;
  }
}
@media (min-width: 650px) {
  .ivass-tile-2 {
    margin-bottom: 0;
  }
  .ivass-tile-2 .tile-container {
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    -ms-flex-align: stretch;
    -ms-flex-wrap: wrap;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .ivass-tile-2 .tile, .ivass-tile-2 .ivass-tile-menu li, .ivass-tile-menu .ivass-tile-2 li {
    -ms-flex: 1 0 48%;
    -webkit-flex: 1 0 48%;
    flex: 1 0 48%;
  }
  .ivass-tile-2 .tile img, .ivass-tile-2 .ivass-tile-menu li img, .ivass-tile-menu .ivass-tile-2 li img {
    padding-bottom: 20px;
  }
  .ivass-tile-2 .tile:nth-child(2n + 1), .ivass-tile-2 .ivass-tile-menu li:nth-child(2n + 1), .ivass-tile-menu .ivass-tile-2 li:nth-child(2n + 1) {
    margin-right: 7.5px;
  }
  .ivass-tile-2 .tile:nth-child(2n), .ivass-tile-2 .ivass-tile-menu li:nth-child(2n), .ivass-tile-menu .ivass-tile-2 li:nth-child(2n) {
    margin-left: 7.5px;
  }
}
@media (min-width: 768px) {
  .ivass-tile-2 .tile, .ivass-tile-2 .ivass-tile-menu li, .ivass-tile-menu .ivass-tile-2 li {
    -ms-flex: 1 0 30%;
    -webkit-flex: 1 0 30%;
    flex: 1 0 30%;
  }
  .ivass-tile-2 .tile:nth-child(2n + 1), .ivass-tile-2 .ivass-tile-menu li:nth-child(2n + 1), .ivass-tile-menu .ivass-tile-2 li:nth-child(2n + 1) {
    margin-right: 0;
  }
  .ivass-tile-2 .tile:nth-child(2n), .ivass-tile-2 .ivass-tile-menu li:nth-child(2n), .ivass-tile-menu .ivass-tile-2 li:nth-child(2n) {
    margin-left: 0;
  }
  .ivass-tile-2 .tile:nth-child(3n + 1), .ivass-tile-2 .ivass-tile-menu li:nth-child(3n + 1), .ivass-tile-menu .ivass-tile-2 li:nth-child(3n + 1) {
    margin-right: 7.5px;
  }
  .ivass-tile-2 .tile:nth-child(3n + 2), .ivass-tile-2 .ivass-tile-menu li:nth-child(3n + 2), .ivass-tile-menu .ivass-tile-2 li:nth-child(3n + 2) {
    margin-left: 7.5px;
    margin-right: 0;
  }
  .ivass-tile-2 .tile:nth-child(3n + 0), .ivass-tile-2 .ivass-tile-menu li:nth-child(3n + 0), .ivass-tile-menu .ivass-tile-2 li:nth-child(3n + 0) {
    -ms-flex: none;
    -webkit-flex: none;
    flex: none;
    width: 33.3333%;
    margin-left: 15px;
  }
}

.ivass-media-info-section {
  margin-top: 30px;
}
.ivass-media-info-section h2 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  background-color: #3c3c3c;
  padding: 5px 10px 7px 10px;
}
.ivass-media-info-section .bk-panel {
  max-width: 650px;
}
.ivass-media-info-section a {
  border-bottom: 1px solid;
}
@media (min-width: 768px) {
  .ivass-media-info-section {
    padding-bottom: 30px;
  }
  .ivass-media-info-section .bk-panel {
    max-width: none;
  }
}

.media-info-gallerie .disclaimer {
  font-style: italic;
  color: #8b8b8b;
  padding: 10px 0 0 0;
  margin-bottom: 0;
}
.media-info-gallerie ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: table;
}
.media-info-gallerie ul li {
  margin: 0;
  padding: 0;
  border: 0;
}
.media-info-gallerie ul a {
  margin: 0;
  padding: 0;
}
.media-info-gallerie ul li {
  display: table-cell;
}
.media-info-gallerie ul li a {
  display: block;
  padding: 15px;
  font-weight: 700;
}
.media-info-gallerie ul li a:hover, .media-info-gallerie ul li a:focus, .media-info-gallerie ul li a:active {
  border-bottom: 1px solid transparent;
  background-color: #e7e7e7;
}
.media-info-gallerie ul li a:focus, .media-info-gallerie ul li a:active {
  background-color: transparent;
}
.media-info-gallerie .img-holder {
  height: 30px;
  padding-right: 10px;
}
.media-info-gallerie .img-holder img {
  height: 100%;
  width: auto;
}

.media-info-contatti {
  padding-bottom: 15px;
}
.media-info-contatti h2 {
  margin-bottom: 10px;
}
.media-info-contatti p {
  padding: 0 15px;
  font-weight: 700;
}
.media-info-contatti .ufficio {
  display: block;
  color: #d98435;
  margin-bottom: 5px;
  font-weight: 700;
}
.media-info-contatti .fa {
  padding-right: 5px;
  color: #d98435;
}

.ivass-video-section {
  background-color: #e7e7e7;
  margin-bottom: 15px;
}
@media (min-width: 730px) {
  .ivass-video-section {
    border-bottom: 1px solid #cecece;
    padding-bottom: 40px;
  }
}
.ivass-video-section h1, .ivass-video-section .ivass-video-holder {
  max-width: 700px;
  margin: 0 auto;
}
.ivass-video-section h1 {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #3c3c3c;
  text-shadow: 1px 2px 4px rgba(46, 46, 46, 0.5);
  letter-spacing: 0.015em;
  text-align: center;
  padding: 15px 0;
}
@media (min-width: 730px) {
  .ivass-video-section h1 {
    text-align: left;
    font-size: 48px;
    padding-top: 30px;
  }
}

.media-menu {
  list-style: none;
  padding: 0;
  border: 0;
  display: block;
  margin: 25px 15px 0 15px;
}
.media-menu li {
  display: block;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}
.media-menu li:hover, .media-menu li:focus, .media-menu li:active {
  color: white;
  background-color: rgba(0, 0, 0, 0.4);
}
.media-menu a {
  display: block;
  color: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid transparent;
}
.media-menu a:hover, .media-menu a:focus, .media-menu a:active {
  border-bottom: 1px solid transparent;
}
.media-menu .fa[aria-hidden="true"] {
  display: inline-block;
  width: 60px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.media-menu .fa, .media-menu .mi-title {
  padding-top: 20px;
  padding-bottom: 20px;
}
.media-menu .mi-title {
  text-transform: uppercase;
  font-weight: 900;
  padding-left: 15px;
  padding-right: 15px;
}
.media-menu li.mi-comunicati-stampa {
  background-color: #f4ad89;
}
.media-menu li.mi-comunicati-stampa:hover, .media-menu li.mi-comunicati-stampa .fa {
  color: white;
  background-color: #ee814a;
}
.media-menu li.mi-comunicati-stampa-eiopa {
  background-color: #acbb84;
}
.media-menu li.mi-comunicati-stampa-eiopa:hover, .media-menu li.mi-comunicati-stampa-eiopa .fa {
  color: white;
  background-color: #809642;
}
.media-menu li.mi-interventi {
  background-color: #ffc078;
}
.media-menu li.mi-interventi:hover, .media-menu li.mi-interventi .fa {
  color: white;
  background-color: #ff9e2f;
}
.media-menu li.mi-avvisi {
  background-color: #d198c5;
}
.media-menu li.mi-avvisi:hover, .media-menu li.mi-avvisi .fa {
  color: white;
  background-color: #b861a6;
}
.media-menu li.mi-youtube {
  background-color: #e0a59e;
}
.media-menu li.mi-youtube:hover, .media-menu li.mi-youtube .fa {
  color: white;
  background-color: #b93828;
}
.media-menu li.mi-gplus {
  background-color: #adb1bb;
}
.media-menu li.mi-gplus:hover, .media-menu li.mi-gplus .fa {
  color: white;
  background-color: #495167;
}

@media (min-width: 650px) {
  .media-menu {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    column-gap: 1em;
  }
  .media-menu li {
    display: inline-block;
  }
}
.diretta-video {
  padding: 15px 0 30px 0;
}
.diretta-video [aria-hidden] {
  display: inherit;
}
.diretta-video .video-title [aria-hidden] {
  position: absolute;
  top: -99999px;
  left: -99999px;
}
.diretta-video .title-bar {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  line-height: 1.2;
  background-color: #7b8794;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.9);
  padding: 5px 15px;
}
.diretta-video .video-area {
  background-color: #242424;
  color: white;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.diretta-video .video-title {
  padding: 15px 0;
}
.diretta-video .video-title h1 {
  font-size: 24px;
  font-weight: 400;
}
.diretta-video .text-area {
  margin: 15px;
}
.diretta-video .meta-info dl, .diretta-video .meta-info dt, .diretta-video .meta-info dd {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  line-height: 1;
}
.diretta-video .meta-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.diretta-video .meta-info dd {
  font-style: italic;
  padding: 0 15px 0 5px;
}
.diretta-video .meta-info dd:last-child {
  padding-right: 0;
}
.diretta-video .meta-info .fa {
  color: #b93828;
}
.diretta-video .content-area {
  margin: 15px 0 30px 0;
  color: #444;
}

.ivass-typography .ivass-video-gallery ol, .ivass-typography .ivass-video-gallery li, .ivass-typography .ivass-video-gallery a, .ivass-typography .ivass-video-gallery img {
  margin: 0;
  padding: 0;
}
.ivass-typography .ivass-video-gallery ol {
  list-style: none;
  counter-reset: ivass-counter;
  font-size: 17px;
}
.ivass-typography .ivass-video-gallery li {
  counter-increment: ivass-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: whitesmoke;
  text-align: left;
  padding-right: 10px;
}
.ivass-typography .ivass-video-gallery li:not(:last-child) {
  border-bottom: 1px solid #d0d0d0;
}
.ivass-typography .ivass-video-gallery li:hover {
  background-color: #ececec;
}
.ivass-typography .ivass-video-gallery li::before {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: block;
  content: counter(ivass-counter);
  color: #595959;
  margin: 0 8px 0 10px;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 14.5px;
}
.ivass-typography .ivass-video-gallery a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 12px 0;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: 600;
  color: #3c3c3c;
}
.ivass-typography .ivass-video-gallery a:hover, .ivass-typography .ivass-video-gallery a:focus {
  color: #287abc;
  text-decoration: none;
  border: 1px solid transparent;
}
.ivass-typography .ivass-video-gallery .gallery-img {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 150px;
  margin: 0 10px 0 0;
}
.ivass-typography .ivass-video-gallery .gallery-img img {
  width: 100%;
  height: auto;
  margin: 0 !important;
}
.ivass-typography .ivass-video-gallery .gallery-title {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
  hyphens: none !important;
  margin-top: 6px;
  text-align: left;
  display: block;
}

.ivass-last-modified,
.ivass-typography .ivass-last-modified {
  margin: 35px 0 0 0;
  color: #6f6f6f;
  font-family: Georgia, serif;
  font-size: 16.25px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ivass-last-modified h2, .ivass-last-modified p,
.ivass-typography .ivass-last-modified h2,
.ivass-typography .ivass-last-modified p {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  white-space: inherit;
}
.ivass-last-modified h2,
.ivass-typography .ivass-last-modified h2 {
  margin-right: 4px;
}
.ivass-last-modified h2::after,
.ivass-typography .ivass-last-modified h2::after {
  display: inline-block;
  content: ':';
}
.ivass-last-modified::before,
.ivass-typography .ivass-last-modified::before {
  display: inline-block;
  content: '(';
}
.ivass-last-modified::after,
.ivass-typography .ivass-last-modified::after {
  display: inline-block;
  content: ')';
}

.ivass-typography h1 + .ivass-last-modified {
  margin: -14px 0 20px 0;
  justify-content: flex-end;
}
