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

@media (min-width: 480px) {
  .hyphenated {
    text-align: justify;
    text-justify: newspaper;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    hyphenate-limit-lines: 2;
  }
}

.bdi-columns {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
  -webkit-column-rule-style: solid;
     -moz-column-rule-style: solid;
          column-rule-style: solid;
  -webkit-column-rule-width: 1px;
     -moz-column-rule-width: 1px;
          column-rule-width: 1px;
  -webkit-column-rule-color: #eceff0;
     -moz-column-rule-color: #eceff0;
          column-rule-color: #eceff0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
}

a:hover,
a:focus,
a:active {
  color: #0070c6;
}

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

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

select {
  background-color: white;
}

.js .bdi-responsive-video-embed .no-js-fallback {
  display: none;
}
.js .bdi-responsive-video-embed iframe {
  border: 0;
}

.js .content .bdi-responsive-video-embed {
  margin: 1em 0;
}

.no-js .bdi-responsive-video-embed iframe,
.no-js .bdi-responsive-video-embed object,
.no-js .bdi-responsive-video-embed embed {
  display: none;
}
.no-js .bdi-responsive-video-embed .no-js-fallback {
  display: block;
}
.no-js .bdi-responsive-video-embed .no-js-fallback p {
  text-align: center;
  font-style: italic;
}
.no-js .bdi-responsive-video-embed .no-js-fallback img {
  width: 100%;
}

.no-js .bdi-no-cookie .bdi-responsive-video-embed {
  background-color: #48626f;
}
.no-js .bdi-no-cookie .bdi-responsive-video-embed iframe {
  visibility: hidden;
}

.js .bdi-no-cookie .bdi-responsive-video-embed {
  position: relative;
}
.js .bdi-no-cookie .bdi-responsive-video-embed::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: not-allowed;
}

.bdi-compact-list {
  margin: 0 !important;
  padding: 0 !important;
  color: #005393 !important;
  padding-left: 20px !important;
}
.bdi-compact-list li {
  display: inline-block !important;
  float: left !important;
  margin: 15px 0 0 0 !important;
  padding: 0 !important;
  font-style: italic;
  font-weight: 400;
  width: 60px !important;
  height: 24px !important;
  color: #7796a6 !important;
  overflow: hidden;
}
.bdi-compact-list li a {
  margin: 0;
  padding: 0;
  border: 0;
  color: #005393 !important;
  text-decoration: none !important;
  font-style: normal;
  font-weight: 600;
  display: block;
}
.bdi-compact-list li .link-num {
  display: none;
  color: #b3cbde;
  font-size: 12px;
  padding-left: 2px;
}
.bdi-compact-list li a:hover .link-year {
  color: #0070c6 !important;
  text-decoration: underline !important;
}
.bdi-compact-list li a:hover .link-num {
  text-decoration: none !important;
}

.bdi-compact-list:after {
  content: "";
  display: table;
  clear: both;
}

.list-title {
  clear: both;
  display: block;
  color: #48626f;
  font-weight: 600;
  padding-top: 1em !important;
  padding-bottom: 0 !important;
  border-bottom: 1px solid #7f919a;
}

.read-mode .bdi-compact-list li a {
  color: #0070c6 !important;
}
.read-mode .bdi-compact-list .link-num {
  color: #000;
}

.bdi-button {
  background-color: #eceff0;
  border: 1px solid #b3bfc3;
}

.bdi-button:hover,
.bdi-button:focus {
  background-color: #d9dfe1;
  border: 1px solid #7a8f96;
  outline: 0;
  color: #000;
}

.bdi-form input[type=text],
.bdi-form select {
  padding: 2px;
  border: 1px solid #b3bfc3;
}
.bdi-form input[type=text]:hover,
.bdi-form select:hover {
  outline: 1px solid #008df9;
}
.bdi-form input[type=text]:focus,
.bdi-form select:focus {
  outline: 1px solid #0070c6;
}

.bdi-clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.bdi-container {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  clear: both;
}
@media (min-width: 768px) {
  .bdi-container {
    width: 750px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .bdi-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .bdi-container {
    width: 1170px;
    max-width: 100%;
  }
}

.bdi-panel {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #eceff0;
}

.bdi-container::after,
.bdi-panel::after {
  content: "";
  display: table;
  clear: both;
}

.read-mode .bdi-panel {
  color: #000;
  background-color: #fff;
}

.table-wrapper {
  width: 100%;
  font-size: 14px;
  margin-bottom: 11px;
  overflow: auto; /* this is required */
}
.table-wrapper caption {
  white-space: nowrap;
  text-align: center;
}
.table-wrapper th {
  color: #fff;
  background-color: #48626f;
  text-align: left;
  vertical-align: top;
  padding: 0.5em;
  font-weight: 600;
}
.table-wrapper td {
  vertical-align: top;
  padding: 0.5em;
}
.table-wrapper tbody td:first-child {
  white-space: nowrap;
}
.table-wrapper tbody tr:nth-of-type(even) {
  background-color: #eceff0;
}

@media only screen and (max-width: 991px) {
  html.js .table-wrapper caption {
    text-align: left;
  }
  html.js .table-wrapper table {
    border-collapse: collapse;
  }
  html.js .table-wrapper table,
html.js .table-wrapper thead,
html.js .table-wrapper tbody,
html.js .table-wrapper th,
html.js .table-wrapper td,
html.js .table-wrapper tr {
    display: block;
  }
  html.js .table-wrapper thead tr {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  html.js .table-wrapper tbody tr {
    border: 0;
    margin: 0;
    padding: 0;
  }
  html.js .table-wrapper tbody tr:last-child {
    border-bottom: none;
  }
  html.js .table-wrapper td:not(:first-child) {
    padding: 0.5em;
    position: relative;
    padding-left: 220px;
  }
  html.js .table-wrapper td:not(:first-child)::before {
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    width: 210px;
    padding-left: 6px;
    padding-right: 0.5em;
    font-weight: 600;
    content: attr(data-label);
    white-space: nowrap;
    overflow: hidden;
  }
  html.js .table-wrapper tr {
    background-color: #48626f;
    background-image: url("../images/grey-down.jpg");
    background-repeat: no-repeat;
    background-position: 0.5em 0.75em;
  }
  html.js .table-wrapper tr td:nth-of-type(even) {
    background-color: #fff;
  }
  html.js .table-wrapper tr td:nth-of-type(odd) {
    background-color: #eceff0;
  }
  html.js .table-wrapper tr td:first-child {
    color: #fff;
    background-color: transparent;
    font-weight: 400;
    padding: 0.5em 0.5em 0.5em 26px;
    cursor: pointer;
  }
  html.js .table-wrapper tr td:last-child {
    border-bottom: 3px solid #fff;
  }
  html.js .table-wrapper tr.closed {
    background-image: url("../images/grey-right.jpg");
    border-bottom: 3px solid #fff;
  }
  html.js .table-wrapper tr.closed td:not(:first-child) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  html.js .table-wrapper tbody tr:nth-of-type(even) {
    background-color: #48626f;
  }
}
@media only screen and (max-width: 480px) {
  html.js .table-wrapper td:not(:first-child) {
    padding-left: 170px;
  }
  html.js .table-wrapper td:not(:first-child)::before {
    width: 160px;
  }
}
.read-mode .table-wrapper {
  color: #000;
}
.read-mode .table-wrapper th {
  background-color: black;
}

/*
  assigning the .link class is only required if the a element is at the outer scope (ie. not enclosed in
  any other specialised container)
*/
.link:hover {
  text-decoration: none;
}

.link-title {
  color: #0070c6;
  font-weight: 600;
  text-decoration: none;
}

.link:hover .link-title {
  text-decoration: underline;
}

.link-type,
.link-size,
.link-external {
  font-size: 90%;
  color: #b3cbde;
  padding-left: 0.25em;
  text-decoration: none;
}

.link-desc,
.link-date {
  display: block;
  font-weight: 400;
  color: #48626f;
  text-decoration: none;
}

.link-date {
  font-style: italic;
}

.link-note {
  display: block;
  font-weight: 400;
  color: #48626f;
  font-style: italic;
  text-decoration: none;
}

.read-mode .link-title {
  color: #0070c6;
}
.read-mode .link-type,
.read-mode .link-size,
.read-mode .link-external {
  color: #000;
}
.read-mode .link-desc,
.read-mode .link-date {
  color: #000;
}
.read-mode .link-note {
  color: #000;
}

.bdi-box {
  position: relative;
  padding: 16px;
  border-top: 5px solid #888;
  color: #000;
  background-color: #ccc;
}
.bdi-box h2 {
  position: absolute;
  margin: 0;
  border: 0;
  padding: 0.1em 0.5em;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  left: 16px;
  top: -16px;
  min-width: 180px;
  text-align: center;
  white-space: nowrap;
}

.css-col-2 > * {
  display: inline-block;
}
@media (min-width: 640px) {
  .css-col-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-column-rule: 1px solid #b3cbde;
       -moz-column-rule: 1px solid #b3cbde;
            column-rule: 1px solid #b3cbde;
  }
}
@media (min-width: 992px) {
  .css-col-2 {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media (min-width: 1200px) {
  .css-col-2 {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}

.css-col-3 > * {
  display: inline-block;
}
@media (min-width: 640px) {
  .css-col-3 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -webkit-column-rule: 1px solid #b3cbde;
       -moz-column-rule: 1px solid #b3cbde;
            column-rule: 1px solid #b3cbde;
  }
}
@media (min-width: 992px) {
  .css-col-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.bdi-stripe {
  width: 100%;
  clear: both;
  margin: 0;
  border: 0;
  padding: 15px;
}

.bdi-stripe-container {
  margin: 0;
  border: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .bdi-stripe-container {
    width: 750px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .bdi-stripe-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .bdi-stripe-container {
    width: 1170px;
    max-width: 100%;
  }
}

.bdi-stripe-container-row {
  margin: 0;
  border: 0;
  padding: 0;
}

.bdi-box.bdi-stripe-element {
  margin-top: 15px;
}

.bdi-box.bdi-stripe-element:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .bdi-stripe-container {
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .bdi-stripe {
    padding: 15px 0;
  }
  .bdi-stripe-container-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .bdi-box.bdi-stripe-element {
    margin-top: 0;
  }
  .bdi-stripe-element {
    margin: 0;
    width: 305px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .bdi-stripe-element:first-child {
    width: 620px;
  }
}
@media (min-width: 1200px) {
  .bdi-stripe-element {
    width: 372px;
  }
  .bdi-stripe-element:first-child {
    width: 753px;
  }
}
@media (min-width: 992px) {
  .bdi-stripe.bdi-stripe-inverse .bdi-stripe-container-row {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .bdi-stripe.bdi-stripe-inverse .bdi-stripe-element {
    width: 620px;
  }
  .bdi-stripe.bdi-stripe-inverse .bdi-stripe-element:first-child {
    width: 305px;
  }
}
@media (min-width: 1200px) {
  .bdi-stripe.bdi-stripe-inverse .bdi-stripe-element:first-child {
    width: 372px;
  }
  .bdi-stripe.bdi-stripe-inverse .bdi-stripe-element {
    width: 753px;
  }
}
@media (min-width: 992px) {
  .bdi-stripe-set-explicit-space-between .bdi-stripe .bdi-stripe-element {
    margin-left: 7.5px;
    margin-right: 0;
  }
  .bdi-stripe-set-explicit-space-between .bdi-stripe .bdi-stripe-element:first-child {
    margin-left: 0;
    margin-right: 7.5px;
  }
  .bdi-stripe-set-explicit-space-between .bdi-stripe.bdi-stripe-inverse .bdi-stripe-element {
    margin-left: 0;
    margin-right: 7.5px;
  }
  .bdi-stripe-set-explicit-space-between .bdi-stripe.bdi-stripe-inverse .bdi-stripe-element:first-child {
    margin-left: 7.5px;
    margin-right: 0;
  }
}
.bdi-stripe-3 {
  width: 100%;
  clear: both;
  margin: 0;
  border: 0;
  padding: 15px;
}

@media (min-width: 992px) {
  .bdi-stripe-3 {
    padding: 15px 0;
  }
  .bdi-stripe-3 .bdi-stripe-container-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .bdi-stripe-3 .bdi-stripe-element {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    margin: 0;
    width: 303.333333px;
  }
  @-moz-document url-prefix() {
    .bdi-stripe-3 .bdi-stripe-container-row {
      width: 100%;
      -moz-box-sizing: border-box;
    }
  }
}
@media (min-width: 1200px) {
  .bdi-stripe-3 .bdi-stripe-element {
    margin: 0;
    width: 370px;
  }
}
@media (min-width: 992px) {
  .bdi-stripe-set-explicit-space-between .bdi-stripe-3 .bdi-stripe-element {
    margin-left: 7.5px;
    margin-right: 7.5px;
  }
  .bdi-stripe-set-explicit-space-between .bdi-stripe-3 .bdi-stripe-element:first-child {
    margin-left: 0;
  }
  .bdi-stripe-set-explicit-space-between .bdi-stripe-3 .bdi-stripe-element:last-child {
    margin-right: 0;
  }
}
#desktop-header-band {
  display: none;
}

#banner {
  width: 100%;
  background-color: #005393;
  border-bottom: 1px solid #005393;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
#banner #logo {
  float: left;
  padding: 10px 0 10px 15px;
  height: 60px;
  width: 183px;
}
#banner #logo img {
  width: 100%;
}
#banner #toolbar {
  float: right;
  height: 60px;
  padding: 10px 15px 10px 0;
}
#banner #toolbar ul {
  list-style: none;
  height: 40px;
  margin: 0;
  padding: 0;
  border: 0;
}
#banner #toolbar ul li {
  float: left;
  height: 40px;
  width: 40px;
  margin: 0;
  padding: 0;
  border: 0;
}
#banner #toolbar ul li a {
  height: 40px;
  width: 40px;
  margin: 0;
  padding: 0;
  border: 0;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  font-size: 26px;
  color: #b3cbde;
  text-decoration: none;
}
#banner #toolbar ul li a:hover {
  border: 0;
  outline: 0;
  color: #fff;
  background-color: #004072;
}
#banner #toolbar ul li#btn-en a {
  font-size: 14px;
}

#logo-print {
  display: none;
}

@media (min-width: 768px) {
  #btn-menu {
    display: none;
  }
}
#nav-menu {
  clear: both;
  overflow: hidden;
  width: 100%;
  background-color: #eceff0;
  font-size: 14px;
  border-bottom: thin solid #eceff0;
}
#nav-menu .top-nav {
  float: left;
  width: 45%;
  padding: 15px 15px;
}
#nav-menu .top-nav ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
#nav-menu .top-nav ul li,
#nav-menu .top-nav ul li a {
  display: block;
  color: #48626f;
  font-weight: 600;
  background-color: transparent;
  text-transform: uppercase;
  padding: 0.4em;
  line-height: 1.2em;
}
#nav-menu .top-nav ul li:hover,
#nav-menu .top-nav ul li a:hover {
  background-color: #a5b3b8;
  text-decoration: none;
}
#nav-menu .top-nav ul li.active,
#nav-menu .top-nav ul li.active a {
  background-color: #a5b3b8;
}
@media (max-width: 767px) {
  #nav-menu .top-nav.no-local-nav {
    width: 100%;
    border-bottom: thin solid #7f919a;
  }
}
#nav-menu .side-nav {
  float: right;
  width: 55%;
  padding: 15px 15px 5px 15px;
  min-height: 293px;
  color: #48626f;
  background-color: #fff;
  font-size: 14px;
}
#nav-menu .side-nav .sidenav-button {
  color: #48626f;
  background-color: #eceff0;
  padding: 6px 10px;
  text-align: right;
}
#nav-menu .side-nav .sidenav-button a {
  color: #48626f;
  background-color: transparent;
  display: block;
}
#nav-menu .side-nav .sidenav-button a .button-tooltip {
  font-size: 90%;
  font-style: italic;
  display: block;
}
#nav-menu .side-nav .sidenav-button a .level-name {
  text-transform: uppercase;
}
#nav-menu .side-nav ul {
  list-style: none;
  padding-left: 0;
}
#nav-menu .side-nav ul ul {
  margin-top: 9px;
  padding-left: 20px;
}
#nav-menu .side-nav ul ul li {
  text-transform: none;
}
#nav-menu .side-nav ul li {
  color: #48626f;
  padding: 5px 0;
  line-height: 1.25em;
  text-transform: uppercase;
}
#nav-menu .side-nav ul a {
  color: #48626f;
}
#nav-menu .side-nav ul li.active {
  color: #005393;
  font-weight: 600;
}
#nav-menu .side-nav ul li.active a {
  font-weight: 400;
}
@media (min-width: 768px) {
  #nav-menu .side-nav {
    display: none;
  }
}
@media (min-width: 768px) {
  #nav-menu {
    clear: none;
    border: 0;
    margin: 0;
    padding: 0;
    height: 60px;
    width: 472px;
    background-color: #005393;
    font-size: 10px;
  }
  #nav-menu .top-nav {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 60px;
  }
  #nav-menu .top-nav ul {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    height: 60px;
  }
  #nav-menu .top-nav ul li {
    float: left;
    margin: 0;
    padding: 0;
    border: 0;
    height: 60px;
    color: #b3cbde;
    background-color: #005393;
    font-weight: 400;
  }
  #nav-menu .top-nav ul li a {
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    margin: 0;
    padding: 0 6px;
    border: 0;
    color: #b3cbde;
    background-color: #005393;
    font-weight: 400;
  }
  #nav-menu .top-nav ul li.active,
#nav-menu .top-nav ul li.active a {
    color: #fff;
    background-color: #004072;
  }
  #nav-menu .top-nav ul li:hover,
#nav-menu .top-nav ul li:hover a {
    color: #fff;
    background-color: #004072;
  }
}
@media (min-width: 992px) {
  #nav-menu {
    width: 692px;
    font-size: 12px;
  }
  #nav-menu .top-nav ul li a {
    padding: 0 12px;
  }
}
@media (min-width: 1200px) {
  #nav-menu {
    width: 792px;
    font-size: 13px;
  }
  #nav-menu .top-nav ul li a {
    padding: 0 18px;
  }
}

@media (max-width: 767px) {
  html.js #nav-menu.nav-menu-collapsed {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
@media (min-width: 1200px) {
  #desktop-header-band {
    display: block;
    margin: 0;
    padding: 0;
    background-color: #004072;
    /* background-image: linear-gradient(lighten($banner-color, 1%), darken($banner-color, 6.5%)); */
  }
  #desktop-logo {
    width: 1170px;
    max-width: 100%;
    margin: 0 auto;
    padding: 15px;
  }
  #desktop-logo img {
    width: 240px;
  }
  #banner #logo {
    visibility: hidden;
    width: 240px;
  }
}
.read-mode #banner {
  background-color: #fff;
  border-bottom: 1px solid #000;
}
.read-mode #logo-screen {
  display: none;
}
.read-mode #logo-print {
  display: block;
}
.read-mode #banner #toolbar ul li a {
  color: #005393;
}
.read-mode #banner #toolbar ul li a:hover {
  color: #fff;
  background-color: #005393;
}
.read-mode #nav-menu {
  border-top: 1px solid #000;
}
.read-mode #nav-menu,
.read-mode #nav-menu .top-nav ul li,
.read-mode #nav-menu .top-nav ul li a,
.read-mode #nav-menu .side-nav ul li,
.read-mode #nav-menu .side-nav ul li a {
  color: #000;
  background-color: #fff;
}
.read-mode #nav-menu .top-nav ul li.active {
  text-decoration: underline;
}
.read-mode #nav-menu .side-nav p.sidenav-button {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}
.read-mode #nav-menu .side-nav p.sidenav-button a {
  color: #000;
}
.read-mode #desktop-header-band {
  background-color: #444;
  background-image: none;
}
@media (min-width: 768px) {
  .read-mode #nav-menu {
    border-top: 0;
  }
  .read-mode #nav-menu .top-nav ul li a {
    font-weight: 600;
  }
  .read-mode #nav-menu .top-nav ul li.active a {
    text-decoration: underline;
  }
}

#footer {
  clear: both;
  color: #005393;
  background-color: #eceff0;
  font-size: 14px;
  line-height: 20px;
  padding-top: 20px;
}
#footer strong {
  font-weight: 600;
}
#footer h2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
  margin: 20px 0 5px 0;
}
#footer a {
  color: #005393;
}
#footer a:hover,
#footer a:focus {
  color: #0070c6;
  text-decoration: underline;
  outline: none;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#footer ul a i.fa {
  margin-right: 6px;
}
#footer .list-bold {
  font-weight: 600;
}
#footer .link-list li {
  margin: 0;
  padding: 0 0 4px 0;
  line-height: 20px;
}
#footer .link-list i.fa {
  float: left;
  margin-top: 3px;
}
#footer .link-list a {
  margin: 0;
  padding: 0;
  display: block;
  margin-left: 10px;
}
#footer p.descr {
  line-height: 20px;
  max-width: 300px;
  margin-bottom: 20px;
}
#footer abbr {
  border: 0;
  cursor: default;
}

#footer address {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
}
#footer address a {
  font-weight: 600;
}

#footer-copyright {
  border-top: 1px solid #7f919a;
  padding: 0.5em 0;
}
#footer-copyright ul {
  list-style: none;
}
#footer-copyright li {
  margin: 10px 0;
  padding: 0;
  line-height: 1;
}
@media (min-width: 640px) {
  #footer-copyright li {
    display: inline-block;
  }
  #footer-copyright li:not(:last-child)::after {
    display: inline-block;
    content: "|";
    text-align: center;
    margin: 0 8px 0 14px;
  }
}

#footer-row {
  padding-bottom: 20px;
}

.read-mode #footer {
  color: #000;
}
.read-mode #footer a,
.read-mode #footer h2 {
  color: #000;
}

