
/*
 * reset.css
 */

/* Don't forget to set a foreground and background color on the 'html' or 'body' element! */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; font-weight:inherit; font-style:inherit; font-size:100%; line-height:1; font-family:inherit; text-align:left; vertical-align:baseline; }
a img, :link img, :visited img { border:0;}
table { border-collapse: ollapse; border-spacing:0; }
ol, ul { list-style: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; }

/*
 * g4cm.css
 */

@font-face {
  font-family: "lslex";
  src: url("/css/fonts/lslex.eot");
  src: url("/css/fonts/lslex.eot?#iefix") format("embedded-opentype"), url("/css/fonts/lslex.ttf") format("truetype"), url("/css/fonts/lslex.svg#lslex") format("svg"), url("/css/fonts/lslex.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icons, #cms a:first-child:before, div.alert:before {
  font-family: "lslex";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none !important;
  speak: none;
  display: block;
  float: left;
  text-decoration: none;
  font-size: 16px;
  width: 22.4px;
  height: 16px;
  line-height: 17.6px;
  -webkit-font-smoothing: antialiased;
}

#cms {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin-bottom: 20px;
}
#cms a {
  font-weight: normal;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #bfbfbf;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  background-image: -moz-linear-gradient(#ffffff, #cccccc);
  background-image: -webkit-linear-gradient(#ffffff, #cccccc);
  background-image: linear-gradient(#ffffff, #cccccc);
  text-decoration: none;
  margin-right: -1px;
  color: #333333;
}
#cms a:hover {
  background-image: none;
  background-color: #333333;
  color: #ffffff;
}
#cms a:hover:first-child:before {
  color: #ffffff;
}
#cms a:active, #cms a:focus {
  background-color: #333333;
  color: #ffffff;
}
#cms a:first-child:before {
  content: "e";
  color: #333333;
  line-height: 1;
  height: 8px;
}

#cms form.popup {
  display: inline;
}
#cms form.popup select, #cms form.popup option {
  margin: 0;
  padding: 0;
}
#cms form.popup select {
  float: none;
  width: 10em;
  color: #333;
  border: 1px solid #999;
  padding: 2px;
}
#cms form.popup span.nuovo span {
  margin-left: .5em;
  color: #3187DB;
  text-decoration: underline;
  cursor: pointer;
}
#cms form.popup form.popup {
  display: none;
}

#greyout {
  display: none;
  position: fixed;
  background: black;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .5;
}

#g4cm {
  margin: 0;
  padding: 0;
  border: none;
  background: transparent none;
  padding-top: 10px;
  clear: both;
}
#g4cm h4 {
  margin: 0;
  padding: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-indent: -9999px;
}
#g4cm h4 a {
  display: block;
  background: transparent url("/img/g4cm.png") no-repeat top left;
  width: 60px;
  height: 14px;
}
#g4cm h4 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#g4cm p {
  margin: 0;
  padding: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #333333;
  margin-top: 3px;
}
#g4cm a {
  color: #333333;
  text-decoration: none;
}
#g4cm a:hover {
  color: #737373;
  text-decoration: underline;
}

body.alert {
  margin-top: 50px;
}

div.alert {
  display: table-cell;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  overflow: hidden;
  background-color: #ff3300;
  padding: 10px 20px;
  font-size: 15px;
  color: #ffffff;
  line-height: 1;
}
div.alert:before {
  content: "s";
  color: #ffffff;
  font-size: 24px;
  width: 40px;
  line-height: 19.2px;
}
div.alert img {
  display: none;
}

/*
 * base.css
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

div.p, p, h1, h2, h3, h4, h5, h6, strong, b, i, em, a, li {
  line-height: 1.3;
  text-align: left;
  _word-wrap: break-word;
}

div.p, p, h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  vertical-align: top;
  border: 0;
}

div.p ul br, div.p ol br {
  height: 0;
  overflow: hidden;
  float: left;
}
div.p ul {
  margin-top: 1em;
}
div.p ul li {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  margin-left: 25px;
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 5px;
}
div.p ol {
  margin-top: 1em;
}
div.p ol li {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  margin-left: 25px;
  list-style-type: decimal;
  list-style-position: outside;
  margin-bottom: 5px;
}
div.p sub {
  font-size: 80%;
  vertical-align: sub;
}
div.p sup {
  font-size: 80%;
  vertical-align: super;
}
div.p blockquote {
  margin: 10px;
}

div.immagini {
  clear: left;
}
div.immagini.img_supleft dl {
  margin-right: auto;
}
div.immagini.img_supcenter dl {
  margin: 0 auto;
}
div.immagini.img_supright dl {
  margin-left: auto;
}
div.immagini.img_inleft dl {
  margin-right: 20px;
  float: left;
}
div.immagini.img_inright dl {
  margin-left: 20px;
  float: right;
}
div.immagini.img_gallery dl {
  float: left;
  text-align: left;
  margin-right: 20px;
}
div.immagini img {
  font-size: 20px;
  border: 0;
  padding: 0;
  margin: 0;
}
div.immagini dl {
  padding: 0;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
div.immagini dl dt {
  padding: 0;
  margin: 0;
}
div.immagini dl dd {
  padding: 0;
  margin: 0;
  padding: 5px 0 10px 0;
  font-weight: bold;
  line-height: 1.3;
  overflow: hidden;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.position-relative {
  position: relative;
}

/*
 * design.css
 */

