/*
Theme Name: Coesione
Theme URI: #
Author: NG
*/
@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:200,200i,300,300i,400,400i,600,600i,700,700i,900');
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"],
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #dddddd;
}
.btn.focus, .btn:focus, .btn:hover {
  color: white;
  outline: 0
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
.container {
  padding: 0 15px
}
.row.nested {
  margin-left: -8px;
  margin-right: -8px
}
.row.nested .col-md-6.col-lg-12,
.row.nested .col-md-6.col-lg-4,
.row.nested .col-md-6.col-lg-8,
.row.nested .col-md-6,
.row.nested .col-md-12.col-lg-8,
.row.nested .col-md-12.col-lg-4,
.row.nested .col-md-12 {
  padding-left: 8px;
  padding-right: 8px;
}
a,
a:visited,
a:active {
  color: #0066cc
}
html, body {
  height:100%;
  position: relative;
  -webkit-overflow-scrolling: touch;
}
body {
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #1c2024;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
h3 a,
h3 a:hover,
h3 a:visited,
h3 a:active {
  color: inherit;
}
.wrapper.blocked {
  overflow:hidden;
  width: 100%;
  height: 100%;
  position: absolute;
}
.sixteen-nine {
  position: relative;
}
.sixteen-nine:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
}
.sixteen-nine > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sixteen-nine img {
  height: 100%
}
.card .infografica {
  margin-bottom: 0
}
.infografica.h270 {
  height: 270px;
}
.infografica.h410 {
  height: 410px;
}
.fotoCover {
  background-size:cover;
  background-position: center;
  background-repeat: no-repeat;
}
.fotoCover.h250 {
  height: 250px
}
.fotoCover.avatar {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin-right: 15px;
}
.containerEmbed {
  padding: 20px 0
}
.containerCard.noPadding {
  padding: 0
}
.containerEmbed iframe {
  margin-top: 10px
}
iframe {
  width: 100%;
}
iframe#acf-map {
  height: 580px;
  margin-bottom: 10px
}
.card-deck {
  margin: 0 -8px;
  padding-top: 30px
}
.card-deck .card {
  margin-left: 8px;
  margin-right: 8px
}
.card-columns .card {
  margin-bottom: 16px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
  display: inline-block;
}
.card {
  position: relative;
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.06);
  box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.06);
  background: white;
  border-radius: .25rem;
  width: 100%;
}
.socialRef {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1
}
.socialRef.fb i:first-child {
  color: #4267b2
}
.socialRef.tw i:first-child {
  color: #1da1f2
}
.socialRef.yt i:first-child {
  color: #ff0000
}
.card-origin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px
}
.card-origin a {
  font-weight: 700
}
.darkBlue:last-child {
  padding: 40px 0 50px 0
}
.darkBlue:last-child h2 {
  margin-top: 0;
  margin-bottom: 30px
}
.darkBlue:last-child h3 a:hover {
  text-decoration: underline;
}
.darkBlue .containerCard .card {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.containerCard .card {
  border: 1px solid #dddddd
}
.card .card-body {
  padding: 40px 20px;
}
.card-body.noImg {
  margin-top: 70px
}
.card .card-date {
  font-size: 16px;
  color: #5a6772;
  font-weight: 700;
  line-height: 26px
}
.card .card-location {
  color: #5a6772;
  line-height: 28px
}
.card .card-type {
  font-weight: 700;
  padding: 20px 0
}
.card .card-type i {
  margin-right: 10px;
  font-size:18px;
}
.card .card-type span {
  font-size: 18px;
  line-height: 28px;
  margin-top: -5px
}
.card .card-body h5.card-title {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 0;
  color: #5a6772;
  font-weight: 400
}
.card .card-body h5.card-title a {
  color: #1c2024
}
.card .card-body h5.card-title a:hover {
  text-decoration:underline;
}
.card .card-body p {
  color: #5a6772;
  line-height: 24px;
  font-size: 16px;
  margin: 0
}
.card .card-type{
  color: #0066cc
}
.card p.card-text {
  margin-top: 30px
}
.line4060 {
  width: 100%;
  border-bottom: 1px solid #dddddd;
  margin: 20px 0
}
section#page {
  padding: 60px 0 0 0
}
main {
  padding: 20px 0 0 0;
}
.home main {
  padding: 0
}
.home #eventi {
  padding-bottom: 60px
}
.card-columns {
  -webkit-column-count: 1;
  column-count: 1;
  padding-top: 0;
  -webkit-column-gap: 16px;
  column-gap: 16px;
}
.pon main {
  padding: 20px 0 0 0
}

section.content {
  margin-top: 20px
}