#breadcrumb {
  color: #48626f;
  background-color: transparent;
  font-style: italic;
  font-size: 12px;
  padding: 6px 0;
  margin: 0;
}
#breadcrumb p {
  display: inline;
}
#breadcrumb .container {
  min-height: 23px;
}
#breadcrumb ol.breadcrumb {
  display: inline;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 0;
}

.read-mode #breadcrumb {
  color: #000;
  background-color: #fff;
}
.read-mode #breadcrumb a {
  color: #000;
}
.read-mode #breadcrumb a:hover {
  color: #000;
}

#read-mode-on,
#read-mode-off {
  display: none;
  float: left;
  font-size: 12px;
  font-style: normal;
  margin-right: 12px;
  padding: 0 8px;
  height: 23px;
  min-width: 30px;
  border: 1px solid #777;
  color: #000;
}

#read-mode-on span,
#read-mode-off span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

html.js.read-mode #read-mode-on {
  display: none;
}
html.js.read-mode #read-mode-off {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #000;
}

html.js:not(.read-mode) #read-mode-off {
  display: none;
}
html.js:not(.read-mode) #read-mode-on {
  display: inline-block;
}

.hero-unit {
  background-color: #eceff0;
  margin-bottom: 15px;
  padding: 15px 0 0 0;
}
.hero-unit .bdi-container {
  padding: 0 15px 15px 15px;
}
.hero-unit #contrassegno {
  width: 120px;
  float: left;
  margin-bottom: 15px;
}
.hero-unit #contrassegno img {
  width: 100%;
}
.hero-unit h1 {
  margin: 0;
  color: #000;
  font-size: 36px;
  height: 111px;
  display: table-cell;
  vertical-align: middle;
}
.hero-unit p {
  clear: both;
  font-size: 15px;
}
.hero-unit a {
  color: #0070c6;
  border-bottom: 1px solid;
}
.hero-unit h3 a {
  border-bottom: none;
}
@media (min-width: 480px) {
  .hero-unit #contrassegno {
    width: 180px;
  }
  .hero-unit h1 {
    font-size: 48px;
    height: 167px;
  }
}
@media (min-width: 768px) {
  .hero-unit #contrassegno {
    width: 250px;
  }
  .hero-unit h1 {
    height: 232px;
  }
}
@media (min-width: 992px) {
  .hero-unit #contrassegno {
    width: 300px;
  }
  .hero-unit h1 {
    display: block;
    height: auto;
    margin-left: 300px;
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .hero-unit p {
    clear: none;
    display: block;
    margin-left: 300px;
    font-size: 16px;
  }
  .hero-unit ol,
.hero-unit ul {
    margin-left: 300px;
  }
}

@media (min-width: 480px) {
  .bdi-hyphens .hero-unit p,
.bdi-hyphens .hero-unit ul li,
.bdi-hyphens .hero-unit ol li {
    text-align: justify;
    text-justify: newspaper;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    hyphenate-limit-lines: 2;
  }
}

.read-mode .hero-unit {
  color: #000;
  background-color: #fff;
}

.bdi-hero2 {
  padding: 15px;
  margin-bottom: 15px;
  width: 100%;
  display: block;
}
.bdi-hero2 .left-cell {
  width: 120px;
  margin: 20px auto;
}
.bdi-hero2 .right-cell {
  width: 100%;
}
.bdi-hero2 .masthead {
  width: 100%;
  text-align: center;
}
.bdi-hero2 .masthead h1 {
  color: #333333;
  margin: 20px 0;
}
@media (min-width: 600px) {
  .bdi-hero2 .left-cell {
    width: 200px;
  }
  .bdi-hero2 .masthead h1 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .bdi-hero2 {
    padding: 15px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .bdi-hero2 .left-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24%;
        -ms-flex: 0 0 24%;
            flex: 0 0 24%;
    width: 24%;
    margin: 12px 25px 0 0;
  }
  .bdi-hero2 .right-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 73%;
        -ms-flex: 0 0 73%;
            flex: 0 0 73%;
    width: 73%;
  }
  .bdi-hero2 .masthead {
    text-align: left;
  }
  .bdi-hero2 .masthead h1 {
    margin-top: 0;
    font-size: 44px;
  }
}
.bdi-hero2 .content {
  width: 100%;
  color: #404040;
  font-weight: 300;
  line-height: 1.5;
}
.bdi-hero2 .content h2,
.bdi-hero2 .content h3 {
  font-size: 18px;
  font-weight: 600;
}
.bdi-hero2 .content h2 {
  color: #333333;
  border-bottom: 0;
}
.bdi-hero2 .content h4 {
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .bdi-hyphens .bdi-hero2 .content p {
    text-align: justify;
    text-justify: newspaper;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    hyphenate-limit-lines: 2;
  }
}

.read-mode .bdi-hero2 .content h2 {
  border-bottom: 0;
}

.landing-menu {
  margin-bottom: 0;
}
.landing-menu .bdi-container {
  padding: 0 15px;
}

@media (min-width: 992px) {
  .landing-menu .bdi-container {
    padding-left: 315px;
  }
}
#side-nav {
  font-size: 14px;
  color: #48626f;
  background-color: #fff;
  padding-bottom: 5px;
}
#side-nav .sidenav-button {
  color: #fff;
  background-color: #005393;
  padding: 10px 15px;
  margin-bottom: 14px;
  text-align: right;
}
#side-nav .sidenav-button a {
  color: #fff;
  background-color: transparent;
  display: block;
}
#side-nav .sidenav-button a .button-tooltip {
  font-size: 90%;
  font-style: italic;
  display: block;
}
#side-nav .sidenav-button a .level-name {
  text-transform: uppercase;
}
#side-nav ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
#side-nav ul ul {
  margin-top: 8px;
  margin-left: 15px;
}
#side-nav ul ul li {
  text-transform: none;
  padding: 6px 0 6px 10px;
}
#side-nav ul li {
  color: #48626f;
  padding: 8px 0 8px 0;
  line-height: 1.4em;
  text-transform: uppercase;
}
#side-nav ul a {
  color: #48626f;
}
#side-nav ul li.active {
  color: #005393;
  font-weight: 600;
}
#side-nav ul li.active a {
  font-weight: 400;
}
@media (max-width: 767px) {
  #side-nav {
    display: none;
  }
}

.read-mode #side-nav {
  color: #000;
}
.read-mode #side-nav .sidenav-button {
  color: #000;
  background-color: #fff;
  border: thin solid #000;
}
.read-mode #side-nav .sidenav-button a {
  color: #000;
}
.read-mode #side-nav ul li {
  color: #000;
}
.read-mode #side-nav ul a {
  color: #000;
}

.social-toolbar {
  float: right;
  font-size: 26px;
}
.social-toolbar p {
  display: inline;
  float: left;
  font-size: 12px;
  margin-top: 8px;
}
.social-toolbar ul {
  float: right;
  list-style: none;
  padding: 0;
  margin-bottom: 0.25em;
}
.social-toolbar ul li {
  float: left;
  padding-left: 12px;
  padding-bottom: 0;
}
.social-toolbar ul li a {
  color: #48626f;
}
.social-toolbar ul li a:hover {
  color: #005393;
}
.social-toolbar i.fa-facebook-square {
  color: #4c66a4;
}
.social-toolbar li:hover i.fa-facebook-square {
  color: #344570;
}
.social-toolbar i.fa-twitter-square {
  color: #55acee;
}
.social-toolbar li:hover i.fa-twitter-square {
  color: #1689e0;
}
.social-toolbar i.fa-google-plus-square {
  color: #cf3e2c;
}
.social-toolbar li:hover i.fa-google-plus-square {
  color: #902b1f;
}
.social-toolbar i.fa-envelope {
  color: #ffd966;
}
.social-toolbar li:hover i.fa-envelope {
  color: #ffc61a;
}
.social-toolbar i.fa-whatsapp {
  background-color: #43d854;
  padding: 2px 3px 1px 3px;
  font-size: 0.8em;
  color: #fff;
  border-radius: 4px;
  vertical-align: top;
  margin-top: 7px;
}
.social-toolbar li:hover i.fa-whatsapp {
  background-color: #2abf3b;
}
.social-toolbar i.fa-linkedin-square {
  color: #4875b4;
}
.social-toolbar li:hover i.fa-linkedin-square {
  color: #2f5c9b;
}
.social-toolbar #whatsapp-btn {
  display: none;
}

.read-mode .social-toolbar ul li a {
  color: #000;
}

.focus-box {
  position: relative;
  margin-top: 45px;
  border-top: 6px solid #80a9c9;
  padding-top: 6px;
}
.focus-box h2 {
  position: absolute;
  top: -16px;
  left: 14px;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 12px;
  color: #fff;
  background-color: #005393;
  text-transform: uppercase;
}
.focus-box h3 {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 0.25em;
}
.focus-box h3 img {
  margin-bottom: 1em;
}
.focus-box p {
  font-size: 14px;
}
.focus-box img {
  max-width: 100%;
}

html.js .focus-box h2.losange {
  left: 10px;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}
html.js .focus-box h2.losange span {
  display: block;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
}

@media (min-width: 480px) {
  .bdi-hyphens .focus-box p {
    text-align: justify;
    text-justify: newspaper;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    hyphenate-limit-lines: 2;
  }
}

.read-mode .focus-box h2 {
  background-color: #000;
  font-weight: 400;
}
.read-mode .focus-box h3 a {
  color: #0070c6;
}
.read-mode .focus-box p {
  color: #000;
}

.masthead h1 {
  font-size: 29px;
  font-weight: 300;
  margin: 6px 0 0.2em 0;
}
.masthead .meta-info {
  margin-top: 8px;
  font-size: 90%;
  width: 100%;
  border-bottom: thin dashed #c6ced2;
}
.masthead .meta-info .author-info {
  font-weight: 600;
}
.masthead .meta-info .pub-date {
  display: block;
  font-style: italic;
}

.masthead::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 600px) and (max-width: 767px) {
  .masthead .meta-info {
    border: 0;
    float: left;
    width: 60%;
  }
}
@media (min-width: 992px) {
  .masthead .meta-info {
    border: 0;
    float: left;
    width: 60%;
  }
}
.read-mode .masthead {
  color: #000;
}

#wrapper {
  margin-bottom: 20px;
}

.content {
  clear: both;
  color: #48626f;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 20px;
}
.content h1 {
  font-size: 29px;
  font-weight: 300;
}
.content h2 {
  font-size: 26px;
  font-weight: 300;
  border-bottom: thin solid #7f919a;
  margin: 30px 0 10px 0;
}
.content h3 {
  margin: 30px 0 10px 0;
  font-size: 22px;
  font-style: italic;
  font-weight: 400;
  color: #2d3d45;
}
.content h4 {
  margin: 20px 0 0 0;
  font-style: italic;
  font-weight: 400;
  color: #80a9c9;
}
.content h4::before {
  font-family: "FontAwesome";
  font-style: normal;
  content: "\f138  ";
}
.content h2.no-border {
  border: 0;
}
.content b,
.content strong {
  font-weight: 600;
}
.content a {
  font-weight: 400;
  color: #0070c6;
  text-decoration: underline;
}
.content a:hover {
  color: #003366;
}
.content figure {
  margin: 20px 20px 20px 0;
}
.content figcaption {
  font-size: 90%;
  font-weight: 600;
}
.content table {
  margin: 15px auto;
}
.content td {
  text-align: center;
}
.content ol,
.content ul {
  margin: 7px 0;
  padding-left: 20px;
}
.content ul {
  list-style-type: square;
}
.content ul > li {
  padding-left: 4px;
}
.content li {
  margin-bottom: 7px;
}
.content li:last-child {
  margin-bottom: 0;
}
.content p {
  margin-bottom: 7px;
}
.content .nota {
  background-color: #fbf2e0;
  padding: 20px 25px;
  margin: 20px 0;
}
.content .nota h2,
.content .nota h3 {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
.content .nota p {
  font-size: 13px;
  line-height: 20px;
}
.content .nota ul {
  font-size: 13px;
  line-height: 20px;
}
.content .nota2 {
  background-color: #fbf2e0;
  padding: 0 25px 30px 25px;
  margin: 20px 0;
}
.content .nota2 h2 {
  margin: 0 -25px 10px -25px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  background-color: #444;
  padding: 1em 25px;
}
.content .nota2 h3 {
  font-size: 15.75px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.275;
  margin-bottom: 1em;
}
.content .nota2 h3 {
  border-top: 1px solid #666;
  padding-top: 1.5em;
}
.content .nota2 h2 + h3 {
  margin-top: 0;
  border-top: 0;
}
.content .nota2 h2,
.content .nota2 h3,
.content .nota2 p,
.content .nota2 li,
.content .nota2 li,
.content .nota2 dd,
.content .nota2 dt {
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
  hyphens: none !important;
  text-align: left !important;
}
.content .nota2 ul {
  font-size: 13px;
  line-height: 20px;
}
.content > .faq h2 {
  font-weight: 600;
}
.content > .faq .faq-back-link {
  text-align: right;
  margin-top: 25px;
}
.content > .faq .faq-back-link a {
  font-weight: 600;
}
.content > .faq .faq-list ul {
  list-style: disc;
  padding: 20px 30px;
  background-color: #f9eee2;
  font-size: 14px;
  line-height: 20px;
  color: #0070c6;
}
.content > .faq .faq-list ul a {
  font-weight: 600;
  text-decoration: none;
}
.content > .faq .faq-list ul a:hover {
  text-decoration: underline;
}
.content .address-list {
  margin-left: 30px;
}
.content .address-list dt {
  font-weight: 400;
  line-height: 20px;
}
.content .address-list dd {
  margin-bottom: 10px;
  line-height: 20px;
  font-style: italic;
  padding: 0;
}
.content .address-list dd::before {
  font-family: "FontAwesome";
  font-weight: 400;
  content: "\f003";
  font-style: normal;
  color: #5c7d8e;
  padding-right: 8px;
  padding-left: 1px;
}

.ultime-pubblicazioni {
  padding-bottom: 15px;
}
.ultime-pubblicazioni h2 {
  font-size: 26px;
  font-weight: 300;
  border-bottom: thin solid #7f919a;
  margin: 0.75em 0 0.5em 0;
}
.ultime-pubblicazioni a {
  color: #0070c6;
  font-weight: 600;
}
.ultime-pubblicazioni ul,
.ultime-pubblicazioni ol {
  margin: 0 0 0 20px;
  padding: 0;
}
.ultime-pubblicazioni li {
  padding: 0.25em 0;
}

@media (min-width: 480px) {
  .bdi-hyphens .content:not(.no-hyphens) p,
.bdi-hyphens .content:not(.no-hyphens) ul li,
.bdi-hyphens .content:not(.no-hyphens) ol li {
    text-align: justify;
    text-justify: newspaper;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    hyphenate-limit-lines: 2;
  }
}

.read-mode .content {
  color: #000;
}
.read-mode .content h2 {
  border-bottom: thin solid #000;
}
.read-mode .content th {
  background-color: black;
}
.read-mode .content .nota {
  background-color: #fff;
  border: 1px solid #000;
}

.read-mode .ultime-pubblicazioni {
  color: #000;
}
.read-mode .ultime-pubblicazioni h2 {
  border-bottom: thin solid #000;
}

.read-mode .content > .faq .faq-list ul {
  background-color: #fff;
}

.linkgroup {
  margin: 15px 0 0 0;
  padding: 0;
  border: 0;
  list-style: none;
}
.linkgroup a {
  font-weight: 600;
  text-decoration: none;
}
.linkgroup a:hover {
  text-decoration: none;
}
.linkgroup a:hover .link-title {
  color: #0070c6;
  text-decoration: underline;
}
.linkgroup li {
  padding-bottom: 1em;
  line-height: 1.25em;
}
.linkgroup li:last-child {
  padding-bottom: 0;
}

.bdi-collapsible-panel-mgr {
  margin: 15px 0;
}

.bdi-collapsible-panel {
  margin: 15px 0;
}
.bdi-collapsible-panel:last-child {
  margin-bottom: 0;
}
.bdi-collapsible-panel .bdi-collapsible-trigger {
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1em;
  border-bottom: thin solid #7f919a;
  padding-left: 19px;
  color: #1c4171;
  background-image: url("../images/square-blue-13.png");
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 13px;
}
.bdi-collapsible-panel .bdi-collapsible {
  font-size: 13px;
  padding: 13px 19px 15px 19px;
}
.bdi-collapsible-panel .bdi-collapsible:last-child {
  margin-bottom: 0;
}
.bdi-collapsible-panel .bdi-collapsible .bdi-collapsible-description {
  margin: 0 0 1em 0;
  padding: 0;
  border: 0;
  font-style: italic;
  font-weight: 300;
  color: #48626f;
}
.bdi-collapsible-panel .bdi-collapsible .linkgroup {
  margin: 0;
}

.bdi-collapsible-panel-mgr .bdi-collapsible-panel:nth-of-type(7n + 1) .bdi-collapsible-trigger {
  color: #005b00;
  background-image: url("../images/square-green-13.png");
}
.bdi-collapsible-panel-mgr .bdi-collapsible-panel:nth-of-type(7n + 2) .bdi-collapsible-trigger {
  color: #790000;
  background-image: url("../images/square-red-13.png");
}
.bdi-collapsible-panel-mgr .bdi-collapsible-panel:nth-of-type(7n + 3) .bdi-collapsible-trigger {
  color: #48626f;
  background-image: url("../images/square-grey-13.png");
}
.bdi-collapsible-panel-mgr .bdi-collapsible-panel:nth-of-type(7n + 4) .bdi-collapsible-trigger {
  color: #928741;
  background-image: url("../images/square-olive-13.png");
}
.bdi-collapsible-panel-mgr .bdi-collapsible-panel:nth-of-type(7n + 5) .bdi-collapsible-trigger {
  color: #cf8036;
  background-image: url("../images/square-orange-13.png");
}
.bdi-collapsible-panel-mgr .bdi-collapsible-panel:nth-of-type(7n + 6) .bdi-collapsible-trigger {
  color: #569485;
  background-image: url("../images/square-military-green-13.png");
}
.bdi-collapsible-panel-mgr .bdi-collapsible-panel:nth-of-type(7n + 0) .bdi-collapsible-trigger {
  color: #1c4171;
  background-image: url("../images/square-blue-13.png");
}

html.js .bdi-collapsible-panel .bdi-collapsible-trigger {
  cursor: pointer;
}
html.js .bdi-collapsible-panel.closed .bdi-collapsible {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
html.js .bdi-collapsible-panel-mgr .bdi-collapsible-panel:nth-of-type(7n + 1) .bdi-collapsible-trigger {
  background-image: url("../images/green-down.jpg");
}
html.js .bdi-collapsible-panel-mgr .bdi-collapsible-panel.closed:nth-of-type(7n + 1) .bdi-collapsible-trigger {
  background-image: url("../images/green-right.jpg");
}
html.js .bdi-collapsible-panel-mgr .bdi-collapsible-panel:nth-of-type(7n + 2) .bdi-collapsible-trigger {
  background-image: url("../images/red-down.jpg");
}
html.js .bdi-collapsible-panel-mgr .bdi-collapsible-panel.closed:nth-of-type(7n + 2) .bdi-collapsible-trigger {
  background-image: url("../images/red-right.jpg");
}
html.js .bdi-collapsible-panel-mgr .bdi-collapsible-panel:nth-of-type(7n + 3) .bdi-collapsible-trigger {
  background-image: url("../images/grey-down.jpg");
}
html.js .bdi-collapsible-panel-mgr .bdi-collapsible-panel.closed:nth-of-type(7n + 3) .bdi-collapsible-trigger {
  background-image: url("../images/grey-right.jpg");
}
html.js .bdi-collapsible-panel-mgr .bdi-collapsible-panel:nth-of-type(7n + 4) .bdi-collapsible-trigger {
  background-image: url("../images/olive-down.jpg");
}
html.js .bdi-collapsible-panel-mgr .bdi-collapsible-panel.closed:nth-of-type(7n + 4) .bdi-collapsible-trigger {
  background-image: url("../images/olive-right.jpg");
}
html.js .bdi-collapsible-panel-mgr .bdi-collapsible-panel:nth-of-type(7n + 5) .bdi-collapsible-trigger {
  background-image: url("../images/orange-down.jpg");
}
html.js .bdi-collapsible-panel-mgr .bdi-collapsible-panel.closed:nth-of-type(7n + 5) .bdi-collapsible-trigger {
  background-image: url("../images/orange-right.jpg");
}
html.js .bdi-collapsible-panel-mgr .bdi-collapsible-panel:nth-of-type(7n + 6) .bdi-collapsible-trigger {
  background-image: url("../images/militarygreen-down.jpg");
}
html.js .bdi-collapsible-panel-mgr .bdi-collapsible-panel.closed:nth-of-type(7n + 6) .bdi-collapsible-trigger {
  background-image: url("../images/militarygreen-right.jpg");
}
html.js .bdi-collapsible-panel-mgr .bdi-collapsible-panel:nth-of-type(7n + 0) .bdi-collapsible-trigger {
  background-image: url("../images/blue-down.jpg");
}
html.js .bdi-collapsible-panel-mgr .bdi-collapsible-panel.closed:nth-of-type(7n + 0) .bdi-collapsible-trigger {
  background-image: url("../images/blue-right.jpg");
}
html.js .bdi-collapsible-panel-mgr .dotContentlet:nth-of-type(7n + 1) .bdi-collapsible-trigger {
  color: #005b00;
  background-image: url("../images/green-down.jpg");
}
html.js .bdi-collapsible-panel-mgr .dotContentlet:nth-of-type(7n + 2) .bdi-collapsible-trigger {
  color: #790000;
  background-image: url("../images/red-down.jpg");
}
html.js .bdi-collapsible-panel-mgr .dotContentlet:nth-of-type(7n + 3) .bdi-collapsible-trigger {
  color: #48626f;
  background-image: url("../images/grey-down.jpg");
}
html.js .bdi-collapsible-panel-mgr .dotContentlet:nth-of-type(7n + 4) .bdi-collapsible-trigger {
  color: #928741;
  background-image: url("../images/olive-down.jpg");
}
html.js .bdi-collapsible-panel-mgr .dotContentlet:nth-of-type(7n + 5) .bdi-collapsible-trigger {
  color: #cf8036;
  background-image: url("../images/orange-down.jpg");
}
html.js .bdi-collapsible-panel-mgr .dotContentlet:nth-of-type(7n + 6) .bdi-collapsible-trigger {
  color: #569485;
  background-image: url("../images/militarygreen-down.jpg");
}
html.js .bdi-collapsible-panel-mgr .dotContentlet:nth-of-type(7n + 0) .bdi-collapsible-trigger {
  color: #1c4171;
  background-image: url("../images/blue-down.jpg");
}

.read-mode .bdi-collapsible-panel-mgr .bdi-collapsible-panel .bdi-collapsible-trigger {
  font-weight: 600;
  color: #48626f !important;
  background-image: url("../images/grey-down.jpg") !important;
}
.read-mode .bdi-collapsible-panel-mgr .bdi-collapsible-panel .bdi-collapsible .bdi-collapsible-description {
  font-weight: 400;
  font-style: normal;
  color: #000;
}
.read-mode .bdi-collapsible-panel-mgr .bdi-collapsible-panel.closed .bdi-collapsible-trigger {
  background-image: url("../images/grey-right.jpg") !important;
}

.bdi-tabs .switcher {
  font-size: 14px;
  text-align: right;
  font-style: italic;
  margin-bottom: 5px;
}
.bdi-tabs .switcher ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.bdi-tabs .switcher li {
  margin-bottom: 0.5em;
}
.bdi-tabs .switcher a {
  color: #0070c6;
}
.bdi-tabs .switcher::after {
  content: "";
  display: table;
  clear: both;
}
.bdi-tabs .panes::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 992px) {
  .bdi-tabs .panes {
    margin-left: 300px;
  }
  .bdi-tabs .switcher {
    text-align: left;
    float: left;
  }
}

.bdi-tabs::after {
  content: "";
  display: table;
  clear: both;
}

html.js .bdi-tabs .switcher {
  /*
      Legacy Firefox implementation treats all flex containers
      as inline-block elements.
  */
}
html.js .bdi-tabs .switcher ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@-moz-document url-prefix() {
  html.js .bdi-tabs .switcher .switcher ul {
    width: 100%;
    -moz-box-sizing: border-box;
  }
}
html.js .bdi-tabs .switcher li {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  text-align: center;
  margin-left: 10px;
  font-size: 14px;
  background-color: #eceff0;
  border-top: 5px solid #d0d7da;
}
html.js .bdi-tabs .switcher li:first-child {
  margin-left: 0;
}
html.js .bdi-tabs .switcher a {
  display: block;
  padding: 10px 5px 15px 5px;
  color: #48626f;
}
html.js .bdi-tabs .switcher li.active {
  border-color: #48626f;
  background-color: #6d818c;
}
html.js .bdi-tabs .switcher li.active a {
  cursor: default;
}
html.js .bdi-tabs .switcher li.active a,
html.js .bdi-tabs .switcher li.active:hover a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}
html.js .bdi-tabs .switcher li:hover a {
  text-decoration: none;
  color: #48626f;
}
html.js .bdi-tabs .switcher li:nth-of-type(7n + 1) {
  border-color: #99bad4;
  background-color: #e5eef4;
}
html.js .bdi-tabs .switcher li.active:nth-of-type(7n + 1) {
  border-color: #3375a9;
  background-color: #3375a9;
}
html.js .bdi-tabs .switcher li:nth-of-type(7n + 1):hover:not(.active) {
  border-color: #005393;
}
html.js .bdi-tabs .switcher li:nth-of-type(7n + 2) {
  border-color: #c99999;
  background-color: #f1e5e5;
}
html.js .bdi-tabs .switcher li.active:nth-of-type(7n + 2) {
  border-color: #943333;
  background-color: #943333;
}
html.js .bdi-tabs .switcher li:nth-of-type(7n + 2):hover:not(.active) {
  border-color: #790000;
}
html.js .bdi-tabs .switcher li:nth-of-type(7n + 3) {
  border-color: #b6c0c5;
  background-color: #edeff1;
}
html.js .bdi-tabs .switcher li.active:nth-of-type(7n + 3) {
  border-color: #6d818c;
  background-color: #6d818c;
}
html.js .bdi-tabs .switcher li:nth-of-type(7n + 3):hover:not(.active) {
  border-color: #48626f;
}
html.js .bdi-tabs .switcher li:nth-of-type(7n + 4) {
  border-color: #cec5a3;
  background-color: #f1efe4;
}
html.js .bdi-tabs .switcher li.active:nth-of-type(7n + 4) {
  border-color: #a5995c;
  background-color: #a5995c;
}
html.js .bdi-tabs .switcher li:nth-of-type(7n + 4):hover:not(.active) {
  border-color: #928741;
}
html.js .bdi-tabs .switcher li:nth-of-type(7n + 5) {
  border-color: #eac59f;
  background-color: #f9eee2;
}
html.js .bdi-tabs .switcher li.active:nth-of-type(7n + 5) {
  border-color: #d79554;
  background-color: #d79554;
}
html.js .bdi-tabs .switcher li:nth-of-type(7n + 5):hover:not(.active) {
  border-color: #cf8036;
}
html.js .bdi-tabs .switcher li:nth-of-type(7n + 6) {
  border-color: #b1cdc5;
  background-color: #eaf2f1;
}
html.js .bdi-tabs .switcher li.active:nth-of-type(7n + 6) {
  border-color: #73a69a;
  background-color: #73a69a;
}
html.js .bdi-tabs .switcher li:nth-of-type(7n + 6):hover:not(.active) {
  border-color: #559485;
}
html.js .bdi-tabs .switcher li:nth-of-type(7n + 0) {
  border-color: #99bd99;
  background-color: #e5efe5;
}
html.js .bdi-tabs .switcher li.active:nth-of-type(7n + 0) {
  border-color: #337c33;
  background-color: #337c33;
}
html.js .bdi-tabs .switcher li:nth-of-type(7n + 0):hover:not(.active) {
  border-color: #005b00;
}
html.js .bdi-tabs .tab-title:focus {
  outline: 0;
}
@media (min-width: 992px) {
  html.js .bdi-tabs .switcher ul {
    display: block;
  }
  html.js .bdi-tabs .switcher ul li {
    margin: 0 0 10px 0;
    width: 180px;
  }
}

html.js.read-mode .bdi-tabs .switcher li,
html.js.read-mode .bdi-tabs .switcher li.active {
  background-color: #fff;
  color: #000;
  border: 0;
}
html.js.read-mode .bdi-tabs .switcher li.active a {
  color: #000;
  text-decoration: underline;
}
@media (min-width: 992px) {
  html.js.read-mode .bdi-tabs .switcher li {
    text-align: left;
  }
}

.bdi-search-box {
  clear: both;
  position: relative;
  margin: 30px 0 15px 0;
  padding: 16px 0;
  border-top: 5px solid #80a9c9;
  color: #48626f;
  background-color: #fff;
  font-size: 14px;
}
.bdi-search-box h2 {
  position: absolute;
  margin: 0;
  border: 0;
  padding: 0.1em 1em;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #1c4171;
  left: 16px;
  top: -16px;
  text-align: center;
}
.bdi-search-box .help_text {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.bdi-search-box .bdi-panel {
  background-color: #fff;
  margin: 10px 0 2px 0;
}
.bdi-search-box strong {
  font-weight: 600;
  color: #344750;
}
.bdi-search-box fieldset {
  padding: 0;
  margin: 10px 0 0 0;
  border: 0;
}
.bdi-search-box legend {
  font-weight: 400;
  font-size: 14px;
}
.bdi-search-box input[type=text],
.bdi-search-box select {
  width: 100%;
}
.bdi-search-box label {
  display: block;
}
.bdi-search-box #dove_cercare {
  font-weight: 600;
  color: #344750;
}
.bdi-search-box .date-filter .bdi-panel {
  margin-top: 0 !important;
}
.bdi-search-box .date-filter .left-pane,
.bdi-search-box .date-filter .right-pane,
.bdi-search-box .date-filter .help_text {
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
}
.bdi-search-box .date-filter #min_anno_pubblicazione,
.bdi-search-box .date-filter #max_anno_pubblicazione {
  margin: 0;
  width: 4em;
  float: left;
}
.bdi-search-box .date-filter .spacer {
  float: left;
  margin: 0;
  border: 0;
  padding: 0 4px;
  text-align: center;
}
.bdi-search-box button[type=submit] {
  display: block;
  margin: 15px 0 0 0;
  height: 35px;
  width: 80px;
}
.bdi-search-box button[type=submit]:focus {
  outline: 1px dotted black;
}

#bdi-loading {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1000;
}

#bdi-loadingcontent {
  display: table;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#bdi-loadingspinner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  font-size: larger;
  padding-top: 80px;
}

@media (min-width: 992px) {
  .bdi-search-box:not(.narrow) .bdi-panel {
    margin: 10px 0 0 0;
  }
  .bdi-search-box:not(.narrow) label {
    float: left;
    width: 35%;
    margin: 0;
    padding-right: 10px;
  }
  .bdi-search-box:not(.narrow) input[type=text] {
    float: right;
    width: 65%;
  }
  .bdi-search-box:not(.narrow) #dove_cercare {
    width: auto;
    float: left;
  }
  .bdi-search-box:not(.narrow) .date-filter legend {
    float: left;
    width: 35%;
    margin: 0;
    padding-right: 10px;
  }
  .bdi-search-box:not(.narrow) .date-filter .bdi-panel {
    margin-left: 35%;
  }
}
#search-results-header {
  margin-bottom: 4px;
}
#search-results-header h1 {
  padding: 5px 15px 15px 15px;
  margin-bottom: 0;
}

#search-summary {
  display: none;
  padding: 0;
  font-size: 14px;
  margin: 10px 0 15px 0;
}
#search-summary p {
  color: #48626f;
  padding: 0;
  font-weight: 600;
  margin: 0;
  border-bottom: 1px solid #48626f;
}
#search-summary dl {
  margin: 0;
  padding: 7px 0;
  border-bottom: 1px solid #7f919a;
}
#search-summary dt {
  float: left;
  display: block;
  width: 30%;
  clear: both;
  padding: 3px 10px 3px 0;
  font-weight: 600;
  font-style: italic;
}
#search-summary dd {
  float: right;
  display: block;
  width: 70%;
  padding: 3px 3px 3px 0;
  font-style: italic;
  font-weight: 300;
}

@media (min-width: 768px) {
  #search-summary {
    display: block;
  }
}
@media (min-width: 992px) {
  #search-summary dt {
    width: 25%;
  }
  #search-summary dd {
    width: 75%;
  }
}
@media (min-width: 1200px) {
  #search-summary dt {
    width: 20%;
  }
  #search-summary dd {
    width: 80%;
  }
}
#search-results h2 {
  font-size: 15px;
  color: #52707e;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 25px;
  outline: 0;
}
#search-results h2:focus {
  outline: 0;
}
#search-results h2 > small {
  font-size: 13px;
  display: block;
  font-style: italic;
  line-height: 1.3em;
  margin-top: 2px;
  color: #7796a6;
}
#search-results h3 {
  margin: 15px 0 0.5em 0;
  font-weight: 300;
  font-size: 26px;
  border-bottom: 1px solid #777;
}
#search-results ol {
  margin-left: 0;
  padding-left: 40px;
  font-size: 14px;
}
#search-results ol > li {
  margin-bottom: 25px;
}
#search-results ol a {
  color: #0070c6;
  font-weight: 600;
  font-size: 16px;
}
#search-results ol.listacom > li:hover > a,
#search-results ol.listacom > li:hover > a > .link-type {
  text-decoration: none;
}
#search-results ol.listacom > li > a:hover > .link-title {
  text-decoration: underline;
}
#search-results ol > li .link-author {
  display: block;
}
#search-results ol > li .link-author strong {
  font-weight: 600;
}
#search-results ol > li > .link-date {
  display: inline-block;
  font-style: italic;
  background-color: #eceff0;
  padding: 4px 8px;
}
#search-results .link-author + .link-date {
  background-color: transparent;
  padding: 0;
}
#search-results ol > li > .link-note {
  margin-top: 12px;
}
#search-results ol .attachment {
  list-style-type: square;
  list-style-position: outside;
  padding-left: 16px;
  font-size: 13px;
  margin-top: 4px;
}
#search-results ol .attachment a {
  font-size: 13px;
  text-decoration: none;
}
#search-results ol .attachment .link-title {
  font-weight: 600;
  color: #48626f;
}
#search-results ol .attachment a:hover {
  text-decoration: none;
}
#search-results ol .attachment li:hover .link-title {
  text-decoration: underline;
}
#search-results ol .attachment .link-size {
  display: none;
}

@media (min-width: 768px) {
  #search-results ol > li > .link-date {
    display: inline-block;
  }
  #search-results ol .attachment .link-size {
    display: inline;
  }
}
@media (min-width: 992px) {
  #search-results .switcher {
    float: right;
    margin-top: 28px;
  }
  #search-results .panes {
    margin-left: 0;
    width: 700px;
  }
}
@media (min-width: 1200px) {
  #search-results .panes {
    width: 850px;
  }
}
.edicola-notizie {
  border-top: 1px solid #7f919a;
}
.edicola-notizie article {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #b8c2c7;
  width: 100%;
}
.edicola-notizie article div.title {
  position: relative;
}
.edicola-notizie article p.pub-date {
  color: #8fb3cf;
  font-weight: 700;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 6px;
}
.edicola-notizie article h1 {
  padding-top: 24px;
  color: #005393;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.edicola-notizie article p.sub-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
  padding-top: 0.25em;
}
.edicola-notizie article img {
  width: 100%;
  max-width: 100%;
  margin-top: 15px;
}

@media (min-width: 600px) and (max-width: 767px) {
  .edicola-notizie {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em;
    -webkit-column-rule-style: solid;
       -moz-column-rule-style: solid;
            column-rule-style: solid;
    -webkit-column-rule-width: 1px;
       -moz-column-rule-width: 1px;
            column-rule-width: 1px;
    -webkit-column-rule-color: #fff;
       -moz-column-rule-color: #fff;
            column-rule-color: #fff;
  }
}
@media (min-width: 992px) {
  .edicola-notizie {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em;
    -webkit-column-rule-style: solid;
       -moz-column-rule-style: solid;
            column-rule-style: solid;
    -webkit-column-rule-width: 1px;
       -moz-column-rule-width: 1px;
            column-rule-width: 1px;
    -webkit-column-rule-color: #fff;
       -moz-column-rule-color: #fff;
            column-rule-color: #fff;
  }
}
.read-mode .edicola-notizie {
  color: #000;
}
.read-mode .edicola-notizie h1,
.read-mode .edicola-notizie .pub-date,
.read-mode .edicola-notizie .title {
  color: #000;
}
.read-mode .edicola-notizie .title a {
  color: #0070c6;
}

.latest-box {
  border-top: 1px solid #7f919a;
  padding-top: 15px;
}
.latest-box a {
  font-weight: 600;
}
.latest-box a:hover {
  text-decoration: none;
}
.latest-box ul {
  list-style: none;
  padding-left: 0;
}
.latest-box ul li,
.latest-box ul li a {
  font-size: 14px;
  font-weight: 400;
}
.latest-box ul li {
  position: relative;
  padding-bottom: 1em;
}
.latest-box ul li a {
  padding-left: 90px;
  display: block;
}
.latest-box form.filter-box {
  text-align: right;
  font-size: 14px;
  margin-bottom: 30px;
  margin-top: -10px;
}
.latest-box .link-date {
  width: 90px;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}
.latest-box .link-desc {
  padding-left: 90px;
}

.read-mode .latest-box h2,
.read-mode .latest-box h3 {
  color: #000;
}
.read-mode .latest-box .link-title {
  color: #0070c6;
}
.read-mode .latest-box .link-type,
.read-mode .latest-box .link-date,
.read-mode .latest-box .link-desc,
.read-mode .latest-box .link-size {
  color: #000;
}

.agenda {
  border-top: 1px solid #7f919a;
}
.agenda > h2 {
  margin-top: 25px;
  font-weight: 400;
}
.agenda section {
  margin-top: 25px;
  background-color: #f8f2f2;
  border-color: #bc8080;
}
.agenda section h2 {
  background-color: #790000;
}
.agenda section ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.agenda section li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.25em 0.5em 0.75em 0.5em;
}
.agenda section a {
  color: #790000;
}
.agenda section li:hover a,
.agenda section li:active a {
  text-decoration: none;
}
.agenda section .event-date {
  position: absolute;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 600;
  width: 85px;
  text-align: right;
  font-size: 29px;
  color: #790000;
  line-height: 29px;
}
.agenda section .event-date em {
  color: #d7b2b2;
  font-style: normal;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  line-height: 18px;
  margin-top: -5px;
}
.agenda section .event-category,
.agenda section .event-place,
.agenda section .event-desc {
  margin-left: 95px;
  display: block;
}
.agenda section .event-category {
  text-transform: uppercase;
  font-weight: 600;
  color: #790000;
  font-size: 12.5px;
}
.agenda section .event-place {
  font-weight: 400;
  font-size: 14px;
  color: #48626f;
  font-style: italic;
}
.agenda section .event-desc {
  color: #48626f;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.36em;
}
.agenda section .event-desc i.fa {
  font-weight: 400;
  color: #790000;
  margin-left: 0.45em;
}
.agenda section a:hover .event-desc {
  text-decoration: underline;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  -webkit-text-decoration-color: #48626f;
          text-decoration-color: #48626f;
}

@media (min-width: 560px) and (max-width: 767px) {
  .agenda section ol {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em;
    -webkit-column-rule-style: solid;
       -moz-column-rule-style: solid;
            column-rule-style: solid;
    -webkit-column-rule-width: 1px;
       -moz-column-rule-width: 1px;
            column-rule-width: 1px;
    -webkit-column-rule-color: #d7b2b2;
       -moz-column-rule-color: #d7b2b2;
            column-rule-color: #d7b2b2;
  }
  .agenda section ol li {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .agenda section ol {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em;
    -webkit-column-rule-style: solid;
       -moz-column-rule-style: solid;
            column-rule-style: solid;
    -webkit-column-rule-width: 1px;
       -moz-column-rule-width: 1px;
            column-rule-width: 1px;
    -webkit-column-rule-color: #d7b2b2;
       -moz-column-rule-color: #d7b2b2;
            column-rule-color: #d7b2b2;
  }
  .agenda section ol li {
    display: inline-block;
    width: 100%;
  }
}
.read-mode .agenda > h2 {
  color: #000;
}
.read-mode .agenda section {
  border: 1px solid #000;
  background-color: #fff;
}
.read-mode .agenda section h2 {
  color: #000;
  background-color: #fff;
  border: 1px solid;
}
.read-mode .agenda section .event-date,
.read-mode .agenda section .event-desc,
.read-mode .agenda section .event-place {
  color: #000;
}
.read-mode .agenda section .event-category {
  color: red;
}

.bdi-button-menu {
  list-style: none;
  padding: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}
.bdi-button-menu li {
  position: relative;
  display: block;
  width: 100%;
  height: 90px;
  overflow: hidden;
  margin-bottom: 15px;
}
.bdi-button-menu li a {
  display: block;
  width: 100%;
}
.bdi-button-menu li a img {
  position: absolute;
  top: 0;
  left: 0;
}
.bdi-button-menu li a span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 90px;
  display: block;
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.55);
  padding: 5px 5px 5px 10px;
}
.bdi-button-menu li:hover a span {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}
.bdi-button-menu li a span em {
  font-style: normal;
  display: table-cell;
  height: 80px;
  vertical-align: middle;
}

@media (min-width: 640px) {
  .bdi-button-menu li:nth-child(odd) {
    width: 48.8%;
    float: left;
  }
  .bdi-button-menu li:nth-child(even) {
    width: 48.8%;
    float: right;
  }
}
@media (min-width: 992px) {
  .bdi-button-menu li:nth-child(odd) {
    width: 312.5px;
  }
  .bdi-button-menu li:nth-child(even) {
    width: 312.5px;
  }
}
@media (min-width: 1200px) {
  .bdi-button-menu li:nth-child(odd) {
    width: 412.5px;
  }
  .bdi-button-menu li:nth-child(even) {
    width: 412.5px;
  }
}
.read-mode .bdi-button-menu li a span {
  background-color: #000;
}

.bdi-picture-menu {
  list-style: none;
  padding: 0;
}
.bdi-picture-menu li {
  display: block;
  position: relative;
  margin-bottom: 15px;
  min-height: 74px;
}
.bdi-picture-menu img {
  width: 100%;
  max-width: 100%;
}
.bdi-picture-menu a {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.bdi-picture-menu span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 10px 10px 0 10px;
  height: 74px;
  overflow: hidden;
}
.bdi-picture-menu span em {
  font-style: normal;
}
.bdi-picture-menu li:hover span {
  background-color: rgba(0, 0, 0, 0.85);
}

@media (min-width: 640px) {
  .bdi-picture-menu li {
    width: 50%;
    float: left;
  }
  .bdi-picture-menu li:nth-child(odd) {
    padding-right: 7.5px;
  }
  .bdi-picture-menu li:nth-child(odd) span {
    margin-right: 7.5px;
  }
  .bdi-picture-menu li:nth-child(even) {
    padding-left: 7.5px;
  }
  .bdi-picture-menu li:nth-child(even) span {
    margin-left: 7.5px;
  }
}
.read-mode .bdi-picture-menu li a span {
  background-color: #000;
}

