@charset "UTF-8";
/*
Theme Name: Design Italia
Theme URI: https://github.com/italia/design-wordpress-theme/
Author: Marco Gargano
Author URI: http://marcogargano.com/
Description: Design Italia è un tema di WordPress utilizzabile per i siti internet della Pubblica Amministrazione italiana. Design Italia rispetta le nuove linee guida di design dell’Agenzia per l’Italia digitale rilasciare dal Team per la Trasformazione Digitale e le caratteristiche per i servizi web della Pubblica Amministrazione contenute nel Piano triennale per l’informatica nella Pubblica Amministrazione 2017/2019. Nel tema vengono integrate le componenti di Bootstrap Italia.
Version: 0.28
License: AGPL-3.0
License URI: LICENSE
Tags: one-column, two-columns, right-sidebar, custom-header, custom-colors, custom-logo, custom-menu, footer-widgets, editor-style, featured-images, post-formats, theme-options
Text Domain: wppa

Design Italia WordPress Theme © 2017 Marco Gargano
Design Italia is distributed under the terms of the AGPL-3.0

Copyright (c) the respective contributors, as shown by the AUTHORS file.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.
*/
@import url("../../design-italia/lib/bootstrap-italia/css/fonts.css");
@import url("../../design-italia/lib/block/block.css");
/* WordPress WYSIWYG Editor Styles */
.entry-content {
  margin-top: 45px;
  margin-bottom: 60px;
}
.entry-content [href$=".pdf"]:after, .entry-content [href$=".doc"]:after, .entry-content [href$=".docs"]:after, .entry-content [href$=".xls"]:after, .entry-content [href$=".xlsx"]:after, .entry-content [href$=".zip"]:after {
  content: "📎";
  margin-left: 5px;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.post-edit-link {
  margin: 0;
  padding: 5px 15px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.666em;
  line-height: 3em;
  font-weight: 600;
  background-color: #c00;
  transition: all 0.3s ease-in-out;
}
.post-edit-link:before {
  content: "✎";
  font-size: 18px;
  margin-right: 7px;
}
.post-edit-link:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #f00;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.3);
}
@media print {
  html {
    background: transparent;
  }
  #footer, .nav, .condividi, .it-right-zone, .post-edit-link {
    display: none !important;
  }
}
/* CUSTOM STYLE */
html {
  background: #00264d;
}
header {
  position: relative;
  /*z-index: 10;*/
}
/* UI Form */
select {
  height: 45px;
}
input[type="radio"], input[type="checkbox"] {
  display: inline;
  box-shadow: none;
  zoom: 150%;
}
button, input[type="submit"] {
  background-color: #65dde0;
  box-shadow: none;
  color: #004a4d;
  font-weight: 600;
  padding: 0.6em 1.2em;
  text-transform: uppercase;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  vertical-align: middle;
  white-space: nowrap;
}
button:hover, input[type="submit"]:hover {
  cursor: pointer;
  background-color: #3cd5d7;
  border-color: #29cbd1;
}
label {
  color: inherit;
  display: inline-block;
  font-size: inherit;
  font-weight: 700;
  margin: 0;
}
/* Custom */
[class^="branding"], [class^="branding"] a, [class^="branding"] [class^="menu"] a {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}
[class^="branding"] a:hover, [class^="branding"] [class^="menu"] a:hover {
  color: #fff;
}
#header {
  background-color: #06c;
  color: #fff;
}
.branding-up {
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: rgba(0, 0, 0, 0.15);
}
.branding {
  background-color: transparent;
}
.branding h1 {
  margin-top: 10px;
}
.custom-logo {
  width: 70px;
  height: auto;
  max-width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.menu-main {
  position: relative;
  background-color: transparent;
}
.nav li {
  display: block;
  padding: 15px 10px;
}
.nav li a {
  color: #fff;
  font-weight: 600;
  font-size: 0.889em;
}
.nav li a [class^="la"] {
  zoom: 140%;
  bottom: -2px;
  position: relative;
}
.nav li a:hover [class^="la"] {
  text-decoration: none;
}
.branding-up .nav li {
  padding: 0 10px;
}
/* NAV CHILD WITH DROPDOWN */
.nav .disable > a {
  pointer-events: none;
}
.nav .light > a {
  font-weight: 300;
}
.menu-main .nav ul {
  min-width: 150px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: -999em;
  left: -999em;
}
.menu-main .nav li ul {
  padding: 10px 0;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.menu-main .nav li ul:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 24px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-main .nav li ul ul:before {
  display: none;
}
.menu-main .nav li ul a, .menu-main .nav li ul a:hover, .menu-main .nav li ul a:active, .menu-main .nav li:hover ul a, .menu-main .nav li:active ul a {
  font-size: 0.889em;
  color: #1173d4;
}
.menu-main .nav li ul a:hover, .menu-main .nav li ul a:active {
  text-decoration: underline;
}
.menu-main .nav li {
  display: inline-block;
  position: relative;
  text-align: left;
  z-index: 99999;
}
.menu-main .nav li.focus > ul, .menu-main .nav li:hover > ul, .menu-main .nav li:active > ul {
  top: auto;
  left: auto;
}
.menu-main .nav li li.focus > ul, .menu-main .nav li li:hover > ul, .menu-main .nav li li:active > ul {
  left: 100%;
  top: 0;
}
.menu-main .nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  padding: 0 15px;
}
.menu-main .nav a:hover, .menu-main .nav a:active, .menu-main .nav li:hover > a, .menu-main .nav li:active > a, .menu-main .nav .focus > a, .menu-main .nav .current-menu-item > a, .menu-main .nav .current-menu-ancestor > a {
  color: #fff;
}
.menu-main .nav > li:hover, .menu-main .nav > li:active {
  background-color: rgba(0, 0, 0, 0.1);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.menu-main .nav .current-menu-item, .menu-main .nav .current-menu-ancestor {
  box-shadow: inset 0 -2px 0 #fff;
}
/* .menu-main .nav .menu-item-has-children {
	padding-right: 20px;
} */
.menu-main .nav .menu-item-has-children > a:after {
  content: "";
  font-family: italia-icon-font;
  font-size: 11px;
  position: relative;
  margin: 0 -10px 0 10px;
}
.menu-main .nav ul {
  background-color: #1173d4;
  padding: 0;
  margin: 15px -10px 0 0;
}
.menu-main .nav li li {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: solid 1px rgba(255, 255, 255, 0.4);
}
.menu-main .nav .menu-item-has-children .menu-item-has-children > a:after {
  position: absolute;
  top: 15px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.menu-main .nav .sub-menu ul {
  margin: 0;
  position: relative;
  left: 0;
}
/* MEGA MENU */
.menu-main .mega-menu li {
  position: static;
}
.menu-main .mega-menu li a {
  font-weight: 400;
}
.menu-main .mega-menu li ul:before {
  display: none;
}
.menu-main .mega-menu .menu-item-has-children .menu-item-has-children > a:after {
  content: none;
}
.menu-main .mega-menu > li.focus > ul, .menu-main .mega-menu > li:hover > ul, .menu-main .mega-menu > li:active > ul {
  left: 0;
  right: 0;
  position: absolute;
  padding-top: 25px;
}
.menu-main .mega-menu .sub-menu > li {
  width: 100%;
  vertical-align: top;
}
.menu-main .mega-menu .sub-menu > li li {
  display: inline-block;
  min-width: 100%;
}
.menu-main .mega-menu .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu-main .mega-menu ul > li {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  vertical-align: top;
}
.menu-main .mega-menu li li ul, .menu-main .mega-menu li li.focus ul, .menu-main .mega-menu li li:hover ul, .menu-main .mega-menu li li:active ul {
  left: 0;
  top: 0;
  position: relative;
  box-shadow: none;
}
.menu-main .mega-menu li li ul li {
  padding-left: 0;
}
.menu-main .nav.mega-menu .heading > a {
  pointer-events: none;
  color: #19191a;
  font-weight: 600;
}
.menu-main .nav.mega-menu .more a {
  margin-top: 10px;
  font-weight: 600;
}
.menu-main .nav.mega-menu .more a [class^="it"], .menu-main .nav.mega-menu .more a [class^="la"] {
  zoom: 0.8;
  margin-left: 10px;
  text-decoration: none;
}
/* NAV BAR WITH RESPONSIVE */
.show-menu-lingua, .show-menu-main {
  position: relative;
  text-decoration: none;
  color: #fff;
  background: transparent;
  text-align: center;
  padding: 15px 0;
  width: 100%;
  display: none;
}
.show-menu-main:after {
  content: "☰";
  position: absolute;
  left: calc(50% - 45px);
  top: 28%;
}
.show-menu-lingua {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  font-size: 150%;
  line-height: 115%;
}
#show-menu-main[type="checkbox"], #show-menu-lingua[type="checkbox"] {
  display: none;
}
#show-menu-main[type="checkbox"]:checked ~ .nav, #show-menu-lingua[type="checkbox"]:checked ~ .nav {
  height: auto;
  opacity: 1;
  overflow: scroll;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .branding {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .branding img {
    max-width: 100%;
    padding-top: 25%;
  }
  .header-slim-right-zone .nav .menu-item-has-children:hover ul, .header-slim-right-zone .nav .menu-item-has-children:active ul, .menu-main .nav .menu-item-has-children:hover ul, .menu-main .nav .menu-item-has-children:active ul {
    position: relative;
    display: block;
    top: 0;
    left: -5px;
  }
  .menu-main .nav .menu-item-has-children:hover ul ul {
    left: 0;
  }
  .header-slim-right-zone .nav {
    text-align: right;
    margin-top: 30px;
  }
  .header-slim-right-zone .nav, .menu-main .nav {
    position: static;
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
  }
  .header-slim-right-zone .nav li, .menu-main .nav li {
    margin-bottom: 1px;
  }
  .header-slim-right-zone .nav li, .header-slim-right-zone .nav li a, .menu-main .nav li, .menu-main .nav li a {
    width: 100%;
  }
  .show-menu-lingua, .show-menu-main {
    display: block;
  }
  .header-slim-right-zone .nav .menu-item-has-children > a:before, .menu-main .nav .menu-item-has-children > a:before {
    right: 25px;
  }
}
.menu-social {
  min-height: 57px;
}
.entry-nav-below {
  border-top: solid 1px #e5e5e5;
  margin-top: 5px;
}
.entry-nav-below a span {
  font-size: 0.666em;
  vertical-align: 2px;
}
.nav-previous span {
  margin-right: 5px;
}
.nav-next span {
  margin-left: 5px;
}
.breadcrumb {
  padding-left: 0;
  padding-right: 0;
  margin-top: 30px;
}
.breadcrumb-item {
  font-size: 90%;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
}
.breadcrumb-item a {
  font-weight: 600;
}
ul.page-numbers {
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
.page-numbers li {
  display: inline-block;
}
.page-numbers li a, .page-numbers li span {
  display: block;
  padding: 0.5rem 0.9rem;
  border: solid 1px transparent;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 600;
}
.page-numbers li .current {
  border-color: #ccc;
  cursor: default;
}
.page-numbers li .dots {
  padding: 0.5rem 0.1rem;
}
.page-numbers li a:hover {
  text-decoration: none;
  background-color: #eee;
}
.page-numbers li:first-child a, .page-numbers li:last-child a {
  font-size: 0.7rem;
  line-height: 2.2;
}
.page-numbers li:first-child a:hover, .page-numbers li:last-child a:hover {
  /* border-color: transparent;
	background-color: transparent; */
}
#comments {
  padding-top: 60px;
  padding-bottom: 15px;
}
#site-description {
  margin-bottom: 30px;
}
.searchform {
  position: relative;
  display: inline-block;
  width: 100%;
}
.searchform:after {
  /*content: '🔍';*/
  content: "";
  font-family: "italia-icon-font";
  font-smoothing: antialiased;
  color: #333;
  pointer-events: none;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 99999;
  right: -10px;
  top: 10px;
}
.searchform input[type="text"], .searchform [type="submit"] {
  width: calc(100% - 60px);
  height: 45px;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.searchform [type="submit"] {
  width: 60px;
  /*background-color: #f6f6f6;*/
  text-indent: -99999px;
}
.searchform label {
  display: none;
}
.entry-content {
  position: relative;
}
.entry-content img, .wp-post-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.panel-grid > div {
  padding: 2rem 0;
}
.widget_last_post {
  margin-top: 1.5rem;
}
.widget-area .widget_last_post .widget_last_post_wrap {
  min-width: 100%;
}
.widget_last_post .widget_last_post_wrap {
  min-width: 15rem;
}
.widget_last_post .widget_last_post_inner {
  border-top: solid 1px #ddd;
  padding: 1rem 2rem 1rem 0rem;
}
.widget_last_post .widget_last_post_inner h5 a:first-child {
  padding-left: 15px;
}
.widget_last_post .widget_last_post_inner h5 a:first-child:before {
  content: "● ";
  position: absolute;
  left: 6px;
}
.widget_last_post .widget_last_post_inner .wp-post-image {
  max-width: 70px;
}
.widget_last_post .widget_last_post_inner h5 {
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.widget_last_post .widget_last_post_inner h4 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  margin: 1rem 0;
}
.widget_category_mansory {
  margin-bottom: 1.5rem;
}
.widget_category_mansory .widget-title {
  margin-bottom: 1.5rem;
}
.widget_category_mansory .card img {
  margin: 0;
}
.widget_category_mansory .card.card-bg {
  overflow: hidden;
  padding: 0;
  margin-bottom: 15px;
  border-radius: 4px;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #eceff1;
}
@media screen and (max-width: 767px) {
  .widget_category_mansory .card.card-bg {
    margin-left: 0;
  }
}
.widget_widget_single_post .novita-testo, .widget_widget_single_post .novita-foto {
  margin-top: 1em;
  margin-bottom: 1em;
}
.widget_widget_single_post .novita-testo {
  margin-top: 3em;
}
.-area .widget-container {
  margin-bottom: 30px;
}
#footer {
  background-color: #004080;
  color: #fff;
}
#footer .disable a {
  color: inherit;
}
#footer a {
  font-weight: inherit;
  color: #65dcdf;
}
#footer .widget-area li {
  border: none;
}
#footer hr {
  border-color: rgba(255, 255, 255, 0.8);
}
#footer .widget-title {
  font-size: 16px;
  text-transform: uppercase;
}
#footer .nav li {
  padding: 15px 30px 15px 0px;
}
.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
}
#content {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 60px;
}
body.page-template-home .header {
  display: none;
}
body.page-template-home #content, body.page-template-home .entry-content {
  margin-top: 0;
  padding-top: 0;
}
body.archive article, body.search article {
  border-bottom: solid 1px #ddd;
  padding: 2rem 0;
}
.home-content > .container > .post {
  display: inline-block;
  clear: both;
}
.home-content > .container > .post:nth-child(n+2) {
  border-top: solid 1px #ddd;
  padding-top: 60px;
}
.widget-area {
  padding: 30px 0;
}
.widget-area ul, .widget ul {
  margin-top: 1rem;
}
.widget-area li, .widget li {
  list-style: none;
  border-bottom: solid 1px #ddd;
  padding: 10px 0;
}
.widget-area li ul, .widget li ul {
  margin-top: 0;
  padding: 5px 0px 0px 0px;
  text-indent: 15px;
}
.widget-area li li, .widget li li {
  border: none;
}
.widget-area a {
  font-weight: 600;
}
.widget-area span {
  display: block;
  font-size: 80%;
}
.widget-area .wp-post-image {
  width: 100px;
  width: 90%;
  height: auto;
  float: left;
  margin: 10px 10px 5px 0;
}
.widget-area.primary-widget-area .widget-container, .widget-area.page-widget-area .widget-container {
  margin-bottom: 30px;
}
#cookie-notice {
  background-color: #00264d !important;
  color: #fff !important;
  padding: 15px 30px;
  font-size: 100%;
}
.cookie-notice-container {
  text-align: left;
  max-width: 1150px;
  margin: 0 auto;
  line-height: 2em;
}
#cn-accept-cookie {
  font-weight: bold;
  background: #65dde0;
  border-color: #50d8dc !important;
  color: #004a4d !important;
  border-radius: 0;
  padding: 10px 20px;
}
#cookie-notice a {
  color: #65dde0;
}
nav-tabs:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.15);
  bottom: 0;
  left: 10%;
  right: 10%;
  width: 80%;
  height: 50%;
  border-radius: 100%;
}
/* SO - Accordion e tebs */
#container .sow-tabs-tab-container, #container .sow-tabs-panel-container {
  background-color: transparent;
  position: relative;
  z-index: 1;
}
.sow-tabs-panel-container {
  box-shadow: 0px -2px 0px 0px rgba(0, 0, 0, 0.15);
  /* box-shadow: 0px 30px 20px -30px inset rgba(0,0,0,.2); */
  z-index: 0;
}
#container .sow-tabs-panel-container .sow-tabs-panel {
  padding: 15px 30px 30px;
}
#container .sow-tabs-tab-container .sow-tabs-tab {
  font-weight: 600;
  color: #5c6f82;
  border-bottom: 2px solid transparent;
}
#container .sow-tabs-tab-container .sow-tabs-tab:hover {
  background-color: transparent;
  border-bottom: 2px solid #b1b1b3;
}
#container .sow-tabs-tab-container .sow-tabs-tab-selected {
  border-bottom: 2px solid #06c;
  color: #06c;
  background-color: transparent;
}
#container .sow-accordion .sow-accordion-panel {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px;
}
#container .sow-accordion .sow-accordion-panel-header {
  background-color: transparent;
  color: #06c;
  font-weight: 600;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