main .content h5 {
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 10px
}
main .content h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700
}
hr {
      border-top: 1px solid #dddddd;
}
main .content hr {
  margin-bottom: 0;
  margin-top: 30px;
}
main .content hr.mb30 {
  margin-bottom: 30px
}
hr.nosticky {
  margin-top: 0
}
hr.filetto {
  margin: 20px 0 !important;
  border-top: 1px solid #dddddd
}
.data {
  font-size: 16px;
  font-weight: 700;
  color: #5a6772;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0
}
.data p {
  font-size: 16px;
  font-weight: 700;
  color: #5a6772;
  margin: 0;
}
.data.evento {
  min-height: 30px;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.data i {
  margin: 10px 5px 10px 0;
  font-size: 16px
}
.data span {
  font-weight: 700;
  color: #0066cc;
  font-size: 16px;
  word-break: break-all;
}
.data span.trattino {
  margin:0 10px;
  font-size: 16px;
  color: #5a6772;
  display: none;
}
/*header mobile*/
.headerMobile {
  background-color: #0066cc;
  padding: 20px 0
}
.headerMobile .logo_text h1 {
  font-size: 16px;
  letter-spacing: 0
}
.headerMobile .logo_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerMobile .logo_container img {
  width: 40px;
  margin-right: 10px
}
.headerMobile .burger_wrapper {
  margin-right: 0;
}
.headerMobile .toggle-menu .bar {
  width: 30px;
}
.headerMobile .toggle-menu.menu-active .bar:first-child {
  margin-bottom: -16px;
}
.headerMobile .toggle-menu.menu-active .bar:last-child {
  margin-bottom: 0
}
.searchContainer {
  background-color: #0066cc;
  padding: 20px 0;
  display: none;
}
.searchContainer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #00c5ca;
  color: #004a4d;
  font-weight: 700;
  padding: 0 20px
}
#searchMobile {
  width: 48px;
  height: 48px;
  background-color: #1276dc;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#searchMobile img {
  max-width: 28px;
}
#searchMobile a {
  color: white;
}
/*end header mobile*/
header {
  display: none
}
main ul {
  padding-left: 20px;
  list-style: square;
}
main p {
  margin-bottom: 20px
}
.bordered p {
  margin-bottom: 0
}
main .content .boxEvidenza ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px
}
main .content .boxEvidenza ul li {
  margin-bottom: 20px;
}
main .content .boxEvidenza ul li:last-child {
  margin-bottom: 0;
}
main .content .boxEvidenza ul li a {
  color: #1c2024
}
main .content .boxEvidenza ul li a:hover {
  text-decoration: underline;
}
main .content .boxEvidenza ul li h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
  margin-top: 10px
}
main .content .boxEvidenza ul li i {
  font-size: 28px;
  color: #dddddd;
  line-height: 28px
}
main .content .boxMappa span.indirizzo {
  color: #5a6772;
  font-size: 16px;
  font-weight: 700;
}
main .content .boxMappa .dettagli p:last-child {
  margin-bottom: 0
}
main .filterBlock {
  padding-top: 20px
}
.containerCarousel {
  position: relative;
}
.containerCarousel .carousel {
  display: none;
}
.containerCarousel .carousel img {
  width: 100%
}
.containerCarousel .carousel h3 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0
}
.containerCarousel .carousel h3 a {
  color: inherit;
}
.containerCarousel .carousel h3 a:hover {
  text-decoration: underline;
}
.containerCarousel .carousel p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px
}
.containerCarousel .carousel i {
  color: #c8c8c8;
  font-size:28px
}
.containerCarousel ul.slick-dots {
  margin-top: 20px;
  padding: 0;
  width: 100%;
  text-align: center;
}
.containerCarousel ul.slick-dots li {
  display: inline-block;
  cursor: pointer;
  margin: 0 5px 0 0 !important;
  width: auto !important;
  height: auto !important
}
.containerCarousel ul.slick-dots li button {
  display: none;
}
.containerCarousel ul.slick-dots li {
  color: #5a6772;
  font-size: 16px
}
.containerCarousel ul.slick-dots li.slick-active::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.containerCarousel ul.slick-dots li.slick-active::before {
  font-family: "Font Awesome 5 Free";
  content: "\f192";
}
.containerCarousel ul.slick-dots li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
}
.containerCarousel ul.slick-dots span.controller {
  margin-left: 10px
}
.containerCarousel ul.slick-dots span.controller i {
  color: #5a6772;
  font-size: 16px
}
.containerCarousel .carousel .col-md-6:first-child {
  margin-bottom: 20px
}
.filterHeader {
  display: none;
  background: #f0f0f0;
  border: 1px solid #dddddd;
  padding: 30px 16px 20px 16px;
}
.stickyFilter {
  display: none;
  background: #f0f0f0;
  border-bottom: 1px solid #dddddd;
  top: 70px;
  position: fixed;
  width: 100%;
  z-index: 10;
}
.stickyFilter .duplicatedFilter {
  padding: 30px 16px 20px 16px
}
.filterHeader form,
.stickyFilter form  {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.filterHeader form input,
.stickyFilter form input {
  border: 1px solid #dddddd;
  font-weight: 400;
  width: 100%;
}
.filterHeader form .input button[type="submit"],
.stickyFilter form .input button[type="submit"],
.filterHeader form .input .absRight,
.stickyFilter form .input .absRight
{
  border: 0;
  background: #5a6772;
  color: white;
  min-height: 60px;
  min-width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.filterHeader form .input button.absRight,
.stickyFilter form .input button.absRight,
.filterHeader form .input .absRight,
.stickyFilter form .input .absRight
{
  position: absolute;
  right: 0
}

.filterHeader form select,
.stickyFilter form select  {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #dddddd;
  border-radius: 0;
  background: white;
  padding: 17px 43px 13px 9px;
  font-size: 18px;
  color: #5a6772;
  font-weight: 400;
}
.filterHeader form .form-element,
.stickyFilter form .form-element{
  position: relative;
  margin-right: 16px;
  width: 100%
}
.filterHeader form .form-element:last-child,
.stickyFilter form .form-element:last-child{
  margin-right: 0
}
.filterHeader form label.input input,
.stickyFilter form label.input input {
  padding: 17px 9px 13px 9px;
}
.filterHeader form label.input input::-webkit-input-placeholder,
.stickyFilter form label.input input::-webkit-input-placeholder{
  color: #dddddd
}
.filterHeader form label.select,
.stickyFilter form label.select
{
  width: 100%
}
.filterHeader form label.select::after,
.stickyFilter form label.select::after
{
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  top: 46px;
  pointer-events:none;
}
.filterHeader form label.select.attivitaAgenzia::after {
  top: 75px
}
.filterHeader form label,
.stickyFilter form label {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #5a6772;
  width: 100%;
}
.filterHeader form label select,
.stickyFilter form label select {
  width: 100%
}
.filterHeader form label span,
.stickyFilter form label span
{
  display: block;
  margin-bottom: 2px;
  letter-spacing: -0.1px
}
.filterHeader form .form-element.s50 input,
.filterHeader form .form-element.s50 label,
.stickyFilter form .form-element.s50 input,
.stickyFilter form .form-element.s50 label {
  width: 100%
}
.filterHeader form .fas,
.stickyFilter form .fas {
  font-size: 24px
}
form#s1 .input-group-append a {
  height: 50px
}
main .filterBlock .filterResults .row {
  margin-left: -8px;
  margin-right: -8px;
}
main .filterBlock .filterResults .row:last-child {
  margin-bottom: 0;
}
main .filterBlock .filterResults .row h5.card-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px
}
ul.lettere,
ul.lettere ul,
ul.faqs,
ul.faqs ul {
  list-style: none;
  padding: 20px 0 0 0;
  margin: 0;
}
ul.lettere > li,
ul.faqs > li  {
  margin-top: 20px
}
ul.lettere > li:first-child,
ul.faqs > li:first-child {
  margin-top: 0
}
ul.lettere ul li,
ul.faqs ul li {
  margin-bottom: 10px;
}
ul.lettere ul li:last-child,
ul.faqs ul li:last-child {
  margin-bottom: 0
}
ul.lettere li a:hover,
ul.faqs li a:hover {
  text-decoration: none;
}
ul li .selettore
{
  width: 100%;
  background: #f0f0f0;
  padding: 20px;
  position: relative;
  color: #1c2024;
  font-size: 18px;
  line-height: 28px;
  border: 1px solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
ul li .selettore::after {
  content: "\f078";
  font-family: FontAwesome;
  margin-left: 20px
}
ul li .selettore.opened::after {
  content: "\f077";
}
ul li .definizione {
  padding: 30px 20px;
  display: none;
  color: #5a6772;
}
main .filterBlock .filterMore {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 40px
}
main .filterBlock .filterMore a {
  font-size: 21px;
  line-height: 31px;
  color: #0066cc;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700
}
img {
  width: 100%;
  max-width: 100%
}
.w100 {
  width: 100%
}
.bordered {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 30px 0;
  padding-top: 0
}
.bordered.noBottom {
  padding-bottom: 0;
  border-bottom: 0
}
.divisore {
  border-bottom: 1px solid #dddddd;
  margin:30px 0 60px 0
}
.dropdown-menu {
  border-radius: 0;
  margin-top: 11px;
  border: 0
}
.btn.focus, .btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}
.dropdown-item:focus, .dropdown-item:hover {
  background-color: #d1e7ff
}
.dropdown-toggle[aria-expanded="true"]{
  text-decoration: underline;
}
.dropdown-toggle[aria-expanded="true"]::after {
  content: "\f077";
}
button.dropdown-item {
  border: 0;
  background: transparent;
  width: 100%;
}
button.dropdown-item:hover {
  text-decoration: underline;
  background: transparent;
}
.backToTop {
  width: 60px;
  height: 60px;
  background: #1276dc;
  border: 2px solid #fff;
  position: fixed;
  bottom: 12px;
  right: 12px;
  padding-top: 13px;
  text-align: center;
  border-radius: 50%;
  display: none;
  z-index:99999999
}
.backToTop a {
  color: #fff;
  font-size: 26px
}
.container {
  overflow: hidden;
  width: 100%;
}
.fa-2x {
  font-size: 1.5em
}
.imgLine,
iframe {
  border: 1px solid #dddddd !important
}
.card iframe {
  border: 0 !important
}
.imgLine.mb10 {
  margin-bottom: 10px
}
.blocker {
  background: #1c2024;
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:998;
  opacity: .6;
  display: none
}
/*buttons*/
.btn-primary.btn-lg {
  border-radius: 5px;
  background-color: rgb(0, 102, 204);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  padding: 21px;
  border: 0;
  width: 100%;
  color: white;
  text-transform: uppercase;
}
.btn-primary.btn-lg:hover {
  background-color: #004d99;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}
.btnClose {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #30373d;
  padding: 20px;
}
.btnClose a:hover {
  text-decoration: none;
}
.btn-footer-close span {
  line-height: 18px;
  color: #00c5ca
}
.btn-footer-close img {
  width:18px;
  margin-top: -3px;
  margin-right:10px
}
/*special classes*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex.spaceBetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex.centered {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex.end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex.bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.main_nav_container {
  background: #0066cc;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.h45 {
  height: 47px;
}
.h65 {
  height: 65px;
}
.h70 {
  height: 70px;
}
.h93 {
  height: 93px;
}
.h150 {
  height: 110px
}
.h100 {
  height: 100%;
}
.w100 {
  width: 100%
}
.m0 {
  margin: 0
}
.mt10 {
  margin-top: 15px
}
.mt20 {
  margin-top: 20px
}
.mt30 {
  margin-top: 30px
}
.mb0 {
  margin-bottom: 0;
}
.mb16 {
  margin-bottom: 16px
}
.mb20 {
  margin-bottom: 20px
}
.mb30 {
  margin-bottom: 30px
}
.mb70 {
  margin-bottom: 70px
}
.p0 {
  padding: 0
}
.p60 {
  padding: 60px 0
}
.pt20 {
  padding-top: 20px
}
.pt30 {
  padding-top: 30px
}
.pt40 {
  padding-top: 40px
}
.pt60 {
  padding-top: 60px
}
.pb0 {
  padding-bottom: 0
}
.pb30 {
  padding-bottom: 30px
}
.pb40 {
  padding-bottom: 40px
}
.pb60 {
  padding-bottom: 60px
}
.pb100 {
  padding-bottom: 100px
}
.f21 {
  font-size: 21px;
  line-height: 31px;
}
.strong {
  font-weight: 700
}
.darkBlue {
  background: #013366
}
.grey {
  background: #c6cace;
  padding: 20px 0
}
.lightGrey {
  background: #f0f0f0;
}
section.lightGrey {
  padding: 20px 0
}
ul.menu li.active,
ul.menu li a:hover {
  text-decoration: underline;
  color: white
}
.burger_wrapper {
  z-index:999;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-right: 20px;
  cursor: pointer;
}
.burger_wrapper p {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  margin-top: 12px;
  line-height: 12px;
  text-align: center;
}
.toggle-menu {
  height: 40px
}
.toggle-menu .bar {
  height: 4px;
  width: 40px;
  margin-bottom: 8px;
  background: #ffffff;
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
}
.toggle-menu .bar:last-child {
  margin-bottom: 0
}
.toggle-menu.menu-active .bar:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  margin-bottom: -16px;
}
.toggle-menu.menu-active .bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
  transition: all 0.3s cubic-bezier(0.35, 0.085, 0.305, 1.005);
}
.toggle-menu.menu-active .bar:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$ms)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  margin-bottom: 20px;
}

.logo_container {
  margin: 0;
  position: relative;
}
.logo_container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo_container a:hover {
  text-decoration: none;
}
.logo_wrapper {
  width: 56px;
  height: auto;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.logo_wrapper img {
  width: 100%;
  overflow: hidden;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.logo_text h1 {
  font-size: 23px;
  font-weight: 700;
  color: #ffffff;
  display: block;
  margin: 0;
  letter-spacing: -0.5pt;
}
.sticky {
  background: #0066cc;
  position: fixed;
  width: 100%;
  display: none;
  height: 70px;
  z-index: 1000
}
.sticky .burger_wrapper {
  display: block;
  margin-right: 60px
}
.sticky .burger_wrapper .toggle-menu {
  position: absolute;
  top:20px
}
.sticky .burger_wrapper .toggle-menu.menu-active {
  top:30px
}
.sticky .blocker_mini {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: -1;
  background: #1c2024;
  opacity: .6;
  display: none;
}
.sticky .logo_wrapper {
  width: 40px;
  margin-right: 20px
}
.sticky .logo_text h1 {
  font-size: 20px;
}
.sticky .ricerca {
  width: 40%
}
.main_nav {
  position: relative;
  background: #0066cc;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
/*sub_nav*/
.sub_nav {
  width: 100%;
  font-weight: 700;
  background-color: #1276dc
}
.sub_nav ul {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 10px 0;
}
.sub_nav ul li {
  display: inline-block;
  margin: 0 0 0 0;
  padding: 0 40px 0 40px;
  font-size: 16px;
  line-height: 21px;
}
.sub_nav ul li a {
  color: white
}
/*nav_social*/
header .nav_social {
  display: none;
}
.nav_social {
  text-align: right
}
.nav_social.left {
  text-align: left;
}
.nav_social span.pre {
  margin-right: 20px;
  font-size: 18px;
  color: white;
}
.nav_social a {
  color: #0066cc
}
.nav_social a:hover .fa-stack .fa-circle::before {
  color: #004d99;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav_social a:hover .fa-stack .fab::before {
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*nav_search*/
.nav_search {
  width: 100%;
}
.nav_search input,
.nav_search button {
  border: 0;
  border-radius: 0;
  height: 50px
}
.nav_search button {
  background: #1276dc;
  color: white;
  padding: 0 15px;
  font-size: 24px
}
.nav_search button:hover {
  background-color: #004d99;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav_search input::-webkit-input-placeholder {
  color: #dddddd
}
.nav_search input:-ms-input-placeholder {
  color: #dddddd
}
.nav_search input::placeholder {
  color: #dddddd
}
.nav_search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%
}
/*top_header*/
.topHeader {
  display: none;
}
.top_header {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top_header ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-right: 60px
}
.top_header ul li {
  display: inline-block;
  margin-right: 20px;
}
.top_header ul li:last-child {
  margin-right: 0
}
.top_header ul li a {
  font-size: 16px;
  color: white
}
.top_header ul li.current-menu-item {
  text-decoration: underline;
}
/*lang_selector*/
.lang_selector {
  line-height:16px;
}
.lang_selector button.btn {
  padding: 0;
  background-color: transparent;
  color: white;
  font-weight: 700
}
.dropdown-toggle::after {
  display: inline-table;
  content: "\f078";
  font-family: FontAwesome;
  border: 0;
  font-size: 16px;
  vertical-align:baseline;
  margin-left: 10px
}
.lang_selector .dropdown-item {
  font-size: 16px;
}
/*nav*/
#content {
  width: 100%;
  position: absolute;
}
nav {
  width: 263px;
  height: 100%;
  background-color: white;
  position: fixed;
  left: -500px;
  z-index: 10000;
  overflow-y: auto;
  overflow-x: hidden;
}
/*mainMenu*/
.mainMenu ul {
  list-style: none;
  padding: 0
}
.mainMenu ul li {
  position: relative;
}
.mainMenu ul > ul {
  background-color: #d1e7ff;
  display: none
}
.mainMenu ul > ul > ul {
  background: #badbff;
  display: none
}
.mainMenu ul > li {
  border-top: 1px solid #dddddd
}
.mainMenu ul > ul > li:first-child {
  border-top: 1px solid #dddddd
}
.mainMenu ul > ul > li {
  border-top: 1px solid #f0f0f0
}
.mainMenu ul > ul > li:last-child {
  border-bottom: 0
}
.mainMenu ul > ul > ul > li:last-child {
  border-bottom: 0
}
.mainMenu ul > li a:first-child {
  padding-left: 20px
}
.mainMenu ul > ul > li a:first-child {
  /*padding-left: 30px*/
}
.mainMenu ul > ul > ul > li a:first-child {
  /*padding-left: 40px*/
}
.mainMenu ul > ul > ul > li {
  border-top: 1px solid #f0f0f0
}
.mainMenu > ul {
  border-bottom: 1px solid #dddddd
}
.mainMenu a {
  font-size: 14px;
  line-height: 21px;
  color: #5a6772;
  display: block;
  padding-top: 18px;
  padding-bottom: 18px;
}
.mainMenu a#arrow::after {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  margin-right: 20px;
}
.mainMenu a#arrow.open::after {
  content: "\f077";
}
.mainMenu a.active {
  text-decoration: underline;
}
/*flag_container*/
.flag_container {
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.flag_container div {
  width: 33.3333333333%;
  height: 8px;
  overflow: hidden;
  float: left;
}
.flag_container div.green {
  background: #009246;
}
.flag_container div.white {
  background: #ffffff;
}
.flag_container div.red {
  background: #ce2b37;
}
/* footer */
footer section#sub {
  text-align: center;
}
footer section#sub .grey {
  padding: 0
}
footer section#sub .grey .container {
  padding: 0
}
footer .grey {
  color: #1c2024;
  font-weight: 700;
}
footer .grey .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #b5b8bb;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .grey .rating p {
  font-size: 14px;
  margin: 0;
  display: none;
  line-height: 50px;
}
footer .grey .gdrts-rating-user {
  font-size: 14px;
  color: #5a6772
}
footer .grey .rating .stars {
  background-color: #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 50px
}
footer .grey .rating .gdrts-stars-rating {
  text-align: center;
}
footer .grey .cta span {
  font-size: 14px;
  display: block;
  line-height: 50px;
}
footer .grey .cta a {
  color: #004a4d;
  text-transform: uppercase;
  background: #00c5ca;
  padding: 0;
  height: 50px;
  width: 100%;
  display: block;
  line-height: 50px;
}
footer section#sup {
  display: none
}
footer .grey.sup h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0
}
footer .grey.sup {
  padding-top: 40px;
  padding-bottom: 0
}
footer .grey.sup .contacts a {
  text-decoration: underline;
}
footer .grey.sup .contacts p {
  margin-bottom: 40px
}
footer .grey.sup hr {
  margin: 30px 0
}
#footer {
  background:#30373d url("images/background.png");
  background-size: cover;
}
#footer .logoFooter img {
  width: 335px
}
#footer .loghi {
  padding: 40px 0 60px 0
}
#footer .widget {
  color: #00c5ca
}
#footer .widget .mbWidget {
  margin-bottom: 20px
}
#footer .widget h5 {
  font-size: 16px;
  font-weight: 700;
}
#footer .widget h5 a {
  color: #00c5ca
}
#footer .widget h5.h5grey {
  color: #c6cace
}
#footer .widget ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#footer .widget ul {
  padding: 0
}
#footer .widget ul li {
  margin-bottom: 10px
}
#footer .widget ul li a {
  font-size: 14px;
  text-decoration: underline;
  color: #00c5ca;
  font-weight: 700
}
#footer .widget h5 a:hover,
#footer .widget ul li a:hover,
#footer ul.subUL li a:hover {
  color: #c6cace;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer p.subText {
  padding-top: 50px;
  font-size: 14px;
  color: #c6cace;
  margin-bottom: 0
}
#footer hr {
  border-top: 1px solid #5a6772 !important;
  margin: 5px 0
}
#footer ul.subUL {
  padding: 0;
  margin: 0;
  padding-bottom: 20px
}
#footer ul.subUL li {
  display: inline-block;
  margin-right: 20px;
}
#footer ul.subUL li:last-child {
  margin-right: 0
}
#footer ul.subUL li a {
  font-size: 14px;
  text-decoration: underline;
  color: #00c5ca;
}
#footer .logoPON img {
  width: 161px
}
#footer .logoPON {
  padding-bottom: 110px
}
#footer .nav_social {
  margin-top: 10px
}
#footer .nav_social .fa-circle {
  color: #00c5ca
}
#footer .nav_social .fab {
  color: #30373d
}
#footer .nav_social a:hover {
  text-decoration: none
}
#footer .nav_social a:hover .fa-stack .fa-circle::before {
  color: #c6cace
}
#footer .nav_social a:hover .fa-stack .fab::before {
  color: #1c2024
}
#breadCrumbs {
  background-color: #f0f0f0;
  padding: 20px 0;
  display: none
}
#breadCrumbs .first {
  width: 65%
}
#breadCrumbs .last {
  width: 305%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#breadCrumbs ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#breadCrumbs ul li {
  display: inline;
  white-space: nowrap;
}
#breadCrumbs ul li a {
  color: #5a6772
}
#breadCrumbs ul li a:hover {
  text-decoration: underline;
}
#breadCrumbs ul li::after {
  content: ">";
  margin: 0 5px;
  color: #5a6772
}
#breadCrumbs ul li:last-child::after {
  content: ""
}
#breadCrumbs ul li:last-child {
  font-weight: 700;
  color: #5a6772;
}
#breadCrumbs .strLat {
  color: #5a6772;
  font-size: 18px;
}
#breadCrumbs .strLat a {
  color: #5a6772;
}
#breadCrumbs .strLat a:focus {
  text-decoration: none;
}
#breadCrumbs .strLat i {
  margin-left: 10px;
}
#breadCrumbs .strLat:first-child {
  margin-right: 30px
}
#breadCrumbs .col-lg-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#breadCrumbs .col-lg-3 a:hover {
  text-decoration: none;
}
main h1 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.5pt;
  margin-bottom: 20px;
  margin-top: 0
}
.backButton {
  display: none;
}
.backButton a {
  color: #5a6772;
  font-weight: 700
}
.backButton a:hover {
  text-decoration: none;
}
.backButton a::before {
  content:"\f060";
  font-family: FontAwesome;
  margin-right: 10px
}
.anchor_menu {
  position:relative;
  padding-left: 0;
  margin-bottom: 20px;
}
.stickyDoc {
  display: none;
  background: #f0f0f0;
  border-bottom: 1px solid #dddddd;
  top: 70px;
  position: fixed;
  width: 100%;
  z-index: 10
}
.anchor_menu ul,
.stickyDoc ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 20px;
}
.anchor_menu ul {
  display: none
}
.anchor_menu ul li,
.stickyDoc ul li {
  display: inline-block;
  margin-right: 50px
}
.anchor_menu ul li a,
.stickyDoc ul li a {
  color: #5a6772;
  font-weight: 700;
}
.anchor_menu ul li a i,
.stickyDoc ul li a i{
  font-size: 22px;
  margin-left: 10px
}
.anchor_menu .btn,
.stickyDoc .btn {
  font-size: 21px;
  color: #004a4d;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  border-radius: 0;
  padding: 17px 40px;
  background: #00c5ca;
}
.anchor_menu .btn {
  font-size: 14px;
  padding: 0;
  width: 100%;
  padding: 13px 0;
}
.stickyDoc .btn {
  padding: 18px 40px;
}
.annuncio p {
  margin-bottom: 0
}
.bloccoRepeater {
  padding: 20px 0
}
.home h2,
.bloccoRepeater h2,
.content h2,
section h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
.bloccoRepeater h5 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 1rem !important
}
.bloccoRepeater ul {
  margin: 0;
  padding: 0;
  list-style: none
}
.bloccoRepeater ul li {
  border-top: 1px solid #dddddd
}
.bloccoRepeater ul li:last-child {
  border-bottom: 1px solid #dddddd;
}
.bloccoRepeater ul li a {
  color: #5a6772;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}
.bloccoRepeater ul li a i {
  font-size: 24px;
  margin-right: 15px
}
.bloccoRepeater ul li a h3 {
  font-size: 18px;
  line-height: 24px;
  color: #1c2024;
  margin-bottom: 0;
  font-weight: 400
}
.bloccoRepeater ul li a h3:hover {
  text-decoration: underline;
}
.bloccoRepeater ul li a h6 {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 16px;
}
.bloccoRepeater .btnMore {
  font-size: 21px;
  text-decoration: underline;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px
}
.bloccoRepeater#documenti ul li a h3,
.bloccoRepeater#link ul li a h3,
.bloccoRepeater#feed ul li a h3 {
  margin-top: 0
}
.socialBottom {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.socialBottom p {
  margin-top: 0;
  margin-bottom: 0
}
.socialBottom span.pre {
  color: #5a6772;
  font-weight: 700
}
.socialBottom a {
  margin-right: 5px
}
.socialBottom a:last-child {
  margin-right: 0
}
.socialBottom a:hover {
  text-decoration: none;
}
.socialBottom i.fab {
  font-size: 21px;
  color: #004a4d
}
.socialBottom .circles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.socialBottom .circle {
  width: 44px;
  height: 44px;
  background-color: #00c5ca;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.socialBottom .circle:last-child {
  margin-right: 0
}
.preFooterImage.black {
  padding: 0
}
.preFooterImage h2,
.preFooterNoImage h2,
.containerCard h2,
.containerEmbed h2 {
  color: white;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px
}
.preFooterImage.black h2 {
  color: inherit;
}
.home .containerCard h2 {
  color: #1c2024
}
.home .ff-loadmore-wrapper {
  display: none;
}
.preFooterImage ul,
.preFooterNoImage ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0
}
.preFooterImage ul > li,
.preFooterNoImage ul > li {
  margin-bottom:20px
}
.preFooterImage ul li:last-child,
.preFooterNoImage ul li:last-child {
  margin-bottom: 0
}
.preFooterImage ul li a,
.preFooterNoImage ul li,
.preFooterNoImage ul li a {
  color: white;
}
.preFooterImage.black ul li a{
  color: inherit;
}
.preFooterImage ul li h3,
.preFooterNoImage ul li h3 {
  font-size: 21px;
  font-weight: 700;
}
.preFooterImage ul li i {
  font-size: 26px;
  color: #c8c8c8
}
.preFooterImage ul li p {
  color: white;
}
.preFooterImage.black ul li p {
  color: #1c2024
}
.preFooterNoImage ul {
  padding-bottom: 0
}
.preFooterNoImage ul li p {
  margin-bottom: 30px;
}
.preFooterNoImage ul li {
  margin-bottom: 30px;
  border-bottom: 1px solid #5a6772
}
.preFooterNoImage ul li:last-child {
  margin-bottom: 0
}
.card a.noTextDecoration {
  text-decoration: none;
}
.data.dossier i,
.card .card-type.dossier i {
  color: #c1bf00
}
.data.storia i,
.card .card-type.storia i {
  color: #39b54a
}
.data.attivita i,
.card .card-type.attivita i {
  color: #66a5e3
}
.data.news i,
.card .card-type.news i {
  color: #0066cc
}
.data.evento i,
.card .card-type.evento i {
  color: #013366;
}
i.fa-desktop,
i.fa-camera
{
  color: #dddddd
}
.card .imgCard {
  height: 180px;
  background-size: cover !important;
  position: relative;
  -webkit-border-top-left-radius: .25rem;
  -webkit-border-top-right-radius: .25rem;
  -moz-border-radius-topleft: .25rem;
  -moz-border-radius-topright: .25rem;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.card .imgCard i {
  color: #494848;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*background-color: rgba(0,0,0,.3)*/
}
.card .imgCard i:hover {
  color: #0066cc;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.card.programma {
  border-radius: 0;
  background: #f0f0f0;
  height: 320px;
  margin-bottom: 16px;
}
.card.programma .card-body {
  background: #f0f0f0;
  padding-top: 20px;
  padding-bottom: 20px;
  height: 200px;
  -webkit-box-flex: inherit;
  -ms-flex: inherit;
  flex: inherit
}
.card.programma .card-body p {
  font-size: 18px;
  margin-bottom: 0;
}
.card.programma .card-area,
.card.programma .card-subarea
{
  font-size: 21px;
  font-weight: 700;
  color: #1c2024
}
.card.programma .card-subarea {
  margin-bottom: 20px
}
.card.programma .card-subarea a,
.card.programma .card-subarea a:hover {
  color: inherit;
}
.card.programma .card-title {
  font-size: 18px;
  line-height: 28px;
  color: #1c2024
}
.card.programma .card-fondi {
  font-size: 16px;
  line-height: 26px;
  color: #5a6772;
  font-weight: 700;
  padding: 0 20px
}
.card.programma .card-btn {
  width: 100%;
  background-color: #00c5ca;
  padding: 20px;
  text-align: center;
  position: absolute;
  bottom: 0;
}
.card.programma .card-btn a {
  color: #004a4d;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 21px;
  line-height: 31px
}
a.menuBtn {
  padding: 20px;
  width: 100%;
  border: 0;
  text-align: left;
  color: #5a6772;
  border-bottom: 1px solid #dddddd;
  background: white;
  font-size: 18px;
  border-radius: 0
}
a.menuBtn:last-child
{
  border-bottom: 0
}
a.menuBtn.active,
a.menuBtn:hover,
a.menuBtn.secondary:hover,
a.menuBtn.secondary.active
{
  background: #1276dc;
  color: white !important
}
a.menuBtn.secondary {
  background: #d1e7ff;
  padding-left: 40px
}
/*NUOVO MENU LATERALE*/
#leftMenu {
  display: none;
}
#leftMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #dddddd;
}
#leftMenu ul li.noLink {
  padding: 15px;
  border-bottom: 1px solid #dddddd;
  background: #f0f0f0;
  font-weight: 700;
  color: #5a6772;
}
#leftMenu ul li a {
  display: block;
  padding: 15px;
  border-bottom: 1px solid #dddddd;
  color: #5a6772;
}
#leftMenu ul li:last-child a {
  border-bottom: 0
}
#leftMenu ul li a.active {
  background: #1276dc;
  color: white
}
#leftMenu ul li a.freccia.giu::after {
  content: "\f078";
  font-family: FontAwesome;
  float: right;
}
#leftMenu ul li a.freccia.su {
  text-decoration: underline;
}
#leftMenu ul li a.freccia.su::after {
  content: "\f077";
  font-family: FontAwesome;
  float: right;
}
#leftMenu ul li a.secondary {
  background: #d1e7ff;
  padding-left: 30px
}
#leftMenu ul li a:hover,
#leftMenu ul li a.secondary.active {
  background: #1276dc;
  color: white;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/*END NUOVO MENU LATERALE*/