#strillo #strillo-large {
  display: none;
}

@media (min-width: 480px) {
  #strillo #strillo-large {
    display: block;
  }
  #strillo #strillo-small {
    display: none;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
#strillo {
  margin-bottom: 15px;
}
#strillo .pub-date {
  display: block;
  font-style: italic;
  padding-top: 8px;
  font-size: 13px;
  color: #b3cbde;
}
#strillo .main-news {
  background-color: #002135;
}
#strillo .main-news h3 {
  font-weight: 400;
  font-size: 26px;
}
#strillo .main-news h3 img {
  width: 100%;
}
#strillo .main-news a {
  color: #fff;
}
#strillo .main-news a:hover {
  color: #0070c6;
  text-decoration: none;
}
#strillo .main-news .label-box {
  display: block;
  padding: 15px;
}
#strillo .home-diretta-video {
  background-color: #002135;
  color: white;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  font-size: 14px;
}
#strillo .home-diretta-video p {
  padding: 15px 15px 5px 15px;
}
#strillo .home-diretta-video a {
  color: inherit;
  font-weight: 600;
}
#strillo .home-diretta-video #icon-camera {
  padding-right: 7px;
  color: #b3cbde;
  font-size: 16px;
}
#strillo .home-diretta-video #icon-blinking-dot {
  padding-left: 7px;
  color: red;
  font-size: 16px;
  -webkit-animation: blink 2s infinite;
  animation: blink 2s infinite;
}
#strillo .secondary-news {
  background-color: #1c4171;
  padding: 15px 0;
}
#strillo .secondary-news .bdi-container {
  padding: 0 15px;
}
#strillo .secondary-news .auto-fill {
  display: block;
  clear: both;
  height: 1px;
}
#strillo .secondary-news .secondary-news-item {
  background-color: #002135;
  padding: 8px;
  margin-top: 15px;
}
#strillo .secondary-news .secondary-news-item:first-child {
  margin-top: 0;
}
#strillo .secondary-news .secondary-news-item h3 {
  padding-left: 110px;
  font-weight: 600;
  line-height: 1.25em;
  font-size: 14px;
}
#strillo .secondary-news .secondary-news-item h3 img {
  width: 100px;
  float: left;
  margin-left: -110px;
}
#strillo .secondary-news .secondary-news-item a {
  color: #fff;
}
#strillo .secondary-news .secondary-news-item a:hover {
  color: #0070c6;
  text-decoration: none;
}

@media (min-width: 768px) {
  #strillo .main-news .bdi-container {
    width: 100%;
    min-height: 250px;
  }
  #strillo .home-diretta-video .bdi-container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #strillo .main-news h3 {
    position: relative;
  }
  #strillo .main-news .label-box {
    position: absolute;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    top: 0;
    left: 66%;
    right: 0;
    bottom: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.8);
    padding-left: 3.5%;
    padding-right: 3.5%;
  }
  #strillo .main-news .label-box .label {
    position: relative;
    display: table;
    height: 100%;
    overflow: hidden;
  }
  #strillo .main-news .label-box a {
    display: table-cell;
    color: #fff;
    font-weight: 300;
    font-size: 36px;
    vertical-align: middle;
  }
  #strillo .main-news .label-box a:hover {
    color: #0070c6;
  }
  #strillo .home-diretta-video {
    text-align: center;
    border-top: 0;
    border-bottom: 0;
    font-size: 19px;
  }
  #strillo .home-diretta-video p {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  #strillo .secondary-news {
    padding: 0;
  }
  #strillo .secondary-news .bdi-container {
    padding: 0;
  }
  #strillo .secondary-news .table-mgr {
    display: table;
    border-collapse: separate;
    border-spacing: 15px;
  }
  #strillo .secondary-news .table-row {
    display: table-row;
  }
  #strillo .secondary-news .secondary-news-item {
    display: table-cell;
    vertical-align: top;
    margin-top: 0;
    width: 33.3%;
  }
}
@media (min-width: 1200px) {
  #strillo .main-news .bdi-container {
    max-width: 1140px;
  }
  #strillo .main-news .label-box {
    left: 770px;
  }
  #strillo .secondary-news .secondary-news-item h3 {
    padding-left: 140px;
  }
  #strillo .secondary-news .secondary-news-item h3 img {
    width: 130px;
    float: left;
    margin-left: -140px;
  }
}
.read-mode #strillo .pub-date {
  color: #000;
}
.read-mode #strillo .main-news {
  background-color: #fff;
}
.read-mode #strillo .main-news .label-box {
  background-color: #fff;
  padding-top: 0;
}
.read-mode #strillo .main-news h3 a {
  color: #0070c6;
}
.read-mode #strillo .home-diretta-video {
  background-color: white;
  border-bottom: 1px solid #000;
}
.read-mode #strillo .home-diretta-video p {
  color: #0070c6;
}
.read-mode #strillo .home-diretta-video #icon-camera {
  color: #000;
}
.read-mode #strillo .home-diretta-video #icon-blinking-dot {
  display: none;
}
.read-mode #strillo .secondary-news {
  background-color: #fff;
}
.read-mode #strillo .secondary-news .secondary-news-item {
  padding: 0;
  background-color: #fff;
}
.read-mode #strillo .secondary-news .secondary-news-item h3 a {
  color: #0070c6;
}

#home #video-box {
  border-color: #ddd;
  background-color: #fff;
}
#home #video-box h2 {
  background-color: #b91f1f;
}
#home #video-box h3 {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.1em;
  font-weight: 600;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #1c4171;
}
#home #video-box p {
  color: #48626f;
  font-size: 14px;
}

@media (min-width: 480px) {
  .bdi-hyphens #home #video-box p {
    text-align: justify;
    text-justify: newspaper;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    hyphenate-limit-lines: 2;
  }
}

@media (min-width: 992px) {
  #home #video-box {
    padding-bottom: 0;
  }
}
.read-mode #home #video-box {
  border-color: #000;
}
.read-mode #home #video-box h3,
.read-mode #home #video-box p {
  color: #000;
}

#home #indicatori {
  border-color: #80a9c9;
  background-color: #d9e2ea;
}
#home #indicatori h2 {
  background-color: #1c4171;
}
#home #indicatori h3 {
  color: #fff;
  background-color: #437198;
  font-weight: 600;
  padding: 0.1em 0.5em;
  font-size: 18px;
  margin: 14px 0 0 0;
}
#home #indicatori p {
  margin: 0;
  font-style: italic;
}
#home #indicatori ul,
#home #indicatori dl {
  list-style: none;
  padding-left: 0;
  margin-top: 6px;
}
#home #indicatori p,
#home #indicatori ul,
#home #indicatori dd,
#home #indicatori dt {
  color: #48626f;
  font-size: 12.6px;
  padding-left: 0;
}
#home #indicatori dt,
#home #indicatori dd {
  display: block;
  float: left;
}
#home #indicatori dt {
  clear: left;
  width: 150px;
}
#home #indicatori dd {
  padding-left: 4px;
}
#home #indicatori .links,
#home #indicatori .links p {
  margin: 40px 0 0 0;
  padding: 0;
  border: 0;
}
#home #indicatori .links a {
  font-size: 14px;
}

@media (min-width: 480px) and (max-width: 991px) {
  #home #indicatori {
    padding-right: 0;
  }
  #home #indicatori .table-mgr {
    display: table;
    width: 100%;
  }
  #home #indicatori .row-mgr {
    display: table-row;
  }
  #home #indicatori .gruppo-indicatori {
    display: table-cell;
    width: 50%;
    border-right: 16px solid transparent;
  }
}
@media (min-width: 992px) {
  #home #indicatori .table-mgr {
    margin-right: 24px;
  }
}
.read-mode #home #indicatori {
  border-color: #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #fff;
}
.read-mode #home #indicatori h2 {
  background-color: #000;
}
.read-mode #home #indicatori h3 {
  background-color: #000;
}
.read-mode #home #indicatori p,
.read-mode #home #indicatori dl,
.read-mode #home #indicatori dt,
.read-mode #home #indicatori dd {
  color: #000;
}
.read-mode #home #indicatori .links a {
  color: #0070c6;
}

#home #ultime-notizie {
  background-color: #fff;
  border-color: #80a9c9;
}
#home #ultime-notizie h2 {
  background-color: #1c4171;
}
#home #ultime-notizie ol {
  list-style: none;
  padding-left: 0;
  font-size: 14px;
}
#home #ultime-notizie .link-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #1c4171;
  line-height: 1em;
}
#home #ultime-notizie .link-title:hover {
  color: #0070c6;
}
#home #ultime-notizie .link-date {
  color: #80a9c9;
  font-style: normal;
  font-weight: 600;
}
#home #ultime-notizie a {
  display: block;
}
#home #ultime-notizie a:hover {
  text-decoration: none;
}
#home #ultime-notizie .link-desc {
  margin: 0.15em 0 0 0;
  line-height: 1.4em;
}
#home #ultime-notizie .links {
  margin: 40px 0 30px 0;
}
#home #ultime-notizie .links p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  font-weight: 600;
  text-align: right;
}
#home #ultime-notizie .links a {
  display: inline;
  color: #0070c6;
}
#home #ultime-notizie .links a:hover,
#home #ultime-notizie .links a:focus {
  text-decoration: underline;
}
#home #ultime-notizie .news-link {
  display: block;
  margin: 0 0 20px 0;
  text-align: right;
  font-style: italic;
  font-size: 13px;
}
#home #ultime-notizie .news-link a {
  color: #0070c6;
}
#home #ultime-notizie .news-link a:hover,
#home #ultime-notizie .news-link a:focus {
  text-decoration: underline;
}

@media (min-width: 480px) {
  .bdi-hyphens #home #ultime-notizie .link-desc {
    text-align: justify;
    text-justify: newspaper;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    hyphenate-limit-lines: 2;
  }
}

@media (min-width: 640px) {
  #home #ultime-notizie ol {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em;
    -webkit-column-rule-style: solid;
       -moz-column-rule-style: solid;
            column-rule-style: solid;
    -webkit-column-rule-width: 1px;
       -moz-column-rule-width: 1px;
            column-rule-width: 1px;
    -webkit-column-rule-color: #80a9c9;
       -moz-column-rule-color: #80a9c9;
            column-rule-color: #80a9c9;
  }
  #home #ultime-notizie ol > li {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  #home #ultime-notizie .links {
    margin-bottom: 10px;
  }
}
.read-mode #home #ultime-notizie {
  border-color: #000;
}
.read-mode #home #ultime-notizie h2 {
  background-color: #000;
}
.read-mode #home #ultime-notizie .link-desc,
.read-mode #home #ultime-notizie .link-date {
  color: #000;
}
.read-mode #home #ultime-notizie .link-title {
  color: #0070c6;
}
.read-mode #home #ultime-notizie .links a {
  color: #0070c6;
  background-color: #fff;
  border: 1px solid #0070c6;
}
.read-mode #home #ultime-notizie .links a:hover,
.read-mode #home #ultime-notizie .links a:focus {
  text-decoration: underline;
}

#home #comunicati_stampa {
  color: #48626f;
  border-color: #e3b68a;
  background-color: #fbf5ee;
  font-size: 14px;
}
#home #comunicati_stampa h2 {
  background-color: #cf8036;
}
#home #comunicati_stampa h3 {
  color: #fff;
  background-color: #d99a5f;
  font-weight: 600;
  padding: 0.1em 0.5em;
  font-size: 18px;
  margin: 14px 0 5px 0;
}
#home #comunicati_stampa a {
  color: #cf8036;
}
#home #comunicati_stampa ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#home #comunicati_stampa li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.25em 0 0.75em 0;
  line-height: 1.3em;
}
#home #comunicati_stampa li a:hover {
  text-decoration: none;
}
#home #comunicati_stampa li .link-date {
  color: #cf8036;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 2px;
}
#home #comunicati_stampa li a .link-title {
  color: #48626f;
}
#home #comunicati_stampa li a:hover .link-title {
  color: #0070c6;
}
#home #comunicati_stampa li .link-type,
#home #comunicati_stampa li .link-size {
  color: #b8bdbb;
}
#home #comunicati_stampa .links ul {
  margin: 15px 0 0 0;
  padding: 0;
  font-size: 14px;
}
#home #comunicati_stampa .links ul li {
  padding: 0.25em 0;
  font-style: italic;
}
#home #comunicati_stampa .links a:hover,
#home #comunicati_stampa .links a:focus {
  text-decoration: underline;
}

@media (min-width: 600px) and (max-width: 991px) {
  #home #comunicati_stampa ol {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em;
    -webkit-column-rule-style: solid;
       -moz-column-rule-style: solid;
            column-rule-style: solid;
    -webkit-column-rule-width: 1px;
       -moz-column-rule-width: 1px;
            column-rule-width: 1px;
    -webkit-column-rule-color: transparent;
       -moz-column-rule-color: transparent;
            column-rule-color: transparent;
  }
  #home #comunicati_stampa ol li {
    display: inline-block;
    width: 100%;
  }
}
.read-mode #home #comunicati_stampa {
  background-color: #fff;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-color: #000;
}
.read-mode #home #comunicati_stampa h2,
.read-mode #home #comunicati_stampa h3 {
  background-color: #000;
}
.read-mode #home #comunicati_stampa a,
.read-mode #home #comunicati_stampa .link-title {
  color: #0070c6;
}
.read-mode #home #comunicati_stampa .link-date,
.read-mode #home #comunicati_stampa .link-size,
.read-mode #home #comunicati_stampa .link-type {
  color: #000;
}

#home #agenda {
  background-color: #f8f2f2;
  border-color: #bc8080;
}
#home #agenda h2 {
  background-color: #790000;
}
#home #agenda ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
#home #agenda li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.25em 0.5em 0.75em 0.5em;
}
#home #agenda a {
  color: #790000;
}
#home #agenda li:hover a,
#home #agenda li:active a {
  text-decoration: none;
}
#home #agenda .event-date {
  position: absolute;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 600;
  width: 100px;
  text-align: right;
  font-size: 29px;
  color: #790000;
  line-height: 29px;
}
#home #agenda .event-date em {
  color: #d7b2b2;
  font-style: normal;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  line-height: 18px;
  margin-top: -5px;
}
#home #agenda .event-category,
#home #agenda .event-place,
#home #agenda .event-desc {
  margin-left: 115px;
  display: block;
}
#home #agenda .event-category {
  text-transform: uppercase;
  font-weight: 600;
  color: #790000;
  font-size: 12.5px;
}
#home #agenda .event-place {
  font-weight: 400;
  font-size: 14px;
  color: #48626f;
  font-style: italic;
}
#home #agenda .event-desc {
  color: #48626f;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.36em;
}
#home #agenda .event-desc i.fa {
  font-weight: 400;
  color: #790000;
  margin-left: 0.45em;
}
#home #agenda a:hover .event-desc {
  text-decoration: underline;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  -webkit-text-decoration-color: #48626f;
          text-decoration-color: #48626f;
}
#home #agenda .links,
#home #agenda .links p {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: italic;
}
#home #agenda .links a {
  font-size: 14px;
}

@media (min-width: 600px) and (max-width: 991px) {
  #home #agenda ol {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em;
    -webkit-column-rule-style: solid;
       -moz-column-rule-style: solid;
            column-rule-style: solid;
    -webkit-column-rule-width: 1px;
       -moz-column-rule-width: 1px;
            column-rule-width: 1px;
    -webkit-column-rule-color: #d7b2b2;
       -moz-column-rule-color: #d7b2b2;
            column-rule-color: #d7b2b2;
  }
  #home #agenda ol li {
    display: inline-block;
    width: 100%;
  }
}
.read-mode #home #agenda {
  border-color: #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #fff;
}
.read-mode #home #agenda a {
  color: #0070c6;
}
.read-mode #home #agenda h2 {
  background-color: #000;
}
.read-mode #home #agenda .event-date,
.read-mode #home #agenda .event-date em,
.read-mode #home #agenda .event-desc,
.read-mode #home #agenda .event-place {
  color: #000;
}

#home #focus {
  color: #48626f;
  background-color: #fff;
  border-color: #80a9c9;
  font-size: 14px;
}
#home #focus h2 {
  background-color: #1c4171;
}
#home #focus h3 {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.1em;
  font-weight: 600;
  margin-bottom: 0.25em;
}
#home #focus h3 img {
  margin-bottom: 0.75em;
  width: 100%;
}
#home #focus .focus-element {
  padding-bottom: 1.5em;
}
#home #focus .focus-element p {
  line-height: 1.4em;
}

@media (min-width: 480px) {
  .bdi-hyphens #home #focus p {
    text-align: justify;
    text-justify: newspaper;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    hyphenate-limit-lines: 2;
  }
}

@media (min-width: 600px) {
  #focus .focus-row {
    width: 100%;
  }
  #focus .focus-element:last-child {
    float: right;
    width: 48.5%;
  }
  #focus .focus-element:first-child {
    float: left;
    width: 48.5%;
  }
}
@media (min-width: 992px) {
  #focus .focus-element img {
    max-height: 93px;
  }
}
@media (min-width: 1200px) {
  #focus .focus-element img {
    max-height: 113px;
  }
}
.read-mode #home #focus {
  border-color: #000;
}
.read-mode #home #focus h2 {
  background-color: #000;
}
.read-mode #home #focus h3,
.read-mode #home #focus p {
  color: #000;
}
.read-mode #home #focus a,
.read-mode #home #focus .link-title {
  color: #0070c6;
}

#home_interventi {
  background-color: #fff;
  border-color: #80a9c9;
}
#home_interventi h2 {
  background-color: #1c4171;
}
#home_interventi .bdi-picture-menu span {
  height: 37px;
  text-align: center;
}

.read-mode #home #home_interventi {
  border-color: black;
}
.read-mode #home #home_interventi h2 {
  background-color: black;
}

#home_twitterbox {
  background-color: #fff;
  border-color: #c0d4e4;
  padding-bottom: 0;
  padding-right: 0;
}
#home_twitterbox h2 {
  background-color: #1c4171;
}
#home_twitterbox noscript {
  display: block;
  color: darkred;
  background-color: #ffe9ec;
  font-weight: 600;
  padding: 10px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  #home_twitterbox .twitter-frame {
    max-height: 398px;
    padding-right: 10px;
    overflow-y: scroll;
  }
}
@media (min-width: 1200px) {
  #home_twitterbox .twitter-frame {
    max-height: 485px;
    padding-right: 20px;
    overflow: auto;
  }
}
.read-mode #home #home_twitterbox {
  border-color: black;
}
.read-mode #home #home_twitterbox h2 {
  background-color: black;
}

#servizi #servizi-landing {
  padding: 0 15px;
  font-size: 14px;
  color: #48626f;
}
#servizi #servizi-landing h2 {
  margin: 0 0 0.5em 0;
  font-weight: 300;
  border-bottom: 1px solid #777;
}
#servizi #servizi-landing .panes a {
  color: #0070c6;
}
#servizi #servizi-landing p.info {
  font-style: italic;
}

#elenco-servizi .bdi-button-menu li a span {
  background-color: rgba(0, 0, 0, 0.6);
}
#elenco-servizi .bdi-button-menu li:hover a span {
  background-color: rgba(0, 0, 0, 0.85);
}

@media (min-width: 768px) {
  #servizi #servizi-landing .bdi-container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  #servizi #servizi-landing .bdi-container {
    width: 940px;
  }
  html.js #servizi-landing .switcher {
    margin-left: 60px;
    margin-top: 42px;
  }
}
@media (min-width: 1200px) {
  #servizi #servizi-landing .bdi-container {
    width: 1140px;
  }
}
.read-mode #servizi #servizi-landing {
  color: #000;
}

@media (max-width: 400px) {
  #pubblicazioni .hero-unit h1 {
    font-size: 28px;
  }
}
@media (min-width: 480px) and (max-width: 590px) {
  #pubblicazioni .hero-unit h1 {
    font-size: 36px;
  }
}

#pubblicazioni #pubblicazioni-landing {
  padding: 0 15px;
  font-size: 14px;
  color: #48626f;
}
#pubblicazioni #quick-search {
  margin: 30px 0;
}
#pubblicazioni #quick-search form {
  width: 250px;
  margin: 0 auto;
}
#pubblicazioni #quick-search input {
  height: 36px;
  width: 200px;
}
#pubblicazioni #quick-search button {
  height: 36px;
  width: 36px;
  padding: 0;
  text-align: center;
}
#pubblicazioni #categorico h2,
#pubblicazioni #alfabetico h2 {
  margin: 0 0 0.5em 0;
  font-weight: 300;
  border-bottom: 1px solid #777;
}
#pubblicazioni #categorico a,
#pubblicazioni #alfabetico a {
  color: #0070c6;
}
#pubblicazioni #categorico ul li {
  text-transform: uppercase;
  font-weight: 600;
}
#pubblicazioni #categorico ul li ul li,
#pubblicazioni #categorico ul li ol li {
  text-transform: none;
  font-weight: 400;
}
#pubblicazioni #categorico ol {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 1em;
}
#pubblicazioni #categorico > ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 26px;
}
#pubblicazioni #categorico > ul > li {
  margin: 0.75em 0 0 0;
}
#pubblicazioni #categorico ul ul {
  list-style: none;
  padding-left: 20px;
  margin-top: 0.25em;
}
#pubblicazioni #categorico ul ul li {
  font-style: italic;
}
#pubblicazioni #categorico ul ul ol {
  margin-top: 0.25em;
  padding-left: 0;
}
#pubblicazioni #categorico ul ol li a {
  font-style: normal;
}
#pubblicazioni #alfabetico ol {
  list-style: none;
  padding-left: 2.5px;
}
#pubblicazioni #alfabetico ol li {
  margin: 0.15em 0;
}
#pubblicazioni #alfabetico h3 {
  color: #878787;
  font-weight: 800;
  font-size: 44px;
  margin-top: 20px;
}
#pubblicazioni #alfabetico h2 + h3 {
  padding-left: 3px;
}
#pubblicazioni #alfabetico h3.indented {
  padding-left: 3px;
}
#pubblicazioni #ricerca .bdi-search-box {
  clear: none;
  margin-top: 14px;
  border-bottom: 0;
}

@media (min-width: 320px) {
  #pubblicazioni #quick-search form {
    width: 280px;
  }
  #pubblicazioni #quick-search input {
    width: 238px;
  }
}
@media (min-width: 600px) {
  #pubblicazioni #quick-search form {
    width: 400px;
  }
  #pubblicazioni #quick-search input {
    width: 358px;
  }
}
@media (min-width: 768px) {
  #pubblicazioni #pubblicazioni-landing .bdi-container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  #pubblicazioni #pubblicazioni-landing .bdi-container {
    width: 940px;
  }
  #pubblicazioni #quick-search {
    margin-left: 300px;
  }
  #pubblicazioni #quick-search form {
    width: 640px;
  }
  #pubblicazioni #quick-search input {
    width: 598px;
  }
  #pubblicazioni #ricerca .bdi-search-box {
    margin-top: 0;
  }
  html.js #pubblicazioni-landing .switcher {
    margin-left: 60px;
  }
}
@media (min-width: 1200px) {
  #pubblicazioni #pubblicazioni-landing .bdi-container {
    width: 1140px;
  }
  #pubblicazioni #quick-search form {
    width: 840px;
  }
  #pubblicazioni #quick-search input {
    width: 798px;
  }
}
.read-mode #pubblicazioni #pubblicazioni-landing {
  color: #000;
}

.pub-data {
  margin-bottom: 30px;
}
.pub-data h2 {
  font-size: 26px;
  font-weight: 300;
  border-bottom: thin solid #7f919a;
  margin: 0.75em 0 0.5em 0;
}
.pub-data > ul {
  margin-left: 20px;
  padding-left: 0;
}
.pub-data a {
  color: #0070c6;
}

#media .hero-unit {
  padding-top: 0;
}
#media .hero-unit .video-strip .video-info h3 {
  margin: 10px 0;
  font-size: 30px;
  font-weight: 600;
}
#media .hero-unit .video-strip .video-info h3 a {
  color: #0070c6;
}
#media .hero-unit .video-strip .video-info h3 small {
  display: block;
  margin-top: 4px;
  line-height: 1.25em;
  font-size: 20px;
  font-weight: 300;
  color: #48626f;
}
#media .hero-unit .video-strip .video-info p {
  font-size: 14px;
  margin-bottom: 1em;
}
@media (min-width: 480px) {
  #media .hero-unit .video-strip .video-info p {
    text-align: justify;
    text-justify: newspaper;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    hyphenate-limit-lines: 2;
  }
}

@media (min-width: 992px) {
  #media .hero-unit .video-strip .bdi-responsive-video-embed {
    float: left;
    width: 50%;
    padding-right: 7.5px;
  }
  #media .hero-unit .video-strip .bdi-responsive-video-embed p {
    text-align: center;
    margin: 0;
    padding: 0;
  }
  #media .hero-unit .video-strip .video-info {
    float: right;
    width: 50%;
    padding: 0 15px 15px 7.5px;
  }
  #media .hero-unit .video-strip .video-info p {
    margin-left: 0;
  }
  #media .hero-unit .video-strip .video-info h3 {
    margin: 0 0 10px 0;
  }
  #media .hero-unit .video-strip .video-info h3 small {
    margin-top: 6px;
  }
}
.read-mode #media .hero-unit .video-strip .video-info h3 small {
  color: #000;
}

#media #media-landing-menu .bdi-container {
  padding: 0 15px;
}
#media #media-landing-menu h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  border-bottom: 1px solid #7f919a;
}
#media #media-landing-menu #menu-box {
  margin: 0;
  padding: 0;
  border: 0;
}
#media #media-landing-menu #menu-box ul {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0;
  border: 0;
  font-size: 15px;
}
#media #media-landing-menu #menu-box li {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  overflow: hidden;
  margin: 0 0 15px 0;
  padding: 0;
  border: 0;
}
#media #media-landing-menu #menu-box a {
  display: block;
  margin: 0;
  height: 100%;
  text-align: left;
  color: #000;
  border-left: 70px solid;
  text-transform: uppercase;
}
#media #media-landing-menu #menu-box a:hover,
#media #media-landing-menu #menu-box a:focus {
  color: #fff;
  text-decoration: none;
}
#media #media-landing-menu #menu-box li span {
  position: absolute;
  top: 0;
  left: 80px;
  bottom: 0;
  right: 0;
}
#media #media-landing-menu #menu-box li a span em {
  font-weight: 600;
  font-style: normal;
  display: table-cell;
  height: 70px;
  vertical-align: middle;
  padding: 5px;
}
#media #media-landing-menu #menu-box li a > i.fa {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 30px;
  color: #fff;
}
#media #media-landing-menu #menu-box li:nth-of-type(7n + 1) a {
  background-color: #99bd99;
  border-color: #005b00;
}
#media #media-landing-menu #menu-box li:nth-of-type(7n + 1) a:hover,
#media #media-landing-menu #menu-box li:nth-of-type(7n + 1) a:focus {
  background-color: #337c33;
}
#media #media-landing-menu #menu-box li:nth-of-type(7n + 2) a {
  background-color: #b1cdc5;
  border-color: #559485;
}
#media #media-landing-menu #menu-box li:nth-of-type(7n + 2) a:hover,
#media #media-landing-menu #menu-box li:nth-of-type(7n + 2) a:focus {
  background-color: #73a69a;
}
#media #media-landing-menu #menu-box li:nth-of-type(7n + 3) a {
  background-color: #c99999;
  border-color: #790000;
}
#media #media-landing-menu #menu-box li:nth-of-type(7n + 3) a:hover,
#media #media-landing-menu #menu-box li:nth-of-type(7n + 3) a:focus {
  background-color: #943333;
}
#media #media-landing-menu #menu-box li:nth-of-type(7n + 4) a {
  background-color: #eac59f;
  border-color: #cf8036;
}
#media #media-landing-menu #menu-box li:nth-of-type(7n + 4) a:hover,
#media #media-landing-menu #menu-box li:nth-of-type(7n + 4) a:focus {
  background-color: #d79554;
}
#media #media-landing-menu #menu-box li:nth-of-type(7n + 5) a {
  background-color: #99bad4;
  border-color: #005393;
}
#media #media-landing-menu #menu-box li:nth-of-type(7n + 5) a:hover,
#media #media-landing-menu #menu-box li:nth-of-type(7n + 5) a:focus {
  background-color: #3375a9;
}
#media #media-landing-menu #menu-box li:nth-of-type(7n + 6) a {
  background-color: #cc94c4;
  border-color: #73496a;
}
#media #media-landing-menu #menu-box li:nth-of-type(7n + 6) a:hover,
#media #media-landing-menu #menu-box li:nth-of-type(7n + 6) a:focus {
  background-color: #925d87;
}
#media #media-landing-menu #menu-box li:nth-of-type(7n + 0) a {
  background-color: #eab3b7;
  border-color: #b61c2a;
}
#media #media-landing-menu #menu-box li:nth-of-type(7n + 0) a:hover,
#media #media-landing-menu #menu-box li:nth-of-type(7n + 0) a:focus {
  background-color: #da7c83;
}
#media #media-landing-menu #gallerie p.disclaimer {
  font-style: italic;
  font-size: 13px;
  padding: 0 15px;
}
#media #media-landing-menu #gallerie ul {
  list-style: none;
  padding: 0 15px;
  margin: 16px 0;
}
#media #media-landing-menu #gallerie li {
  position: relative;
  border: 1px solid #c6ced2;
  margin-bottom: 20px;
  height: 105px;
}
#media #media-landing-menu #gallerie li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#media #media-landing-menu #gallerie li .img-holder {
  padding: 10px 0 0 10px;
  height: 65px;
  display: table-cell;
  vertical-align: middle;
}
#media #media-landing-menu #gallerie li span {
  position: absolute;
  top: 72px;
  left: 10px;
  bottom: 0;
  right: 0;
}
#media #media-landing-menu #gallerie li:hover {
  border: 1px solid #000;
  /**
  -webkit-box-shadow: 3px 3px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    3px 3px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         3px 3px 3px 0px rgba(50, 50, 50, 0.75);
  **/
}
#media #media-landing-menu #gallerie a:hover {
  text-decoration: none;
}
#media #media-landing-menu #press-kits ul {
  list-style: none;
  padding-left: 0;
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
}
#media #media-landing-menu #press-kits li {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  overflow: hidden;
  margin-bottom: 15px;
}
#media #media-landing-menu #press-kits li a {
  display: block;
  text-transform: uppercase;
  width: 100%;
}
#media #media-landing-menu #press-kits li a img {
  position: absolute;
  top: 0;
  left: 0;
}
#media #media-landing-menu #press-kits li a span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 70px;
  display: block;
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 5px 5px 5px 10px;
}
#media #media-landing-menu #press-kits li:hover a span {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
#media #media-landing-menu #press-kits li a span em {
  font-weight: 600;
  font-style: normal;
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}
#media #media-landing-menu #press-kits p.links {
  clear: both;
  text-align: right;
}
#media #media-landing-menu #press-kits p.links a {
  color: #0070c6;
}

@media (min-width: 640px) {
  #media #media-landing-menu #menu-box,
#media #media-landing-menu #press-kits,
#media #media-landing-menu #gallerie {
    clear: both;
  }
  #media #media-landing-menu #menu-box li,
#media #media-landing-menu #press-kits li,
#media #media-landing-menu #gallerie li {
    width: 48.5%;
  }
  #media #media-landing-menu #menu-box li:nth-child(odd),
#media #media-landing-menu #press-kits li:nth-child(odd),
#media #media-landing-menu #gallerie li:nth-child(odd) {
    float: left;
  }
  #media #media-landing-menu #menu-box li:nth-child(even),
#media #media-landing-menu #press-kits li:nth-child(even),
#media #media-landing-menu #gallerie li:nth-child(even) {
    float: right;
  }
}
.read-mode #media #media-landing-menu h2 {
  color: #000;
}
.read-mode #media #media-landing-menu #menu-box li a {
  border: 1px solid #000;
  color: #0070c6;
  background-color: #fff;
}
.read-mode #media #media-landing-menu #menu-box li a:focus,
.read-mode #media #media-landing-menu #menu-box li a:hover {
  border: 2px solid #0070c6;
  background-color: #fff;
  color: #0070c6;
}
.read-mode #media #media-landing-menu #press-kits li a span {
  background-color: #000;
}
.read-mode #media #media-landing-menu #gallerie .disclaimer {
  color: #000;
}
.read-mode #media #media-landing-menu #gallerie a {
  color: #0070c6;
}
.read-mode #media #media-landing-menu #gallerie li {
  border: 1px solid #000;
}

#media #contatti {
  margin-top: 30px;
  font-size: 14px;
}
#media #contatti h2 {
  font-size: 20px;
  padding: 0.25em;
  color: #fff;
  background-color: #1c4171;
  margin-bottom: 15px;
}
#media #contatti p {
  max-width: 400px;
}
#media #contatti a {
  border-bottom: 1px solid;
}

.read-mode #media #contatti {
  color: #000;
}
.read-mode #media #contatti a {
  color: #0070c6;
}

#media-kit-menu {
  border-top: 1px solid #7f919a;
  padding-top: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  #media-kit-menu .bdi-button-menu li {
    width: 100%;
    float: none;
  }
}
@media (min-width: 992px) {
  #media-kit-menu .bdi-button-menu li:nth-child(odd) {
    width: 48.5%;
    float: left;
  }
  #media-kit-menu .bdi-button-menu li:nth-child(even) {
    width: 48.5%;
    float: right;
  }
}
@media (min-width: 1200px) {
  #media-kit-menu .bdi-button-menu li:nth-child(odd) {
    width: 49%;
  }
  #media-kit-menu .bdi-button-menu li:nth-child(even) {
    width: 49%;
  }
}
#statistiche .hero-unit ul {
  padding-left: 0;
  list-style: none;
}
#statistiche .hero-unit ul a {
  color: #0070c6;
}
#statistiche .hero-unit ul li {
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

@media (min-width: 992px) {
  #statistiche .hero-unit ul {
    margin-left: 300px;
  }
}
.read-mode #statistiche .hero-unit a {
  color: #0070c6;
}

#statistiche #statistiche-landing {
  padding: 0 15px;
  font-size: 14px;
  color: #48626f;
}
#statistiche #statistiche-landing h2 {
  margin: 0 0 0.5em 0;
  font-weight: 300;
  border-bottom: 1px solid #777;
}
#statistiche #statistiche-landing a {
  color: #0070c6;
  border-bottom: 1px solid;
}
#statistiche #statistiche-landing .switcher a {
  color: #48626f;
  padding-left: 0;
  padding-right: 0;
}
#statistiche #statistiche-landing .switcher li.active a {
  color: #fff;
}
#statistiche #statistiche-landing #tematiche > ul {
  width: 100%;
  list-style: none;
  padding-left: 0;
}
#statistiche #statistiche-landing #tematiche > ul > li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1em;
  font-weight: 600;
  text-transform: uppercase;
}
#statistiche #statistiche-landing #tematiche > ul ul {
  list-style: none;
  padding-left: 30px;
  font-weight: 400;
  text-transform: none;
}
#statistiche #statistiche-landing #tematiche > ul .img-holder {
  display: none;
}
#statistiche #statistiche-landing #applicazioni img {
  width: 100%;
  max-width: 100%;
}
#statistiche #statistiche-landing #applicazioni .app-info h3 {
  display: block;
  position: relative;
  margin-bottom: 0.75em;
  min-height: 74px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
#statistiche #statistiche-landing #applicazioni .app-info h3 span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.65);
  display: block;
  padding: 10px 10px 0 10px;
  height: 74px;
  overflow: hidden;
}
#statistiche #statistiche-landing #applicazioni .app-info h3 span em {
  font-style: normal;
}
#statistiche #statistiche-landing #applicazioni .app-info h3 abbr {
  display: block;
}
#statistiche #statistiche-landing #applicazioni .app-info h3 a:hover {
  color: #fff;
}
#statistiche #statistiche-landing #applicazioni .app-info h3 a:hover span {
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.85);
}
#statistiche #statistiche-landing #applicazioni .app-info ul {
  padding-left: 14px;
}
#statistiche #statistiche-landing #applicazioni .app-info ul li {
  margin-bottom: 0.5em;
}
#statistiche #statistiche-landing #applicazioni .app-info p:last-child {
  margin-bottom: 30px;
}
#statistiche .disclaimer {
  margin: 15px 0 25px 0;
  font-size: 13px;
  font-style: italic;
  color: #48626f;
}

@media (min-width: 480px) {
  #statistiche #statistiche-landing #tematiche > ul .img-holder {
    display: block;
    overflow: hidden;
  }
  #statistiche #statistiche-landing #tematiche > ul > li {
    position: relative;
    height: 200px;
    color: #ffbc00;
  }
  #statistiche #statistiche-landing #tematiche > ul .menu-item {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 27.77%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 5px 10px;
  }
  #statistiche #statistiche-landing #tematiche > ul .menu-item ul {
    margin-top: 5px;
    list-style: square;
  }
  #statistiche #statistiche-landing #tematiche > ul .menu-item a {
    color: #fff;
  }
  #statistiche #statistiche-landing #tematiche > ul .menu-item li {
    color: #fff;
  }
}
@media (min-width: 768px) {
  #statistiche #statistiche-landing .bdi-container {
    width: 720px;
  }
  #statistiche #statistiche-landing #applicazioni .app-info {
    width: 50%;
    float: left;
  }
  #statistiche #statistiche-landing #applicazioni .app-info:nth-child(odd) {
    padding-left: 7.5px;
  }
  #statistiche #statistiche-landing #applicazioni .app-info:nth-child(even) {
    padding-right: 7.5px;
  }
  #statistiche #statistiche-landing #tematiche > ul .menu-item {
    left: 200px;
  }
  #statistiche .disclaimer {
    margin: 15px auto 25px auto;
    width: 720px;
  }
}
@media (min-width: 992px) {
  #statistiche #statistiche-landing .bdi-container {
    width: 940px;
  }
  #statistiche .disclaimer {
    width: 940px;
    padding-left: 300px;
  }
  html.js #statistiche-landing .switcher {
    margin-left: 60px;
    margin-top: 42px;
  }
}
@media (min-width: 1200px) {
  #statistiche #statistiche-landing .bdi-container {
    width: 1140px;
  }
  #statistiche .disclaimer {
    width: 1140px;
  }
  #statistiche #statistiche-landing #tematiche > ul .img-holder img {
    width: 100%;
  }
}
.read-mode #statistiche #statistiche-landing {
  color: #000;
}
.read-mode #statistiche #statistiche-landing .switcher li.active a {
  color: #000;
}
.read-mode #statistiche #statistiche-landing #applicazioni .app-info span {
  background-color: #000;
}
.read-mode #statistiche .disclaimer {
  color: #000;
}

@media (min-width: 480px) {
  .read-mode #statistiche #statistiche-landing #tematiche > ul .menu-item {
    background-color: #000;
  }
}
#chi-siamo-landing-menu .bdi-container {
  padding: 0 15px;
}

@media (min-width: 992px) {
  #chi-siamo-landing-menu ul {
    margin-left: 300px;
  }
}
.cv {
  color: #48626f;
  background-color: #eff4f8;
  margin-top: 30px;
  padding: 25px;
}
.cv h3 {
  color: #005393;
  border-bottom: 1px solid #48626f;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 4px;
  margin-bottom: 4px;
  margin-top: 0;
  font-size: 18px;
  font-style: normal;
}
.cv dl {
  margin-bottom: 0;
  padding-bottom: 40px;
  font-size: 16px;
}
.cv dl:after {
  content: "";
  display: table;
  clear: both;
}
.cv dt {
  font-weight: 400;
  color: #005393;
  line-height: 24px;
}
.cv dd {
  line-height: 24px;
  margin-bottom: 12px;
}

@media (min-width: 480px) {
  .cv {
    padding: 25px 35px;
  }
  .cv dt {
    float: left;
    clear: left;
    width: 100px;
    max-width: 100px;
    overflow: hidden;
  }
  .cv dd {
    display: block;
    margin-left: 110px;
    margin-bottom: 6px;
  }
}
@media (min-width: 992px) {
  .cv dd {
    margin-bottom: 0;
  }
}
.read-mode .cv {
  background-color: #fff;
  color: #000;
}

ul.elenco-filiali {
  list-style: none;
  margin-top: 20px;
  margin-left: 0;
  padding-left: 0;
  line-height: 24px;
}
ul.elenco-filiali > li {
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
  padding: 0;
}
ul.elenco-filiali > li > ul {
  text-transform: none;
  list-style: none;
  margin-top: 0;
  margin-left: 0;
  margin-bottom: 24px;
  padding: 0;
  line-height: 24px;
}
ul.elenco-filiali > li > ul > li {
  margin: 0;
  padding: 0;
}

@media (min-width: 500px) {
  ul.elenco-filiali {
    margin-top: 30px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em;
    -webkit-column-rule-style: solid;
       -moz-column-rule-style: solid;
            column-rule-style: solid;
    -webkit-column-rule-width: 1px;
       -moz-column-rule-width: 1px;
            column-rule-width: 1px;
    -webkit-column-rule-color: #95aebb;
       -moz-column-rule-color: #95aebb;
            column-rule-color: #95aebb;
  }
  ul.elenco-filiali > li {
    display: inline-block;
    width: 100%;
  }
}
@media (min-width: 992px) {
  ul.elenco-filiali {
    border-left: 1px solid #95aebb;
    padding-left: 1.5em;
  }
}
@media (min-width: 1200px) {
  ul.elenco-filiali {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em;
    -webkit-column-rule-style: solid;
       -moz-column-rule-style: solid;
            column-rule-style: solid;
    -webkit-column-rule-width: 1px;
       -moz-column-rule-width: 1px;
            column-rule-width: 1px;
    -webkit-column-rule-color: #95aebb;
       -moz-column-rule-color: #95aebb;
            column-rule-color: #95aebb;
  }
}
.link-dipendenti {
  margin: 15px 0;
}
.link-dipendenti .bdi-container {
  padding: 0 15px;
}
.link-dipendenti a {
  color: red;
  font-weight: 700;
  font-style: italic;
}

.comunicazione-emergenza {
  margin-bottom: 15px;
}
.comunicazione-emergenza .bdi-container {
  border: 2px solid red;
  padding: 9px;
}
.comunicazione-emergenza h2 {
  display: inline-block;
  background-color: #1c4171;
  color: white;
  font-style: italic;
  line-height: 1.2;
  font-size: 20px;
}
.comunicazione-emergenza p {
  font-size: 15px;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 0;
}

.messaggio-emergenza {
  margin-top: 30px;
  margin-bottom: 120px;
  background-color: white;
  color: black;
}
.messaggio-emergenza .bdi-container {
  padding: 0 30px;
}
.messaggio-emergenza .messaggio {
  max-width: 700px;
  margin: 0 auto;
}
.messaggio-emergenza .data-aggiornamento {
  margin: 15px 0;
  font-size: 14px;
  font-style: italic;
  text-align: right;
  color: #666;
}
.messaggio-emergenza .classe-messaggio {
  margin: 25px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  color: red;
}
.messaggio-emergenza h1 {
  font-size: 36px;
  line-height: 1.25;
  margin: 0.75em 0 1em 0;
  text-transform: uppercase;
  color: #1c4171;
  font-weight: 400;
  text-align: center;
}
.messaggio-emergenza b,
.messaggio-emergenza strong {
  font-weight: 600;
}
.messaggio-emergenza i,
.messaggio-emergenza em {
  font-style: italic;
}
.messaggio-emergenza h2,
.messaggio-emergenza h3 {
  margin-top: 1em;
  margin-bottom: 0.25em;
}
.messaggio-emergenza h2 {
  color: #1c4171;
  font-weight: 400;
}
.messaggio-emergenza h3 {
  color: black;
  font-size: 19px;
  font-weight: 600;
}
.messaggio-emergenza p {
  line-height: 1.5;
}
.messaggio-emergenza ul,
.messaggio-emergenza ol {
  margin-left: 0;
  padding-left: 0;
}
.messaggio-emergenza li {
  line-height: 1.5;
  margin-left: 1.25em;
}
.messaggio-emergenza li:not(:last-child) {
  margin-bottom: 0.3em;
}
.messaggio-emergenza img,
.messaggio-emergenza p > img {
  max-width: 100%;
  height: auto;
}

.bdi-hyphens .messaggio-emergenza p,
.bdi-hyphens .messaggio-emergenza li {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-align: justify;
}

@media (min-width: 992px) {
  .diretta-video {
    padding-bottom: 60px;
  }
}
.diretta-video .video-band {
  background-color: #002135;
  color: #fff;
}
.diretta-video .video-band .bdi-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.diretta-video .text-band .bdi-container {
  padding: 15px;
}
.diretta-video h1 {
  font-weight: 400;
  line-height: 1.25;
}
.diretta-video .title-area {
  padding: 15px 15px 30px 15px;
}
.diretta-video .video-area {
  margin: 0;
  padding: 0;
  border: 0;
}
@media (min-width: 768px) {
  .diretta-video .video-area {
    margin: 30px 0 0 15px;
  }
}
.diretta-video .icon-area {
  font-size: 14px;
  font-weight: 400;
}
.diretta-video .icon-area dt,
.diretta-video .icon-area dd {
  display: inline;
}
.diretta-video .icon-area dt {
  margin-right: 1px;
}
.diretta-video .icon-area dt .fa {
  color: #222;
}
.diretta-video .icon-area dt:not(:first-child) {
  margin-left: 22px;
}
.diretta-video .icon-area dd {
  font-style: italic;
}
.diretta-video .content-area {
  line-height: 1.6;
}
@media (min-width: 768px) {
  .diretta-video .content-area p {
    line-height: 1.75;
  }
}
.diretta-video .social-toolbar {
  margin-top: 30px;
}

@media (min-width: 480px) {
  .bdi-hyphens .diretta-video .content-area p,
.bdi-hyphens .diretta-video .content-area ul li,
.bdi-hyphens .diretta-video .content-area ol li {
    text-align: justify;
    text-justify: newspaper;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    hyphenate-limit-lines: 2;
  }
}

.read-mode .diretta-video .video-band,
.read-mode .diretta-video .icon-area dt .fa,
.read-mode .diretta-video .icon-area dd,
.read-mode .diretta-video .content-area,
.read-mode .diretta-video .content-area p {
  background-color: white;
  color: black;
}

.bdi-box.bdi-spotlight-box {
  background-color: white;
  border-color: #e3b68a;
  width: 100%;
}
.bdi-box.bdi-spotlight-box h2 {
  background-color: #cf8036;
}
.bdi-box.bdi-spotlight-box ul,
.bdi-box.bdi-spotlight-box li,
.bdi-box.bdi-spotlight-box img,
.bdi-box.bdi-spotlight-box a {
  margin: 0;
  padding: 0;
}
.bdi-box.bdi-spotlight-box a {
  display: block;
  text-decoration: none;
}
.bdi-box.bdi-spotlight-box a:hover, .bdi-box.bdi-spotlight-box a:focus {
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 3.5px rgba(0, 0, 0, 0.45);
          box-shadow: 1px 1px 3.5px rgba(0, 0, 0, 0.45);
}
.bdi-box.bdi-spotlight-box ul {
  list-style: none;
  margin: 10px -29px 10px -14px;
}
.bdi-box.bdi-spotlight-box li {
  padding: 0 14px 14px 0;
}
.bdi-box.bdi-spotlight-box .tile-title {
  display: block;
  background-color: #005393;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 7px;
}
.bdi-box.bdi-spotlight-box .tile-title.cl-green {
  background-color: #0d630d;
}
.bdi-box.bdi-spotlight-box .tile-title.cl-copper {
  background-color: #8c6a01;
}
.bdi-box.bdi-spotlight-box .tile-panel {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #266da3 no-repeat center center;
  background-size: cover;
  color: rgba(255, 255, 255, 0.975);
  height: 155px;
  min-height: 155px;
  max-height: 155px;
  overflow: hidden;
}
.bdi-box.bdi-spotlight-box .tile-panel img {
  max-height: 155px;
  width: auto;
  max-width: 100%;
  z-index: 10;
}
.bdi-box.bdi-spotlight-box .tile-panel.cl-cream {
  background-color: #eae0c7;
}
.bdi-box.bdi-spotlight-box .tile-panel.cl-green {
  background-color: #4d8c4d;
}
.bdi-box.bdi-spotlight-box .tile-panel.cl-light-grey {
  background-color: #dee3e5;
}
.bdi-box.bdi-spotlight-box .tile-panel.cl-copper {
  background-color: #b79322;
}
.bdi-box.bdi-spotlight-box .pub-info,
.bdi-box.bdi-spotlight-box .pub-date,
.bdi-box.bdi-spotlight-box .pub-title,
.bdi-box.bdi-spotlight-box .pub-refdate {
  display: block;
}
.bdi-box.bdi-spotlight-box .pub-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px 20px 40px 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}
.bdi-box.bdi-spotlight-box .pub-date {
  font-size: 80%;
}
.bdi-box.bdi-spotlight-box .pub-refdate {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 80%;
  font-style: italic;
  text-align: right;
  padding: 4px 10px;
  z-index: 10;
}
@media (min-width: 640px) {
  .bdi-box.bdi-spotlight-box ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .bdi-box.bdi-spotlight-box ul::after {
    display: block;
    content: "";
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .bdi-box.bdi-spotlight-box li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .bdi-box.bdi-spotlight-box li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}

.read-mode .bdi-box.bdi-spotlight-box {
  border-color: #000;
}
.read-mode .bdi-box.bdi-spotlight-box h2,
.read-mode .bdi-box.bdi-spotlight-box h3 {
  background-color: #000;
}
.read-mode .bdi-box.bdi-spotlight-box .tile-title {
  background-color: black;
}
.read-mode .bdi-box.bdi-spotlight-box .tile-panel {
  background-image: none !important;
  background-color: white;
  color: black;
  border: 1px solid black;
}
.read-mode .bdi-box.bdi-spotlight-box .tile-panel.tile-rd-dark {
  background-color: #373737;
  color: white;
  border: 0;
}
.read-mode .bdi-box.bdi-spotlight-box .pub-info {
  text-shadow: none;
}

.bdi-widget-eventi {
  background-color: #fcefd8;
  color: #4d5f75;
  margin: 25px 0;
}
.bdi-widget-eventi .bdi-widget-title {
  position: relative;
  display: block;
  padding: 0;
  margin: 0 0 10px 0;
  height: 26px;
  font-size: 16px;
  line-height: 26px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  color: #1c4073;
  background-color: #fcefd8;
}
.bdi-widget-eventi .bdi-widget-title::before {
  position: absolute;
  display: block;
  content: "";
  font-size: 0;
  background-color: white;
  top: 0;
  left: 0;
  right: 0;
  height: 15px;
  border-bottom: 4px solid #1c4073;
  z-index: 1;
}
.bdi-widget-eventi .bdi-widget-title .title-text {
  position: absolute;
  display: inline-block;
  background-color: #1c4073;
  color: white;
  padding: 0 12px;
  margin-left: 15px;
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 30px);
}
.bdi-widget-eventi ol {
  list-style: none;
  padding: 5px 10px 15px 5px;
  margin: 0;
}
.bdi-widget-eventi li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.25em 0.5em 0.75em 0.5em;
}
.bdi-widget-eventi a {
  color: #1c4073;
  text-decoration: none;
}
.bdi-widget-eventi a:hover, .bdi-widget-eventi a:focus {
  color: #0070c6;
}
.bdi-widget-eventi li:hover a,
.bdi-widget-eventi li:active a {
  text-decoration: none;
}
.bdi-widget-eventi .event-date {
  position: absolute;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 600;
  width: 100px;
  text-align: right;
  font-size: 29px;
  color: #1c4073;
  line-height: 29px;
}
.bdi-widget-eventi .event-date em {
  color: #778cab;
  font-style: normal;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  line-height: 18px;
  margin-top: -5px;
}
.bdi-widget-eventi .event-category,
.bdi-widget-eventi .event-place,
.bdi-widget-eventi .event-desc {
  margin-left: 115px;
  display: block;
  text-align: left;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
.bdi-widget-eventi .event-category {
  text-transform: uppercase;
  font-weight: 700;
  color: #3e5d88;
  font-size: 12px;
  line-height: 1.3;
}
.bdi-widget-eventi .event-place {
  font-weight: 400;
  font-size: 14px;
  color: #4d5f75;
  font-style: italic;
}
.bdi-widget-eventi .event-desc {
  color: #4d5f75;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.36em;
}
.bdi-widget-eventi .event-desc i.fa {
  font-weight: 400;
  color: #1c4073;
  margin-left: 0.45em;
}
.bdi-widget-eventi a:hover .event-desc {
  text-decoration: underline;
  -webkit-text-decoration-color: #1c4073;
          text-decoration-color: #1c4073;
  color: #0070c6;
}
.bdi-widget-eventi a:hover .event-desc i.fa {
  color: #0070c6;
}
.bdi-widget-eventi .link-all {
  width: 100%;
  padding: 5px;
  font-size: 90%;
  font-style: italic;
}
.bdi-widget-eventi .link-all a {
  display: block;
  text-align: center;
}
@media (min-width: 1200px) {
  .bdi-widget-eventi ol.col-2 {
    padding-top: 20px;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em;
    -webkit-column-rule: 1px solid #d3d7dd;
       -moz-column-rule: 1px solid #d3d7dd;
            column-rule: 1px solid #d3d7dd;
  }
  .bdi-widget-eventi ol.col-2 + .link-all {
    padding-top: 10px;
  }
}

.read-mode .bdi-widget-eventi {
  background-color: #fff;
}
.read-mode .bdi-widget-eventi .bdi-widget-title {
  color: black;
  background-color: white;
}
.read-mode .bdi-widget-eventi .event-category {
  color: #790000;
}
.read-mode .bdi-widget-eventi a {
  color: #0070c6;
}
.read-mode .bdi-widget-eventi .event-date,
.read-mode .bdi-widget-eventi .event-date em,
.read-mode .bdi-widget-eventi .event-desc,
.read-mode .bdi-widget-eventi .event-place {
  color: #000;
}

.bdi-tooltip-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  margin: 0 3px;
  padding: 0;
  font-size: 100%;
  line-height: 1.25;
  background-color: transparent;
  color: #005393;
}
.bdi-tooltip-button:hover, .bdi-tooltip-button:focus {
  color: #1c4171;
}
.bdi-tooltip-button:focus {
  outline: 2px solid #93d0ff;
}

.tippy-box[data-theme~=bankit] {
  background-color: #1c4171;
  color: white;
  border-radius: 0;
}

.tippy-box[data-theme~=bankit][data-placement^=top] > .tippy-arrow::before {
  border-top-color: #1c4171;
}

.tippy-box[data-theme~=bankit][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: #1c4171;
}

.tippy-box[data-theme~=bankit][data-placement^=left] > .tippy-arrow::before {
  border-left-color: #1c4171;
}

.tippy-box[data-theme~=bankit][data-placement^=right] > .tippy-arrow::before {
  border-right-color: #1c4171;
}

.tippy-box[data-theme~=bankit] > .tippy-svg-arrow {
  fill: #1c4171;
}

.sca-widget-container {
  margin: 20px 0;
  padding: 15px;
  color: #333333;
}
.sca-widget-container > h2,
.sca-widget-container > h3 {
  font-weight: 600;
  font-size: 20px;
  border-bottom: 1px solid;
}
.sca-widget-container .sca-widget {
  margin: 20px 0;
  font-size: 16px;
  line-height: 1.5;
}