#container .sow-accordion .sow-accordion-panel-header:hover {
  background-color: #e6ecf2;
}
#container .sow-accordion .sow-accordion-panel-content .sow-accordion-panel-border {
  background-color: transparent;
}
#container .sow-icon-ionicons[data-sow-icon]:before {
  content: "";
  font-family: italia-icon-font;
}
#container .sow-accordion-panel-open .sow-accordion-title, #container .sow-accordion-panel-open .sow-icon-ionicons[data-sow-icon]:before {
  color: #5c6f82;
}
#container .sow-accordion-panel-open .sow-icon-ionicons[data-sow-icon]:before {
  content: "";
}
#container .sow-accordion .sow-accordion-panel-open .sow-accordion-title:before {
  height: 2px;
  width: 56px;
  border-radius: 2px;
  background-color: #0073e6;
  position: absolute;
  top: 0;
  display: block;
  content: "";
  left: 25px;
}
#container .ow-button-base a.ow-button-hover:hover {
  text-decoration: none;
}
.ow-button-base a {
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}
/* SO - Slider post */
.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 {
  text-align: left !important;
}
.sow-carousel-wrapper ul.sow-carousel-items li.sow-carousel-item h3 a {
  text-align: left;
  font-weight: 700;
  font-size: 1em;
}
/* Widget Calendar */
#wp-calendar {
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  background-color: transparent;
}
#wp-calendar td, #wp-calendar th {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  vertical-align: middle;
  border-top: 1px solid #d6dce3;
}
#wp-calendar thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #d6dce3;
}
#wp-calendar tbody + tbody {
  border-top: 2px solid #d6dce3;
}
#wp-calendar .table {
  background-color: #fff;
}
/* Welcome Bootstrap 1 */
* a {
  text-decoration: none;
}
.it-header-slim-wrapper {
  background: rgba(0, 0, 0, 0.15);
  min-height: 43px;
}
.it-footer-small-prints {
  background: rgba(0, 0, 0, 0.5);
}
.header-slim-right-zone ul li a {
  font-size: 0.889em;
  line-height: 2.3em;
}
@media screen and (max-width: 767px) {
  .header-slim-img {
    position: absolute;
    top: 0;
  }
  .header-slim-right-zone {
    width: 100%;
  }
}
.it-footer .searchform:after, .it-header-wrapper .searchform:after {
  width: 20px;
  height: 20px;
  right: 18px;
  top: 12px;
}
.it-footer .searchform input[type="text"], .it-footer .searchform [type="submit"] .it-header-wrapper .searchform input[type="text"], .it-header-wrapper .searchform [type="submit"] {
  width: calc(100% - 60px);
  height: 48px;
  float: left;
  padding-left: 0;
  padding-right: 0;
  color: #fff;
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.it-footer .searchform input[type="text"], .it-header-wrapper .searchform input[type="text"] {
  color: #fff;
  box-shadow: inset 0 -1px 0px #fff;
  background: transparent;
}
.it-footer .searchform [type="submit"], .it-header-wrapper .searchform [type="submit"] {
  background-color: #fff;
  border-radius: 100px;
  height: 48px;
  width: 48px;
  margin-left: 5px;
}
.it-header-wrapper .it-nav-wrapper .it-brand-wrapper {
  padding-left: 0;
}
.it-header-wrapper .it-nav-wrapper .it-header-navbar-wrapper {
  position: relative;
  left: auto;
  top: auto;
  margin-top: auto;
}
.it-header-slim-wrapper .header-slim-img {
  max-width: 200px;
  max-height: 30px;
}
.it-footer-small-prints {
  padding-top: 10px;
  padding-bottom: 10px;
}
.titolo-sezione h2 {
  font-size: 2.222em;
  margin: 0;
  letter-spacing: 0;
}
#articolo-dettaglio-testo p {
  font-family: "Lora", serif;
}
#articolo-dettaglio-testo .thumbnail {
  margin-bottom: 0;
  border-bottom: solid 1px #e5e5e5;
}
#articolo-dettaglio-testo .thumbnail img {
  margin-bottom: 1rem;
}
#articolo-dettaglio-testo .thumbnail .dida {
  text-align: center;
  color: #19191a;
  font-family: "Titillium Web", Geneva, Tahoma, sans-serif;
  font-size: 0.778em;
}
#articolo-dettaglio-testo #sidebar {
  position: relative;
}
#articolo-dettaglio-testo #sidebar:after {
  content: " ";
  position: absolute;
  top: -30px;
  bottom: -30px;
  right: -15px;
  left: auto;
  border-right: solid 1px #e5e5e5;
}
#articolo-dettaglio-testo #sidebar .widget-title {
  position: relative;
  font-size: 0.8888rem;
  font-weight: 600;
  padding-bottom: 15px;
  margin: 30px 0;
}
#articolo-dettaglio-testo #sidebar .widget-title:after, #articolo-dettaglio-testo #sidebar .widget-title:before {
  content: " ";
  position: absolute;
  z-index: 1;
  bottom: -4px;
  top: auto;
  left: -15px;
  right: auto;
  height: 4px;
  width: 15%;
  background-color: #666;
  border-radius: 100px;
}
#articolo-dettaglio-testo #sidebar .widget-title:after {
  z-index: 0;
  left: 15px;
  right: 0;
  width: 100%;
  background-color: #ddd;
  border-radius: 0;
}
@media screen and (max-width: 1199px) {
  #articolo-dettaglio-testo .contenuto:before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  #articolo-dettaglio-testo #sidebar:after {
    content: none;
  }
  #articolo-dettaglio-testo #sidebar .widget-title:after {
    width: calc(100% - 15px);
  }
}
#articolo-dettaglio-testo .widget-area {
  padding-top: 0;
}
#articolo-dettaglio-testo .widget-area .widget-container {
  padding-left: 15px;
}
#articolo-dettaglio-testo .widget-area li {
  padding: 5px 0;
  border: none;
}
#articolo-dettaglio-testo .widget-area li a {
  font-size: 0.8888rem;
}
#articolo-dettaglio-meta, #articolo-dettaglio-pagination {
  background-color: #eee;
}
#articolo-dettaglio-meta {
  position: relative;
  overflow: hidden;
}
#articolo-dettaglio-meta:before {
  content: " ";
  position: absolute;
  top: -45px;
  width: 50%;
  height: 0px;
  background: red;
  left: 25%;
  box-shadow: 0px 0px 50px 10px #000;
}
.argomenti a {
  display: inline-block;
  border: 2px solid;
  margin: 0 8px 12px 0;
  font-size: 0.889em;
  font-weight: 600;
  padding: 0 0.6em;
  border-radius: 10rem;
}
.argomenti a:hover {
  text-decoration: none;
  box-shadow: inset 0 0 1000px rgba(0, 0, 0, 0.1);
}
.menu-moreaction {
  padding-left: 15px;
  font-size: 90%;
}
.show-menu-moreaction {
  cursor: pointer;
}
#show-menu-moreaction[type="checkbox"] {
  display: none;
}
#show-menu-moreaction[type="checkbox"] ~ .menu-moreaction {
  height: 0;
  opacity: 0;
  overflow: hidden;
}
#show-menu-moreaction[type="checkbox"]:checked ~ .menu-moreaction {
  height: auto;
  opacity: 1;
  overflow: scroll;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