ul.repeater.offerte {
  list-style: none;
  padding: 0;
  margin: 0
}
ul.repeater.offerte li > ul {
  list-style: none;
  padding: 0
}
ul.repeater.offerte li ul li span,
.offerta > span,
.annuncio span {
  font-size: 16px;
  font-weight: 700;
  color: #5a6772
}
ul.repeater.offerte li h2 {
  margin-top: 30px
}
ul.repeater.offerte li ul li h5 {
  margin-top: 20px
}
ul.repeater.offerte li ul li:first-child h5 {
  margin-top: 0
}
ul.repeater.offerte li ul li p,
.offerta > p,
.annuncio p{
  margin-top: 10px;
  margin-bottom: 0
}
ul.repeater h6 {
  margin: 0;
  font-size: 18px;
  color: #5a6772;
  font-weight: 700
}
ul.repeater.offerte ul li h6 {
  margin-top: 20px
}
ul.repeater.offerte li .testo h6 {
  margin-top: 10px
}
.bloccoNewsletter {
  padding: 30px 0 60px 0
}
.bloccoNewsletter a {
  color: inherit;
}
.bloccoNewsletter i {
  color: #dddddd;
}
ul.listDownload {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.listDownload li {
  padding: 20px 0;
  border-bottom: 1px solid #dddddd
}
ul.listDownload p.titoloSezione {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px
}
ul.listDownload li a {
  color: #5a6772;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
ul.listDownload li a i {
  font-size: 24px;
  margin-right: 15px
}
ul.listDownload li a h3 {
  font-size: 18px;
  color: #1c2024;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 28px
}
ul.listDownload li a h6 {
  margin-bottom: 0;
  margin-top: 5px
}
/*SEZIONE CONTATTI*/
section.contattiSection {
  padding: 60px 0 0 0
}
.contattiSection h2 {
  margin-bottom: 0
}
.sezione
{
  border-bottom: 1px solid #dddddd;
  padding: 30px 0
}
.sezione:last-child
{
  padding-bottom: 0;
  border-bottom: none
}
.sezione h3
{
  margin-bottom: 20px
}
.sezione.sub {
  padding-top: 0
}
.sezione.sub h3
{
  font-size: 21px;
  line-height: 31px
}
.sezione h3 a
{
  color:inherit;
}
.sezione p.nominativo {
  font-size: 21px
}
.sezione p.nominativo span.ruolo {
  font-size: 18px;
  line-height: 28px;
  display: block
}
.sezione p.nominativo span.ruolo::after {
  content:":"
}
.sezione p.nominativo span.cognome {
  text-transform: uppercase;
}
.sezione ul {
  list-style: none;
  padding: 0;
  margin: 0
}
.sezione ul li {
  font-size: 18px;
  margin-bottom: 10px
}
.sezione ul li:last-child {
  margin-bottom: 0
}
.sezione ul li h6 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700
}
.sezione.direttore ul li h6 {
  font-weight: 700;
  font-size: 18px
}
.sezione ul li a {
  color:#0066cc;
  font-weight: 700;
  text-decoration:underline
}
.sezione ul li h6::after {
  content:":"
}
.sezione.noBorderBottom {
  border-bottom: 0
}
.sezione.noBorderBottom h3 {
  font-size: 21px;
  line-height: 31px;
}
/*END CONTATTI*/
.col-md-6 .blockImageTextIcon .fotoCover
{
  border: 1px solid #dddddd;
  height: 410px;
  max-height: 410px
}
.col-md-12 .blockImageTextIcon .fotoCover
{
  height: 100%;
}
.col-md-12 .blockImageTextIcon {
  margin-bottom: 10px
}
.blockImageTextIcon {
  margin-bottom: 20px
}
.blockImageTextIcon a {
  color: inherit;
}
.blockImageTextIcon a:hover {
  text-decoration: underline;
}
.blockImageTextIcon p {
  margin-bottom: 0
}
.blockTextIcon a {
  color: inherit;
}
.blockImageTextIcon h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 10px
}
.blockImageTextIcon h3.f21 {
  font-size: 18px;
  line-height: 28px;
}
.blockTextIcon i:last-child,
.blockImageTextIcon i:last-child {
  font-size: 28px;
  line-height: 28px;
  color: #dddddd;
  margin-top: 10px
}
.blockImageTextIcon .embed-responsive {
  margin-bottom: 20px
}
.blockTextIcon h3,
.blockTextIcon h3.f21
{
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 10px
}
.blockTextIcon p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px
}
.subSection h3 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700
}
.subSection i:last-child {
  font-size: 28px
}
.subTextList ul {
  padding: 0;
  list-style: none
}
.subTextList ul li h3 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 0
}
.subTextList ul li h3 a {
  color: inherit;
}
.subTextList ul li h3 a:hover {
  text-decoration: underline;
}
.subTextList ul li {
  padding: 20px 0;
  border-bottom: 1px solid #dddddd
}
.subTextList ul li:first-child {
  padding-top: 10px
}
.subTextList ul li p {
  margin: 0
}
.subTextList ul li:last-child {
  border-bottom: 0
}
h2.black {
  color: #1c2024;
  margin-bottom: 0
}