.sca-nav-menu {
  color: #0092b0;
  font-size: 26px;
  text-transform: uppercase;
}
.sca-nav-menu ul,
.sca-nav-menu li,
.sca-nav-menu a,
.sca-nav-menu span,
.sca-nav-menu img {
  margin: 0;
  padding: 0;
}
.sca-nav-menu ul {
  list-style: none;
}
.sca-nav-menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}
.sca-nav-menu li a:hover, .sca-nav-menu li a:focus {
  text-decoration: none;
}
.sca-nav-menu li a:hover .bdi-text, .sca-nav-menu li a:focus .bdi-text {
  text-decoration: underline;
}
.sca-nav-menu .bdi-bullet {
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 55px;
}
.sca-nav-menu .bdi-bullet img {
  width: 100%;
  height: auto;
}
.sca-nav-menu .bdi-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (min-width: 768px) {
  .sca-nav-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .sca-nav-menu li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.bdi-topics-buttons {
  margin-bottom: 20px;
}
.bdi-topics-buttons h2 {
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
.bdi-topics-buttons ul,
.bdi-topics-buttons li {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 16px;
  font-weight: 600;
  text-transform: uppercase;
}
.bdi-topics-buttons li {
  margin-bottom: 10px;
}
.bdi-topics-buttons a {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  background-color: #ddd;
  color: black;
}
.bdi-topics-buttons a:hover, .bdi-topics-buttons a:focus {
  background-color: #888;
  color: white;
  text-decoration: none;
}
.bdi-topics-buttons a span {
  padding: 5px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bdi-topics-buttons a em {
  font-style: normal;
}
.bdi-topics-buttons a i {
  min-height: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  line-height: 1;
  background-color: #555;
  color: white;
}
.bdi-topics-buttons a.cl-red {
  background-color: #f09297;
}
.bdi-topics-buttons a.cl-red:hover, .bdi-topics-buttons a.cl-red:focus {
  background-color: #ae3b41;
}
.bdi-topics-buttons a.cl-red i {
  background-color: #8f1d23;
}
.bdi-topics-buttons a.cl-blue {
  background-color: #c1cbf5;
}
.bdi-topics-buttons a.cl-blue:hover, .bdi-topics-buttons a.cl-blue:focus {
  background-color: #2b46bd;
}
.bdi-topics-buttons a.cl-blue i {
  background-color: #031d8c;
}
.bdi-topics-buttons a.cl-yellow {
  background-color: #f0e59a;
}
.bdi-topics-buttons a.cl-yellow:hover, .bdi-topics-buttons a.cl-yellow:focus {
  background-color: #d4bf37;
}
.bdi-topics-buttons a.cl-yellow i {
  background-color: #ecd74e;
}
.bdi-topics-buttons a.cl-orange {
  background-color: #f6bd93;
}
.bdi-topics-buttons a.cl-orange:hover, .bdi-topics-buttons a.cl-orange:focus {
  background-color: #d96d20;
}
.bdi-topics-buttons a.cl-orange i {
  background-color: #d65300;
}
@media (min-width: 1200px) {
  .bdi-topics-buttons ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .bdi-topics-buttons li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .bdi-topics-buttons li:nth-child(odd) {
    padding-right: 5px;
  }
  .bdi-topics-buttons li:nth-child(even) {
    padding-left: 5px;
  }
}

@media (min-width: 1200px) {
  html.ie .bdi-topics-buttons li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
  }
}

.bdix-tabbed-container .bdix-tabpanel {
  padding: 45px 15px 45px 15px;
  background-color: white;
  border-left: 1px solid #007bc2;
  border-right: 1px solid #007bc2;
  border-bottom: 1px solid #007bc2;
}
@media (min-width: 768px) {
  .bdix-tabbed-container .bdix-tabpanel {
    padding: 45px;
  }
}
.bdix-tabbed-container .bdix-tabtitle {
  margin: -1.5px 0 43.5px 0;
  padding: 0;
  color: #004072;
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.bdix-tabbed-container .bdix-action-panel {
  margin-top: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bdix-tabbed-container .bdix-action-panel .bdix-action {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  padding: 10px 20px;
  background-color: rgba(204, 221, 235, 0.4);
  color: #005393;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
}
.bdix-tabbed-container .bdix-action-panel .bdix-action:hover, .bdix-tabbed-container .bdix-action-panel .bdix-action:focus {
  color: #007bc2;
  text-decoration: none;
}
.bdix-tabbed-container .bdix-action-panel .bdix-action::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 10px;
  background-image: url(../images/fase1/icone/arrow-calendar.svg);
  background-repeat: no-repeat;
  background-size: 12px 10px;
  margin-left: 6px;
  margin-bottom: -0.5px;
}

.bdix-tabbed-container.bg-blue .bdix-tabpanel {
  background-color: #004072;
  border: 0;
}
.bdix-tabbed-container.bg-blue .bdix-tabtitle {
  color: white;
}

html.no-js .bdix-tabbed-container .bdix-tabpanel {
  margin: 50px 0;
  border-top: 1px solid #007bc2;
}

html.no-js .bdix-tabbed-container.bg-blue .bdix-tabpanel {
  border-top: none;
}

html.js .bdix-tabbed-container.jsSetup .bdix-tabpanel:not(:first-child) {
  display: none;
}

html.js .bdix-tabbed-container {
  margin: 60px 0;
}
html.js .bdix-tabbed-container .bdix-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: #004072;
  color: #ccddeb;
  border-radius: 8px 8px 0 0;
  font-size: 16px;
  line-height: 22px;
  padding: 9px 0;
}
html.js .bdix-tabbed-container .bdix-tab {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: inherit;
  color: inherit;
  margin: 15px;
  padding: 3px 0;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
}
html.js .bdix-tabbed-container .bdix-tab[aria-selected=true] {
  color: white;
  border-bottom: 2px solid;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
@media (min-width: 992px) {
  html.js .bdix-tabbed-container .bdix-tabs {
    background-color: transparent;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    border-radius: 0;
    padding: 5px 0 0 0;
  }
  html.js .bdix-tabbed-container .bdix-tab {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0;
    padding: 17px 15px;
    border-left: 1px solid #004072;
    border-right: 1px solid #004072;
    background-color: #004072;
    color: #ccddeb;
  }
  html.js .bdix-tabbed-container .bdix-tab:not(:first-child)::before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(204, 221, 235, 0.5);
    z-index: 2;
    top: 17px;
    left: 1px;
    width: 2px;
    bottom: 17px;
  }
  html.js .bdix-tabbed-container .bdix-tab[aria-selected=true] {
    background-color: white;
    color: #007bc2;
    border-left: 1px solid #007bc2;
    border-right: 1px solid #007bc2;
    border-top: 3px solid #007bc2;
    border-bottom: 0;
    margin-top: -5px;
  }
  html.js .bdix-tabbed-container .bdix-tab[aria-selected=true]::before {
    display: none;
  }
  html.js .bdix-tabbed-container .bdix-tab[aria-selected=true] + .bdix-tab::before {
    display: none;
  }
}

html.js .bdix-tabbed-container.bg-blue .bdix-tabs {
  background-color: #eceff0;
  color: #ccddeb;
  border: 1px solid #ccddeb;
}
html.js .bdix-tabbed-container.bg-blue .bdix-tab {
  color: #007bc2;
  font-weight: 700;
}
html.js .bdix-tabbed-container.bg-blue .bdix-tab[aria-selected=true] {
  color: #004072;
}
@media (min-width: 992px) {
  html.js .bdix-tabbed-container.bg-blue .bdix-tabs {
    border: 0;
    background-color: transparent;
    color: #007bc2;
  }
  html.js .bdix-tabbed-container.bg-blue .bdix-tab {
    background-color: #eceff0;
    color: #007bc2;
    border-left: 1px solid #eceff0;
    border-right: 1px solid #eceff0;
  }
  html.js .bdix-tabbed-container.bg-blue .bdix-tab:not(:first-child)::before {
    background-color: rgba(204, 221, 235, 0.99);
  }
  html.js .bdix-tabbed-container.bg-blue .bdix-tab[aria-selected=true] {
    background-color: #004072;
    color: white;
    border-left: 1px solid #004072;
    border-right: 1px solid #004072;
    border-top: 4px solid #77b8ec;
  }
}

.bdix-container .bdix-tabbed-container {
  margin-bottom: 0 !important;
}

.read-mode .bdix-tabbed-container .bdix-action-panel .bdix-action {
  border: 1px solid #007bc2;
  background-color: white;
  color: #007bc2;
}
.read-mode .bdix-tabbed-container .bdix-action-panel .bdix-action:hover, .read-mode .bdix-tabbed-container .bdix-action-panel .bdix-action:focus {
  text-decoration: underline;
}

#search-results-header {
  margin: 40px 0;
  background: none;
}

select,
a:focus {
  outline-color: #0070c6;
}

.bdi-search-content *:focus {
  outline-offset: 0px;
  outline: #0079BF auto 1px !important;
}

.bdi-search-content {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .bdi-search-content {
    overflow-x: hidden;
  }
}
.bdi-search-content .results .bdix-tab {
  width: 100%;
  cursor: pointer;
}
@media (max-width: 992px) {
  .bdi-search-content .results .bdix-tab {
    width: auto;
  }
}
.bdi-search-content .bdix-tabbed-container .bdix-tab:focus {
  outline-color: #0070c6;
}
.bdi-search-content .bdix-tabbed-container .bdix-tab > span {
  margin-left: 0.25em;
}
.bdi-search-content .bdi-search-manage-error .error {
  margin-top: 16px;
}
.bdi-search-content .error {
  color: #790000;
  background-color: rgba(121, 0, 0, 0.2);
  padding: 10px;
  position: relative;
  padding-right: 40px;
}
.bdi-search-content .error + .glossary, .bdi-search-content .error + .listacom {
  margin-top: 24px !important;
}
.bdi-search-content .error button.close-error {
  -webkit-appearance: none;
  border: none;
  width: 25px;
  height: 25px;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bdi-search-content .hide {
  display: none !important;
}
.bdi-search-content .bdi-search-bar {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #005393;
}
.bdi-search-content .bdi-search-bar #bdi-advanced-search-link {
  margin-top: 10px;
  font-family: "Lato";
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  float: right;
  text-align: right;
  color: #005393;
}
.bdi-search-content .bdi-search-bar .search-bar-form {
  position: relative;
}
@media (max-width: 768px) {
  .bdi-search-content .bdi-search-bar .search-bar-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bdi-search-content .bdi-search-bar .search-bar-form .form-content {
  position: relative;
  width: 100%;
}
.bdi-search-content .bdi-search-bar .search-bar-form .show-filter {
  display: none !important;
}
@media (max-width: 768px) {
  .bdi-search-content .bdi-search-bar .search-bar-form .show-filter {
    height: 53px;
    width: 53px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .bdi-search-content .bdi-search-bar .search-bar-form .show-filter.show {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .bdi-search-content .bdi-search-bar .search-bar-form .show-filter .fa {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
  }
}
.bdi-search-content .bdi-search-bar .search-bar-form input {
  padding-right: 53px;
  padding-left: 53px;
}
.bdi-search-content .bdi-search-bar .search-bar-form input:focus {
  outline: auto !important;
  outline-color: #0070c6;
  outline-offset: 0px;
  outline: #0079BF auto 1px !important;
}
.bdi-search-content .bdi-search-bar .search-bar-form input::-webkit-input-placeholder {
  opacity: 0.5;
}
.bdi-search-content .bdi-search-bar .search-bar-form input::-moz-placeholder {
  opacity: 0.5;
}
.bdi-search-content .bdi-search-bar .search-bar-form input:-ms-input-placeholder {
  opacity: 0.5;
}
.bdi-search-content .bdi-search-bar .search-bar-form input::-ms-input-placeholder {
  opacity: 0.5;
}
.bdi-search-content .bdi-search-bar .search-bar-form input::placeholder {
  opacity: 0.5;
}
.bdi-search-content .bdi-search-bar .search-bar-form .search-button-submit {
  left: 7px;
}
.bdi-search-content .bdi-search-bar .search-bar-form .search-button-delete {
  right: 7px;
}
.bdi-search-content .bdi-search-bar .search-bar-form .search-button-delete,
.bdi-search-content .bdi-search-bar .search-bar-form .search-button-submit {
  position: absolute;
  top: 7px;
  bottom: 7px;
  width: 39px;
  border: none;
  padding: 0;
  background: none;
  overflow: visible;
  background: transparent;
  text-align: inherit;
  outline: none;
  color: inherit;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}
.bdi-search-content .bdi-search-bar .search-bar-form .search-button-delete:focus,
.bdi-search-content .bdi-search-bar .search-bar-form .search-button-submit:focus {
  outline: auto !important;
  outline-color: #0070c6;
  outline-offset: 0px;
  outline: #0079BF auto 1px !important;
}
.bdi-search-content .bar-container {
  position: relative;
}
.bdi-search-content .bar-container input {
  width: 100%;
  padding: 15px 50px;
  color: #005393;
  border: 2px solid #CCDDEB;
}
.bdi-search-content .bar-container .fa-search {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  font-size: 18px;
  color: #CCDDEB;
}
.bdi-search-content .bar-container .fa-close {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  color: #0079BF;
}
.bdi-search-content .bdi-search-results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .bdi-search-content .bdi-search-results {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 200ms;
    transition: 200ms;
    -webkit-transform: translate(295px);
            transform: translate(295px);
  }
  .bdi-search-content .bdi-search-results.open {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}
.bdi-search-content .bdi-search-results .results-facet {
  width: 270px;
  padding-top: 5px;
}
@media (max-width: 768px) {
  .bdi-search-content .bdi-search-results .results-facet {
    margin-left: 25px;
    min-width: 270px;
    padding-top: 0;
  }
}
.bdi-search-content .bdi-search-results .results-facet legend {
  display: table;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.bdi-search-content .bdi-search-results .results-facet legend + * {
  clear: both;
}
.bdi-search-content .bdi-search-results .results-facet fieldset {
  border: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-element.type {
  border: none;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container {
  border: solid 1px #CCDDEB;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #005393;
}
@media (max-width: 768px) {
  .bdi-search-content .bdi-search-results .results-facet .results-facet-container {
    border-radius: 8px 8px 0 0;
  }
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  padding: 14px 25px;
  background: #ECEFF0;
}
@media (max-width: 768px) {
  .bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-title {
    padding: 27px 25px;
    border-radius: 8px 8px 0 0;
  }
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-title .title {
  font-size: inherit;
  font-weight: 800;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-title .fa {
  margin-right: 20px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body {
  padding: 0 25px;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body .results-facet-element {
  border-bottom: solid 1px #CCDDEB;
  padding: 20px 0;
  font-size: 14px;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body .results-facet-element .title {
  font-weight: 700;
  font-size: 16px;
  color: #004072;
  margin-bottom: 15px;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body .results-facet-element input {
  margin-bottom: 16px;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body .results-facet-element label {
  line-height: 1;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body .results-facet-element .form-check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body .results-facet-element .form-check.form-check {
  margin-top: 14px;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body .results-facet-element input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  width: 17px;
  height: 17px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  margin: 0 !important;
  display: block;
  z-index: 2;
  opacity: 0;
  position: relative;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body .results-facet-element input[type=checkbox]:checked + .checkmark {
  border: none;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body .results-facet-element input[type=checkbox]:checked + .checkmark:after, .bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body .results-facet-element input[type=checkbox]:checked + .checkmark:before {
  display: block;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body .results-facet-element input[type=checkbox] + .checkmark {
  border: 1px solid #BFCFDB;
  width: 17px;
  height: 17px;
  border-radius: 3px;
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body .results-facet-element input[type=checkbox] + .checkmark:before {
  content: "";
  position: absolute;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  z-index: 1;
  border: 1px solid #e6e9f2;
  border-radius: 1px;
  margin: 0;
  top: 1px;
  left: 1px;
  width: 6px;
  height: 11px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0) #fff #fff rgba(0, 0, 0, 0);
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  opacity: 0.8;
  display: none;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body .results-facet-element input[type=checkbox] + .checkmark:after {
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  border: none;
  border-radius: 3px;
  height: 17px;
  width: 17px;
  margin: 0;
  top: 0;
  border-color: #004072;
  background-color: #004072;
  z-index: 0;
  display: none;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body .results-facet-element input[type=checkbox]:focus + .checkmark {
  outline: auto !important;
  outline-offset: 2px;
  outline-color: #0070c6;
  outline: #0079BF auto 1px !important;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body .results-facet-element input[type=radio]:focus + .checkmark {
  outline-color: #0070c6;
  outline: auto !important;
  outline-offset: 2px;
  outline: #0079BF auto 1px !important;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body .results-facet-element .input-wrapper {
  position: relative;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body .results-facet-element .input-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body .results-facet-element .input-radio {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 28px;
  line-height: 18px;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body .results-facet-element .input-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body .results-facet-element .input-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 1px solid #BFCFDB;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body .results-facet-element .input-radio input:checked ~ .checkmark:after {
  display: block;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body .results-facet-element .input-radio input:checked ~ .checkmark {
  border: #005393 solid 1px;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body .results-facet-element .input-radio .checkmark:after {
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #004072;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  position: absolute;
  display: none;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body .results-facet-element a {
  color: #0079BF;
  border-bottom: 1px solid #0079BF;
  font-weight: 800;
  text-decoration: none;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body .results-facet-element a:hover {
  text-decoration: none;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .results-facet-body .results-facet-element:last-child {
  border-bottom: unset;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container .type select {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #CCDDEB;
  padding: 9px 14px;
  font-size: 15px;
  font-weight: 400;
  color: #005393;
}
.bdi-search-content .bdi-search-results .results-facet .results-facet-container select::-ms-expand {
  display: none;
}
.bdi-search-content .bdi-search-results .results {
  width: calc(100% - 295px);
}
@media (max-width: 768px) {
  .bdi-search-content .bdi-search-results .results {
    width: 100%;
    min-width: 100%;
  }
}
.bdi-search-content .bdi-search-results .results .glossary {
  background: #E1F4FF;
  border-radius: 6px;
  padding: 24px 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 25px;
  color: #005393;
}
.bdi-search-content .bdi-search-results .results .glossary > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.bdi-search-content .bdi-search-results .results .glossary > li + li {
  margin-top: 16px;
}
.bdi-search-content .bdi-search-results .results .glossary > li + li .header i {
  display: none;
}
.bdi-search-content .bdi-search-results .results .glossary > li .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}
.bdi-search-content .bdi-search-results .results .glossary > li .header h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  color: #004072;
}
.bdi-search-content .bdi-search-results .results .glossary > li .header i {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  font-style: italic;
  color: #48626f;
}
.bdi-search-content .bdi-search-results .results .glossary > li .header a {
  color: #798999;
  text-decoration: underline;
}
.bdi-search-content .bdi-search-results .results .glossary > li .header a i {
  color: inherit;
}
.bdi-search-content .bdi-search-results .results .bdix-tabbed-container {
  margin: 0;
  /*.bdix-tabbed-locker {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: none;
      background: rgba(123, 54, 43, 0.5);

      &.show-locker{
          display: block;
      }
  }*/
}
.bdi-search-content .bdi-search-results .results .bdix-tabbed-container .bdix-tabs {
  position: relative;
}
.bdi-search-content .bdi-search-results .results .bdix-tabbed-container .bdix-tabtitle {
  display: none;
}
.bdi-search-content .bdi-search-results .results .bdix-tabcontent {
  position: relative;
}
.bdi-search-content .bdi-search-results .results .listacom {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 0;
  margin: 0;
  color: red;
}
.bdi-search-content .bdi-search-results .results .listacom:focus {
  outline: none !important;
}
.bdi-search-content .bdi-search-results .results .listacom > li {
  display: block;
  padding-left: 0;
  padding-bottom: 16px;
  border-bottom: solid 1px #CCDDEB;
}
.bdi-search-content .bdi-search-results .results .listacom > li .link-date {
  font-style: normal;
  font-size: 14px;
  line-height: 1.3em;
  font-weight: 400;
  text-transform: uppercase;
  color: #0079BF;
  display: block;
}
.bdi-search-content .bdi-search-results .results .listacom > li a {
  display: block;
  margin-top: 0.5em;
}
.bdi-search-content .bdi-search-results .results .listacom > li a .link-title {
  font-style: normal;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: none;
  color: #004072;
}
.bdi-search-content .bdi-search-results .results .listacom > li .link-desc {
  display: block;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 600;
  text-transform: none;
  color: #657986;
  margin-top: 0.5em;
}
.bdi-search-content .bdi-search-results .results .listacom > li .link-result-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
}
.bdi-search-content .bdi-search-results .results .listacom > li .link-result-footer .area {
  font-style: normal;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
  color: #0079BF;
}
.bdi-search-content .bdi-search-results .results .listacom > li .link-result-footer .type {
  font-style: normal;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: uppercase;
  color: #005393;
  letter-spacing: -0.2%;
  -webkit-box-flex: 2;
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  text-align: right;
}
.bdi-search-content .bdi-search-results .results .listacom > li .link-result-footer .type .link-type,
.bdi-search-content .bdi-search-results .results .listacom > li .link-result-footer .type .link-size,
.bdi-search-content .bdi-search-results .results .listacom > li .link-result-footer .type .link-external {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.bdi-search-content .search-pagination {
  text-align: center;
  margin-top: 40px;
}

.lds-ring {
  display: block;
  position: relative;
  margin: auto;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #004072;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #004072 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.bdipagination {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Open Sans", "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 1.42857143;
  color: #48626f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  margin: auto;
  display: table-row;
  border-collapse: collapse;
  font-size: 13px;
  font-weight: 400;
}

.bdipagination li {
  display: table-cell;
  float: left;
  min-width: 25px;
  border: 1px solid #ddd;
  border-left: 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  color: #999;
  padding: 4px;
}

.bdipagination li:hover {
  background-color: #eee;
  font-weight: 600;
}

.bdipagination li.active {
  color: #fff;
  background-color: #0070c6;
  border-color: #0070c6;
}

.bdipagination li a {
  text-decoration: none;
  color: #005393;
  display: block;
}

.bdipagination li.disabled,
.pagination li.active {
  cursor: not-allowed;
}

.bdipagination li.disabled {
  color: #ccddeb;
}

.bdipagination li.disabled,
.bdipagination li.active {
  cursor: not-allowed;
}

.bdipagination li:first-child {
  border-left: 1px solid #ddd;
  min-width: 26px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.bdipagination li:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.bdipagination li a:focus {
  outline: 2px solid #0070c6;
  outline-offset: 2px;
}

.bdipagination li:first-child > a,
.bdipagination li:first-child > span {
  margin-right: 12px;
}

.bdipagination li:last-child > a,
.bdipagination li:last-child > span {
  margin-left: 12px;
}

.g20-2-col {
  margin-bottom: 20px;
}
.g20-2-col h3 {
  text-align: center;
  font-weight: 600;
  font-size: 19px;
  color: #95aebb;
  margin: 5px 0 15px 0;
}
@media (min-width: 640px) {
  .g20-2-col .g20-row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .g20-2-col .g20-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48.5%;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
    width: 48.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .g20-2-col .g20-cell > * {
    width: 100%;
  }
}

.g20-1-col {
  margin-bottom: 20px;
}
.g20-1-col h3 {
  text-align: center;
  font-weight: 600;
  font-size: 19px;
  color: #95aebb;
  margin: 5px 0 15px 0;
}

.g20-notizie {
  padding-right: 10px;
}
.g20-notizie ol {
  list-style: none;
  padding-left: 0;
  font-size: 14px;
}
.g20-notizie .link-title {
  font-size: 15px;
  text-transform: uppercase;
  color: #1c4171;
  line-height: 1em;
}
.g20-notizie .link-title:hover {
  color: #0070c6;
}
.g20-notizie .link-date {
  color: #80a9c9;
  font-style: normal;
  font-weight: 600;
}
.g20-notizie a {
  display: block;
}
.g20-notizie a:hover {
  text-decoration: none;
}
.g20-notizie .link-desc {
  margin: 0.15em 0 0 0;
  line-height: 1.4em;
}
.g20-notizie .links {
  margin: 40px 0 30px 0;
}
.g20-notizie .links p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  font-weight: 600;
  text-align: right;
}
.g20-notizie .links a {
  display: inline;
  color: #0070c6;
}
.g20-notizie .links a:hover,
.g20-notizie .links a:focus {
  text-decoration: underline;
}
.g20-notizie .news-link {
  display: block;
  margin: 0 0 20px 0;
  text-align: right;
  font-style: italic;
  font-size: 13px;
}
.g20-notizie .news-link a {
  color: #0070c6;
}
.g20-notizie .news-link a:hover,
.g20-notizie .news-link a:focus {
  text-decoration: underline;
}

.read-mode .g20-notizie h3 {
  color: #000;
}
.read-mode .g20-notizie .link-desc,
.read-mode .g20-notizie .link-date {
  color: #000;
}
.read-mode .g20-notizie .link-title {
  color: #0070c6;
}
.read-mode .g20-notizie .links a {
  color: #0070c6;
  background-color: #fff;
}
.read-mode .g20-notizie .links a:hover,
.read-mode .g20-notizie .links a:focus {
  text-decoration: underline;
}

.g20-agenda {
  background-color: #f8f2f2;
  border-color: #bc8080;
  padding-right: 10px;
  padding-left: 5px;
}
.g20-agenda h3 {
  font-size: 19px;
  color: #790000;
  margin-bottom: 30px;
}
.g20-agenda ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.g20-agenda li {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0.25em 0.5em 0.75em 0.5em;
}
.g20-agenda a {
  color: #790000;
}
.g20-agenda li:hover a,
.g20-agenda li:active a {
  text-decoration: none;
}
.g20-agenda .event-date {
  position: absolute;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 600;
  width: 100px;
  text-align: right;
  font-size: 29px;
  color: #790000;
  line-height: 29px;
}
.g20-agenda .event-date em {
  color: #d7b2b2;
  font-style: normal;
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  line-height: 18px;
  margin-top: -5px;
}
.g20-agenda .event-category,
.g20-agenda .event-place,
.g20-agenda .event-desc {
  margin-left: 115px;
  display: block;
}
.g20-agenda .event-category {
  text-transform: uppercase;
  font-weight: 600;
  color: #790000;
  font-size: 12.5px;
}
.g20-agenda .event-place {
  font-weight: 400;
  font-size: 14px;
  color: #48626f;
  font-style: italic;
}
.g20-agenda .event-desc {
  color: #48626f;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.36em;
}
.g20-agenda .event-desc i.fa {
  font-weight: 400;
  color: #790000;
  margin-left: 0.45em;
}
.g20-agenda a:hover .event-desc {
  text-decoration: underline;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  -webkit-text-decoration-color: #48626f;
          text-decoration-color: #48626f;
}
.g20-agenda .links,
.g20-agenda .links p {
  margin: 10px 0 0 0;
  padding: 0;
  border: 0;
  font-style: italic;
  font-weight: 600;
  text-align: center;
}
.g20-agenda .links a {
  font-size: 14px;
  padding: 10px;
}

.read-mode .g20-agenda {
  border-color: #000;
  background-color: #fff;
}
.read-mode .g20-agenda h3 {
  color: black;
}
.read-mode .g20-agenda a {
  color: #0070c6;
}
.read-mode .g20-agenda .event-date,
.read-mode .g20-agenda .event-date em,
.read-mode .g20-agenda .event-desc,
.read-mode .g20-agenda .event-place {
  color: #000;
}

.mhub-header {
  padding: 10px 15px;
}
.mhub-header .img-holder {
  height: 200px;
  background-image: url("../images/milanoHub/header.jpg");
  background-size: cover;
}
@media (min-width: 600px) {
  .mhub-header {
    display: block;
  }
  .mhub-header .img-holder {
    height: 300px;
  }
}

.mhub-content-layout-mgr {
  display: block;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.mhub-content-layout-mgr .left-cell {
  width: 180px;
  margin: 20px auto;
}
.mhub-content-layout-mgr .right-cell {
  width: 100%;
}
.mhub-content-layout-mgr .masthead {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.mhub-content-layout-mgr .masthead h1 {
  color: #004c7f;
  font-weight: 400;
  margin: 20px 0 10px 0;
}
.mhub-content-layout-mgr .masthead p {
  font-style: italic;
}
.mhub-content-layout-mgr .right-cell .content {
  color: #3e5460;
  padding-right: 2px;
}
@media (min-width: 480px) {
  .mhub-content-layout-mgr .right-cell .content {
    text-align: left;
    text-justify: initial;
    -webkit-hyphens: none !important;
        -ms-hyphens: none !important;
            hyphens: none !important;
  }
}
@media (min-width: 600px) {
  .mhub-content-layout-mgr .left-cell {
    width: 200px;
  }
  .mhub-content-layout-mgr .masthead h1 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .mhub-content-layout-mgr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 15px 0 15px;
  }
  .mhub-content-layout-mgr .left-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 250px;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    width: 250px;
    margin: 0 30px 0 0;
  }
  .mhub-content-layout-mgr .right-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 660px;
        -ms-flex: 0 0 660px;
            flex: 0 0 660px;
    width: 660px;
  }
  .mhub-content-layout-mgr .masthead {
    text-align: left;
  }
  .mhub-content-layout-mgr .masthead h1 {
    margin-top: 0;
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  .mhub-content-layout-mgr .right-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 860px;
        -ms-flex: 0 0 860px;
            flex: 0 0 860px;
    width: 860px;
  }
}

.read-mode .mhub-content-layout-mgr .masthead h1 {
  color: black;
}
.read-mode .mhub-content-layout-mgr .masthead p {
  color: black;
}
.read-mode .mhub-content-layout-mgr .content {
  color: black;
}

.mhub-cards {
  padding: 0 15px;
  margin-bottom: 30px;
}
.mhub-cards ul,
.mhub-cards li,
.mhub-cards a,
.mhub-cards span,
.mhub-cards div {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.mhub-cards ul {
  margin: 15px -15px;
  list-style: none;
}
.mhub-cards li {
  position: relative;
  display: block;
  margin: 15px;
  height: 460px;
  background-color: #aaa;
  background-size: cover;
  border-radius: 15px;
  overflow: hidden;
}
.mhub-cards a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mhub-cards a:hover, .mhub-cards a:focus {
  text-decoration: none;
}
.mhub-cards .card-title {
  display: block;
  text-align: center;
  color: white;
  font-family: "Open Sans", "Segoe UI", Frutiger, Tahoma, Ubuntu, "DejaVu Sans", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin-top: 55px;
  text-shadow: 4px 4px 4px rgba(68, 68, 68, 0.5);
}
.mhub-cards .card-button {
  display: block;
  text-align: center;
  background-color: white;
  color: #444;
  font-weight: 600;
  margin-bottom: 45px;
  padding: 15px 25px;
  border-radius: 5px;
  -webkit-box-shadow: 4px 4px 6px rgba(68, 68, 68, 0.5);
          box-shadow: 4px 4px 6px rgba(68, 68, 68, 0.5);
}
.mhub-cards a:hover .card-button,
.mhub-cards a:focus .card-button {
  color: #0070c6;
}
@media (min-width: 992px) {
  .mhub-cards ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mhub-cards li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 292px;
        -ms-flex: 0 0 292px;
            flex: 0 0 292px;
    width: 292px;
  }
  .mhub-cards li:hover, .mhub-cards li:focus {
    -webkit-box-shadow: 4px 4px 4px rgba(68, 68, 68, 0.5);
            box-shadow: 4px 4px 4px rgba(68, 68, 68, 0.5);
  }
}
@media (min-width: 1200px) {
  .mhub-cards li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 360px;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
    width: 360px;
  }
}

.mhub-timeline {
  margin: 30px 0;
  padding: 0 15px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}
.mhub-timeline ol,
.mhub-timeline li,
.mhub-timeline a,
.mhub-timeline p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.mhub-timeline ol {
  list-style: none;
}
.mhub-timeline .timeline-title {
  border-bottom: 1px solid;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  padding-bottom: 4px;
}
.mhub-timeline .timeline-step {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.mhub-timeline .step-divider {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60px;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  background-color: #48626f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mhub-timeline .step-divider .pre,
.mhub-timeline .step-divider .post {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 29px;
      -ms-flex: 0 0 29px;
          flex: 0 0 29px;
  width: 29px;
  content: "";
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.mhub-timeline .step-divider .post::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #48626f;
  background-color: white;
  margin-left: -5.5px;
  border-radius: 100%;
}
.mhub-timeline .step-name {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 130px;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  width: 130px;
  max-width: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-weight: 400;
}
.mhub-timeline .step-desc {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  background-color: goldenrod;
  color: black;
  padding: 30px 0;
  margin: 15px 0;
  border-radius: 50px 0 0 50px;
}
.mhub-timeline p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  padding: 0 40px;
}
.mhub-timeline p:not(:last-child) {
  margin-bottom: 0.25em;
}
.mhub-timeline .step-divider .post::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #48626f;
}

@media (min-width: 992px) {
  .mhub-timeline.lg-timeline p {
    font-size: 15px;
  }
  .mhub-timeline.lg-timeline .step-name {
    max-width: none;
    width: auto;
  }
  .mhub-timeline.lg-timeline .step-desc {
    margin: 5px 0;
  }
  .mhub-timeline.lg-timeline .step-name,
.mhub-timeline.lg-timeline .step-desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 30px);
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
    min-width: 440px;
  }
  .mhub-timeline.lg-timeline li:nth-child(odd) .timeline-step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .mhub-timeline.lg-timeline li:nth-child(odd) .step-name {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mhub-timeline.lg-timeline li:nth-child(odd) .step-desc {
    border-radius: 0 50px 50px 0;
  }
  .mhub-timeline.lg-timeline li:nth-child(odd) .step-divider .pre::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #48626f;
  }
  .mhub-timeline.lg-timeline li:nth-child(odd) .step-divider .post::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .mhub-timeline.lg-timeline .step-name,
.mhub-timeline.lg-timeline .step-desc {
    min-width: 540px;
  }
}

html:not(.ie) .mhub-timeline.sm-timeline {
  padding: 0;
}
html:not(.ie) .mhub-timeline.sm-timeline .timeline-title {
  font-size: 26px;
  font-weight: 300;
  border-bottom: thin solid #7f919a;
  margin: 30px 0 20px 0;
}
@media (min-width: 992px) {
  html:not(.ie) .mhub-timeline.sm-timeline .step-name {
    max-width: none;
    width: auto;
  }
  html:not(.ie) .mhub-timeline.sm-timeline .step-desc {
    margin: 5px 0;
  }
  html:not(.ie) .mhub-timeline.sm-timeline .step-name,
html:not(.ie) .mhub-timeline.sm-timeline .step-desc {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 30px);
        -ms-flex: 0 0 calc(50% - 30px);
            flex: 0 0 calc(50% - 30px);
  }
  html:not(.ie) .mhub-timeline.sm-timeline li:nth-child(odd) .timeline-step {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  html:not(.ie) .mhub-timeline.sm-timeline li:nth-child(odd) .step-name {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  html:not(.ie) .mhub-timeline.sm-timeline li:nth-child(odd) .step-desc {
    border-radius: 0 50px 50px 0;
  }
  html:not(.ie) .mhub-timeline.sm-timeline li:nth-child(odd) .step-divider .pre::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #48626f;
  }
  html:not(.ie) .mhub-timeline.sm-timeline li:nth-child(odd) .step-divider .post::after {
    display: none;
  }
}

.bdi-widget-guests ul,
.bdi-widget-guests li,
.bdi-widget-guests a,
.bdi-widget-guests img {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.bdi-widget-guests ul {
  list-style: none;
}
.bdi-widget-guests img {
  width: 100%;
  height: auto;
}
.bdi-widget-guests a {
  display: block;
  color: #005393;
}
.bdi-widget-guests a:hover, .bdi-widget-guests a:focus {
  text-decoration: none;
}
.bdi-widget-guests ul {
  margin: 40px -7.5px 0 -7.5px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.bdi-widget-guests li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 140px;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  margin: 0 7.5px 30px 7.5px;
  min-width: 140px;
  max-width: 140px;
}
.bdi-widget-guests .guest-image,
.bdi-widget-guests .guest-name,
.bdi-widget-guests .guest-organization {
  display: block;
  text-align: center;
  -webkit-hyphens: none !important;
      -ms-hyphens: none !important;
          hyphens: none !important;
}
.bdi-widget-guests .guest-image {
  position: relative;
  margin-bottom: 20px;
}
.bdi-widget-guests .guest-image img {
  border-radius: 100%;
  width: 120px;
  margin: 0 auto;
}
.bdi-widget-guests a:hover .guest-name,
.bdi-widget-guests a:focus .guest-name {
  color: #0070c6;
}
.bdi-widget-guests a:hover .guest-organization,
.bdi-widget-guests a:focus .guest-organization {
  color: #222;
}
.bdi-widget-guests a:hover .guest-image::after,
.bdi-widget-guests a:focus .guest-image::after {
  position: absolute;
  display: block;
  content: "";
  left: 10px;
  top: 0;
  height: 120px;
  width: 120px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.05);
  z-index: 4;
}
.bdi-widget-guests .guest-name {
  font-weight: 600;
  margin-bottom: 3px;
  line-height: 1.15;
}
.bdi-widget-guests .guest-organization {
  font-size: 11.5px;
  color: #48626f;
  font-weight: 300;
  line-height: 1.1;
}

.read-mode .bdi-widget-guests .guest-organization {
  color: black;
}

.stgrev-cv {
  margin-bottom: 40px;
}
.stgrev-cv .cv-backlink {
  font-size: 15px;
  margin: 20px 0;
  text-align: center;
}
.stgrev-cv .cv-portrait {
  max-width: 350px;
  margin: 0 auto 30px auto;
}
.stgrev-cv .content {
  color: #111;
  font-size: 15px;
  line-height: 22px;
}
.stgrev-cv .content h1 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 20px;
}
.stgrev-cv .content h2 {
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  padding-bottom: 4px;
  border-bottom: 1px solid #dedede;
}
@media (min-width: 1000px) {
  .stgrev-cv .cv-backlink {
    text-align: left;
    margin: 15px 0 10px 280px;
    font-style: italic;
  }
  .stgrev-cv .cv-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .stgrev-cv .cv-portrait {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 250px;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    width: 250px;
    margin: 5px 30px 0 0;
  }
  .stgrev-cv .content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 640px;
        -ms-flex: 0 0 640px;
            flex: 0 0 640px;
    max-width: 640px;
  }
  .stgrev-cv .content h1 {
    font-size: 50px;
  }
}

.bdi-mktop-panel {
  width: 100%;
  margin: 50px 0;
}
.bdi-mktop-panel .mktop-table-wrapper {
  width: 100%;
  overflow-x: auto;
  padding-bottom: 15px;
}
.bdi-mktop-panel a {
  color: #036ebf;
  text-decoration: none;
}
.bdi-mktop-panel a:hover, .bdi-mktop-panel a:focus {
  color: #038bf2;
  text-decoration: underline;
}
.bdi-mktop-panel .bdi-align-left {
  text-align: left !important;
}
.bdi-mktop-panel .bdi-align-center {
  text-align: center !important;
}
.bdi-mktop-panel .bdi-align-right {
  text-align: right !important;
}

.bdi-mktop-scheda {
  margin: 20px 0;
  font-size: 14.5px;
  line-height: 1.4;
}
.bdi-mktop-scheda .mktop-nota {
  font-style: italic;
  color: #637a85;
}
.bdi-mktop-scheda dt,
.bdi-mktop-scheda dd {
  display: block;
}
.bdi-mktop-scheda dt {
  font-weight: 600;
  padding-top: 5px;
}
.bdi-mktop-scheda dt:first-child {
  border-top: 1px solid #bfc8cd;
}
.bdi-mktop-scheda dd {
  border-bottom: 1px solid #bfc8cd;
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  .bdi-mktop-scheda dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .bdi-mktop-scheda dt,
.bdi-mktop-scheda dd {
    border-bottom: 1px solid #bfc8cd !important;
    border-top: 1px solid transparent !important;
    padding: 3px 25px 6px 0;
  }
  .bdi-mktop-scheda dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    max-width: 45%;
    padding-right: 50px;
  }
  .bdi-mktop-scheda dd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    max-width: 55%;
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  .bdi-mktop-scheda dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 40%;
  }
  .bdi-mktop-scheda dd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    max-width: 60%;
  }
}

.read-mode .bdi-mktop-scheda {
  color: black;
}
.read-mode .bdi-mktop-scheda .mktop-nota {
  color: black;
}

.mktop-nota {
  border: 1px solid transparent;
  background-color: #fbf2e0;
  color: #344750;
  margin: 20px 0;
  padding: 20px 20px 25px 20px;
  font-size: 15px;
  line-height: 20px;
}
.mktop-nota h2,
.mktop-nota h3,
.mktop-nota h4,
.mktop-nota h5,
.mktop-nota p,
.mktop-nota ul,
.mktop-nota ol,
.mktop-nota li {
  margin: 0 0 1em 0;
  padding: 0;
}
.mktop-nota h2:last-child,
.mktop-nota h3:last-child,
.mktop-nota h4:last-child,
.mktop-nota h5:last-child,
.mktop-nota p:last-child,
.mktop-nota ul:last-child,
.mktop-nota ol:last-child,
.mktop-nota li:last-child {
  margin-bottom: 0;
}
.mktop-nota ul,
.mktop-nota ol {
  list-style: none;
  margin-right: 5px;
}
.mktop-nota h2 {
  font-size: 18px;
  font-weight: 600;
}
.mktop-nota h3 {
  font-size: 16px;
  font-weight: 600;
}
.mktop-nota > h2:first-child,
.mktop-nota > h3:first-child {
  margin: -20px -20px 20px -20px;
  padding: 10px 20px;
  background-color: #005393;
  color: white;
  font-weight: 400;
  text-transform: uppercase;
  border: 0;
}
.mktop-nota a {
  color: #036ebf;
}
.mktop-nota a:hover, .mktop-nota a:focus {
  color: #038bf2;
  text-decoration: underline;
}

.read-mode .mktop-nota {
  border: 1px solid black;
  background-color: white;
}
.read-mode .mktop-nota > h2:first-child,
.read-mode .mktop-nota > h3:first-child {
  background-color: black;
}

.bdi-mktop-table {
  width: 100%;
  font-size: 13px;
  line-height: 1;
  color: #52707e;
}
.bdi-mktop-table caption,
.bdi-mktop-table h2,
.bdi-mktop-table h3 {
  font-size: 15px;
  font-weight: 700;
  color: #48626f;
  margin-bottom: 4px;
  text-align: left;
}
.bdi-mktop-table th,
.bdi-mktop-table td {
  padding: 6px;
  text-align: center;
}
.bdi-mktop-table th:last-child,
.bdi-mktop-table td:last-child {
  text-align: right;
  padding-right: 0;
}
.bdi-mktop-table th:first-child,
.bdi-mktop-table td:first-child {
  text-align: left;
  padding-left: 0;
}
.bdi-mktop-table thead {
  border-bottom: 2px solid #b4c6cf;
}
.bdi-mktop-table thead th {
  font-weight: 600;
  vertical-align: bottom;
}
.bdi-mktop-table tfoot {
  font-size: 90%;
}
.bdi-mktop-table tfoot td {
  border-bottom: none;
  text-align: left !important;
}
.bdi-mktop-table tbody td {
  padding: 7.75px;
  border-bottom: 2px solid #f2d49c;
}

.read-mode .bdi-mktop-table {
  color: black;
}
.read-mode .bdi-mktop-table caption,
.read-mode .bdi-mktop-table h2,
.read-mode .bdi-mktop-table h3 {
  color: black;
}
.read-mode .bdi-mktop-table thead {
  border-color: black;
}
.read-mode .bdi-mktop-table tbody td {
  border-color: #ddd;
}

.bdi-mktop-download-link {
  margin: 10px 0 20px 0;
  font-size: 14px;
  font-style: italic;
}
.bdi-mktop-download-link .icon-holder {
  margin-right: 5px;
}
.bdi-mktop-download-link .icon-holder img {
  margin-top: -2px;
  width: 24px;
  height: auto;
}
.bdi-mktop-download-link a:hover,
.bdi-mktop-download-link a:focus {
  text-decoration: none;
}
.bdi-mktop-download-link a:hover .link-text,
.bdi-mktop-download-link a:focus .link-text {
  text-decoration: underline;
}

.bdi-mktop-archive-box {
  width: 100%;
  margin: 25px 0 80px 0;
  font-size: 13.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.bdi-mktop-archive-box h2,
.bdi-mktop-archive-box h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #2a3941;
  margin-bottom: 10px;
}
.bdi-mktop-archive-box ol,
.bdi-mktop-archive-box ul,
.bdi-mktop-archive-box li {
  margin: 0;
  padding: 0;
}
.bdi-mktop-archive-box ol,
.bdi-mktop-archive-box ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 310px;
  padding-left: 25px;
}
.bdi-mktop-archive-box li {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  padding: 0 15px 7px 0;
}
.bdi-mktop-archive-box a {
  text-decoration: none;
  border-bottom: 1px solid;
}
.bdi-mktop-archive-box a:hover, .bdi-mktop-archive-box a:focus {
  text-decoration: none;
}

.bdi-mktop-simple-table {
  color: #111;
  font-size: 13.5px;
  border-collapse: collapse;
  margin: 0 auto;
}
.bdi-mktop-simple-table caption,
.bdi-mktop-simple-table caption h2,
.bdi-mktop-simple-table caption h3 {
  color: #48626f;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 8px;
}
.bdi-mktop-simple-table th,
.bdi-mktop-simple-table td {
  padding: 4px 10px;
  text-align: center;
  width: 50%;
}
.bdi-mktop-simple-table th {
  background-color: white;
  color: #48626f;
  font-weight: 300;
  font-style: italic;
  border-bottom: 2px solid #adadad;
}
.bdi-mktop-simple-table td {
  border-bottom: 2px solid #adadad;
}
.bdi-mktop-simple-table td:first-child {
  font-weight: 600;
  background-color: #efefef;
}

#mktop-euro-operations-table th:nth-child(5), #mktop-euro-operations-table th:nth-child(6),
#mktop-euro-operations-table td:nth-child(5),
#mktop-euro-operations-table td:nth-child(6) {
  text-align: right;
}

#mktop-non-euro-operations-table th:nth-child(5),
#mktop-non-euro-operations-table td:nth-child(5) {
  text-align: right;
}

.climate-header {
  padding: 10px 15px;
}
.climate-header .img-holder {
  height: 200px;
  background-image: url("../images/climate-change/Hero-banner.jpg");
  background-size: cover;
}
@media (min-width: 600px) {
  .climate-header {
    display: block;
  }
  .climate-header .img-holder {
    height: 300px;
  }
}

.video-container {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 20px;
}

.climate-change .css-col-2 > * {
  display: block;
}

.climate-banner {
  display: block;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.climate-banner img {
  width: 100%;
}
.climate-banner ol {
  padding-left: 18px;
  margin-bottom: 40px;
}
.climate-banner .alternative-text {
  position: absolute;
  top: -99999px;
  left: -99999px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .climate-banner .alternative-text {
    position: unset;
    top: 0;
    left: 0;
  }
}
.climate-banner .alternative-text::marker {
  font-weight: 600;
}
@media (max-width: 768px) {
  .climate-banner .alternative-text.title {
    margin-bottom: 15px;
    color: #004c7f;
  }
}

.video-heading {
  margin-bottom: 30px;
}

#gallerie-video {
  margin-top: 40px;
}
#gallerie-video h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  border-bottom: 1px solid #7f919a;
}
#gallerie-video h2,
#gallerie-video #gallerie-video ul,
#gallerie-video #gallerie-video li,
#gallerie-video #gallerie-video a {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1;
}
#gallerie-video ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
}
#gallerie-video ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
}
@media (max-width: 1200px) {
  #gallerie-video ul li {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media (max-width: 600px) {
  #gallerie-video ul li {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
#gallerie-video ul li .video-card {
  margin: 0 15px 40px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#gallerie-video ul li .video-card a {
  color: inherit;
  text-decoration: none;
  width: 100%;
}
#gallerie-video ul li .video-card a .video-thumbnail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  z-index: 0;
}
#gallerie-video ul li .video-card a .video-thumbnail img {
  width: 100%;
  height: auto;
}
#gallerie-video ul li .video-card a .video-thumbnail .video-indicator {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  color: #eceff0;
  background-color: #48626f;
  padding: 4px 8px 4px 4px;
  font-size: 14px;
  line-height: 1;
}
#gallerie-video ul li .video-card a .video-thumbnail .video-indicator .video-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#gallerie-video ul li .video-card a .video-thumbnail .video-indicator .video-info .sym-play {
  display: block;
}
#gallerie-video ul li .video-card a .video-thumbnail .video-indicator .video-info .sym-play img {
  margin-top: 1px;
  height: 12px;
  width: 15px;
}
#gallerie-video ul li .video-card a .video-thumbnail .video-indicator .video-info .duration {
  display: block;
  font-size: 14px;
  line-height: 1;
  padding-left: 6px;
}
#gallerie-video ul li .video-card a .video-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  margin: 22px 0 12px 0;
}
#gallerie-video ul li .video-card a .video-abstract {
  font-size: 14px;
  line-height: 1.25;
  padding-bottom: 1em;
}

.climate-cards ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: calc(33.33% - 5px) calc(33.33% - 5px) calc(33.33% - 5px);
  gap: 8px;
  grid-auto-rows: 1fr;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .climate-cards ul {
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
  }
}
@media (max-width: 600px) {
  .climate-cards ul {
    grid-template-columns: 100%;
  }
}
.climate-cards ul .single-card {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}
.climate-cards ul .single-card:hover {
  background: #000000;
  text-decoration: none;
}
.climate-cards ul .single-card .bkg-colored {
  width: 25%;
}
.climate-cards ul .single-card .text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 10px;
  padding-bottom: 40px;
  position: relative;
  width: 100%;
}
.climate-cards ul .single-card .text-container:after {
  content: "";
  display: block;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
.climate-cards ul .single-card .text-container .category {
  color: #ffffff;
  position: relative;
  z-index: 2;
  font-style: italic;
}
.climate-cards ul .single-card .text-container .title {
  color: #ffffff;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 600;
}
.climate-cards ul .blue {
  background-image: url("../images/climate-change/tasto_rapporto_ambientale.jpg");
}
.climate-cards ul .blue .text-container:after {
  background: #3e499b;
}
.climate-cards ul .blue .bkg-colored {
  background: #3e499b;
}
.climate-cards ul .green {
  background-image: url("../images/climate-change/investimenti-sostenibili.jpg");
}
.climate-cards ul .green .text-container:after {
  background: #3e9536;
}
.climate-cards ul .green .bkg-colored {
  background: #3e9536;
}
.climate-cards ul .orange {
  background-image: url("../images/climate-change/tasto_carta_investimenti.jpg");
}
.climate-cards ul .orange .text-container:after {
  background: #e59001;
}
.climate-cards ul .orange .bkg-colored {
  background: #e59001;
}

.mhub-content-layout-mgr {
  display: block;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.mhub-content-layout-mgr .left-cell {
  width: 180px;
  margin: 20px auto;
}
.mhub-content-layout-mgr .right-cell {
  width: 100%;
}
.mhub-content-layout-mgr .masthead {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.mhub-content-layout-mgr .masthead h1 {
  color: #004c7f;
  font-weight: 400;
  margin: 20px 0 10px 0;
}
.mhub-content-layout-mgr .masthead p {
  font-style: italic;
}
.mhub-content-layout-mgr .right-cell .content {
  color: #3e5460;
  padding-right: 2px;
}
@media (min-width: 480px) {
  .mhub-content-layout-mgr .right-cell .content {
    text-align: left;
    text-justify: initial;
    -webkit-hyphens: none !important;
        -ms-hyphens: none !important;
            hyphens: none !important;
  }
}
@media (min-width: 600px) {
  .mhub-content-layout-mgr .left-cell {
    width: 200px;
  }
  .mhub-content-layout-mgr .masthead h1 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .mhub-content-layout-mgr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px 15px 0 15px;
  }
  .mhub-content-layout-mgr .left-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 250px;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    width: 250px;
    margin: 0 30px 0 0;
  }
  .mhub-content-layout-mgr .right-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 660px;
        -ms-flex: 0 0 660px;
            flex: 0 0 660px;
    width: 660px;
  }
  .mhub-content-layout-mgr .masthead {
    text-align: left;
  }
  .mhub-content-layout-mgr .masthead h1 {
    margin-top: 0;
    font-size: 44px;
  }
}
@media (min-width: 1200px) {
  .mhub-content-layout-mgr .right-cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 860px;
        -ms-flex: 0 0 860px;
            flex: 0 0 860px;
    width: 860px;
  }
}

.read-mode .mhub-content-layout-mgr .masthead h1 {
  color: black;
}
.read-mode .mhub-content-layout-mgr .masthead p {
  color: black;
}
.read-mode .mhub-content-layout-mgr .content {
  color: black;
}