:root, body {
  color: #1b2e51;
  font-family: "HelveticaNeueLTPro-Lt", Helvetica, Arial, sans-serif;
  background-color: white;
  letter-spacing: 0.05rem;
}
:root a, body a {
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
:root a:hover, body a:hover {
  font-weight: 900;
}
:root .grecaptcha-badge, body .grecaptcha-badge {
  visibility: hidden;
}
.it-header-wrapper.it-header-sticky.is-sticky .it-nav-wrapper, .it-footer.it-header-sticky.is-sticky .it-nav-wrapper {
  z-index: 999;
}
.it-header-wrapper .it-header-slim-wrapper .it-header-slim-wrapper-content, .it-header-wrapper .it-header-slim-wrapper, .it-header-wrapper .it-header-slim-wrapper-content .header-slim-right-zone, .it-footer .it-header-slim-wrapper .it-header-slim-wrapper-content, .it-footer .it-header-slim-wrapper, .it-footer .it-header-slim-wrapper-content .header-slim-right-zone {
  padding-top: 0px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .it-header-wrapper .it-header-slim-wrapper .it-header-slim-wrapper-content, .it-header-wrapper .it-header-slim-wrapper, .it-header-wrapper .it-header-slim-wrapper-content .header-slim-right-zone, .it-footer .it-header-slim-wrapper .it-header-slim-wrapper-content, .it-footer .it-header-slim-wrapper, .it-footer .it-header-slim-wrapper-content .header-slim-right-zone {
    height: 31px;
    min-height: 31px;
  }
}
.it-header-wrapper .it-header-slim-wrapper .it-header-slim-wrapper-content label.show-menu-lingua, .it-header-wrapper .it-header-slim-wrapper label.show-menu-lingua, .it-header-wrapper .it-header-slim-wrapper-content .header-slim-right-zone label.show-menu-lingua, .it-footer .it-header-slim-wrapper .it-header-slim-wrapper-content label.show-menu-lingua, .it-footer .it-header-slim-wrapper label.show-menu-lingua, .it-footer .it-header-slim-wrapper-content .header-slim-right-zone label.show-menu-lingua {
  padding: 6px 0;
}
.it-header-wrapper .it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-img, .it-header-wrapper .it-header-slim-wrapper .header-slim-img, .it-header-wrapper .it-header-slim-wrapper-content .header-slim-right-zone .header-slim-img, .it-footer .it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-img, .it-footer .it-header-slim-wrapper .header-slim-img, .it-footer .it-header-slim-wrapper-content .header-slim-right-zone .header-slim-img {
  position: relative;
}
.it-header-wrapper .it-header-slim-wrapper .it-header-slim-wrapper-content a.navbar-brand, .it-header-wrapper .it-header-slim-wrapper a.navbar-brand, .it-header-wrapper .it-header-slim-wrapper-content .header-slim-right-zone a.navbar-brand, .it-footer .it-header-slim-wrapper .it-header-slim-wrapper-content a.navbar-brand, .it-footer .it-header-slim-wrapper a.navbar-brand, .it-footer .it-header-slim-wrapper-content .header-slim-right-zone a.navbar-brand {
  padding: 10px 0;
}
.it-header-wrapper .it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone ul li a, .it-header-wrapper .it-header-slim-wrapper .header-slim-right-zone ul li a, .it-header-wrapper .it-header-slim-wrapper-content .header-slim-right-zone .header-slim-right-zone ul li a, .it-footer .it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone ul li a, .it-footer .it-header-slim-wrapper .header-slim-right-zone ul li a, .it-footer .it-header-slim-wrapper-content .header-slim-right-zone .header-slim-right-zone ul li a {
  font-size: 12px;
  font-family: "HelveticaNeueLTPro-Roman", Helvetica, Arial, sans-serif;
}
.it-header-wrapper .it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone ul li a i.it-search, .it-header-wrapper .it-header-slim-wrapper .header-slim-right-zone ul li a i.it-search, .it-header-wrapper .it-header-slim-wrapper-content .header-slim-right-zone .header-slim-right-zone ul li a i.it-search, .it-footer .it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone ul li a i.it-search, .it-footer .it-header-slim-wrapper .header-slim-right-zone ul li a i.it-search, .it-footer .it-header-slim-wrapper-content .header-slim-right-zone .header-slim-right-zone ul li a i.it-search {
  font-size: 0.9rem;
}
.it-header-wrapper .it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone ul li a i.it-search::before, .it-header-wrapper .it-header-slim-wrapper .header-slim-right-zone ul li a i.it-search::before, .it-header-wrapper .it-header-slim-wrapper-content .header-slim-right-zone .header-slim-right-zone ul li a i.it-search::before, .it-footer .it-header-slim-wrapper .it-header-slim-wrapper-content .header-slim-right-zone ul li a i.it-search::before, .it-footer .it-header-slim-wrapper .header-slim-right-zone ul li a i.it-search::before, .it-footer .it-header-slim-wrapper-content .header-slim-right-zone .header-slim-right-zone ul li a i.it-search::before {
  margin-top: 5px;
}
.it-header-wrapper .it-header-slim-wrapper .it-header-slim-wrapper-content .nav li, .it-header-wrapper .it-header-slim-wrapper .nav li, .it-header-wrapper .it-header-slim-wrapper-content .header-slim-right-zone .nav li, .it-footer .it-header-slim-wrapper .it-header-slim-wrapper-content .nav li, .it-footer .it-header-slim-wrapper .nav li, .it-footer .it-header-slim-wrapper-content .header-slim-right-zone .nav li {
  padding: 0 5px 0 0;
}
@media screen and (min-width: 768px) {
  .it-header-wrapper .it-header-slim-wrapper .it-header-slim-wrapper-content .nav li + li::before, .it-header-wrapper .it-header-slim-wrapper .nav li + li::before, .it-header-wrapper .it-header-slim-wrapper-content .header-slim-right-zone .nav li + li::before, .it-footer .it-header-slim-wrapper .it-header-slim-wrapper-content .nav li + li::before, .it-footer .it-header-slim-wrapper .nav li + li::before, .it-footer .it-header-slim-wrapper-content .header-slim-right-zone .nav li + li::before {
    content: "| ";
  }
}
.it-header-wrapper .it-footer-main, .it-footer .it-footer-main {
  background-color: #666;
}
.it-header-wrapper .it-header-center-content-wrapper .it-brand-wrapper a .icon, .it-header-wrapper .it-footer-main .it-brand-wrapper a .icon, .it-footer .it-header-center-content-wrapper .it-brand-wrapper a .icon, .it-footer .it-footer-main .it-brand-wrapper a .icon {
  max-width: 100%;
  height: 46px;
  width: auto;
}
.it-header-wrapper .it-header-center-wrapper, .it-footer .it-header-center-wrapper {
  height: auto;
  padding: 10px 15px;
}
.it-header-wrapper .it-header-navbar-wrapper .nav ul, .it-footer .it-header-navbar-wrapper .nav ul {
  margin-top: 2px;
}
.it-header-wrapper .it-header-navbar-wrapper .nav li, .it-footer .it-header-navbar-wrapper .nav li {
  display: block;
  padding: 2px 3px;
  text-transform: uppercase;
}
.it-header-wrapper .searchform, .it-footer .searchform {
  display: block;
}
.it-header-wrapper .searchform::after, .it-footer .searchform::after {
  font-size: 12px;
  line-height: 12px;
  color: white;
  padding: 10px;
}
.it-header-wrapper .searchform [type="submit"], .it-footer .searchform [type="submit"] {
  background-color: inherit;
}
.nav li a {
  font-size: 12px;
  font-family: "HelveticaNeueLTPro-Roman", Helvetica, Arial, sans-serif;
}
.menu-main .nav li ul a, .menu-main .nav li ul a:hover, .menu-main .nav li ul a:active, .menu-main .nav li:hover ul a, .menu-main .nav li:active ul a {
  font-size: 12px;
  font-family: "HelveticaNeueLTPro-Roman", Helvetica, Arial, sans-serif;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children {
  z-index: 0;
}
header span.search-icon, header span.search-close-icon {
  cursor: pointer;
  position: absolute;
  right: 0rem;
  top: 0.5rem;
  padding: 0 0.5rem;
  line-height: 1.555;
}
header span.search-close-icon {
  right: 3.5rem;
  padding: 0;
}
header span.autocomplete-icon {
  position: absolute;
  cursor: pointer;
  position: absolute;
  top: 0.5rem;
  right: 2rem;
  padding: 0;
}
header span.autocomplete-icon.collapsed {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.archive .card-wrapper .card.card.border-bottom-card::before {
  background-color: #d83509;
}
.archive .card-wrapper .card:after {
  margin-top: 5px;
}
.archive .card-wrapper .card a:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.archive .card-wrapper .card .avatar {
  background-color: white;
  padding: 10px;
}
.archive .card-wrapper .card .avatar img.wp-post-image {
  margin: 0px;
}
.archive .card-wrapper .card .extra-text {
  float: right;
  position: relative;
  padding: 0.5rem;
  width: calc(100% - 128px - 20px);
}
.archive .card-wrapper .card .extra-text strong {
  font-family: "HelveticaNeueLTPro-Roman", Helvetica, Arial, sans-serif;
}
.archive .card-wrapper .card .extra-text h4 {
  width: 100%;
  text-align: left;
  font-size: 1rem;
  text-transform: uppercase;
}
.archive .card-wrapper .card .extra-text p {
  color: #1b2e51;
  font-size: 0.9rem;
}
.archive .card-wrapper .card .it-card-footer {
  padding-bottom: 25px;
}
.archive .card-wrapper .card .it-card-footer .avatar-container {
  position: absolute;
  bottom: 25px;
}
.card .card-body h5.card-title {
  color: #d83509;
}
.card .card-body .card-text {
  font-family: "HelveticaNeueLTPro-Lt", Helvetica, Arial, sans-serif;
}
.archive .card-wrapper.persona {
  padding: 0 10px 15px 10px;
}
.archive .card-wrapper.persona .card {
  height: 200px;
  transition: transform 0.2s;
}
.archive .card-wrapper.persona .card:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.3);
}
.archive .card-wrapper.persona .card .avatar {
  float: left;
  margin: 0;
  padding: 0;
  width: 125px;
  height: 200px;
  border-radius: 0;
}
.archive .card-wrapper.persona .card .avatar img {
  border-radius: 0;
}
.archive .card-wrapper.persona .card .extra-text {
  font-size: 0.8rem;
  padding: 10px;
  width: calc(100% - 125px);
}
.archive .card-wrapper.persona .card .extra-text h4 {
  margin: 5px 0;
}
.archive .card-wrapper.persona .card .extra-text h5.card-title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.avatar-container, .avatar-wrapper {
  display: flex;
}
.avatar-container > div, .avatar-wrapper > div {
  align-self: center;
}
.avatar-container .avatar, .avatar-wrapper .avatar {
  margin-top: 10px;
}
.avatar-container .avatar img, .avatar-wrapper .avatar img {
  margin: 0;
}
.avatar-container .avatar.size-xxxl, .avatar-wrapper .avatar.size-xxxl {
  width: 256px;
  height: 256px;
}
.avatar-container .avatar img, .avatar-wrapper .avatar img {
  margin: 0;
}
.avatar-container .extra-text, .avatar-wrapper .extra-text {
  margin: 10px;
}
.single-persona article.persona .entry-content .extra-text.row {
  display: block;
}
.single-persona article.persona .entry-content .extra-text.row h1 {
  margin-bottom: 10px;
  padding: 0;
  line-height: 1em;
}
.single-persona article.persona .avatar {
  border-radius: 0;
  margin: 0;
}
.single-persona article.persona .avatar img {
  border-radius: 0;
}
body.single-docente h1 {
  text-align: center;
}
.avatar.size-xxxl {
  width: 256px;
  height: 256px;
}
.avatar.size-xxxl img {
  margin: 0;
}
body.single-docente .entry-content .avatar-wrapper .extra-text {
  border-left: solid 2px lightgray;
  margin-left: 30px;
  padding: 15px;
}
body.single-docente .entry-content .avatar-wrapper .extra-text > div {
  margin-top: 10px;
  margin-bottom: 10px;
}
body.single-docente .entry-content p {
  margin-top: 2rem;
}
section.entry-content > div.extra-text {
  margin: 30px 20px;
  padding: 10px 10px;
  border-left: 2px solid lightgrey;
}
section.entry-content p.group {
  font-weight: 900;
}
section.bando-title h1 {
  padding: 15px;
}
article.bando .it-list-wrapper .it-list::before {
  content: none;
}
article.bando .it-list-wrapper .it-list li {
  list-style-type: none;
}
article.bando .it-list-wrapper .it-list .it-rounded-icon svg {
  fill: #d83509;
}
article.bando .it-list-wrapper .it-list a span.text {
  font-weight: 400;
}
article.bando .it-list-wrapper .it-list a:hover {
  color: #d83509;
}
article.bando .it-list-wrapper .it-list a::after {
  content: none;
}
button.btn.btn-outline-primary, input[type="submit"].tnp-submit {
  border-color: #d83509;
  color: #d83509;
  box-shadow: inset 0 0 0 1px #d83509;
}
button.btn.btn-outline-primary:hover, button.btn.btn-outline-primary:not(:disabled):not(.disabled):active, input[type="submit"].tnp-submit:hover {
  background-color: #d83509;
  color: #fff !important;
}
body.archive #container .nav a.nav-link {
  font-size: 1rem;
}
form#archive-search .form-group {
  margin-bottom: 10px;
}
form#archive-search #current-search-filters div.chip {
  color: #1b2e51;
  pointer-events: none;
}
form#archive-search #current-search-filters div.chip button:hover {
  background: none;
}
form#archive-search #current-search-filters div.chip svg {
  pointer-events: auto;
}
#advanced-search .nav-tabs .nav-link.active {
  color: #1b2e51;
  border-color: #1b2e51;
}
#advanced-search .nav-tabs .nav-link:hover {
  color: #1b2e51;
}
#advanced-search .nav li {
  padding: 0 5px;
}
#advanced-search div.chip button {
  display: none;
}
.chip.chip-primary {
  border-color: #1b2e51;
  color: #1b2e51;
}
.chip.chip-primary:hover {
  background-color: #1b2e51;
  border-color: #1b2e51;
}
.chip.chip-primary > .chip-label {
  color: #1b2e51;
}
.chip span {
  line-height: 1.9;
}
.wp-block-button a.wp-block-button__link, div.email_download_link input[type="submit"] a.wp-block-button__link, input.wpcf7-form-control.wpcf7-submit a.wp-block-button__link, .wp-block-button__link, div.email_download_link input[type="submit"], input.wpcf7-form-control.wpcf7-submit {
  background-color: #d83509;
  color: white;
}
.wp-block-button a.wp-block-button__link:hover, div.email_download_link input[type="submit"] a.wp-block-button__link:hover, input.wpcf7-form-control.wpcf7-submit a.wp-block-button__link:hover, .wp-block-button__link:hover, div.email_download_link input[type="submit"]:hover, input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: white;
  color: #d83509;
  border: 1px solid #d83509;
}
.wp-block-button, div.email_download_link input[type="submit"], input.wpcf7-form-control.wpcf7-submit {
  text-transform: uppercase;
  padding: 0.5rem;
}
.wp-block-button .wp-block-button__link, div.email_download_link input[type="submit"] .wp-block-button__link, div.email_download_link input[type="submit"], div.email_download_link input[type="submit"] input.wpcf7-form-control.wpcf7-submit, input.wpcf7-form-control.wpcf7-submit .wp-block-button__link, input.wpcf7-form-control.wpcf7-submit div.email_download_link input[type="submit"], div.email_download_link input.wpcf7-form-control.wpcf7-submit input[type="submit"], input.wpcf7-form-control.wpcf7-submit input.wpcf7-form-control.wpcf7-submit, .wp-block-button div.email_download_link input[type="submit"], div.email_download_link .wp-block-button input[type="submit"], .wp-block-button input.wpcf7-form-control.wpcf7-submit {
  background-color: #d83509;
  color: white;
  padding: 0.7rem 1rem 0.5rem 1rem;
  line-height: 1rem;
  font-size: 1rem;
  border-radius: 4px;
  border: 1px;
}
.wp-block-button .wp-block-button__link:hover, div.email_download_link input[type="submit"] .wp-block-button__link:hover, div.email_download_link input[type="submit"] input[type="submit"]:hover, div.email_download_link input[type="submit"] input.wpcf7-form-control.wpcf7-submit:hover, input.wpcf7-form-control.wpcf7-submit .wp-block-button__link:hover, input.wpcf7-form-control.wpcf7-submit div.email_download_link input[type="submit"]:hover, div.email_download_link input.wpcf7-form-control.wpcf7-submit input[type="submit"]:hover, input.wpcf7-form-control.wpcf7-submit input.wpcf7-form-control.wpcf7-submit:hover, .wp-block-button div.email_download_link input[type="submit"]:hover, div.email_download_link .wp-block-button input[type="submit"]:hover, .wp-block-button input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: white;
  color: #d83509;
  border: 1px solid #d83509;
}
.wp-block-button.is-style-fill .wp-block-button__link, div.email_download_link input.is-style-fill[type="submit"] .wp-block-button__link, div.email_download_link input.is-style-fill[type="submit"] input[type="submit"], div.email_download_link input.is-style-fill[type="submit"] input.wpcf7-form-control.wpcf7-submit, input.is-style-fill.wpcf7-form-control.wpcf7-submit .wp-block-button__link, input.is-style-fill.wpcf7-form-control.wpcf7-submit div.email_download_link input[type="submit"], div.email_download_link input.is-style-fill.wpcf7-form-control.wpcf7-submit input[type="submit"], input.is-style-fill.wpcf7-form-control.wpcf7-submit input.wpcf7-form-control.wpcf7-submit, .wp-block-button.is-style-fill div.email_download_link input[type="submit"], div.email_download_link .wp-block-button.is-style-fill input[type="submit"], .wp-block-button.is-style-fill input.wpcf7-form-control.wpcf7-submit {
  border: 1px solid #d83509;
  background-color: #d83509;
  color: white;
}
.wp-block-button.is-style-fill .wp-block-button__link:hover, div.email_download_link input.is-style-fill[type="submit"] .wp-block-button__link:hover, div.email_download_link input.is-style-fill[type="submit"] input[type="submit"]:hover, div.email_download_link input.is-style-fill[type="submit"] input.wpcf7-form-control.wpcf7-submit:hover, input.is-style-fill.wpcf7-form-control.wpcf7-submit .wp-block-button__link:hover, input.is-style-fill.wpcf7-form-control.wpcf7-submit div.email_download_link input[type="submit"]:hover, div.email_download_link input.is-style-fill.wpcf7-form-control.wpcf7-submit input[type="submit"]:hover, input.is-style-fill.wpcf7-form-control.wpcf7-submit input.wpcf7-form-control.wpcf7-submit:hover, .wp-block-button.is-style-fill div.email_download_link input[type="submit"]:hover, div.email_download_link .wp-block-button.is-style-fill input[type="submit"]:hover, .wp-block-button.is-style-fill input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: white i !important;
  color: #d83509;
  border: 1px solid #d83509;
}
.wp-block-button.is-style-outline .wp-block-button__link, div.email_download_link input.is-style-outline[type="submit"] .wp-block-button__link, div.email_download_link input.is-style-outline[type="submit"] input[type="submit"], div.email_download_link input.is-style-outline[type="submit"] input.wpcf7-form-control.wpcf7-submit, input.is-style-outline.wpcf7-form-control.wpcf7-submit .wp-block-button__link, input.is-style-outline.wpcf7-form-control.wpcf7-submit div.email_download_link input[type="submit"], div.email_download_link input.is-style-outline.wpcf7-form-control.wpcf7-submit input[type="submit"], input.is-style-outline.wpcf7-form-control.wpcf7-submit input.wpcf7-form-control.wpcf7-submit, .wp-block-button.is-style-outline div.email_download_link input[type="submit"], div.email_download_link .wp-block-button.is-style-outline input[type="submit"], .wp-block-button.is-style-outline input.wpcf7-form-control.wpcf7-submit {
  border: 1px solid #d83509;
  background-color: white;
  color: #d83509;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover, div.email_download_link input.is-style-outline[type="submit"] .wp-block-button__link:hover, div.email_download_link input.is-style-outline[type="submit"] input[type="submit"]:hover, div.email_download_link input.is-style-outline[type="submit"] input.wpcf7-form-control.wpcf7-submit:hover, input.is-style-outline.wpcf7-form-control.wpcf7-submit .wp-block-button__link:hover, input.is-style-outline.wpcf7-form-control.wpcf7-submit div.email_download_link input[type="submit"]:hover, div.email_download_link input.is-style-outline.wpcf7-form-control.wpcf7-submit input[type="submit"]:hover, input.is-style-outline.wpcf7-form-control.wpcf7-submit input.wpcf7-form-control.wpcf7-submit:hover, .wp-block-button.is-style-outline div.email_download_link input[type="submit"]:hover, div.email_download_link .wp-block-button.is-style-outline input[type="submit"]:hover, .wp-block-button.is-style-outline input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #d83509 !important;
  color: white;
  border: 1px solid #d83509;
}
.wp-block-button [href$=".pdf"]::after, div.email_download_link input[type="submit"] [href$=".pdf"]::after, input.wpcf7-form-control.wpcf7-submit [href$=".pdf"]::after {
  margin: 0;
  content: none;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url("../fonts/helvetica_neue-webfont.eot");
  src: url("../fonts/helvetica_neue-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica_neue-webfont.woff") format("woff"), url("../fonts/helvetica_neue-webfont.ttf") format("truetype"), url("../fonts/helvetica_neue-webfont.svg#HelveticaNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue Bold";
  src: url("../fonts/helvetica_neue_bold-webfont.eot");
  src: url("../fonts/helvetica_neue_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helvetica_neue_bold-webfont.woff") format("woff"), url("../fonts/helvetica_neue_bold-webfont.ttf") format("truetype"), url("../fonts/helvetica_neue_bold-webfont.svg#HelveticaNeueBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue Light";
  src: url("../fonts/helveticaneuelight-webfont.eot");
  src: url("../fonts/helveticaneuelight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneuelight-webfont.woff") format("woff"), url("../fonts/helveticaneuelight-webfont.ttf") format("truetype"), url("../fonts/helveticaneuelight-webfont.svg#HelveticaNeueLTPro45Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Neue Ultra Thin";
  src: url("../fonts/helveticaneue-ultlt-webfont.eot");
  src: url("../fonts/helveticaneue-ultlt-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/helveticaneue-ultlt-webfont.woff") format("woff"), url("../fonts/helveticaneue-ultlt-webfont.ttf") format("truetype"), url("../fonts/helveticaneue-ultlt-webfont.svg#HelveticaNeueLTPro25UltraLt") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLTPro-Blk";
  src: url("../fonts/webFonts/HelveticaNeueLTPro-Blk/font.woff2") format("woff2"), url("../fonts/webFonts/HelveticaNeueLTPro-Blk/font.woff") format("woff");
}
@font-face {
  font-family: "HelveticaNeueLTPro-Roman";
  src: url("../fonts/HelveticaNeueLTPro-Roman/font.woff2") format("woff2"), url("../fonts/HelveticaNeueLTPro-Roman/font.woff") format("woff");
}
@font-face {
  font-family: "HelveticaNeueLTPro-Th";
  src: url("../fonts/HelveticaNeueLTPro-Th/font.woff2") format("woff2"), url("../fonts/HelveticaNeueLTPro-Th/font.woff") format("woff");
}
@font-face {
  font-family: "HelveticaNeueLTPro-Bd";
  src: url("../fonts/HelveticaNeueLTPro-Bd/font.woff2") format("woff2"), url("../fonts/HelveticaNeueLTPro-Bd/font.woff") format("woff");
}
@font-face {
  font-family: "HelveticaNeueLTPro-Lt";
  src: url("../fonts/HelveticaNeueLTPro-Lt/font.woff2") format("woff2"), url("../fonts/HelveticaNeueLTPro-Lt/font.woff") format("woff");
}
.btn {
  padding: 14px 24px 10px 24px;
}
.bottom-title {
  color: white;
  position: absolute;
  bottom: 0.5em;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 1.5rem;
  font-family: "HelveticaNeueLTPro-Th", Helvetica, Arial, sans-serif;
  color: #d83509;
  font-weight: 300;
  line-height: 1;
}
h1.entry-title, h2.entry-title, h3.entry-title, h4.entry-title, h5.entry-title, h6.entry-title {
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.2;
}
h1.entry-title[id], h2.entry-title[id], h3.entry-title[id], h4.entry-title[id], h5.entry-title[id], h6.entry-title[id] {
  margin-top: -2.5em;
  padding-top: 2.5em;
}
section .container h3[id] {
  padding-top: 50px;
  margin-top: -50px;
}
.breadcrumb {
  padding: 18px;
  margin: 0px;
}
.it-hero-wrapper .it-hero-text-wrapper.it-hero-small-size {
  padding: 15px;
}
.it-hero-wrapper .it-hero-text-wrapper p {
  font-family: "HelveticaNeueLTPro-Lt", Helvetica, Arial, sans-serif;
}
.it-hero-wrapper .it-hero-text-wrapper h1 {
  font-family: "HelveticaNeueLTPro-Blk", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#articolo-dettaglio-testo p.intro {
  font-family: "HelveticaNeueLTPro-Roman", Helvetica, Arial, sans-serif;
  font-weight: 900;
}
#articolo-dettaglio-testo #sidebar {
  font-size: 0.9rem;
  line-height: 1.25rem;
  padding: 15px 0px;
  margin: 0px 18px;
  border-top: 1px solid #d83509;
}
#articolo-dettaglio-testo #sidebar::after {
  content: none;
  border: none;
}
#articolo-dettaglio-testo #sidebar ul {
  padding: 0px;
  margin: 0px;
}
#articolo-dettaglio-testo #sidebar ul h4, #articolo-dettaglio-testo #sidebar ul h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}
.entry-content {
  margin-top: 0px;
  padding: 0px 15px;
}
.entry-content h4 {
  font-size: 1rem;
  font-weight: 700;
  font-size: 1.4rem;
}
.entry-content figure.ombra > img {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
}
.entry-content ul li {
  list-style-type: disc;
}
.entry-content ul li::marker {
  color: #1b2e51;
}
.entry-content dl, .entry-content ol, .entry-content p {
  margin-top: 0;
}
.entry-content [href$=".pdf"]::after, .entry-content [href$=".doc"]::after, .entry-content [href$=".docs"]::after, .entry-content [href$=".xls"]::after, .entry-content [href$=".xlsx"]::after, .entry-content [href$=".zip"]::after {
  content: "";
  margin: 0;
}
#articolo-dettaglio-testo p {
  font-family: inherit;
}
.breadcrumb-item, .breadcrumb-item a {
  font-size: 0.9rem;
}
button.btn {
  padding-top: 15px;
  text-transform: uppercase;
}
.wp-block-button, div.email_download_link input[type="submit"], input.wpcf7-form-control.wpcf7-submit {
  text-transform: uppercase;
  padding: 0.5rem;
}
.wp-block-button .wp-block-button__link, div.email_download_link input[type="submit"] .wp-block-button__link, div.email_download_link input[type="submit"], div.email_download_link input[type="submit"] input.wpcf7-form-control.wpcf7-submit, input.wpcf7-form-control.wpcf7-submit .wp-block-button__link, input.wpcf7-form-control.wpcf7-submit div.email_download_link input[type="submit"], div.email_download_link input.wpcf7-form-control.wpcf7-submit input[type="submit"], input.wpcf7-form-control.wpcf7-submit input.wpcf7-form-control.wpcf7-submit, .wp-block-button div.email_download_link input[type="submit"], div.email_download_link .wp-block-button input[type="submit"], .wp-block-button input.wpcf7-form-control.wpcf7-submit {
  padding: 0.7rem 1rem 0.5rem 1rem;
  line-height: 1rem;
  font-size: 1rem;
  border-radius: 4px;
  border: 1px;
}
.wp-block-button.is-style-fill .wp-block-button__link, div.email_download_link input.is-style-fill[type="submit"] .wp-block-button__link, div.email_download_link input.is-style-fill[type="submit"] input[type="submit"], div.email_download_link input.is-style-fill[type="submit"] input.wpcf7-form-control.wpcf7-submit, input.is-style-fill.wpcf7-form-control.wpcf7-submit .wp-block-button__link, input.is-style-fill.wpcf7-form-control.wpcf7-submit div.email_download_link input[type="submit"], div.email_download_link input.is-style-fill.wpcf7-form-control.wpcf7-submit input[type="submit"], input.is-style-fill.wpcf7-form-control.wpcf7-submit input.wpcf7-form-control.wpcf7-submit, .wp-block-button.is-style-fill div.email_download_link input[type="submit"], div.email_download_link .wp-block-button.is-style-fill input[type="submit"], .wp-block-button.is-style-fill input.wpcf7-form-control.wpcf7-submit {
  border: 1px solid #d83509;
  background-color: #d83509;
  color: white;
}
.wp-block-button.is-style-fill .wp-block-button__link:hover, div.email_download_link input.is-style-fill[type="submit"] .wp-block-button__link:hover, div.email_download_link input.is-style-fill[type="submit"] input[type="submit"]:hover, div.email_download_link input.is-style-fill[type="submit"] input.wpcf7-form-control.wpcf7-submit:hover, input.is-style-fill.wpcf7-form-control.wpcf7-submit .wp-block-button__link:hover, input.is-style-fill.wpcf7-form-control.wpcf7-submit div.email_download_link input[type="submit"]:hover, div.email_download_link input.is-style-fill.wpcf7-form-control.wpcf7-submit input[type="submit"]:hover, input.is-style-fill.wpcf7-form-control.wpcf7-submit input.wpcf7-form-control.wpcf7-submit:hover, .wp-block-button.is-style-fill div.email_download_link input[type="submit"]:hover, div.email_download_link .wp-block-button.is-style-fill input[type="submit"]:hover, .wp-block-button.is-style-fill input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: white;
  color: #d83509;
  border: 1px solid #d83509;
  box-shadow: none !important;
}
.wp-block-button.is-style-outline .wp-block-button__link, div.email_download_link input.is-style-outline[type="submit"] .wp-block-button__link, div.email_download_link input.is-style-outline[type="submit"] input[type="submit"], div.email_download_link input.is-style-outline[type="submit"] input.wpcf7-form-control.wpcf7-submit, input.is-style-outline.wpcf7-form-control.wpcf7-submit .wp-block-button__link, input.is-style-outline.wpcf7-form-control.wpcf7-submit div.email_download_link input[type="submit"], div.email_download_link input.is-style-outline.wpcf7-form-control.wpcf7-submit input[type="submit"], input.is-style-outline.wpcf7-form-control.wpcf7-submit input.wpcf7-form-control.wpcf7-submit, .wp-block-button.is-style-outline div.email_download_link input[type="submit"], div.email_download_link .wp-block-button.is-style-outline input[type="submit"], .wp-block-button.is-style-outline input.wpcf7-form-control.wpcf7-submit {
  border: 1px solid #d83509;
  background-color: white;
  color: #d83509;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover, div.email_download_link input.is-style-outline[type="submit"] .wp-block-button__link:hover, div.email_download_link input.is-style-outline[type="submit"] input[type="submit"]:hover, div.email_download_link input.is-style-outline[type="submit"] input.wpcf7-form-control.wpcf7-submit:hover, input.is-style-outline.wpcf7-form-control.wpcf7-submit .wp-block-button__link:hover, input.is-style-outline.wpcf7-form-control.wpcf7-submit div.email_download_link input[type="submit"]:hover, div.email_download_link input.is-style-outline.wpcf7-form-control.wpcf7-submit input[type="submit"]:hover, input.is-style-outline.wpcf7-form-control.wpcf7-submit input.wpcf7-form-control.wpcf7-submit:hover, .wp-block-button.is-style-outline div.email_download_link input[type="submit"]:hover, div.email_download_link .wp-block-button.is-style-outline input[type="submit"]:hover, .wp-block-button.is-style-outline input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #d83509 !important;
  color: white;
  border: 1px solid #d83509;
  box-shadow: none !important;
}
.wp-block-button [href$=".pdf"]::after, div.email_download_link input[type="submit"] [href$=".pdf"]::after, input.wpcf7-form-control.wpcf7-submit [href$=".pdf"]::after {
  margin: 0;
  content: none;
}
.wp-block-table.numeri td {
  padding: 0.25rem;
  border: none;
  vertical-align: top;
}
.wp-block-table.numeri td:nth-child(1) {
  color: red;
  font-size: 1.75rem;
  text-align: right;
  padding-right: 0.5rem;
}
.modal {
  padding: 0 !important;
}
.modal .modal-dialog.modal-fullscreen {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal .modal-dialog.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal .modal-dialog.modal-fullscreen .modal-body {
  overflow-y: auto;
}
form.search-form button.search-submit {
  border: none;
  background-color: inherit;
  position: absolute;
  right: 0.5rem;
}
.panel-grid > div {
  padding: 0;
}
#footer .it-footer-main .container section .image-container {
  padding: 0px 15px;
  margin-bottom: 65px;
}
#footer .it-footer-main .container section .image-container.logo-footer-polimi {
  margin-bottom: 100px;
}
#footer .it-footer-main .container section .image-container.logo-footer-polimi img {
  height: 16px;
}
#footer .it-footer-main .container section .image-container.logo-footer-dabc {
  margin: 0px 0px 30px 0px;
  padding: 0px 15px;
}
#footer .it-footer-main .container section .image-container.logo-footer-dabc div.separator {
  border-top: 1px solid white;
  margin-bottom: 5px;
}
#footer .it-footer-main .container section .image-container.logo-footer-dabc img {
  max-width: 800px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #footer .it-footer-main .container section .image-container.logo-footer-dabc img {
    max-width: 100%;
  }
}
#footer .it-footer-main .container section .image-container.logo-footer-dabc-mobile {
  margin: 0px 0px 30px 0px;
  padding: 0px 15px;
}
#footer .it-footer-main .container section .image-container.logo-footer-dabc-mobile div.separator {
  border-top: 1px solid white;
  margin-bottom: 5px;
}
#footer .it-footer-main .container section .image-container.logo-footer-dabc-mobile img {
  max-width: 320px;
  margin: 0;
}
#footer .widget-area {
  line-height: 1.3;
}
#footer .widget-area i.la-map-marker {
  margin-left: -0.3rem;
}
#footer .widget-area span {
  font-size: inherit;
}
#footer .widget-area .input-group {
  font-family: "HelveticaNeueLTPro-Th", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