a.btnIcon span {
  color: #dddddd;
  padding-left: 10px;
  font-weight: 700
}
a.btnIcon:hover {
  text-decoration: none;
}
.gallery {
  display: none;
}
.gdrts-stars-empty {
  font-size: 20px !important;
  line-height: 20px !important
}
.gdrts-rating-text {
  display: none
}
.gdrts-rating-block {
  margin: 0
}
.gdrts-rating-thanks {
  color: #5a6772;
  font-size: 14px;
  float: left;
}
.gdrts-rating-user{
  display: none;
}
.gdrts-rating-element.gdrts-stars-rating.gdrts-block-stars.gdrts-state-inactive.gdrts-font-star.gdrts-stars-length-5.gdrts-with-fonticon.gdrts-fonticon-font.gdrts-loop-saving{
  display: none;
}
.gdrts-block-stars {
  text-align: center;
}

ul.essb_links_list li.essb_item {
  margin-right: 10px !important
}
.essb_links li a {
  background-clip:border-box !important
}
ul.essb_links_list li.essb_item:last-child {
  margin-right: 0 !important
}
.essb_links.essb_template_default4-retina a {
  border-radius: 50% !important;
  -webkit-box-shadow: 0 !important;
  box-shadow: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}
.essb_links {
  margin: 0 !important
}
.essb_links .essb_icon {
  width: 44px !important;
  height: 44px !important
}
.essb_links
.essb_icon:before {
  font-size: 22px !important;
  top: 12px !important;
  left: 11px !important
}
.mansioni .contenuti {
  display: none;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px
}
.mansioni .pulsante {
  position: relative;
  margin-top: 20px;
  height: 40px
}
.mansioni .line {
  border-top: 1px solid #dddddd;
  position: absolute;
  width: 100%;
  margin-top: 18px;
}
.mansioni .icona {
  text-align: center;
  position: absolute;
  width: 100%;
}
.mansioni .icona i {
  background: #0066cc;
  padding: 10px;
  border-radius: 50%;
  color: white;
}
.mansioni .icona i:hover {
  background: #1c2024;
}
/*load more*/
.alm-btn-wrap {
  text-align: center !important;
  padding: 0 !important
}
.alm-btn-wrap .alm-load-more-btn {
  background: none !important;
  font-size: 14px !important;
  line-height: 28px !important;
  color: #0066cc !important;
  text-transform: uppercase !important;
  text-decoration: underline !important;
  margin: 0 !important;
  height: auto !important;
  font-weight: 700 !important;
  padding: 0 !important
}
.alm-btn-wrap .alm-load-more-btn.loading:before {
  left: -40px !important;
  top: -4px !important
}
.alm-btn-wrap .alm-load-more-btn.done {
  display: none;
}
.page-template-page-social-wall .ff-loadmore-wrapper {
  text-align: right;
  padding: 20px 20px 0 0 !important
}
.page-template-page-social-wall .ff-btn {
  background: none !important;
  font-size: 21px !important;
  line-height: 31px !important;
  color: #0066cc !important;
  text-transform: uppercase !important;
  text-decoration: underline !important;
  margin: 0 !important;
  height: auto !important;
  font-weight: 700 !important;
  padding: 0 !important
}
.ff-layout-masonry {
  margin: 0 -16px;
}
.bord-rad-yt-container {
  overflow:hidden;
  z-index:2;
  position:relative;
}
.card .bord-rad-yt-container {
  -webkit-border-top-left-radius: .25rem;
  -webkit-border-top-right-radius: .25rem;
  -moz-border-radius-topleft: .25rem;
  -moz-border-radius-topright: .25rem;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}
.bord-rad-yt-container iframe{
  z-index:1;
  position:relative;
}
#btnCondividi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#btnCondividi .socialShare {
  margin-left: 10px;
  display: none;
  height: 28px;
}
#btnCondividi .socialShare a i {
  margin-left: 0
}
#btnCondividi .socialShare .fa-stack {
  line-height: 28px;
  width: 28px;
}
#btnCondividi .socialShare .fa-stack-2x {
  font-size: 28px;
}
#btnCondividi .socialShare .fa-stack-1x {
  font-size: 14px
}
#btnCondividi .socialShare a:first-child i {
  background-color: #3a579a
}
#btnCondividi .socialShare a i {
  background-color: #00abf0;
  border-radius: 50%;
}
#btnCondividi .socialShare a:last-child i {
  background-color: #EA4335;
}
#btnCondividi .socialShare a:hover i {
  background-color: #363636;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease
}
#btnCondividi .socialShare a {
  color: transparent;
  display: table-cell;
  padding-right: 3px
}
#btnCondividi .socialShare a:last-child {
  padding-right: 0
}
.ajax-load-more-wrap ul.alm-listing li {
  margin-bottom: 0
}
.ajax-load-more-wrap ul.alm-listing li.grid-item {
  /*width: calc(33.3333% - 16px);*/
  width: calc(100% - 16px);
  margin: 0 8px 16px;
  float: left;
  display: inline;
  padding: 0
}
#masonry-grid {
  margin-top: 16px
}
#masonry-grid .ajax-load-more-wrap {
  display: block;
  width: calc(100% + 16px);
  position: relative;
  left: -8px;
}
#masonry-grid .alm-btn-wrap {
  position: relative;
  left: -8px;
}
section#socialCondividi {
  margin-top:30px
}
.ff-stream {
  padding-bottom: 0 !important
}
#teamchart-div .bloc {
  width: auto;
}
#teamchart-div.default {
  padding: 0 !important
}
#teamchart-div.default ul {
  padding-top: 19px !important
}
#teamchart-div.default .person {
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid #ccc;
  width: 170px !important;
  font-size: 16px
}
#teamchart-div.default .person .image {
  display: none
}
#teamchart-div.default .person .name {
  height: 70px !important;
  padding: 0 5px
}
#teamchart-div.default .person .name p {
  line-height: 21px
}
#teamchart-div.default li:only-child {
  max-width: 100% !important
}
#teamchart-div.default ul#chart li.col-0 ul.bloc li.col-7:last-child ul::before {
  left: calc(50% + 1px) !important
}
#teamchart-div.default ul#chart li.col-0 > .person {
  background: #5a6772;
  border: 0
}
#teamchart-div.default ul#chart li.col-0 > .person .text .name p {
  color: white
}
#teamchart-div.default ul#chart li.col-7 > .person {
  background: #dddddd;
  border: 0
}
#teamchart-div.default ul#chart li.col-7 > .person .text .name p  {
  color: #5a6772;
}
#teamchart-div.default ul#chart li.col-7 .col-1 .person {
  background: #f0f0f0;
}
#teamchart-div.default ul#chart li.col-7 .col-1 .person .text .name p {
  font-weight: 400
}
#teamchart-div.default li div.person::before, #teamchart-div.default li div.person::after {
  height: 19px !important
}

.page-template-page-filter-eventi .filterHeader form label,
.page-template-page-filter-eventi .filterHeader form input,
.page-template-page-filter-eventi .duplicatedFilter form input,
.page-template-page-filter-eventi .duplicatedFilter form label {
  width: 100%
}
.page-template-page-filter-eventi span#calendario {
  position: absolute;
  top:30px;
  right: 0;
  z-index: 1
}
.daterangepicker {
  border: 1px solid #dddddd
}
.daterangepicker.dropdown-menu {
  z-index:9999999999
}
.daterangepicker .ranges li {
  border-radius: 0px;
  color: #1c2024;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  font-size: 16px;
  padding: 3px 12px 5px
}
.daterangepicker .ranges li:hover {
  background-color: #f0f0f0
}
.daterangepicker .ranges li.active {
  background-color: #5a6772;
  border: 1px solid #5a6772;
  color: #fff;
}
.daterangepicker .range_inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 45px
}
.daterangepicker .range_inputs button {
  width: 100%;
}
.daterangepicker .range_inputs button:first-child {
  margin-right: 2px;
}
.daterangepicker .range_inputs button:last-child{
  margin-left: 5px;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #5a6772
}
.daterangepicker .btn-success {
  background-color: #0066cc;
  border-color: #0066cc;
  border-radius: 4px;
}
.daterangepicker .btn {
  border-radius:0px;
}
.daterangepicker .btn-group-sm > .btn,
.daterangepicker .btn-sm {
  padding: 0;
  font-size:16px;
  border-radius: 4px;
  height: 40px;
}
.daterangepicker .daterangepicker_input input,
.daterangepicker .daterangepicker_input input.active {
  border-radius: 0;
  border: 1px solid #555
}
.daterangepicker i.fa-calendar::before {
  content: "\f073";
  color: #5a6772
}
.daterangepicker .ranges ul li:last-child,
.daterangepicker .range_inputs,
.daterangepicker .calendar {
  display: none !important
}
.daterangepicker button.azzeraRicerca {
  margin-top: 10px;
  width: 100%;
  border: 1px solid #dddddd;
  font-size: 16px;
  background-color: black;
  border-radius: 4px;
  color: white;
}
.page-search-wpsolr .loading_res {
  display: none;
}
.page-search-wpsolr hr.nosticky {
  display: none;
}
.page-search-wpsolr .sfl2 {
  margin: 0 !important;
  line-height: 50px !important;
  height: 50px !important;
  padding: 0 10px !important;
  border: 1px solid #dddddd !important;
  width: 100% !important;
}
.page-search-wpsolr .loading_sugg {
  background-size: auto !important;
  background-position: center right 10px !important;
  background-color: white !important
}
.page-search-wpsolr input[type="submit"] {
  background: #1276dc;
  border: none;
  font-weight: 700;
  color: white;
  padding: 0 20px;
  height: 50px !important;
  cursor: pointer !important;
  text-transform: uppercase;
}
.page-search-wpsolr .ui-widget {
  background: #f0f0f0 !important;
  padding: 40px 20px !important;
  border: 1px solid #dddddd !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-search-wpsolr .wdm_resultContainer {
  margin-top: 0 !important;
}
.page-search-wpsolr .wdm_resultContainer .wdm_list #res_facets {
  display: none !important;
}
.page-search-wpsolr .wdm_resultContainer .wdm_results {
  width: 100% !important;
  border: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin-bottom: 30px !important
}
.page-search-wpsolr .wdm_resultContainer .wdm_results .res_info {
  border-bottom: 1px solid #dddddd !important;
  padding: 20px 0 !important
}
.page-search-wpsolr .wdm_resultContainer .wdm_results .res_info span {
  font-size: 21px !important;
  line-height: 31px !important;
  font-weight: 700 !important;
  color: #1c2024 !important
}
.page-search-wpsolr .wdm_resultContainer .wdm_results .p_misc,
.page-search-wpsolr .wdm_resultContainer .wdm_results .p_content img,
.page-search-wpsolr .wdm_resultContainer .wdm_results hr,
.page-search-wpsolr .wdm_resultContainer .wdm_results br {
  display: none !important
}
.page-search-wpsolr .wdm_resultContainer .wdm_results .p_title a {
  color: #0066cc !important;
  font-weight: 700 !important;
  font-size: 21px !important;
  line-height: 31px !important
}
.page-search-wpsolr .wdm_resultContainer .wdm_results .p_title a b {
  font-weight: 700 !important
}
.page-search-wpsolr .wdm_resultContainer .wdm_results .p_content {
  color: #5a6772 !important;
  float: none !important
}
.page-search-wpsolr .wdm_resultContainer .wdm_results .results-by-facets > div {
  padding: 20px 0 !important;
  border-bottom: 1px solid #dddddd !important
}
.page-search-wpsolr .wdm_resultContainer .wdm_results .paginate_div ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  margin-top: 30px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important
}
.page-search-wpsolr .wdm_resultContainer .wdm_results .paginate_div ul li a {
  background: white !important;
  border: 1px solid #dddddd !important;
  width: 40px !important;
  height: 40px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  color: #5a6772 !important;
  margin: 0 !important;
  font-size: 18px;
}
.page-search-wpsolr .wdm_resultContainer .wdm_results .paginate_div ul li a:hover {
  background: #1276dc !important;
  text-decoration: none !important;
  color: white !important
}
.page-search-wpsolr .cls_results {
  margin-top: 20px;
  margin-bottom: 60px;
}
.page-search-wpsolr .cls_results span {
  font-size: 21px;
  font-weight: 700;
  font-style: normal;
  color: #1c2024
}
.page-search-wpsolr .wdm-dropdown-menu>.active>a {
  background: #f0f0f0 !important
}
.page-template-page-newsletter .ginput_container_textarea {
  margin: 0 !important
}
.page-template-page-newsletter textarea {
  width: 100%;
  margin: 30px 0;
  font-size: 16px;
  line-height: 22px;
  padding: 10px;
  color: #5a6772;
  border: 1px solid #dddddd
}
.page-template-page-newsletter li#field_1_5 label{
  display: none;
}
.page-template-page-newsletter li#field_1_6 {
  font-size: 16px;
  color: #5a6772;
  font-weight: 700;
  margin-top: 30px
}
.page-template-page-newsletter .gform_footer {
  text-align: center;
  margin: 0;
  padding: 0
}
.page-template-page-newsletter form li#field_1_1 input {
  border: 1px solid #dddddd !important;
  padding: 17px 9px 12px 9px !important;
  height: 59px !important;
  font-size: 18px !important;
}
.page-template-page-newsletter form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #dddddd;
  border-radius: 0;
  background: white;
  padding: 17px 9px 13px 9px !important;
  font-size: 18px;
  color: #5a6772;
}
.page-template-page-newsletter form .ginput_container_select {
  position: relative;
}
.page-template-page-newsletter form .ginput_container_select::after {
  content: "\f078" !important;
  font-family: FontAwesome !important;
  position: absolute;
  right: 15px;
  top: 17px;
  pointer-events: none;
  color: #5a6772;
}
.page-template-page-newsletter form input[type="submit"] {
  border-radius: 5px;
  background-color: rgb(0, 102, 204);
  font-size: 14px !important;
  line-height: 21px !important;
  font-weight: 700 !important;
  padding: 21px;
  border: 0;
  min-width: auto;
  color: white;
  text-align: center;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
.page-template-page-newsletter .ginput_container_radio {
  margin-top:0 !important
}
.page-template-page-newsletter .gform_wrapper .gfield_radio {
  padding: 0
}
.page-template-page-newsletter .gform_wrapper .gfield_radio li {
  margin: 0 !important
}
.page-template-page-newsletter .gform_wrapper .gfield_radio li input {
  margin: 0 !important;
  margin-left: 1px !important;
  margin-right: 5px !important;
}
.page-template-page-newsletter .gform_wrapper .gfield_radio li label {
  margin: 0 !important;
  font-size: 18px !important;
  font-weight: 400 !important
}
.page-template-page-newsletter .gform_wrapper .gfield_radio li:last-child {
  margin-left: 0 !important
}
.page-template-page-newsletter .gform_ajax_spinner {
  display: none !important
}
.gform_wrapper li.gfield.gfield_error {
  border: 0 !important;
  background: transparent;
  padding-top: 0
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0
}
.gform_confirmation_wrapper .gform_confirmation_message {
  margin-top: 30px;
  font-size: 21px;
  font-weight: 700;
  padding-top: 20px;
  border-top: 1px solid #dddddd;
}
.gform_confirmation_wrapper .gform_confirmation_message::before {
  content: "\f058";
  font-family: FontAwesome;
  color: green;
  margin-right: 10px;
}
.filterResults p.noResults {
  font-size: 21px;
  font-weight: 700;
  margin-top: 10px
}
.ff-filter-holder .ff-filter {
  margin: 0 3px !important
}
.ff-stream .ff-header .ff-filter:first-child {
  background-color: rgb(0, 102, 204) !important;
  margin-right: 12px !important;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.35);
}
.ff-stream .ff-header .ff-filter[data-filter="twitter"] {
  background-color: #00abf0 !important;
  border-radius: 50%
}
.ff-stream .ff-header .ff-filter[data-filter="facebook"] {
  background-color: #3a579a !important;
  border-radius: 50%
}
.ff-stream .ff-header .ff-filter[data-filter="youtube"] {
  background-color: #ff0000 !important;
  border-radius: 50%
}
.ff-stream .ff-header .ff-filter[data-filter="google"] {
  background-color: #dd4b39 !important;
  border-radius: 50%
}
.gform_wrapper select option {
  padding: 0 !important
}
.gform_wrapper .gfield_required {
  color: #1c2024 !important
}
.gform_wrapper .validation_message,
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper div.validation_error {
  color: #ce2b37
}
.gform_wrapper div.validation_error {
  border-top-color: #ce2b37;
  border-bottom-color: #ce2b37;
}
.page-template-page-filter-pon main .content .boxEvidenza ul {
  padding-left: 0
}
.gform_wrapper ul.top_label li.gfield.gf_right_half,
.gform_wrapper #field_1_4,
.gform_wrapper #field_1_5 {
  padding-right: 0;
  max-width: 100%;
}
.mobileFilter {
  left: -10000px;
  position: fixed;
  background: rgba(37,54,70,.8);
  z-index: 100000000;
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.mobileFilter .contenuto {
  background: white;
  border-radius: 4px;
  padding: 25px 20px;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}
.mobileFilter .contenuto .headerMF {
  border-bottom: 1px solid #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mobileFilter .contenuto .headerMF h3 {
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 26px;
  color: #5a6772;
  font-weight: 700
}
.mobileFilter .contenuto .headerMF img {
  width: 28px;
  height: 28px
}
.mobileFilter .contenuto form {
  margin-top: 17px
}
.mobileFilter .contenuto form label {
  font-size: 14px;
  color: #5a6772;
  width: 100%
}
.mobileFilter .contenuto form input {
  border: 1px solid #dddddd;
  width: 100%;
  height: 46px;
  padding: 0 8px
}
.mobileFilter .contenuto form input::-webkit-input-placeholder {
  font-size: 16px;
  color: #dddddd;
}
.mobileFilter .contenuto form input:-ms-input-placeholder {
  font-size: 16px;
  color: #dddddd
}
.mobileFilter .contenuto form input::placeholder {
  font-size: 16px;
  color: #dddddd;
  font-weight: 300
}
.mobileFilter .contenuto form .absRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobileFilter .contenuto form button[type="submit"],
.mobileFilter .contenuto form .absRight {
  background: #5a6772;
  height: 46px;
  min-width: 46px;
  border: 0
}
.mobileFilter .contenuto form button i,
.mobileFilter .contenuto form .absRight i {
  color: white;
  font-size: 20px;
}
.mobileFilter .contenuto form button i {
  padding-top: 5px
}
.mobileFilter .contenuto form select {
  display: block;
  width: 100%;
  border: 1px solid #dddddd;
  border-radius: 0;
  height: 46px;
  background: white;
  padding: 0 8px;
  font-size: 16px;
  color: #5a6772;
  font-weight: 300;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.mobileFilter .contenuto form label.select {
  position: relative;
}
.mobileFilter .contenuto form label.select::after {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  top: 36px;
  right: 14px;
  font-size: 14px
}
.mobileFilter .form-element {
  margin-bottom: 10px
}
.filterButtonMobile {
  background: #5a6772;
  height: 48px;
  text-align: center;
}
.filterButtonMobile a {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  line-height: 48px
}
.filterButtonMobile a:hover {
  text-decoration: none;
}
.filterButtonMobile a::before {
  content: "\f0b0";
  font-family: FontAwesome;
  margin-right: 5px
}
.filterButtonMobile a span {
  font-weight: 400
}
.picker {
  width: 257px;
}
.picker__holder {
  border-color: #dddddd
}
.picker--opened .picker__holder {
  -webkit-box-shadow: none;
  box-shadow: none;
}
section.no_last_line ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0
}
.page-template-page-filter-news-programmi .data.news {
  margin-bottom: 20px
}
.single .data {
  margin: 10px 0
}
li .testo h6 {
  font-size: 16px;
  font-weight: 400
}
li a:hover {
  text-decoration: none;
}
li a:hover .testo h3 {
  text-decoration: underline;
}
.page-template-page-filter-pon .filterHeader {
  margin-bottom: 16px
}
.page-search-wpsolr input, .page-search-wpsolr button {
  border-radius: 0
}
#footer .bordinoFooter {
  border-bottom: 1px solid #5a6772;
  margin: 15px 0
}
.data.attivita,
.data.news,
.data.dossier,
.data.storia {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.carousel .col-sm-6.col-md-4.col-lg-4 {
  margin-bottom: 20px
}
.btnCTA {
  margin-top: 10px
}
.btnCTA button{
  border: 0;
  background: #00c5ca;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px
}
.filterButtonMobile {
  margin-bottom: 16px
}
.page-template-page-filter-documenti .bordered {
  padding-top: 30px
}
.page-template-page-filter-documenti .filterHeader {
  margin-bottom: 16px;
}
.single-pon .infografica {
  margin-bottom: 10px
}
.single .bloccoRepeater,
.page-template-page-contenuto-strutturato .bloccoRepeater,
.page-template-page-aree .bloccoRepeater {
  padding-top: 60px
}
.page-template-page-lavora-con-noi ul.repeater.offerte {
  padding-top: 30px
}
h3 a:hover {
  text-decoration: underline;
}
.page-template-page-lavora-con-noi hr.filetto {
  margin-bottom: 40px !important
}

.box_404 {
  margin-bottom: 120px;
  margin-top: 100px; }
  .box_404 h1 {
    font-size: 11.12em;
    color: #0066cc;
    font-weight: 400;
    margin: 0;
    line-height: 0.95em; }
  .box_404 h2 {
    font-size: 3.34em;
    color: #0066cc;
    font-weight: 700;
    margin: 0 0 40px 0; }
  .box_404 a {
    text-decoration: underline; }
  .box_404 p {
    margin-bottom: 30px; }
  .box_404 .btn {
    text-decoration: none; }

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