@font-face {
  font-family: "lslex";
  src: url("/css/fonts/lslex.eot");
  src: url("/css/fonts/lslex.eot?#iefix") format("embedded-opentype"), url("/css/fonts/lslex.ttf") format("truetype"), url("/css/fonts/lslex.svg#lslex") format("svg"), url("/css/fonts/lslex.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.icons, div.back-to-btn a:before, div.social ul li a:before, #link ul li a:before, span.trigger:before, .classe-azi div.links p a:before, div.allegati p a:before, div.nav.semplice .prev a:before, div.nav.semplice .next a:after, form span.select:after,
div.privacy span.select:after, a.forms-validation-message:before, div.professionista div.linkedin a::after {
  font-family: "lslex";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none !important;
  speak: none;
  display: block;
  float: left;
  text-decoration: none;
  font-size: 16px;
  width: 22.4px;
  height: 16px;
  line-height: 17.6px;
  -webkit-font-smoothing: antialiased;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  background-color: #f2f2f2;
}
html body {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  background-color: #f2f2f2;
  color: #333333;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
@media screen and (max-width: 767px) {
  html body {
    -webkit-text-size-adjust: none;
  }
}

a {
  color: #003b79;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

a:hover {
  color: #6c88a7;
}

::-moz-selection,
::selection {
  background-color: #79baff;
}

#page {
  background-color: #ffffff;
  width: 100%;
  position: relative;
  min-width: 800px\9;
  /* IE8 and below */
}

#hide,
#sup,
#top,
#slide,
#link,
#focus-pmi,
#content,
#banner,
#info,
#foot {
  width: 100%;
}

#sup {
  padding: 10px 0;
}

#top {
  padding-bottom: 40px;
}

/* Eccezione per PMI page */
.PMI-page #top {
  padding-bottom: 15px;
}

#content {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  #content {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1024px) {
  #content {
    padding-top: 40px;
  }
}

#foot {
  background-color: #f2f2f2;
  padding-bottom: 40px;
}

.column {
  *zoom: 1;
  max-width: 68.26667em;
  margin-left: auto;
  margin-right: auto;
}
.column:before, .column:after {
  content: " ";
  display: table;
}
.column:after {
  clear: both;
}
.column:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .column {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .column {
    padding: 0 20px;
  }
}

.col-2 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
}
.col-2:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .col-2 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .col-2:last-child {
    margin-right: 0;
  }
}

.col-3 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
}
.col-3:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .col-3 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .col-3:last-child {
    margin-right: 0;
  }
}

.col-4 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
.col-4:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .col-4 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .col-4:last-child {
    margin-right: 0;
  }
}

.col-5 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
}
.col-5:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .col-5 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .col-5:last-child {
    margin-right: 0;
  }
}

.col-6 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
.col-6:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .col-6 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .col-6:last-child {
    margin-right: 0;
  }
}

.col-7 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
}
.col-7:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .col-7 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .col-7:last-child {
    margin-right: 0;
  }
}

.col-8 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
.col-8:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .col-8 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .col-8:last-child {
    margin-right: 0;
  }
}

.col-9 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}
.col-9:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .col-9 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .col-9:last-child {
    margin-right: 0;
  }
}

.col-10 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
}
.col-10:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .col-10 {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .col-10:last-child {
    margin-right: 0;
  }
}

div.close {
  clear: both;
  height: 0px;
  overflow: hidden;
}

div.space {
  clear: both;
  height: 40px;
  overflow: hidden;
}

div.logo {
  margin-top: 10px;
  float: left;
}
div.logo h1.logo {
  margin: 0;
  padding: 0;
  line-height: 1;
  background: transparent url("/img/logo.png") no-repeat top left;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  div.logo h1.logo {
    background-image: url("/img/logo@2x.png");
    background-size: 156px 75px;
    -webkit-background-size: 156px 75px;
  }
}
div.logo h1.logo a {
  text-indent: -9999px;
  display: block;
  width: 156px;
  height: 75px;
}
div.logo h1.logo.pmi {
  background: transparent url("/img/logo-focus-pmi.png") no-repeat top left;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  div.logo h1.logo.pmi {
    background-image: url("/img/logo-focus-pmi@2x.png");
    background-size: 300px 75px;
    -webkit-background-size: 300px 75px;
  }
}
div.logo h1.logo.pmi a {
  text-indent: -9999px;
  display: block;
  width: 300px;
  height: 75px;
}
@media screen and (max-width: 767px) {
  div.logo h1.logo.pmi {
    background: transparent url("/img/logo-focus-pmi-mobile.png") no-repeat top left;
  }
}
@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 3 / 2), screen and (max-width: 767px) and (min-device-pixel-ratio: 2) {
  div.logo h1.logo.pmi {
    background-image: url("/img/logo-focus-pmi-mobile@2x.png");
    background-size: 200px 50px;
    -webkit-background-size: 200px 50px;
  }
}
@media screen and (max-width: 767px) {
  div.logo h1.logo.pmi a {
    width: 200px;
    height: 50px;
  }
}
div.logo h1.logo:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
div.logo img.logo {
  display: block;
}

div.back-to-btn .segue {
  margin-top: 40px;
  line-height: 15px;
}
div.back-to-btn a:before {
  content: 'P';
}

/* Eccezione per PMI page */
.PMI-page div.back-to-btn .segue {
  margin-top: 20px;
}

div.payoff h2 {
  color: #003b79;
  padding: 0;
  margin: 0;
  line-height: 1;
}

div.lingue {
  float: right;
}
div.lingue ul {
  margin-left: 10px;
  border-left: 1px #f2f2f2 solid;
  display: block;
}
div.lingue ul li {
  display: inline-block;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 12px;
  list-style: none;
  text-transform: uppercase;
  position: relative;
  padding: 10px 0 10px 15px;
}
div.lingue ul li a {
  display: inline-block;
  text-decoration: none;
  color: #b3b3b3;
  font-weight: 400;
  border-bottom: 3px #ffffff solid;
}
div.lingue ul li a:hover {
  color: #003b79;
}
div.lingue ul li.current a {
  color: #003b79;
  border-color: #003b79;
}

div.social {
  float: right;
}
div.social ul {
  display: block;
  text-align: right;
}
div.social ul li {
  padding: 10px 0;
  display: inline-block;
}
div.social ul li a {
  color: #b3b3b3;
  display: block;
  width: 20px;
  margin-left: 10px;
}
div.social ul li a:before {
  font-size: 19.2px;
}
div.social ul li a:hover {
  color: #333333;
}
div.social ul li.google a:before {
  content: 'G';
}
div.social ul li.twitter a:before {
  content: 't';
}
div.social ul li.linkedin a:before {
  content: 'i';
}
div.social ul li.youtube a:before {
  content: 'y';
}

#cita div.cita {
  margin-bottom: 10px;
  margin-top: 30px;
  border-bottom: 1px solid #f2f2f2;
}
#cita div.cita h2 {
  font-size: 35px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 10px;
}
#cita div.cita p {
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #cita div.cita h2 {
    font-size: 25px;
  }
  #cita div.cita p {
    font-size: 13px;
  }
  #cita div.cita br {
    display: none;
  }
}

#link {
  border-bottom: 2px solid #f2f2f2;
}
#link div.menu {
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  #link div.menu {
    margin: 20px 0;
  }
}
#link ul {
  *zoom: 1;
  max-width: 68.26667em;
  margin-left: auto;
  margin-right: auto;
}
#link ul:before, #link ul:after {
  content: " ";
  display: table;
}
#link ul:after {
  clear: both;
}
#link ul li {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  text-align: center;
  padding: 20px 0;
  font-size: 21px;
}
#link ul li:last-child {
  margin-right: 0;
}
#link ul li.first {
  border-left: none;
}
@media screen and (max-width: 767px) {
  #link ul li {
    font-size: 13px;
    margin-bottom: 20px;
  }
}
#link ul li a {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #333333;
}
#link ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#link ul li a:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
  float: none;
  display: block;
  text-align: center;
  font-size: 24px;
  width: 100%;
  height: 24px;
  content: 'S';
}
@media screen and (max-width: 767px) {
  #link ul li a:before {
    font-size: 19.2px;
  }
}
#link ul li + li a:before {
  content: 'D';
}
#link ul li + li + li a:before {
  content: 'C';
}
#link ul li + li + li + li a:before {
  content: 'U';
}

#top {
  position: relative;
  z-index: 100;
}
#top div.menu {
  margin-top: 70px;
  float: right;
  margin-right: -10px;
}
@media screen and (max-width: 1024px) {
  #top div.menu {
    display: none;
  }
}
#top div.menu ul {
  text-align: right;
  display: inline;
}
#top div.menu ul li {
  display: inline;
  vertical-align: top;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  list-style: none;
  text-transform: uppercase;
  position: relative;
  padding: 10px;
}
#top div.menu ul li a {
  display: inline-block;
  text-decoration: none;
  color: #333333;
  font-weight: 400;
  border-bottom: 3px #ffffff solid;
}
#top div.menu ul li a:hover {
  color: #6c88a7;
}
#top div.menu ul li.current > span > a, #top div.menu ul li.supercurrent > span > a {
  border-color: #003b79;
}
#top div.menu ul li ul {
  display: none;
}
#top div.menu ul li:hover ul {
  display: block;
  position: absolute;
  left: 0;
  width: 200px;
  background-color: #ffffff;
  padding-top: 10px;
}
#top div.menu ul li:hover ul li {
  display: block;
}
#top div.menu ul li:hover ul li.current > span > a, #top div.menu ul li:hover ul li.supercurrent > span > a {
  border: none;
  font-weight: 700;
}
#top div.menu ul li:hover ul li a {
  border: none;
  display: block;
}

span.trigger {
  position: absolute;
  top: 115px;
  right: 20px;
  display: none;
  z-index: 150;
  color: #b3b3b3;
}
@media screen and (max-width: 767px) {
  .PMI-page span.trigger {
    top: 90px;
  }
}
@media screen and (max-width: 1024px) {
  span.trigger {
    display: block;
  }
}
span.trigger:before {
  content: 'm';
  font-size: 32px;
  height: 32px;
  line-height: 32px;
  width: 32px;
}
span.trigger:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
span.trigger.active {
  top: 20px;
  color: #ffffff;
}
span.trigger.active:before {
  content: 'x';
}
span.trigger.active:hover {
  color: #6c88a7;
}

#hide {
  background-color: #003b79;
  display: none;
  z-index: 10;
}
#hide div.menu {
  padding: 10px 30px;
}
#hide div.menu ul {
  display: block;
}
#hide div.menu ul li {
  padding: 0;
  margin: 0;
  display: block;
  vertical-align: top;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 20px;
  list-style: none;
  text-transform: uppercase;
  font-weight: normal;
}
#hide div.menu ul li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  margin: 15px 0;
}
#hide div.menu ul li a:hover {
  color: #6c88a7;
}
#hide div.menu ul li.current > span > a {
  color: #6c88a7;
}
#hide div.menu ul li.current > span > a:hover {
  color: #6c88a7;
}
#hide div.menu ul ul {
  margin: 15px 0;
}
#hide div.menu ul ul ul {
  margin: 20px;
}
#hide div.menu ul ul ul li {
  font-size: 15px;
}

#content div.menu {
  position: relative;
  z-index: 1000;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #content div.menu {
    margin-right: 0;
  }
}
#content div.menu ul {
  display: block;
  margin: 0;
}
#content div.menu ul li {
  padding: 0;
  margin: 0;
  display: block;
  vertical-align: top;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 14px;
  list-style: none;
  text-transform: uppercase;
}
#content div.menu ul li a {
  display: inline-block;
  text-decoration: none;
  padding: 8px 0;
  color: #333333;
  font-weight: 400;
}
#content div.menu ul li a:hover {
  color: #6c88a7;
}
#content div.menu ul li.current > span > a {
  color: #b3b3b3;
}
#content div.menu ul li.current > span > a:hover {
  color: #6c88a7;
}
#content div.menu ul li li {
  text-transform: none;
  font-size: 15px;
  padding-left: 20px;
}
#content div.menu ul li li a {
  padding: 5px 0;
}

#foot div.menu {
  margin: 20px 0;
}
#foot div.menu ul {
  padding: 0;
  margin: 0;
  display: block;
}
#foot div.menu ul li {
  font-size: 12px;
  padding: 0;
  margin: 0;
  display: inline-block;
  list-style: none;
  text-transform: uppercase;
  margin-left: 20px;
}
#foot div.menu ul li a {
  text-decoration: none;
}
#foot div.menu ul li:first-child {
  margin-left: 0;
}

#focus-pmi {
  background-color: #ffffff;
  padding: 40px 0;
}
#focus-pmi div.column {
  padding-bottom: 40px;
}
.internal-page #focus-pmi div.column {
  border-bottom: 1px solid #d9d9d9;
}
#focus-pmi:hover a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#focus-pmi:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#focus-pmi div.col-2 {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #focus-pmi div.col-2 {
    text-align: left;
  }
}
#focus-pmi h3 {
  margin: 0;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.2;
}
#focus-pmi h3 a {
  text-decoration: none;
}
#focus-pmi p {
  line-height: 1.3;
  margin: 0;
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
}
#focus-pmi img {
  transition: transform 0.2s ease-in-out;
}
#focus-pmi:hover img {
  transform: scale(1.1);
  cursor: pointer;
}

#podcast,
#diritto24 {
  background-color: #f2f2f2;
  padding: 40px 0;
  margin-bottom: 40px;
}
#podcast .row,
#diritto24 .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#podcast .col-2,
#diritto24 .col-2 {
  float: none;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
  margin: 0;
  padding: 0 15px;
}
@media (max-width: 768px) {
  #podcast .col-2,
  #diritto24 .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
#podcast .col-10,
#diritto24 .col-10 {
  float: none;
  flex: 0 0 83.3333%;
  max-width: 83.3333%;
  margin: 0;
  padding: 0 15px;
}
@media (max-width: 768px) {
  #podcast .col-10,
  #diritto24 .col-10 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
#podcast h3,
#diritto24 h3 {
  margin-bottom: 0;
  font-size: 31px;
  font-weight: 300;
}
@media (max-width: 880px) {
  #podcast h3,
  #diritto24 h3 {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  #podcast h3,
  #diritto24 h3 {
    margin-top: 25px;
  }
}
#podcast h3 a,
#diritto24 h3 a {
  text-decoration: none;
}
#podcast img,
#diritto24 img {
  width: 100%;
  max-width: 120px;
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 768px) {
  #podcast img,
  #diritto24 img {
    max-width: 90px;
  }
}
#podcast:hover img,
#diritto24:hover img {
  transform: scale(1.1);
}

#slides {
  margin-top: -5px;
}
#slides img {
  width: 100%;
  height: auto;
}
#slides .owl-theme .owl-controls .owl-page span {
  display: block;
  width: 6px;
  height: 6px;
  margin: 2px 15px;
  -moz-border-radius: 12px / 12px;
  -webkit-border-radius: 12px 12px;
  border-radius: 12px / 12px;
  background-color: #d9d9d9;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#slides .owl-theme .owl-controls .owl-page.active span,
#slides .owl-theme .owl-controls.clickable .owl-page:hover span {
  width: 10px;
  height: 10px;
  background-color: #d9d9d9;
  margin: 0 13px;
}
#slides .owl-theme .owl-controls .owl-page.active:hover span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#slides p.caption-owl {
  float: right;
  margin-top: 10px;
}

#banner {
  border-top: 2px #f2f2f2 solid;
  margin: 20px 0;
  padding-top: 20px;
}
#banner div.immagine-layout {
  margin-bottom: 10px;
  text-align: center;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
#banner div.immagine-layout a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#banner div.immagine-layout img {
  max-width: 305px;
  width: 100%;
  height: auto;
}
#banner div.immagine-layout:last-child {
  margin-right: 0;
}
#banner div.immagine-layout:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #banner div.immagine-layout {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
  }
  #banner div.immagine-layout:last-child {
    margin-right: 0;
  }
}

div.p,
p,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
i,
em {
  padding: 0;
  margin: 0;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 10px;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

h1 {
  font-size: 39px;
  line-height: 1.2;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #003b79;
  margin-bottom: 20px;
}

h2 {
  line-height: 1.3;
  color: #333333;
  font-size: 23px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

h3 {
  line-height: 1.5;
  font-size: 23px;
  color: #003b79;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}
#evidenza h3 {
  margin: 0;
}

h4 {
  font-size: 15px;
  font-weight: 700;
  margin: 20px 0;
}

h5 {
  font-size: 12px;
}

h5.data {
  color: #b3b3b3;
  font-weight: 700;
}

h5.fonte,
h5.firma {
  font-size: 15px;
}

div.testo {
  margin-bottom: 10px;
}

p,
div.p,
div.p li {
  font-size: 15px;
  line-height: 1.7;
}
p.small,
div.p.small,
div.p li.small {
  font-size: 12px;
}

.color {
  color: #003b79;
}

hr {
  border: 0;
  border-style: none;
  height: 1px;
  width: 100%;
  background-color: #d9d9d9;
  margin: 30px 0;
}

.google-maps {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

div.paragrafo {
  clear: both;
  margin-top: 30px;
}

.classe-azi div.links p {
  margin-top: 10px;
  font-size: 12px;
  color: #003b79;
  text-transform: uppercase;
}
.classe-azi div.links p span {
  font-weight: normal;
}
.classe-azi div.links p a {
  font-size: 12px;
  border: 1px solid #003b79;
  line-height: 1;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  font-weight: normal;
  font-weight: 700;
}
.classe-azi div.links p a:before {
  font-size: 16px;
  content: 'l';
  line-height: 1;
  height: 16px;
  width: 26px;
  margin-top: -3px;
}
.classe-azi div.links p a:hover {
  background: #003b79;
  color: #ffffff;
}

div.allegati {
  margin-top: 20px;
  clear: both;
}
div.allegati p {
  margin-top: 10px;
  font-size: 12px;
  color: #003b79;
  text-transform: uppercase;
}
div.allegati p span {
  font-weight: normal;
}
div.allegati p a {
  font-size: 12px;
  border: 1px solid #003b79;
  line-height: 1;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  font-weight: normal;
  font-weight: 700;
}
div.allegati p a:before {
  font-size: 16px;
  content: 'g';
  line-height: 1;
  height: 16px;
  width: 26px;
  margin-top: -3px;
}
div.allegati p a:hover {
  background: #003b79;
  color: #ffffff;
}

div.immagini.img_supcenter dl {
  margin: 0;
  width: auto !important;
}
div.immagini.img_supcenter dl img {
  width: 100% !important;
  height: auto;
}

div.indice {
  *zoom: 1;
  max-width: 68.26667em;
  margin-left: auto;
  margin-right: auto;
}
div.indice:before, div.indice:after {
  content: " ";
  display: table;
}
div.indice:after {
  clear: both;
}
div.indice div.voce {
  margin-bottom: 40px;
}
div.indice div.voce h2 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 18px;
}
div.indice div.voce h2 a {
  text-decoration: none;
}
div.indice div.voce h2 a:hover {
  text-decoration: underline;
}
div.indice div.voce h3 {
  color: #333333;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 700;
}
div.indice div.voce h4 {
  font-size: 13px;
}
div.indice div.voce h5 {
  font-size: 13px;
}
div.indice div.voce h5.data {
  margin-bottom: 5px;
}
div.indice div.voce p,
div.indice div.voce div.p {
  line-height: 1.4;
  font-size: 13px;
}
div.indice div.voce div.allegati p,
div.indice div.voce div.allegati div.p,
div.indice div.voce div.links p,
div.indice div.voce div.links div.p {
  font-size: 15px;
}

a.segue {
  margin-top: 10px;
  font-size: 12px;
  color: #003b79;
  text-transform: uppercase;
  border: 1px solid #003b79;
  line-height: 1;
  display: inline-block;
  padding: 10px;
  text-decoration: none;
  font-weight: normal;
  font-weight: 700;
}
a.segue:hover {
  background: #003b79;
  color: #ffffff;
}

div.portale {
  margin-bottom: 20px;
}

h3.title {
  margin: 0;
  font-size: 25px;
  line-height: 1;
  color: #003b79;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-weight: 400;
  border-bottom: 2px #f2f2f2 solid;
}

div.edition {
  margin-bottom: 40px;
  background: #f2f2f2;
  padding: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  div.edition {
    margin-right: 0;
  }
}
div.edition h1 {
  font-size: 23px;
  font-weight: 400;
}
div.edition h2 {
  font-size: 19px;
  margin-bottom: 20px;
}

div.tagliacarne {
  margin: 20px 0;
  float: right;
}
@media screen and (max-width: 767px) {
  div.tagliacarne {
    float: none;
  }
}
div.tagliacarne p {
  padding: 0;
  margin: 0;
  background: transparent url("/img/tagliacarne.png") no-repeat top left;
}
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  div.tagliacarne p {
    background-image: url("/img/tagliacarne@2x.png");
    background-size: 150px 100px;
    -webkit-background-size: 150px 100px;
  }
}
div.tagliacarne p a {
  display: block;
  text-indent: -9999px;
  height: 100px;
  width: 150px;
}

div.box {
  margin-top: 40px;
}

table.indice.soc {
  width: 100%;
}
table.indice.soc tr.voce {
  border-bottom: 1px solid #d9d9d9;
}
table.indice.soc tr.voce.first {
  border-top: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  table.indice.soc tr.voce.first {
    border-top: none;
  }
}
table.indice.soc th,
table.indice.soc td {
  text-align: center;
  vertical-align: middle;
  width: 33%;
  padding: 15px 0;
  font-size: 19px;
}
table.indice.soc th:first-child,
table.indice.soc td:first-child {
  text-align: left;
}
@media screen and (max-width: 767px) {
  table.indice.soc th,
  table.indice.soc td {
    display: block;
    width: auto;
    text-align: left;
    padding: 15px 0 5px 0;
  }
}
table.indice.soc td + td {
  font-size: 15px;
  font-weight: 700;
  padding: 5px 0;
}
table.indice.soc td + td + td {
  font-weight: 400;
  padding: 5px 0 15px 0;
}
table.indice.soc th {
  font-size: 13px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  table.indice.soc th {
    display: none;
  }
}

div.ricerca-professionisti {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}
div.ricerca-professionisti div {
  margin-bottom: 10px;
  *zoom: 1;
  max-width: 68.26667em;
  margin-left: auto;
  margin-right: auto;
}
div.ricerca-professionisti div:before, div.ricerca-professionisti div:after {
  content: " ";
  display: table;
}
div.ricerca-professionisti div:after {
  clear: both;
}
div.ricerca-professionisti a.submit {
  line-height: 1.2;
  display: inline-block;
  width: auto;
  font-size: 15px;
  padding: 10px 30px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #003b79;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  font-weight: 700;
  margin-top: 20px;
  text-decoration: none;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  div.ricerca-professionisti a.submit {
    margin-left: 0;
  }
}
div.ricerca-professionisti a.submit:hover {
  border-color: #003b79;
  color: #ffffff;
  background-color: #003b79;
}

div.indice.pubb div.sottoindice div.voce {
  margin-bottom: 0;
}

div.sezione {
  background-color: #003b79;
  font-size: 20px;
  text-transform: upeprcase;
  padding: 10px 20px;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1;
}

div.paragrafo.sedi-recapiti {
  clear: none;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
div.paragrafo.sedi-recapiti:last-child {
  margin-right: 0;
}
div.paragrafo.sedi-recapiti:nth-child(2) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  div.paragrafo.sedi-recapiti {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  div.paragrafo.sedi-recapiti:last-child {
    margin-right: 0;
  }
}

body.classe-azi #content div.paragrafo {
  clear: none;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
body.classe-azi #content div.paragrafo:last-child {
  margin-right: 0;
}
body.classe-azi #content div.paragrafo:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  body.classe-azi #content div.paragrafo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  body.classe-azi #content div.paragrafo:last-child {
    margin-right: 0;
  }
}

body.classe-azi #content div.box {
  clear: both;
  margin-top: 0;
  padding-top: 40px;
}

div.foot {
  padding: 20px 0;
}
div.foot p,
div.foot div.p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333333;
  text-transform: uppercase;
}
div.foot p a,
div.foot div.p a {
  text-decoration: none;
  color: #333333;
}
div.foot p a:hover,
div.foot div.p a:hover {
  text-decoration: underline;
  color: #003b79;
}

#flusso {
  background: #f2f2f2;
  padding: 40px 0;
}
#flusso ul.flusso-sezioni li {
  line-height: 1.3;
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
}
#flusso ul.flusso-sezioni li a {
  font-weight: normal;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #d9d9d9;
  color: #003b79;
}
#flusso ul.flusso-sezioni li a:hover {
  color: #6c88a7;
}

div.nav {
  font-size: 13px;
  width: 100%;
  margin: 20px 0 40px 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  div.nav {
    text-align: left;
  }
}
div.nav.semplice {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  display: table;
  width: 100%;
}
div.nav.semplice .prev,
div.nav.semplice .next {
  display: table-cell;
  width: 50%;
}
div.nav.semplice .prev {
  text-align: left;
}
div.nav.semplice .prev a:before {
  content: 'p';
  font-size: 8px;
  color: #333333;
  height: 1px;
  line-height: 10px;
  width: 10px;
}
div.nav.semplice .prev a:before:hover {
  color: #b3b3b3;
}
div.nav.semplice .next a {
  display: block;
  text-align: right;
}
div.nav.semplice .next a:after {
  content: 'n';
  font-size: 8px;
  color: #333333;
  height: 1px;
  line-height: 10px;
  width: 10px;
  float: right;
}
div.nav.semplice .next a:after:hover {
  color: #b3b3b3;
}
div.nav.semplice a {
  text-decoration: none;
}
div.nav ul {
  display: inline;
}
div.nav ul li {
  color: #333333;
  display: inline-block;
  list-style: none;
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #d9d9d9;
  font-weight: 700;
}
div.nav ul li:first-child, div.nav ul li.first {
  padding-left: 0;
  border: none;
}
div.nav ul li a {
  text-transform: uppercase;
  font-weight: 400;
}
div.nav span.totale {
  display: block;
  float: left;
}
div.nav span.totale strong {
  color: #333333;
}
@media screen and (max-width: 767px) {
  div.nav span.totale {
    float: none;
    margin-bottom: 20px;
  }
}

form,
input,
textarea,
label,
select,
option {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
}

form,
div.privacy {
  *zoom: 1;
  max-width: 68.26667em;
  margin-left: auto;
  margin-right: auto;
}
form:before, form:after,
div.privacy:before,
div.privacy:after {
  content: " ";
  display: table;
}
form:after,
div.privacy:after {
  clear: both;
}
form fieldset,
div.privacy fieldset {
  padding-top: 10px;
  border: none;
  clear: both;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
form fieldset:last-child,
div.privacy fieldset:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  form fieldset,
  div.privacy fieldset {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0;
  }
  form fieldset:last-child,
  div.privacy fieldset:last-child {
    margin-right: 0;
  }
}
form fieldset div,
div.privacy fieldset div {
  margin-bottom: 10px;
  *zoom: 1;
  max-width: 68.26667em;
  margin-left: auto;
  margin-right: auto;
}
form fieldset div:before, form fieldset div:after,
div.privacy fieldset div:before,
div.privacy fieldset div:after {
  content: " ";
  display: table;
}
form fieldset div:after,
div.privacy fieldset div:after {
  clear: both;
}
form label,
div.privacy label {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  font-weight: 700;
  padding: 10px 0;
  text-align: left;
}
form label:last-child,
div.privacy label:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  form label,
  div.privacy label {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    margin-right: 0;
  }
  form label:last-child,
  div.privacy label:last-child {
    margin-right: 0;
  }
}
form label.item,
div.privacy label.item {
  width: auto;
  margin-left: 5px;
}
form textarea,
div.privacy textarea {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  padding: 10px;
  background-color: #f2f2f2;
  border: none;
  height: 300px;
}
form textarea:last-child,
div.privacy textarea:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  form textarea,
  div.privacy textarea {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    margin-right: 0;
  }
  form textarea:last-child,
  div.privacy textarea:last-child {
    margin-right: 0;
  }
}
form span.select,
div.privacy span.select {
  position: relative;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
}
form span.select:last-child,
div.privacy span.select:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  form span.select,
  div.privacy span.select {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    margin-right: 0;
  }
  form span.select:last-child,
  div.privacy span.select:last-child {
    margin-right: 0;
  }
}
form span.select:after,
div.privacy span.select:after {
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 8px;
  right: 10px;
  content: 'b';
  font-size: 19px;
  height: 19px;
  line-height: 19px;
  width: 19px;
}
form select,
div.privacy select {
  color: #999999;
  width: 100%;
  margin: 0;
  padding: 10px;
  background-color: #f2f2f2;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 39px;
  -moz-border-radius: 0 / 0;
  -webkit-border-radius: 0 0;
  border-radius: 0 / 0;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
form select:hover,
div.privacy select:hover {
  background-color: #e6e6e6;
}
form input,
div.privacy input {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 74.41059%;
  margin: 0;
  padding: 10px;
  background-color: #f2f2f2;
  border: none;
}
form input:last-child,
div.privacy input:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  form input,
  div.privacy input {
    float: left;
    display: block;
    margin-right: 7.42297%;
    width: 100%;
    margin-right: 0;
  }
  form input:last-child,
  div.privacy input:last-child {
    margin-right: 0;
  }
}
form input.item,
div.privacy input.item {
  width: auto;
  float: left;
  margin: 5px 0;
}
form input.radio, form input.checkbox,
div.privacy input.radio,
div.privacy input.checkbox {
  width: auto;
  border: none;
  margin: 0;
  padding: 0;
}
form input.image,
div.privacy input.image {
  border: none;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}
form input.submit,
div.privacy input.submit {
  width: auto;
  font-size: 15px;
  padding: 10px 30px;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #003b79;
  background-color: transparent;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  font-weight: 700;
  margin-top: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
form input.submit:hover,
div.privacy input.submit:hover {
  border-color: #003b79;
  color: #ffffff;
  background-color: #003b79;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
form input.submit.disabled,
div.privacy input.submit.disabled {
  background-color: #d9d9d9;
  cursor: auto;
}
form h4,
div.privacy h4 {
  font-weight: normal;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 22.5px;
  line-height: 1;
  padding: 15px 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-top: 1px solid #d9d9d9;
}
form img.captcha,
div.privacy img.captcha {
  border: 0;
}

div.form {
  clear: both;
  width: 100%;
}
div.form div.box input.item,
div.form div.box label.item {
  float: none;
}

div.privacy {
  margin-top: 10px;
  margin-top: 4px\9;
  clear: both;
  width: 100%;
}
div.privacy span {
  width: 20px;
}
div.privacy input.radio,
div.privacy input.checkbox {
  width: 15px;
  margin: 0;
  padding: 0;
  height: 15px;
  margin-top: 10px;
}
div.privacy a.forms-validation-message {
  margin-top: -2px;
  margin-left: 0;
}

div.informativa {
  padding: 10px 20px;
  height: 250px;
  overflow: auto;
  margin-bottom: 20px;
  background-color: #f2f2f2;
  color: #b3b3b3;
  line-height: 1.3;
  font-size: 15px;
  width: 100%;
}

a#share {
  cursor: pointer;
}

a.forms-validation-message {
  text-decoration: none;
  position: absolute;
  margin-top: 4px;
  margin-left: 5.33333px;
}
a.forms-validation-message:before {
  content: 'a';
  color: #ff3300;
}
a.forms-validation-message img {
  display: none;
}

a:hover.forms-validation-message {
  text-decoration: underline;
}

span.asterisco {
  font-weight: 700;
}

span.forms img {
  margin-left: 5px;
}

div.professionista {
  position: relative;
}
div.professionista div.linkedin {
  display: block;
  height: 40px;
  background: #0077b5;
  border: 1px solid #0073b0;
  border-radius: 3px;
  transition: background 0.2s ease-in;
}
div.professionista div.linkedin:hover {
  background: #004d76;
}
div.professionista div.linkedin a {
  width: 100%;
  height: 40px;
  color: #ffffff;
  text-align: center;
  padding: 10px 8px;
  display: block;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.08rem;
}
div.professionista div.linkedin a::after {
  font-size: 19.2px;
  content: 'i';
}
div.professionista div.linkedin.btn-small {
  width: 40px;
  position: absolute;
  top: 5px;
  right: 20px;
}
@media (max-width: 900px) {
  div.professionista div.linkedin.btn-small {
    position: static;
    float: right;
  }
}
div.professionista div.linkedin.btn-big {
  width: 145px;
  margin: 30px 0;
}
div.professionista div.linkedin.btn-big a {
  text-align: left;
  position: relative;
  padding: 8px 12px;
}
div.professionista div.linkedin.btn-big a::after {
  position: absolute;
  top: 10px;
  right: 10px;
}

/*
 * thickbox.css
 */

#TB_window {
	font:11px Arial, Helvetica, sans-serif;
	color:#666;
	}

#TB_window a:link {
	color:#666;
	}
#TB_window a:visited {
	color:#666;
	}
#TB_window a:hover {
	color:#000;
	}
#TB_window a:active {
	color:#666;
	}
#TB_window a:focus {
	color:#666;
	}

#TB_overlay {
	position:fixed;
	z-index:100;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	}

.TB_overlayMacFFBGHack {
	background: url("/img/macFFBgHack.png") repeat;
	}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
	}

* html #TB_overlay { /* ie6 hack */
	position:absolute;
	height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}

#TB_window {
	position:fixed;
	background:#FFF;
	z-index:102;
	color:#000;
	display:none;
	border:none;
	text-align:left;
	top:50%;
	left:50%;
	}

* html #TB_window { /* ie6 hack */
	position:absolute;
	margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	}

#TB_window.full, * html #TB_window.full {
	position:absolute;
	margin-top:0;
	top:50px;
}

#TB_window img#TB_Image, #TB_window #TB_Object {
	display:block;
	margin:15px 0px 0px 15px;
	border:none;
	}

#TB_caption {
	padding:7px 15px 10px 15px;
	}
#TB_text {
	clear:both;
	text-align:center;
	overflow:hidden;
	}

#TB_firstLine {
	font-size:1.2em;
	font-weight:bold;
	color:#555;
	margin-bottom:.5em;
	overflow:hidden;
	}
#TB_next {
	display:block;
	float:right;
	}
#TB_next a, #TB_prev a {
	text-decoration:none;
	}

#TB_playPause {
	float:left;
	margin-right:5px;
	}
#TB_closeWindow {
	float:right;
	margin-left:5px;
	}

#TB_closeAjaxWindow {
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
	}

#TB_ajaxWindowTitle {
	float:left;
	padding:7px 0px 5px 10px;
	margin-bottom:1px;
	}

#TB_title {
	background-color:#E8E8E8;
	height:27px;
	}

#TB_ajaxContent {
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
	}

#TB_ajaxContent.TB_modal {
	padding:15px;
	}

#TB_ajaxContent p {
	padding:5px 0px 5px 0px;
	}

#TB_load {
	position:fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left:50%;
	margin:-6px 0px 0px -104px; /* -height/2 0 0 -width/2 */
	}

* html #TB_load { /* ie6 hack */
	position:absolute;
	margin-top:expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
	}

#TB_HideSelect {
	z-index:99;
	position:fixed;
	top:0;
	left:0;
	background-color:#FFF;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
	}

* html #TB_HideSelect { /* ie6 hack */
  position:absolute;
  height:expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}

#TB_iframeContent {
	clear:both;
	border:none;
	margin:15px 0px 0px 15px;
	/*
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
	*/
	}