#footer .widget-area .input-group .input-group-append .btn {
  border-color: white;
  color: white;
  font-size: 1.5rem;
  line-height: 0.5em;
  border-radius: 0;
  padding: 0.1em 0.1em 0.4em 0;
}
#footer .widget-area .input-group .input-group-append .btn:hover {
  cursor: pointer;
  background-color: inherit;
  font-family: "HelveticaNeueLTPro-Blk", Helvetica, Arial, sans-serif;
}
#footer .widget-area .input-group input.form-control#inputNewsletter {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  background-color: inherit;
  border-color: white;
  color: white;
  padding-top: 0;
  padding-left: 0;
  height: 30px;
}
#footer .widget-area .input-group input.form-control#inputNewsletter::placeholder {
  color: white;
}
#footer ul#menu-footer > li > a {
  font-family: "HelveticaNeueLTPro-Roman", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
}
#footer div.social-icons, #footer div.logo-dabc {
  height: 2rem;
}
#footer div.polimi-logo img {
  width: 75%;
  margin-top: -8px;
  margin-bottom: 40px;
}
#footer form.search-form {
  padding-top: 6px;
}
#footer div.form-group {
  margin-bottom: auto;
}
#footer i.it-search {
  color: black;
  font-size: 1rem;
}
#footer h3.widget-title {
  font-size: 1.2rem;
  line-height: 1.3;
  text-transform: none;
  color: white;
}
#footer div.widget-container {
  padding: 5px 15px;
}
#footer div.widget-container div.widget_newsletterwidget div.tnp.tnp-widget {
  position: relative;
}
#footer div.widget-container div.widget_newsletterwidget div.tnp.tnp-widget div.tnp-field.tnp-field-email label {
  display: none;
}
#footer div.widget-container div.widget_newsletterwidget div.tnp.tnp-widget input {
  background-color: inherit;
  border: 0;
  border-bottom: 1px solid white;
}
#footer div.widget-container div.widget_newsletterwidget div.tnp.tnp-widget div.tnp-field.tnp-field-privacy {
  padding-top: 0.5rem;
}
#footer div.widget-container div.widget_newsletterwidget div.tnp.tnp-widget div.tnp-field.tnp-field-button {
  position: absolute;
  right: 0;
  top: 5px;
}
#footer div.widget-container div.widget_newsletterwidget div.tnp.tnp-widget div.tnp-field.tnp-field-button input {
  color: white;
  border: 0;
}
#footer div.textwidget, #footer div.widget-area {
  font-size: 0.9rem;
}
#footer div.textwidget ul, #footer div.widget-area ul {
  margin: 10px 0;
  padding-left: 0;
  line-height: 1.5rem;
}
#footer div.textwidget ul li, #footer div.widget-area ul li {
  padding: 0;
}
#footer div.textwidget ul.social-icons, #footer div.widget-area ul.social-icons {
  display: flex;
  margin: 0;
}
#footer div.textwidget ul.social-icons li, #footer div.widget-area ul.social-icons li {
  display: inline-block;
  margin: 0;
  margin-right: 1.5rem;
}
#footer .leaflet-container a {
  color: black;
}
#footer .it-footer-small-prints {
  background-color: #666;
  padding: 0px;
}
#footer .it-footer-small-prints ul.nav {
  display: flex;
  justify-content: center;
  padding: 0 5px 0 18px;
}
#footer .it-footer-small-prints ul.nav li {
  padding: 5px 5px 5px 0;
}
#footer .it-footer-small-prints ul.nav li a {
  font-family: "HelveticaNeueLTPro-Lt", Helvetica, Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: bold;
}
#footer .it-footer-small-prints ul.nav li:hover {
  font-size: 1rem;
}
#footer .it-footer-small-prints ul.nav li + li::before {
  content: "| ";
}
#footer .it-footer-small-prints .copyright {
  padding: 5px;
}
#cookie-notice .cookie-notice-container {
  text-align: center;
}
#cookie-notice .cookie-notice-container #cn-notice-buttons #cn-accept-cookie, #cookie-notice .cookie-notice-container #cn-refuse-cookie {
  border: 1px solid white;
  border-color: white !important;
  background-color: inherit;
  color: white !important;
  text-transform: uppercase;
  margin: 0 25px;
  border-radius: 4px;
  padding: 10px 20px;
}
div#cookie-notice {
  padding: 0;
}
body.archive .tribe-common article {
  padding: 0;
  border-bottom: none;
}
body.archive .tribe-events .tribe-events-calendar-month__calendar-event {
  margin: 8px 0;
  padding: 0 16px;
  position: relative;
}
#tribe-events-pg-template {
  min-width: 100%;
}
#tribe-events-pg-template h5 {
  margin-top: 8px;
}
div.tribe-events-view section.container {
  margin: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
div.tribe-events-view section.container div.tribe-common-l-container.tribe-events-l-container {
  margin: 0;
  padding: 0;
}
h2.tribe-events-schedule__datetime {
  font-family: inherit;
}
.single-tribe_events .tribe-events-event-meta {
  font-size: inherit;
  border: none;
  margin: 0;
  padding: 0;
  background-color: inherit;
}
.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
  width: 100%;
  padding: 0;
}
.tribe-events-event-meta .column h3, .tribe-events-event-meta .tribe-events-meta-group h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 300;
}
.tribe-block.tribe-block__events-link {
  margin: 3rem auto;
  justify-content: space-evenly;
}
.tribe-block.tribe-block__events-link button {
  width: 15rem;
  margin-right: 1rem;
  margin-left: 1rem;
}
li.tribe-events-c-view-selector__list-item, li.tribe-events-c-top-bar__nav-list-item {
  list-style: none;
}
div.tribe-events-c-ical.tribe-common-b2.tribe-common-b3--min-medium {
  text-transform: uppercase;
  font-size: 0.9rem;
}
div.tribe-events-c-ical.tribe-common-b2.tribe-common-b3--min-medium a {
  border-color: #1b2e51;
  color: #1b2e51;
}
.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
  text-transform: uppercase;
}
#tribe-events-pg-template.tribe-events-pg-template {
  padding: 0;
}
.tribe-events-notices {
  display: none;
}
.tribe-events-schedule__all-day {
  display: none;
}
.chart-container {
  margin-bottom: 2rem;
}
.chart-container .chart {
  height: 300px;
}
.compact.chart-container .chart {
  height: 200px;
}
.chart-container .chart #donut, .chart-container .chart .donut, .chart-container .chart .total {
  min-height: 0;
  position: absolute;
  width: 300px;
  height: 300px;
  text-align: center;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.compact.chart-container .chart #donut, .compact.chart-container .chart .donut {
  width: calc(200px + 32px);
  height: calc(200px + 32px);
}
.chart-container .chart .total {
  pointer-events: none;
  height: calc(1rem + 3rem);
  font-weight: 900;
}
.chart-container .chart .total .number {
  padding-top: 0.2em;
  line-height: 0.8em;
  font-size: 3rem;
}
.chart-container .chart .total .label {
  padding-top: 0.2em;
  line-height: 0.8em;
  font-size: 1rem;
  text-transform: uppercase;
}
.chart-container .chart-container .donut.compact .legend.compact .counters .counter .category .number, .chart-container .chart-container .donut.compact .legend.compact .counters .counter .category .label {
  padding: 0.25rem;
  width: 50%;
}
.chart-container .legend .counters .counter {
  height: 4rem;
  padding: 5px;
}
.chart-container .legend .counters .counter.disabled {
  opacity: 0.2;
}
.progetto .chart-container .legend .counters .counter {
  height: 3.5rem;
}
.post-type-archive-persona .chart-container .legend .counters .counter {
  height: 8rem;
}
.post-type-archive-persona .chart-container .legend .counters .counter.row-0:hover, .post-type-archive-persona .chart-container .legend .counters .counter.row-0.selected {
  background-color: rgba(216, 53, 9, 0.05);
}
.post-type-archive-persona .chart-container .legend .counters .counter.row-0:hover[data-href] {
  cursor: pointer;
}
.progetto.post-type-archive-persona .chart-container .legend .counters .counter.row-0 .number, .post-type-archive-persona .chart-container .legend .counters .counter.row-0 .number, .post-type-archive-persona .chart-container .legend .counters .counter.row-0 .label {
  border-color: #d83509;
}
.post-type-archive-persona .chart-container .legend .counters .counter.row-1:hover, .post-type-archive-persona .chart-container .legend .counters .counter.row-1.selected {
  background-color: rgba(245, 68, 21, 0.05);
}
.post-type-archive-persona .chart-container .legend .counters .counter.row-1:hover[data-href] {
  cursor: pointer;
}
.progetto.post-type-archive-persona .chart-container .legend .counters .counter.row-1 .number, .post-type-archive-persona .chart-container .legend .counters .counter.row-1 .number, .post-type-archive-persona .chart-container .legend .counters .counter.row-1 .label {
  border-color: #f54415;
}
.post-type-archive-persona .chart-container .legend .counters .counter.row-2:hover, .post-type-archive-persona .chart-container .legend .counters .counter.row-2.selected {
  background-color: rgba(247, 100, 60, 0.05);
}
.post-type-archive-persona .chart-container .legend .counters .counter.row-2:hover[data-href] {
  cursor: pointer;
}
.progetto.post-type-archive-persona .chart-container .legend .counters .counter.row-2 .number, .post-type-archive-persona .chart-container .legend .counters .counter.row-2 .number, .post-type-archive-persona .chart-container .legend .counters .counter.row-2 .label {
  border-color: #f7643c;
}
.post-type-archive-persona .chart-container .legend .counters .counter.row-3:hover, .post-type-archive-persona .chart-container .legend .counters .counter.row-3.selected {
  background-color: rgba(248, 131, 99, 0.05);
}
.post-type-archive-persona .chart-container .legend .counters .counter.row-3:hover[data-href] {
  cursor: pointer;
}
.progetto.post-type-archive-persona .chart-container .legend .counters .counter.row-3 .number, .post-type-archive-persona .chart-container .legend .counters .counter.row-3 .number, .post-type-archive-persona .chart-container .legend .counters .counter.row-3 .label {
  border-color: #f88363;
}
.post-type-archive-persona .chart-container .legend .counters .counter.row-4:hover, .post-type-archive-persona .chart-container .legend .counters .counter.row-4.selected {
  background-color: rgba(250, 162, 138, 0.05);
}
.post-type-archive-persona .chart-container .legend .counters .counter.row-4:hover[data-href] {
  cursor: pointer;
}
.progetto.post-type-archive-persona .chart-container .legend .counters .counter.row-4 .number, .post-type-archive-persona .chart-container .legend .counters .counter.row-4 .number, .post-type-archive-persona .chart-container .legend .counters .counter.row-4 .label {
  border-color: #faa28a;
}
.post-type-archive-persona .chart-container .legend .counters .counter.row-5:hover, .post-type-archive-persona .chart-container .legend .counters .counter.row-5.selected {
  background-color: rgba(252, 193, 177, 0.05);
}
.post-type-archive-persona .chart-container .legend .counters .counter.row-5:hover[data-href] {
  cursor: pointer;
}
.progetto.post-type-archive-persona .chart-container .legend .counters .counter.row-5 .number, .post-type-archive-persona .chart-container .legend .counters .counter.row-5 .number, .post-type-archive-persona .chart-container .legend .counters .counter.row-5 .label {
  border-color: #fcc1b1;
}
.post-type-archive-persona .chart-container .legend .counters .counter.row-6:hover, .post-type-archive-persona .chart-container .legend .counters .counter.row-6.selected {
  background-color: rgba(253, 224, 216, 0.05);
}
.post-type-archive-persona .chart-container .legend .counters .counter.row-6:hover[data-href] {
  cursor: pointer;
}
.progetto.post-type-archive-persona .chart-container .legend .counters .counter.row-6 .number, .post-type-archive-persona .chart-container .legend .counters .counter.row-6 .number, .post-type-archive-persona .chart-container .legend .counters .counter.row-6 .label {
  border-color: #fde0d8;
}
.post-type-archive-persona .chart-container .legend .counters .counter.row-7:hover, .post-type-archive-persona .chart-container .legend .counters .counter.row-7.selected {
  background-color: rgba(255, 255, 255, 0.05);
}
.post-type-archive-persona .chart-container .legend .counters .counter.row-7:hover[data-href] {
  cursor: pointer;
}
.progetto.post-type-archive-persona .chart-container .legend .counters .counter.row-7 .number, .post-type-archive-persona .chart-container .legend .counters .counter.row-7 .number, .post-type-archive-persona .chart-container .legend .counters .counter.row-7 .label {
  border-color: white;
}
.post-type-archive-persona .chart-container .legend .counters .counter.row-8:hover, .post-type-archive-persona .chart-container .legend .counters .counter.row-8.selected {
  background-color: rgba(255, 255, 255, 0.05);
}
.post-type-archive-persona .chart-container .legend .counters .counter.row-8:hover[data-href] {
  cursor: pointer;
}
.progetto.post-type-archive-persona .chart-container .legend .counters .counter.row-8 .number, .post-type-archive-persona .chart-container .legend .counters .counter.row-8 .number, .post-type-archive-persona .chart-container .legend .counters .counter.row-8 .label {
  border-color: white;
}
.post-type-archive-progetto .chart-container .legend .counters .counter.row-0:hover, .post-type-archive-progetto .chart-container .legend .counters .counter.row-0.selected {
  background-color: rgba(27, 46, 81, 0.05);
}
.post-type-archive-progetto .chart-container .legend .counters .counter.row-0:hover[data-href] {
  cursor: pointer;
}
.progetto.post-type-archive-progetto .chart-container .legend .counters .counter.row-0 .number, .post-type-archive-progetto .chart-container .legend .counters .counter.row-0 .number, .post-type-archive-progetto .chart-container .legend .counters .counter.row-0 .label {
  border-color: #1b2e51;
}
.post-type-archive-progetto .chart-container .legend .counters .counter.row-1:hover, .post-type-archive-progetto .chart-container .legend .counters .counter.row-1.selected {
  background-color: rgba(40, 68, 119, 0.05);
}
.post-type-archive-progetto .chart-container .legend .counters .counter.row-1:hover[data-href] {
  cursor: pointer;
}
.progetto.post-type-archive-progetto .chart-container .legend .counters .counter.row-1 .number, .post-type-archive-progetto .chart-container .legend .counters .counter.row-1 .number, .post-type-archive-progetto .chart-container .legend .counters .counter.row-1 .label {
  border-color: #284477;
}
.post-type-archive-progetto .chart-container .legend .counters .counter.row-2:hover, .post-type-archive-progetto .chart-container .legend .counters .counter.row-2.selected {
  background-color: rgba(53, 89, 158, 0.05);
}
.post-type-archive-progetto .chart-container .legend .counters .counter.row-2:hover[data-href] {
  cursor: pointer;
}
.progetto.post-type-archive-progetto .chart-container .legend .counters .counter.row-2 .number, .post-type-archive-progetto .chart-container .legend .counters .counter.row-2 .number, .post-type-archive-progetto .chart-container .legend .counters .counter.row-2 .label {
  border-color: #35599e;
}
.post-type-archive-progetto .chart-container .legend .counters .counter.row-3:hover, .post-type-archive-progetto .chart-container .legend .counters .counter.row-3.selected {
  background-color: rgba(68, 112, 193, 0.05);
}
.post-type-archive-progetto .chart-container .legend .counters .counter.row-3:hover[data-href] {
  cursor: pointer;
}
.progetto.post-type-archive-progetto .chart-container .legend .counters .counter.row-3 .number, .post-type-archive-progetto .chart-container .legend .counters .counter.row-3 .number, .post-type-archive-progetto .chart-container .legend .counters .counter.row-3 .label {
  border-color: #4470c1;
}
.post-type-archive-progetto .chart-container .legend .counters .counter.row-4:hover, .post-type-archive-progetto .chart-container .legend .counters .counter.row-4.selected {
  background-color: rgba(107, 141, 206, 0.05);
}
.post-type-archive-progetto .chart-container .legend .counters .counter.row-4:hover[data-href] {
  cursor: pointer;
}
.progetto.post-type-archive-progetto .chart-container .legend .counters .counter.row-4 .number, .post-type-archive-progetto .chart-container .legend .counters .counter.row-4 .number, .post-type-archive-progetto .chart-container .legend .counters .counter.row-4 .label {
  border-color: #6b8dce;
}
.post-type-archive-progetto .chart-container .legend .counters .counter.row-5:hover, .post-type-archive-progetto .chart-container .legend .counters .counter.row-5.selected {
  background-color: rgba(145, 171, 218, 0.05);
}
.post-type-archive-progetto .chart-container .legend .counters .counter.row-5:hover[data-href] {
  cursor: pointer;
}
.progetto.post-type-archive-progetto .chart-container .legend .counters .counter.row-5 .number, .post-type-archive-progetto .chart-container .legend .counters .counter.row-5 .number, .post-type-archive-progetto .chart-container .legend .counters .counter.row-5 .label {
  border-color: #91abda;
}
.post-type-archive-progetto .chart-container .legend .counters .counter.row-6:hover, .post-type-archive-progetto .chart-container .legend .counters .counter.row-6.selected {
  background-color: rgba(183, 200, 231, 0.05);
}
.post-type-archive-progetto .chart-container .legend .counters .counter.row-6:hover[data-href] {
  cursor: pointer;
}
.progetto.post-type-archive-progetto .chart-container .legend .counters .counter.row-6 .number, .post-type-archive-progetto .chart-container .legend .counters .counter.row-6 .number, .post-type-archive-progetto .chart-container .legend .counters .counter.row-6 .label {
  border-color: #b7c8e7;
}
.post-type-archive-progetto .chart-container .legend .counters .counter.row-7:hover, .post-type-archive-progetto .chart-container .legend .counters .counter.row-7.selected {
  background-color: rgba(221, 229, 244, 0.05);
}
.post-type-archive-progetto .chart-container .legend .counters .counter.row-7:hover[data-href] {
  cursor: pointer;
}
.progetto.post-type-archive-progetto .chart-container .legend .counters .counter.row-7 .number, .post-type-archive-progetto .chart-container .legend .counters .counter.row-7 .number, .post-type-archive-progetto .chart-container .legend .counters .counter.row-7 .label {
  border-color: #dde5f4;
}
.post-type-archive-progetto .chart-container .legend .counters .counter.row-8:hover, .post-type-archive-progetto .chart-container .legend .counters .counter.row-8.selected {
  background-color: rgba(255, 255, 255, 0.05);
}
.post-type-archive-progetto .chart-container .legend .counters .counter.row-8:hover[data-href] {
  cursor: pointer;
}
.progetto.post-type-archive-progetto .chart-container .legend .counters .counter.row-8 .number, .post-type-archive-progetto .chart-container .legend .counters .counter.row-8 .number, .post-type-archive-progetto .chart-container .legend .counters .counter.row-8 .label {
  border-color: white;
}
.chart-container .legend .counters .counter .number {
  height: 50px;
  border-left: 10px solid;
  padding: 10px 0px 0px 10px;
  font-size: 2rem;
  line-height: 2rem;
  width: 50%;
  font-weight: 900;
}
.progetto.chart-container .legend .counters .counter .number {
  border: none;
  line-height: normal;
  border-right: 8px solid;
  float: left;
  width: 40%;
  height: 3rem;
  padding: 0.5rem;
  text-align: right;
}
.progetto.compact.chart-container .legend .counters .counter .number {
  padding: 0.25rem;
  width: 55%;
}
.chart-container .legend .counters .counter .label {
  height: 80px;
  padding: 0px 0px 10px 10px;
  border-left: 10px solid;
  float: left;
  line-height: 1.25em;
}
.progetto.chart-container .legend .counters .counter .label {
  float: right;
  border: none;
  line-height: normal;
  width: 60%;
  position: relative;
  height: 3rem;
  padding: 0.5rem;
}
.progetto.compact.chart-container .legend .counters .counter .label {
  padding: 0.25rem;
  width: 45%;
}
.numeri .counters .counter span.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.numeri .counters .counter img {
  margin: 0;
  vertical-align: middle;
}
.numeri .counters .counter.text {
  border-left: 6px solid;
  margin-top: 10px;
  margin-bottom: 10px;
}
.numeri .counters .counter.text.color-0 {
  border-color: #3366cc;
}
.numeri .counters .counter.text.color-1 {
  border-color: #dc3912;
}
.numeri .counters .counter.text.color-2 {
  border-color: #ff9900;
}
.numeri .counters .counter.text.color-3 {
  border-color: #109618;
}
.numeri .counters .counter.text.color-4 {
  border-color: #990099;
}
.numeri .counters .counter.text.color-5 {
  border-color: #0099c6;
}
.numeri .counters .counter.text.color-6 {
  border-color: #dd4477;
}
.numeri .counters .counter.text.color-7 {
  border-color: #66aa00;
}
.numeri .counters .counter.text.color-8 {
  border-color: #b82e2e;
}
.numeri .counters .counter.text span {
  display: block;
}
.numeri .counters .counter.text span.number {
  font-size: 3rem;
  line-height: 1em;
  margin-top: 0.5rem;
  font-weight: 900;
}
.numeri .counters .counter.text span.text {
  font-size: 1.75rem;
  line-height: 1em;
  padding-bottom: 0.5rem;
}
.stack {
  color: white;
  width: 100%;
}
.stack .bar {
  padding: 0 6px;
}
.stack .legend {
  height: 2rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  border: 0.1px solid white;
}
.stack .legend .number {
  float: left;
  width: 50%;
  text-align: right;
  margin-top: 0.1rem;
  padding-top: 0.4rem;
  padding-bottom: 0rem;
  margin-bottom: 0.1rem;
  padding-right: 0.2rem;
  font-size: 1.75rem;
  line-height: 1.25rem;
  font-weight: 900;
  border-right: 0.1rem solid white;
}
.stack .legend .label {
  width: 50%;
  float: left;
  margin-top: 0.25rem;
  padding-top: 0.1rem;
  padding-left: 0.2rem;
  padding-bottom: 0.5rem;
  line-height: 0.75rem;
  font-size: 0.75rem;
  font-weight: 900;
}
.stack .legend .thin {
  width: 100%;
  text-align: center;
  padding: 0.4rem 0rem;
  line-height: 0.2rem;
}
@media screen and (max-width: 992px) {
  .stack .legend .thin.xthin {
    margin-left: -2.5px;
  }
}
.stack .legend .thin.xxthin {
  margin-left: -3px;
}
@media screen and (max-width: 1200px) {
  .stack .legend .thin.xxthin {
    margin-left: -4px;
  }
}
@media screen and (max-width: 992px) {
  .stack .legend .thin.xxthin {
    margin-left: -5px;
  }
}
.popover .popover-header {
  display: none;
}
.popover .popover-body {
  height: 4rem;
  min-width: 5rem;
  padding: 0.5rem;
}
.popover .popover-body .number {
  color: black;
  float: left;
  width: 50%;
  text-align: right;
  margin-top: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
  padding-right: 0.2rem;
  font-size: 1.75rem;
  line-height: 1.5rem;
  font-weight: 900;
  border-right: 0.1rem solid black;
}
.popover .popover-body .label {
  color: black;
  width: 50%;
  float: left;
  margin-top: 0.5rem;
  padding-top: 0.1rem;
  padding-left: 0.1rem;
  padding-bottom: 0.5rem;
  line-height: 0.75rem;
  font-size: 0.75rem;
  font-weight: 900;
}
input[type="submit"].tnp-submit {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0 solid transparent;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
input.wpcf7-form-control.wpcf7-submit {
  border-radius: 4px;
}
div.numbers.row {
  margin-top: 0.5rem;
  line-height: 4rem;
}
div.numbers.row .number {
  padding: 0.5rem;
  font-size: 3.5rem;
  font-weight: 900;
  text-align: right;
}
div.numbers.row .label {
  font-size: 1.2rem;
}
div.numbers.row .counter span.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
div.numbers.row .counter img {
  margin: 0;
  vertical-align: middle;
}
div.numbers.row .counter.text {
  border-left: 6px solid;
  margin-top: 10px;
  margin-bottom: 10px;
}
div.numbers.row .counter.text.color-0 {
  border-color: #3366cc;
}
div.numbers.row .counter.text.color-1 {
  border-color: #dc3912;
}
div.numbers.row .counter.text.color-2 {
  border-color: #ff9900;
}
div.numbers.row .counter.text.color-3 {
  border-color: #109618;
}
div.numbers.row .counter.text.color-4 {
  border-color: #990099;
}
div.numbers.row .counter.text.color-5 {
  border-color: #0099c6;
}
div.numbers.row .counter.text.color-6 {
  border-color: #dd4477;
}
div.numbers.row .counter.text.color-7 {
  border-color: #66aa00;
}
div.numbers.row .counter.text.color-8 {
  border-color: #b82e2e;
}
div.numbers.row .counter.text span {
  display: block;
}
div.numbers.row .counter.text span.number {
  font-size: 3rem;
  line-height: 1em;
  margin-top: 0.5rem;
  font-weight: 900;
}
div.numbers.row .counter.text span.text {
  font-size: 1.75rem;
  line-height: 1em;
  padding-bottom: 0.5rem;
}
section.entry-content .collapse-header button {
  min-height: 100px;
}
section.entry-content .collapse-header button[data-toggle="collapse"] {
  text-transform: none;
  padding: 5px;
}
section.entry-content .collapse-header button img {
  margin: 0;
  margin-right: 5%;
  width: 210px;
  height: auto;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fwww.dabc.polimi.it%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Fdabc%2Fscss%2Fmain.scss%22%2C%22wp-content%2Fthemes%2Fdabc%2Fscss%2F_design-italia.scss%22%2C%22wp-content%2Fthemes%2Fdabc%2Fscss%2F_page.scss%22%2C%22wp-content%2Fthemes%2Fdabc%2Fscss%2F_header.scss%22%2C%22wp-content%2Fthemes%2Fdabc%2Fscss%2F_archive.scss%22%2C%22wp-content%2Fthemes%2Fdabc%2Fscss%2F_cards.scss%22%2C%22wp-content%2Fthemes%2Fdabc%2Fscss%2F_mixin.scss%22%2C%22wp-content%2Fthemes%2Fdabc%2Fscss%2F_persone.scss%22%2C%22wp-content%2Fthemes%2Fdabc%2Fscss%2F_docenti.scss%22%2C%22wp-content%2Fthemes%2Fdabc%2Fscss%2F_progetti.scss%22%2C%22wp-content%2Fthemes%2Fdabc%2Fscss%2F_bandi.scss%22%2C%22wp-content%2Fthemes%2Fdabc%2Fscss%2F_form.scss%22%2C%22wp-content%2Fthemes%2Fdabc%2Fscss%2F_form-admin.scss%22%2C%22wp-content%2Fthemes%2Fdabc%2Fscss%2F_font.scss%22%2C%22wp-content%2Fthemes%2Fdabc%2Fscss%2F_content.scss%22%2C%22wp-content%2Fthemes%2Fdabc%2Fscss%2F_footer.scss%22%2C%22wp-content%2Fthemes%2Fdabc%2Fscss%2F_eventi.scss%22%2C%22wp-content%2Fthemes%2Fdabc%2Fscss%2F_charts.scss%22%2C%22wp-content%2Fthemes%2Fdabc%2Fscss%2F_newsletter.scss%22%2C%22wp-content%2Fthemes%2Fdabc%2Fscss%2F_cf7.scss%22%2C%22wp-content%2Fthemes%2Fdabc%2Fscss%2F_shortcodes.scss%22%2C%22wp-content%2Fthemes%2Fdabc%2Fscss%2F_accordion.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3B%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACqBA%3BAACA%3BADtBA%3BACyBA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAD7BA%3BAAAA%3BACyCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAD3ID%3BACsJA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BADzJA%3BAC6KA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzMA%3BAC4NA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BADnRA%3BACwRA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BADhXA%3BAAAA%3BAAAA%3BACuXA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD%2FYA%3BACsZA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADzdA%3BACieA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADr5BA%3BACq6BA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADj%2FBA%3BAC0%2FBA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD7%2FBA%3BACqgCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAD7hCA%3BACkiCA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAID%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC9vCA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BACbA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAOR%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAC7GE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAC%2FEN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BACiDF%3BAAAA%3BAAAA%3BAAAA%3BAD9CI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAEpCR%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BACpCJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAC1BF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BACZF%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BACUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACvGJ%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAC5CF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiIA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAC%2FLA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAkBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaN%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BAAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BACrOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAQN%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcN%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAClQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAC7FA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBE%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAKH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAaN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASR%3BAAAA%3BAAAA%3BAAAA%3BAACI%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeZ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChSR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACCI%3BAAAA%3BAAAA%3BACCJ%3BAAAA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7CN%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */