/*
Theme Name: Fondo di Garanzia
Theme URI: http://www.vipera.com/
Author: the Vipera team
Author URI: http://www.vipera.com/
Description: Fondo di Garanzia
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fondodigaranzia
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/


/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
*:focus {
    outline: 3px solid #24bdff;
}
:root {
    --baseFontSize: 62.5%;
    --basePadding: 6rem;
    --base: #06c;
    --white: #fff;
    --dark-gray: #30373d;
    --dark: #1a1e21;
    --light: #f2f2f2;
    --accordionColor: #f6f6f6;
    --borderColor: #dddddd;
    --lightblue: #d1e7ff;
    --darkblue: #004d99;
    --muted: #5a6772;
    --baseRadius: 0.4rem;
    --green: #7ed321;
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
    outline: none;
}

html {
    font-size: 62.5%;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

body {
    font-family: "Titillium Web", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    background-color: #fff;
    color: #1a1e21;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
}

a {
    display: inline-block;
    text-decoration: none;
    color: #06c;
}

h2 {
    font-size: 3.4rem;
    line-height: 4.3rem;
}

h3 {
    font-size: 3.2rem;
    line-height: 4rem; 
}

ul,
ol {
    list-style-type: none;
}

.fdg-simple-list {
    list-style-type: lower-alpha;
    list-style-position: inside;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
    padding-left: 10px !important;
}

.page-template-page-conosci-il-fondo .main .fdg-simple-list li {
    color: inherit;
}

.fdg-simple-list li::before {
    content: none !important;
}

.fdg-simple-list li+li {
    margin-top: 5px !important;
}

.page-template-page-conosci-il-fondo ol.fdg-simple-list li ol li:before {
    content: "a";
    position: absolute;
    left: -4rem;
    top: 0.5rem;
    font-weight: 600;
    color: #58a5f1;
    font-size: 2.5rem;
    line-height: 1;
    padding-right: 1rem;
    border-right: 0.1rem solid #fff;
}

.page-template-page-conosci-il-fondo ol.fdg-simple-list li ol li:nth-child(2)::before {
    content: "b";
}

.page-template-page-conosci-il-fondo ol.fdg-simple-list li ol li:nth-child(3)::before {
    content: "c";
}

.page-template-page-conosci-il-fondo ol li ol li+li {
    margin-top: 1rem;
}

.section-darkblue ol.fdg-simple-list li,
.section-darkblue ul.fdg-simple-list li {
    color: #fff;
}

p+strong {
    display: block;
    margin-top: 1rem;
}


/** + h2 {
  margin-top: 2rem;
}*/

h2+*, h3+*,h4+*,
*+.button {
    margin-top: 2rem;
}

p+p {
    margin-top: 1rem;
}

.text-blue {
    color: #06c;
}

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-bold {
    font-weight: 600;
}

.lead {
    font-size: 2.4rem;
}

.grey {
    color: #5a6772;
}

.small {
    font-size: 80%;
}

.section {
    padding: 6rem 4rem;
    background-color: #fff;
    position: relative;
}

.section-close {
    position: absolute;
    top: 4rem;
    right: 4rem;
    font-size: 6rem;
    line-height: 0;
    color: #06c;
}

.section-light {
    background-color: #f2f2f2 !important;
}

.section-lightblue h2 {
    color: #06c;
}

.section-blue {
    background-color: #06c;
    color: #fff;
}

.section-lightblue {
    background-color: #d1e7ff;
}

.section-darkblue {
    background-color: #004d99;
    color: #fff;
}

.media {
    display: flex;
}

.media-center {
    align-items: center;
}

.media-start {
    align-items: flex-start;
}

.media>*:first-child {
    margin-right: 1.5rem;
    max-width: 100%;
}

.media-centered {
    max-width: 80%;
    margin: 0 auto;
}

.media-content {
    flex: 1;
}

.media-content>*:first-child {
    display: block;
    color: inherit;
    line-height: 1.25;
    margin-bottom: 1.05rem;
}

.media-img-circle>*:first-child {
    border-radius: 50%;
    margin-right: 4rem;
    width: 20rem;
    height: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5rem;
    background-color: #eee;
}

.media h2 {
    margin-top: 0;
}

.media>a {
    align-self: center;
}

.grid {
    display: flex;
    flex-wrap: wrap;
}

.grid-4>* {
    width: calc(25% - 1rem);
}

.grid-4>*:not(:last-child) {
    margin-right: 1rem;
}

.grid-3>* {
    width: calc(33.33333% - 1rem);
}

.grid-3>*:not(:last-child) {
    margin-right: 1rem;
}

.grid-2>* {
    width: calc(50% - 2rem);
}

.grid-2>*:not(:last-child) {
    margin-right: 2rem;
}

.unordered-list {
    list-style-type: disc;
    color: #06c;
    padding-left: 3rem;
    margin: 2rem 0;
}

.unordered-list li+li {
    margin-top: 1rem;
}

.unordered-list li p {
    /*color: #1a1e21;
  line-height: 1.5em;
  font-weight: 300!important;*/
    color: #1a1e21;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
}

.module {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #f2f2f2;
    padding: 2rem;
    flex-wrap: wrap;
}

.module:not(:last-of-type) {
    border-bottom: 1px solid #5a6772;
}

.module-header {
    display: flex;
    align-items: center;
    color: #00264d;
    font-weight: 600;
    max-width: 90%
}

.module-img {
    max-width: 3.5rem;
    margin-right: 1rem;
}

.module-text {
    margin-left: 4.5rem;
    font-size: 1.4rem;
    max-width: 85ch;
}

.module-btn {
    font-weight: 700;
    margin-left: auto;
    margin-top: 0 !important;
}

.module-btn img {
    margin-left: 0.5rem;
}

.module-content {
    flex: 1 1 100%;
    background-color: #fff;
    visibility: hidden;
    height: 0;
    font-size: 1.4rem;
    margin: 2rem -2rem -2rem;
    opacity: 0;
}

.module-content ul {
    color: #00264d;
}

.module-content .media img {
    margin-right: 0.5rem;
}

.module-content .grid:not(:first-child) {
    margin-top: 4rem;
}

.module-content .grid>* {
    margin-bottom: 4rem;
    font-weight: 600;
}

.module-content .media span {
    color: #5a6772;
    font-weight: 400;
}

.moduleOpen+.module-content {
    opacity: 1;
    visibility: visible;
    height: auto;
    padding: 4rem;
}


/**************************
		#HEADER
	**************************/

.logo {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    color: white;
}

.header {
    display: flex;
    align-items: center;
    background-color: #06c;
    color: #fff;
    height: 10rem;
    padding: 0 0 0 2rem;
    font-size: 1.4rem;
    line-height: 1.5rem;
}

.header img {
    margin-right: 1rem;
}

.header span {
    font-size: 1.6rem;
}

.header h1 {
    margin: 0 2rem 0 1rem;
    padding-left: 1rem;
    border-left: 0.1rem solid rgba(255, 255, 255, 0.4);
    font-size: 3.2rem;
    line-height: 1;
    color: #ffffff;
}

.header h1 a {
    color: #ffffff;
    text-decoration: none;
}

.headerList {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.headerList>li:last-child a {
    font-size: 2rem;
}

.headerList a {
    color: inherit;
    padding: 0.5rem;
    margin: 0 0.5rem;
    text-transform: uppercase;
}


/**************************
		#NAVIGATION
**************************/

.navigation {
    background-color: #fff;
    color: #06c;
}

.navigationList {
    display: flex;
}

.for-mobile {
    display: none;
}

.navigationMobile {
    display: none;
}

.navigationList li {
    flex: 1 1 auto;
    text-align: center;
}

.navigationList li:nth-child(4),
.navigationList li:nth-child(5) {
    flex: 0 1 26rem;
}

.navigationList a {
    padding: 2.5rem 1rem;
    color: inherit;
    text-transform: uppercase;
    display: block;
    border: 0.1rem solid;
    border-color: transparent transparent rgba(0, 102, 204, 0.25) transparent;
    margin: 0 -0.1rem;
    font-size: 1.4rem;
}

.navigationList a.alt {
    background-color: #0066cce3;
    color: #fff;
    border-left: none;
    border-color: #06c;
    margin: 0;
}

.navigationList a:hover,
.navigationList a.active,
.navigationList a.alt:hover,
.navigationList a.alt.active {
    color: #003366;
    font-weight: 700;
}

.navigationList a.alt:hover,
.navigationList a.alt.active {
    background-color: rgba(66, 143, 219, 0.3);
    border-color: transparent;
}

.navigationList li:hover>a {
    color: #003366;
}

.navigationList .dropdown li:nth-child(4),
.dropdown .navigationList li:nth-child(5) {
    flex: 1 0 20%;
}

.dropdown ul {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    /*display: grid;
  grid-template-columns: repeat(4, auto);*/
    background-color: #fff;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transition: all 0.2s ease-in-out;
}

.dropdown>a img {
    transform: rotate(90deg);
    margin-left: 1rem;
}

.dropdown>a img:last-of-type {
    display: none;
}

.navigationList .dropdown li:nth-child(4),
.navigationList .dropdown li:nth-child(5) {
    flex: 0 0 25%;
}

.dropdown ul li {
    flex: 0 0 25%;
    text-align: left;
    max-width: 25%;
}

.dropdown ul a {
    text-transform: none;
    font-weight: 300;
    border: none;
    padding: 2.5rem 2rem;
}

.dropdown.is-open {
    border-top: 1px solid rgba(0, 102, 204, 0.25);
}

.dropdown.is-open>a {
    border-color: transparent rgba(0, 102, 204, 0.25) #fff rgba(0, 102, 204, 0.25);
    color: #00264d;
    font-weight: 700;
    position: relative;
    z-index: 100;
}

.dropdown.is-open>a img {
    transform: rotate(-90deg);
}

.dropdown.is-open ul {
    opacity: 1;
    visibility: visible;
}


/**************************
		#FOOTER
	**************************/

.footer {
    color: #fff;
    font-size: 1.8rem;
}

.footerTop {
    display: flex;
    padding: 6rem 0;
    background-color: #30373d;
    flex-wrap: wrap;
}

.footerList {
    flex: 1;
    margin: 0 2rem;
}

.footerList li:first-child {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footerList a {
    color: inherit;
}

.footerBottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 2rem;
    background-color: #1a1e21;
    font-size: 1.4rem;
}

.footerBottom span {
    margin: 0 auto;
    text-align: center;
}


/**************************
		#HOMEPAGE
**************************/

.page-template-page-home .section h2 {
    font-size: 3.4rem;
    line-height: 1;
    color: #06c;
}

.page-template-page-home .section {
    display: flex;
    flex-wrap: wrap;
}

.page-template-page-home .heading {
    flex: 0 0 25%;
    margin-right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-template-page-home #top-slider .swiper-button-prev,
.page-template-page-home #top-slider .swiper-button-next {
    position: absolute;
    width: 8rem;
    height: calc(100% + 2rem);
    cursor: pointer;
    opacity: 1;
    z-index: 9999;
    opacity: 0;
    top: 0;
    transition: 0.2s;
}

.page-template-page-home #top-slider .swiper-button-prev:hover,
.page-template-page-home #top-slider .swiper-button-next:hover {
    opacity: 1;
}

.page-template-page-home #top-slider .swiper-button-prev {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.45), transparent), url("/wp-content/themes/fondodigaranzia/assets/images/arrow-right-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover, 40%;
    transform: rotate(180deg);
    left: 0;
}

.page-template-page-home #top-slider .swiper-button-next {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.45), transparent), url("/wp-content/themes/fondodigaranzia/assets/images/arrow-right-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover, 40%;
    right: 0;
}


/*@media (max-width: 1360px){
		.page-template-page-home .heading{
			flex: 0 0 20%;
		}
	}
	*/

.page-template-page-home .heading a {
    color: #5a6772;
    font-size: 1.6rem;
}

.page-template-page-home .heading img {
    width: 2rem;
    height: 2rem;
}

.page-template-page-home .section-1 .heading {
    flex: 0 0 28%;
}

.page-template-page-home .section-1 .heading .title_attach {
    color: #06c;
    font-size: 17px;
    margin-top: 20px;
}

.page-template-page-home .section-1 .heading a.description_attach {
    font-weight: 600;
    text-decoration: underline;
}

.page-template-page-home .section-counter .heading a.description_attach {
    font-weight: 600;
    text-decoration: underline;
    margin-top: 5px;
}

.page-template-page-home .section-counter .heading a.page-link {
    margin-top: 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.page-template-page-home .section-counter .heading a.page-link img {
    margin-left: 10px;
}

.page-template-page-home .section-counter .heading a.description_attach_link {
    color: #06c;
    border: 1px solid #06c;
    margin-top: 20px;
    padding: 5px 10px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

.page-template-page-home .section-counter .heading a.description_attach_link:hover {
    color: #fff;
    background: #06c;
}

.page-template-page-home .section-counter .container-counter {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.page-template-page-home .section-counter .container-counter h3 {
    text-align: center;
    color: #06c;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
}

.page-template-page-home .center,
.page-template-page-home .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.page-template-page-home .center {
    flex: 1;
    color: #5a6772;
}

.page-template-page-home .counter {
    font-size: 9rem;
    letter-spacing: -0.3rem;
    font-weight: 600;
    color: #06c;
    margin-bottom: 4rem;
}

.page-template-page-home .counter .number {
    display: inline-block;
    padding: 2.8rem 2rem;
    background-color: #f2f2f2;
    box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.15);
    margin: 0 0.5rem;
    background: linear-gradient(to top, #fff, #ebebeb);
    position: relative;
    z-index: 1;
}

.page-template-page-home .counter .number::before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    top: 50%;
    height: 0.3rem;
    opacity: 0.1;
    z-index: -1;
    transform: translateY(-50%);
    background-color: #5a6673;
}

.page-template-page-home .info-box {
    font-size: 1.8rem;
    background-color: #06c;
    color: #fff;
    padding: 3rem 2.5rem;
    border-radius: 0.3rem;
    box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

a.info-box.small {
    color: #fff;
    width: 90%;
    text-align: left;
    flex-direction: row;
    padding: 20px;
    margin-top: 20px;
}

a.info-box.small:hover {
    background: #0076ec;
}

a.info-box.small img {
    width: auto;
    height: auto;
    margin-right: 15px;
}

a.info-box.small strong {
    font-size: 1.9rem;
    margin-bottom: 0;
}

a.info-box.small p span {
    display: inline;
}

.page-template-page-home .info-box strong {
    text-transform: uppercase;
    font-size: 2.6rem;
    margin: 0.5rem 0 1rem;
    display: block;
}

.page-template-page-home .info-box span {
    display: block;
    line-height: 1;
    font-size: 1.6rem;
    font-weight: 300;
}

.page-template-page-home .box {
    background-color: #fff;
    color: #06c;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0.3rem;
    height: 19rem;
    font-weight: bold;
    font-size: 1.8rem;
    position: relative;
}

section.fdg-contatore.section-1 {
    display: block;
    padding-top: 0;
}

.fdg-contatore .content_counter {
    width: 80%;
    max-width: 1280px;
}

.fdg-contatore-document {
    display: flex;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #fff;
}

.fdg-contatore-document>div {
    flex: 1;
}

.fdg-contatore-document>div>a.button {
    width: 85%;
    text-transform: initial;
    height: 100%;
    padding: 1rem;
}

.fdg-contatore-document>div>a>img {
    margin-right: 10px;
    width: 20px;
}

.page-template-page-home .section-2 .box {
    box-shadow: 0 0.5rem 2rem rgba(0, 38, 77, 0.7);
}

.page-template-page-home .section-3 .box.alt {
    background-color: #DBEEFF;
    color: rgb(0, 71, 141);
}

.page-template-page-home .box img {
    width: 7rem;
    height: 7rem;
    margin-bottom: 2rem;
}

.page-template-page-home .box p {
    font-weight: 600;
    line-height: 1.2;
    max-width: 100%;
}

.page-template-page-home .box-hover {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    border: 1px solid #06c;
    border-radius: 0.3rem;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    padding: 2rem;
    text-align: center;
    color: #5a6673;
}

.page-template-page-home .box-hover img {
    margin-bottom: 0.3rem;
}

.page-template-page-home .box-hover span {
    color: #06c;
}

.page-template-page-home .box-square {
    position: absolute;
    height: 6.5rem;
    width: 6.5rem;
    bottom: 0;
    right: 0;
    background: linear-gradient( to bottom right, transparent 0%, transparent 50%, #fff 50%);
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.3rem;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
}

.page-template-page-home .box-square img {
    width: 2rem;
    height: 2rem;
    margin-bottom: 0;
    position: relative;
    top: 1.1rem;
    left: 1.3rem;
}

.page-template-page-home .box-square:hover+.box-hover {
    opacity: 1;
    visibility: visible;
}

.page-template-page-home .section-counter .heading {
    justify-content: space-between;
}

.page-template-page-home .section-counter .box {
    background-color: #f2f2f2 !important;
    color: #06c !important;
}

.page-template-page-home .section-counter .box span {
    font-size: 32px;
}

.page-template-page-home .section-2 h2,
.page-template-page-home .section-5 h2 {
    color: #fff;
}

.page-template-page-home .section-3 .box,
.page-template-page-home .section-4 .box {
    background-color: #06c;
    color: #fff;
}

.page-template-page-home .section-4 .box {
    font-size: 2rem;
}

.page-template-page-home .box-sublink {
    display: block;
    margin-top: 1rem;
    background-color: #fff;
    color: #06c;
    text-align: center;
    padding: 1rem;
    font-weight: 600;
    border-radius: 0.3rem;
    font-size: 2.1rem;
}

.page-template-page-home .section-5 {
    display: block;
}

.page-template-page-home .section-5 h2 {
    margin-bottom: 6rem;
    text-align: left;
}

.page-template-page-home .section-5 .grid {
    margin-bottom: 4rem;
}

.page-template-page-home .section-5 .col {
    padding: 0 2rem;
}

.page-template-page-home .section-4 .center {
    flex-direction: row;
    flex-wrap: wrap;
}

.page-template-page-home .section-4 .center .col {
    flex: 1;
}

.page-template-page-home .section-4 .center .col:not(:last-child) {
    margin-right: 1rem;
}

.page-template-page-home .section-5 .grid {
    align-items: flex-start;
}

.page-template-page-home .section-5 .article-header a {
    color: #fff;
}

.page-template-page-home .section-5 .article-date {
    border-color: #fff;
}

.page-template-page-home .box-slider~.swiper-button-prev {
    background-image: url("/wp-content/themes/fondodigaranzia/assets/images/arrow-right-gray.svg");
    transform: rotate(180deg);
    left: 4rem;
    top: 18rem;
}

.page-template-page-home .box-slider~.swiper-button-next {
    background-image: url("/wp-content/themes/fondodigaranzia/assets/images/arrow-right-gray.svg");
    left: 9rem;
    top: 18rem;
}

.page-template-page-home .section-3 {
    position: relative;
}

.g-search-item {
    position: relative;
    height: 10rem;
    display: flex;
}

.g-search-item>a {
    padding: 0 2rem;
    margin: 0;
}

.g-search-item>a.is-open {
    background-color: #004d99;
}

.g-search-item>a.is-open img:first-child {
    display: none;
}

.g-search-item>a.is-open img:last-child {
    display: inline-block;
}

.g-search-item>a.is-open+.g-search {
    opacity: 1;
    visibility: visible;
}

.g-search-item a {
    display: flex;
    align-items: center;
}

.g-search-item img {
    margin-right: 0;
}

.g-search-item>a img:last-of-type {
    display: none;
}

.g-search {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 40rem;
    background-color: #004d99;
    padding: 4rem;
    z-index: 1001;
}

.g-search label {
    font-weight: 600;
    font-size: 2rem;
    display: block;
    margin-bottom: 1.5rem;
}

.g-search div {
    display: flex;
    height: 4rem;
}

.g-search input::-webkit-input-placeholder {
    font-style: italic;
    color: white;
    opacity: 0.4;
}

.g-search input {
    border: none;
    border-bottom: 1px solid white;
    background: transparent;
    flex: 1;
    font-family: inherit;
    font-size: 1.6rem;
    color: white;
    padding: 1rem;
}
.g-search input[type="search"]::-webkit-search-decoration,
.g-search input[type="search"]::-webkit-search-cancel-button,
.g-search input[type="search"]::-webkit-search-results-button,
.g-search input[type="search"]::-webkit-search-results-decoration { 
        -webkit-appearance: none;
        display: inline-block;
        width: 12px;
        height: 12px;
        margin-left: 10px;
        background:
          linear-gradient(45deg, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 43%,#FFF 45%,#FFF 55%,rgba(255,255,255,0) 57%,rgba(255,255,255,0) 100%),
          linear-gradient(135deg, transparent 0%,transparent 43%,#FFF 45%,#FFF 55%,transparent 57%,transparent 100%);    
 }

.g-search button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.g-search button img {
    margin-left: 10px;
}


/**************************
		#MAPS
	**************************/

.map-container {
    text-align: center;
    height: 800px;
}

.map {
    display: inline-block;
    max-width: 600px;
    width: 100%;
    position: relative;
    height: 800px
}

svg .region {
    fill: #fff;
    stroke: #d1e7ff;
    stroke-width: 3px;
}

svg .region:hover {
    fill: #004d99;
}

.detail {
    min-width: 25rem;
    position: absolute;
    display: none;
    background: #fff;
    overflow: hidden;
    pointer-events: none;
    text-align: left;
    color: #00264d;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.detail.visible {
    display: block;
}

.detail span {
    color: #06c;
    font-weight: 700;
}

.detail>div:first-child {
    padding: 0.8rem;
    font-weight: 700;
    color: #fff;
    background: #06c;
}

.detail>div:last-child {
    padding: 0.8rem;
}

#valle-d-aosta-d {
    top: 12%;
    left: 6%;
}

#piemonte-d {
    top: 19%;
    left: 10%;
}

#lombardia-d {
    top: 14%;
    left: 25%;
}

#trentino-alto-adige-d {
    top: 7%;
    left: 40%;
}

#friuli-venezia-giulia-d {
    top: 10%;
    left: 55%;
}

#veneto-d {
    top: 13%;
    left: 44%;
}

#liguria-d {
    top: 24%;
    left: 21%;
}

#emilia-romagna-d {
    top: 22%;
    left: 38%;
}

#toscana-d {
    top: 31%;
    left: 38%;
}

#marche-d {
    top: 34%;
    left: 57%;
}

#umbria-d {
    top: 37%;
    left: 49%;
}

#lazio-d {
    top: 48%;
    left: 51%;
}

#abruzzo-d {
    top: 44%;
    left: 61%;
}

#molise-d {
    top: 50%;
    left: 66%;
}

#campania-d {
    top: 55%;
    left: 69%;
}

#puglia-d {
    top: 53%;
    left: 74%;
}

#basilicata-d {
    top: 60%;
    left: 75%;
}

#calabria-d {
    top: 70%;
    left: 74%;
}

#sicilia-d {
    top: 83%;
    left: 66%;
}

#sardegna-d {
    top: 62%;
    left: 20%;
}


/**************************
		#BREADCRUMB
	**************************/

.breadcrumbList {
    display: flex;
    background-color: #f2f2f2;
    color: #1a1e21;
    height: 4.5rem;
    border-top: 1px solid #ddd;
    margin-top: -1px;
    position: relative;
}

.breadcrumbList li:not(:last-child) {
    border-right: 0.1rem solid #ddd;
}

.breadcrumbList a {
    padding: 0 2rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: inherit;
    font-size: 1.3rem;
}

.breadcrumbList a.currentPage {
    color: #06c;
    font-weight: 600;
}


/**************************
		#LA PROSSIMA SEDUTA DEL CONSIGLIO
	**************************/

.page-template-page-seduta-consiglio .banner {
    padding: 0;
    height: auto;
}

.page-template-page-seduta-consiglio .banner p {
    max-width: 85ch;
}

.page-template-page-seduta-consiglio .banner-top {
    padding: 4rem;
    position: relative;
    z-index: 2;
}

.page-template-page-seduta-consiglio .banner-bottom {
    background-color: #d1e7ff;
    padding: 4rem;
    color: #1a1e21;
}

.page-template-page-seduta-consiglio .banner-bottom .article-header {
    flex: none;
    margin-bottom: 0;
    align-items: stretch;
}

.page-template-page-seduta-consiglio .banner-bottom .article {
    align-items: stretch;
}

.page-template-page-seduta-consiglio .banner-bottom>span {
    color: #06c;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    display: inline-block;
    margin-left: 6rem;
}

.page-template-page-seduta-consiglio .grid-2 .article-header {
    align-items: center;
    border-left: 0.1rem solid #06c;
    padding-left: 1rem;
    color: #003366;
}

.page-template-page-seduta-consiglio .grid-2 .article {
    margin-bottom: 4rem;
}

.page-template-page-seduta-consiglio .banner-bottom .article-date {
    color: #06c;
    border-color: #06c;
}

.page-template-page-seduta-consiglio .article-date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 1rem 0 0;
    text-align: center;
}

.page-template-page-seduta-consiglio .banner-bottom .article-content {
    border-left: none;
    margin-left: 0;
}

.page-template-page-seduta-consiglio .section:first-child .button {
    margin-top: 0;
}

.page-template-page-seduta-consiglio .article-content {
    margin-left: 0;
}

.page-template-page-seduta-consiglio .section-light .col:first-child {
    position: relative;
}

.page-template-page-seduta-consiglio .section-light img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -6rem;
}

.page-template-page-seduta-consiglio .banner-top img {
    position: absolute;
    right: 2.5rem;
    top: calc(100% - 158px);
}

@media screen and (max-width: 1320px) {
    .page-template-page-seduta-consiglio .banner-top img {
        position: relative;
        margin-top: 4rem;
        max-width: 28rem;
        display: none;
    }
}


/**************************
		#BANNER
	**************************/

.banner {
    background-color: #004d99;
    padding: 4rem;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #fff;
    height: 29rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-microcredito {
    height: 35rem;
}

.banner-section {
    height: 42.2rem;
    padding: 2rem;
}

.banner strong {
    margin-top: 0;
}

.banner p {
    margin: 0;
}

.banner h2 {
    margin: 0.5rem 0 4rem;
    font-size: 3.6rem;
}

.banner .grid {
    flex: 1;
}

.banner .col:first-child {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 4rem;
    justify-content: center;
}

.banner .col:last-child {
    flex: 0 0 52rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contatti-banner {
    background-image: url("/wp-content/themes/fondodigaranzia/assets/images/contatti.png");
}

.modellivalutazione-banner {
    background-image: url("/wp-content/themes/fondodigaranzia/assets/images/modelli.png");
}

.normativa-banner {
    background-image: url("/wp-content/themes/fondodigaranzia/assets/images/normativa.png");
}

.news-banner {
    background-image: url("/wp-content/themes/fondodigaranzia/assets/images/news-eventi.png");
}

.doc-banner {
    background-image: url("/wp-content/themes/fondodigaranzia/assets/images/contatti.png");
}

.gestore-banner {
    background-image: url("/wp-content/themes/fondodigaranzia/assets/images/gestore.png");
}

.banche-banner {
    background-image: url("/wp-content/themes/fondodigaranzia/assets/images/banche-confidi.png");
}

.numeri-banner {
    background-image: url("/wp-content/themes/fondodigaranzia/assets/images/numeri-fondo.png");
}

.liquidita-banner {
    background-image: url("/wp-content/themes/fondodigaranzia/assets/images/DL-Liquidita.png");
}


/*.rating-banner {
  background-image: url("/wp-content/themes/fondodigaranzia/assets/images/rating.png");
}*/


/*@media (max-width: 1024px){
		.banner .grid{
		display: flex;
		}
	}
	*/


/**************************
		#MAIN
	**************************/

.main {
    display: flex;
}

.mainContent {
    order: 1;
    flex: 1;
    position: relative;
}

.sidebar {
    order: 2;
    flex: 0 0 52rem;
    background-color: #f2f2f2;
    border-left: 0.1rem solid #fff;
    line-height: 2.1rem;
}

.sidebar-left {
    order: -1;
    border-left: 0;
    border-right: 0.1rem solid #fff;
}

.sidebar img {
    width: 3.5rem;
    height: 3.5rem;
}

.sidebarWidget>header {
    padding: 2rem 4rem;
    background-color: #06c;
    color: #fff;
}

.sidebarWidget>header h2+.tag {
    margin-top: 2rem;
}

.sidebarList li {
    padding: 2rem 4rem;
}

.sidebarList li.media>a {
    font-size: 2rem;
}

.sidebarList li:not(:last-child) {
    border-bottom: 0.1rem solid #ddd;
}

.sidebarList a:first-of-type:not(.button) {
    color: inherit;
}

.sidebarList a.button {
    width: 26rem;
    height: 6.3rem;
}

.sidebar .sidebarContent .accordionContent {
    padding: 0;
}

.sidebar.lightblue {
    background-color: #e4f1ff;
}

.sidebar-voice {
    display: block;
    background-color: #e4f1ff;
    color: #00264d;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 3rem;
}

.sidebar-voice.current {
    background-color: #06c;
    color: #fff;
    position: relative;
}

.sidebar-voice.current::after {
    content: "";
    display: block;
    border: 1rem solid;
    border-color: transparent #06c #06c transparent;
    transform: rotate(-45deg);
    position: absolute;
    right: -1rem;
    top: 50%;
    margin-top: -0.5rem;
}

.sidebar-voice .voice-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 2rem;
    display: block;
    margin-top: 0.3rem;
}

.sidebar .accordion img:first-child {
    width: auto;
    height: auto;
    max-height: 60px;
    max-width: 18rem;
}

.sidebarGroup+a.button {
    min-width: auto;
    width: 16rem;
}


/**************************
		#TAGS
	**************************/

*+.tag {
    margin-top: 0.5rem;
}

.tag {
    border: 0.1rem solid #06c;
    border-radius: 100rem;
    color: #06c;
    padding: 0.3rem 1.7rem;
    font-size: 1.4rem;
    text-transform: lowercase;
    text-align: center;
}

.tag-white {
    border-color: #fff;
    color: #fff;
}


/**************************
		#CONTATTI
  **************************/

.bank-content {
    display: flex;
    flex-wrap: wrap;
}

.bank-content img {
    width: auto;
    height: auto;
    max-height: 40px;
}

.question {
    margin-top: 2rem;
}

.question:last-of-type {
    margin-bottom: 2rem;
}

.question h3, .question h4 {
    color: #06c;
    font-size: 1.17em;
}

.contact {
    width: 50%;
    padding: 2rem 4rem;
    display: flex;
    flex-direction: column;
    align-items: left;
}

.contact span {
    font-weight: 600;
    color: #06c;
    font-style: normal;
}

.contactPrevious,
.normativaPrevious {
    /*position: absolute;
  right: 6rem;
  top: 6.5rem;*/
    color: #919191;
    text-transform: uppercase;
    float: right;
}

.contactList {
    margin-top: 0.5rem;
    color: #003366;
    font-size: 90%;
    font-style: normal;
}

.contactList strong {
    font-size: 110%;
}

.contactList strong a {
    color: #003366;
}

.contactList strong a:hover,
.contactList strong a:visited {
    color: #003366;
}

.contactForm {
    margin-top: 2rem;
}

.contactForm .grid {
    justify-content: space-between;
}

.contactForm span {
    color: #06c;
    font-weight: 600;
}

.contactForm .grid p {
    margin-top: 2rem;
    font-size: 85%;
    color: #5a6772;
}

.contactGroup:not(:first-child) {
    margin-top: 2rem;
}

.contactGroup label {
    display: block;
    color: #5a6772;
    font-size: 95%;
}

.contactInput {
    background-color: #f2f2f2;
    color: #004d99;
    font-family: inherit;
    font-size: inherit;
    border: none;
    border-radius: 0.4rem;
    height: 4rem;
    margin-top: 0.5rem;
    width: 100%;
    padding: 1rem;
}

.contactGroup:nth-child(1),
.contactGroup:nth-child(9) {
    flex: 100%;
}

.contactGroup:nth-child(2),
.contactGroup:nth-child(3),
.contactGroup:nth-child(4),
.contactGroup:nth-child(5),
.contactGroup:nth-child(6),
.contactGroup:nth-child(7) {
    flex: 0 1 49%;
}

.contactGroup textarea {
    height: 20rem;
}

.contactCheckbox label {
    display: inline-block;
    margin-left: 0.5rem;
}

.contactCaptcha {
    margin: 2rem 0;
}

.contactGroup .button+.button {
    margin-left: 1rem;
}

.page-template-page-statoticket .contactGroup {
    flex: 0 1 49%;
    margin: 0 0 2rem 0;
}

.contactTable {
    margin: 2rem 0;
    border-radius: 0.4rem;
}

.contactTable header {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    background-color: #06c;
    color: #fff;
    border-radius: 0.4rem 0.4rem 0 0;
}

.contactRefresh {
    text-transform: uppercase;
    color: inherit;
}

.contactTable table {
    width: 100%;
    border-collapse: collapse;
    background-color: #f2f2f2;
    border-radius: 0 0 0.4rem 0.4rem;
}

.contactTable th {
    color: #004d99;
    font-weight: 300;
    background-color: #d1e7ff;
}

.contactTable td {
    font-weight: 600;
    overflow: hidden;
}

.contactTable td span {
    color: #004d99;
}

.contactTable th,
.contactTable td {
    padding: 2rem 0.5rem;
    text-align: center;
}

.contactTable tr:not(:last-child) {
    border-bottom: 0.1rem solid #ddd;
}

.contactTable .status {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}

.contactTable .status-open {
    background-color: #f5a623;
}

.contactTable .status-closed {
    background-color: #06c;
}

.page-template-page-dettaglioticket .soggetto-della-richiesta {
    display: flex;
    margin-top: 4rem;
}

.page-template-page-dettaglioticket .soggetto-della-richiesta>*:first-child {
    flex: 50%;
    text-align: right;
    margin-right: 2rem;
}

.page-template-page-dettaglioticket .soggetto-della-richiesta .box {
    padding: 2rem;
    border: 0.1rem solid #ddd;
    border-radius: 0.4rem;
}

.contactChat {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 75%;
    margin: 6rem auto 2rem auto;
}

.contactChat .chat {
    flex: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.contactChat .chat-team {
    text-align: right;
    align-self: flex-end;
}

.contactChat .chat-team .avatar,
.contactChat .chat-team .message span {
    color: #06c;
}

.contactChat .chat-team .message,
.contactChat .chat-team .message::before {
    background-color: #d1e7ff;
    border-color: #06c;
}

.contactChat .chat-team .message::before {
    border-color: transparent transparent #06c #06c;
}

.contactChat .chat-team .avatar {
    order: 1;
    margin-right: 0;
    margin-left: 4rem;
    max-width: 15ch;
}

.contactChat .chat-team .message::before {
    left: 100%;
    transform: rotate(225deg);
    margin-left: -1rem;
}

.contactChat .avatar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    color: #5a6772;
    font-size: 75%;
    margin-right: 4rem;
    font-weight: 600;
}

.contactChat .avatar img {
    margin-bottom: 0.5rem;
    border-radius: 50%;
}

.contactChat .message {
    padding: 2rem;
    background-color: #fff;
    border: 0.1rem solid #ddd;
    border-radius: 0.4rem;
    position: relative;
}

.contactChat .message span {
    color: #5a6772;
    font-size: 75%;
}

.contactChat .message::before {
    content: "";
    width: 2rem;
    height: 2rem;
    border: 0.1rem solid;
    border-color: transparent transparent #ddd #ddd;
    background-color: #fff;
    position: absolute;
    left: -1rem;
    top: 50%;
    margin-top: -1rem;
    transform: rotate(45deg);
}

.contactChat>span {
    font-size: 90%;
    color: #5a6772;
}

.contactGroup label>p {
    display: inline-block;
    float: right;
    font-size: 85%;
}

.contactGroup label>p span {
    color: #06c;
    font-weight: 600;
}

.page-template-page-dettaglioticket .contactGroup {
    margin: 0;
}

.page-template-page-contattaci .section-lightblue {
    overflow: hidden;
    padding: 2rem 0;
}

.page-template-page-contattaci .section-lightblue img {
    margin-top: -2rem;
    margin-right: 0;
}

.page-template-page-contattaci .section-lightblue h2 {
    font-size: 3rem;
    line-height: 3.9rem;
}

.page-template-page-contattaci .section-lightblue h2 a {
    color: #004d99;
}

.page-template-page-contattaci .accordionArrow {
    width: 1rem;
}


/**************************
		.page-template-page-gestore DEL FONDO
    **************************/

.page-template-page-home .section-1 {
    /*align-items: start;*/
}

.page-template-page-home .section-1 .counter_domande_garanzia {
    width: 100%;
    text-align: center;
    justify-content: flex-start;
}

.content_counter {
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    padding: 20px 0;
}

.content_counter .counter-container {
    display: flex;
    padding: 0 20px 20px 20px;
    flex-wrap: wrap;
}

.content_counter>div>p {
    width: 100%;
    margin-top: 20px;
    color: #06c;
    font-weight: 600;
    border-top: 1px solid #fff;
}

.content_counter p>span {
    top: -15px;
    position: relative;
    background: #f1f1f1;
    padding: 0 90px;
}

.counter-container>div {
    width: 50%;
}

.counter-container p {
    width: 100%;
    color: #06c;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
}

.counter-container p>span {
    top: 0;
    display: block;
}

.counter-container.counter-closed p>span,
.counter-container.counter-closed .counter_number {
    color: #5a6772 !important;
}

.page-template-page-home .section-1 .counter_domande_garanzia h3 {
    font-size: 1.2em;
    color: #06c;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.page-template-page-home .section-1 .counter_domande_garanzia h4 {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.page-template-page-home .section-1 .counter_domande_garanzia span.counter_number {
    background-color: #f2f2f2;
    box-shadow: 0 0.2rem 2rem rgba(0, 0, 0, 0.15);
    background: linear-gradient(to top, #fff, #ebebeb);
    color: #06c;
    font-size: 2.2em;
    font-weight: 800;
    padding: 0px 20px;
}

.page-template-page-home .section-1 .counter_description {
    font-size: 1.1em;
    color: #06c;
    font-weight: 600;
}

.page-template-page-home .section-counter .counter_description {
    font-size: 0.9em;
    color: #06c;
    font-weight: 600;
    margin-top: 5px;
}

.page-template-page-gestore .section-1 .grid {
    max-width: 75%;
    margin: 0 auto;
}

.page-template-page-gestore .section-1 strong {
    font-size: 3.4rem;
    margin-top: 1rem;
    display: inline-block;
}

.page-template-page-gestore .section-1 .grid>* {
    flex: 1;
    text-align: center;
}

.page-template-page-gestore .section-1 p {
    font-size: 150%;
}

.page-template-page-gestore .section-2 {
    padding: 6rem 0;
}

.page-template-page-gestore .section-2 .grid {
    margin-top: 4rem;
    justify-content: center;
}

.page-template-page-gestore .box {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0.4rem;
    height: 25rem;
    width: 25rem;
    padding: 2rem;
    margin-bottom: 1rem;
}

.page-template-page-gestore .box:not(:last-child) {
    margin-right: 1rem;
}


/**************************
#CONOSCI IL FONDO
**************************/

.page-template-page-conosci-il-fondo .col {
    flex: 1;
}

.col-fullwidth {
    width: 100%;
    flex-basis: auto !important;
    margin-bottom: 30px;
}

.multicolumn .col {
    margin-right: 40px;
}

.multicolumn .col:first-child,
.multicolumn .col:last-child {
    margin-right: 0;
}

.page-template-page-conosci-il-fondo .section-4 .col {
    flex: none;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #06c;
    width: 100%;
}

.page-template-page-conosci-il-fondo .section-4 .col:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.page-template-page-conosci-il-fondo .col:first-child {
    margin-right: 4rem;
}

.page-template-page-conosci-il-fondo .section-2 .col:first-child,
.page-template-page-conosci-il-fondo .section-3 .col:first-child {
    flex: 2;
}

.page-template-page-conosci-il-fondo ol {
    margin-top: 2rem;
    padding-left: 5rem;
}

.page-template-page-conosci-il-fondo .main li {
    position: relative;
    color: #00264d;
}

.page-template-page-conosci-il-fondo ol li+li {
    margin-top: 2rem;
}

.page-template-page-conosci-il-fondo ol li::before {
    content: "1";
    position: absolute;
    left: -5rem;
    top: 0.5rem;
    font-weight: 600;
    color: #06c;
    font-size: 3.8rem;
    line-height: 1;
    padding-right: 1rem;
    border-right: 0.1rem solid #00264d;
}

.page-template-page-conosci-il-fondo ol li:nth-child(2)::before {
    content: "2";
}

.page-template-page-conosci-il-fondo ol li:nth-child(3)::before {
    content: "3";
}

.page-template-page-conosci-il-fondo .box {
    background-color: #06c;
    color: #fff;
    border-radius: 0.4rem;
    padding: 2rem;
    width: 25rem;
    height: 25rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    font-size: 120%;
}

.page-template-page-conosci-il-fondo .box img {
    margin-bottom: 2rem;
}

.page-template-page-conosci-il-fondo .section-2 .col:last-child {
    margin-top: -6rem;
}

.page-template-page-conosci-il-fondo .section-3 .col:last-child {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-template-page-conosci-il-fondo .section-4 .media {
    margin-bottom: 2rem;
}

.page-template-page-conosci-il-fondo .section-lightblue img {
    max-width: none;
}


/**************************
		#MICROCREDITO
	**************************/

.page-template .banner strong {
    display: inline-block;
    font-size: 2.1rem;
}

.page-template .banner .cards {
    margin-top: 4rem;
}

.page-template .banner .cards img {
    border-radius: 0.4rem;
    height: 70px;
}

.page-template .banner .cards img:not(:last-child) {
    margin-right: 1rem;
}

.pdf-version {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
    color: #fff;
    text-decoration: underline;
    font-size: 1.6rem;
}

.url-version {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
    color: #fff;
    text-decoration: underline;
    font-size: 2.1rem;
}

.pdf-version img {
    margin-right: 1.5rem;
}

.bannerBox {
    background-color: #fff;
    border-radius: 0.4rem;
    max-width: 40rem;
}

.bannerBox img {
    padding: 3rem 10rem;
    display: block;
    margin: 0 auto;
}

.bannerBox .caption {
    background-color: #06c;
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bannerBox .caption a {
    color: #fff;
}

.bannerBox .status {
    display: inline-block;
    width: 6rem;
    height: 2.5rem;
    background-color: #004d99;
    border-radius: 100rem;
    position: relative;
}

.bannerBox .status::after {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    bottom: 0.25rem;
    right: 0.25rem;
    background-color: #7ed321;
}

.bannerBox .status.off::after {
    bottom: 0.25rem;
    left: 0.25rem;
    background-color: red;
}

.bannerBox strong {
    margin: 0 2rem;
}

.bannerBox .details {
    border: 0.1rem solid #fff;
    line-height: 0;
    height: 2.5rem;
    width: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.bannerBox .details span {
    margin-top: -0.2rem;
}

.bannerBox .details-content {
    background: #06c;
    padding: 0 2rem 2rem;
}

.page-template .bannerBox .details-content p {
    color: white;
    font-size: 1.6rem;
    text-align: center;
    font-weight: normal;
    padding: 0;
}


/**************************
		#PORTALE RATING PER LE IMPRESE
  **************************/

.page-template-page-portalerating .section-lightblue {
    text-align: center;
}

.page-template .bannerBox p {
    color: #06c;
    padding: 0 5rem 2rem;
    text-align: center;
    font-weight: 600;
    font-size: 2rem;
    line-height: 2.2rem;
}

.page-template .lead {
    margin: 4rem 0 2rem 0;
}

.page-template .bannerBox .caption {
    justify-content: center;
    padding: 1rem;
}

.page-template .section-lightblue {
    text-align: center;
}

.page-template-page-conosci-il-fondo .section-lightblue {
    text-align: left;
}

.page-template .rating {
    margin-top: 4rem;
    font-weight: 600;
    font-size: 1.6rem;
    color: #003366;
}

.page-template .rating img {
    margin-bottom: 1rem;
}


/**************************
		#MODELLI DI VALUTAZIONE
	**************************/

.page-template-page-modellidivalutazione .grid {
    margin-top: 1rem;
}

.page-template-page-modellidivalutazione .box {
    flex-basis: calc(33.3333% - 1rem);
    width: calc(33.3333% - 1rem);
    margin: 0 0.5rem;
    margin-top: 1rem;
    background-color: #d1e7ff;
    padding: 2rem;
    border-radius: 0.4rem;
    cursor: default;
}


/* 4 colonne */

.page-template-page-modellidivalutazione .box4 {
    flex-basis: calc(25% - 1rem);
    width: calc(25% - 1rem);
    margin: 0 0.5rem;
    margin-top: 1rem;
    background-color: #d1e7ff;
    padding: 2rem;
    border-radius: 0.4rem;
    cursor: default;
}

.page-template-page-modellidivalutazione .box4 img:last-of-type {
    display: none;
}

.page-template-page-modellidivalutazione .box4:hover {
    background-color: #06c;
    color: #fff;
}

.page-template-page-modellidivalutazione .box4:hover img:first-child {
    display: none;
}

.page-template-page-modellidivalutazione .box4:hover img:last-of-type {
    display: none;
}

.page-template-page-modellidivalutazione .box4:hover .tag {
    border-color: #fff;
    color: #fff;
}

.page-template-page-modellidivalutazione .box4 p {
    /*margin: 2rem 0;*/
    margin: 0 0 2rem;
}


/* fine 4 colonne*/

.page-template-page-modellidivalutazione .box img:last-of-type {
    display: none;
}

.page-template-page-modellidivalutazione .box:hover {
    background-color: #06c;
    color: #fff;
}

.page-template-page-modellidivalutazione .box:hover img:first-child {
    display: none;
}

.page-template-page-modellidivalutazione .box:hover img:last-of-type {
    display: inline-block;
}

.page-template-page-modellidivalutazione .box:hover .tag {
    border-color: #fff;
    color: #fff;
}

.page-template-page-modellidivalutazione .box p {
    margin: 2rem 0;
}


/**************************
		#PRESENTAZIONE DOMANDE ONLINE
	**************************/

.page-template-page-presentazionedomande .bannerBox {
    padding: 2rem;
}

.page-template-page-presentazionedomande .bannerBox strong {
    font-size: 150%;
}

.page-template-page-presentazionedomande .bannerBox strong a {
    color: #06c;
}

.page-template-page-presentazionedomande .accordion {
    margin: 0 -4rem;
}


/**************************
		#NORMARTIVA E MODULISTICA
	**************************/

.section-search {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6rem;
}

.searchGroup {
    display: flex;
    width: 75%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.searchInput {
    border: 0.1rem solid #bad1e7;
    background-color: #f6f6f6;
    width: 70%;
    font-family: inherit;
    font-size: 2rem;
    padding: 1rem;
    height: 6rem;
    margin-bottom: 1rem;
}

.searchInput:focus {
    outline: none;
}

.searchBtn {
    border: 0.1rem solid #06c;
    background-color: #06c;
    color: #fff;
    font-size: 2rem;
    width: 30%;
    cursor: pointer;
    height: 6rem;
    margin-bottom: 1rem;
}

.searchGroup .new {
    text-transform: uppercase;
    color: #585858;
    font-weight: 600;
    font-size: 1.7rem;
    display: flex;
    align-items: center;
}

.searchGroup .new img {
    margin-right: 0.5rem;
    width: 2rem;
    height: 2rem;
}

.searchResults span {
    font-weight: 700;
    font-size: 2.2rem;
}

.page-template-page-normativa .mainContent>.section {
    padding: 0 1rem;
}

.page-template-page-normativa .box {
    background-color: #06c;
    color: #fff;
    height: 16rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 0.4rem;
    font-size: 1.6rem;
    padding: 2rem;
}

.page-template-page-normativa h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.page-template-page-normativa .box:last-child {
    flex: 1;
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 2rem;
    text-align: left;
}

.page-template-page-normativa .box:last-child img {
    margin-right: 2rem;
}

.page-template-page-normativa .box:not(:last-child) {
    margin-bottom: 1rem;
}

.page-template-page-normativa .media,
.page-template-page-normativa .grid>.tag {
    margin-bottom: 2rem;
}

.page-template-page-normativa .box strong {
    display: block;
    text-transform: uppercase;
    font-size: 1.8rem;
}


/**************************
		NORMATIVA E MODULISTICA
  **************************/

.page-template-page-normativa .sidebar {
    flex: 0 1 52rem;
}

.page-template-page-normativa .sidebarContent {
    padding: 2rem;
}

.sidebarContent h3:first-of-type {
    margin-top: 0;
    margin-bottom: 2rem;
}

.sidebarGroup {
    margin: 1.5rem 0;
}

.sidebarGroup+.button {
    margin-top: 1rem;
}

.sidebarGroup+h3 {
    border-top: 0.1rem solid #ddd;
    margin: 2rem 0;
    padding-top: 1rem;
}

.sidebarGroup label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.sidebarGroup input[type="checkbox"] {
    display: none;
}

.sidebarGroup input[type="checkbox"]:checked+label>.customCheckbox::before {
    display: block;
}

.customCheckbox {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    border: 0.2rem solid #06c;
    border-radius: 0.4rem;
    margin-right: 1rem;
    position: relative;
    flex-shrink: 0;
}

.customCheckbox::before {
    content: "";
    position: absolute;
    border: 0.2rem solid;
    border-color: #06c transparent transparent #06c;
    width: 0.75rem;
    height: 1.5rem;
    transform: rotate(225deg);
    top: -5%;
    left: 31%;
    display: none;
}

.page-template-page-normativa .grid>.tag {
    margin-top: 0;
    padding: 0.8rem 1.5rem;
    font-size: 1em;
}

.normativaPrevious {
    margin: 0.5rem;
    top: 4rem;
}


/**************************
		#ARTICLE
	**************************/

.article {
    display: flex;
    text-align: left;
    -ms-align-items: flex-start;
    align-items: flex-start;
    position: relative;
}

.article>a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.article.no-img {
    display: block;
}

.article-img {
    margin-right: 1rem;
}

.article.no-img .article-img {
    margin-bottom: 2rem;
}


/*.article-vertical {
		flex-direction: column;
		align-items: flex-start;
	}

	.article-vertical .article-content{
		padding: 0;
		border: none;
		margin-left: 6.5rem;
	}

	.article-vertical .article-header{
		margin-bottom: 1rem;
	}*/

.article-header {
    display: flex;
    align-items: center;
    font-size: 2rem;
    line-height: 2.2rem;
    margin-bottom: 2.5rem;
    flex: 0 1 25%;
}

.article-date {
    padding-right: 1rem;
    margin-right: 1rem;
    border-right: 0.1rem solid #5a6772;
    text-align: center;
    align-items: center;
    line-height: 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    max-width: 5rem;
}

.article-date strong {
    font-size: 3.6rem;
    line-height: 2.2rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.article-content {
    flex: 1;
    line-height: 2.7rem;
    margin-left: 6rem;
}

.article-date span:first-of-type {
    margin-bottom: 0.5rem;
}


/**************************
		#NEWS
	**************************/

.category-news .ultima-notizia .article-content {
    border-left: 1px solid #ddd;
    padding-left: 2rem;
    margin-left: 0;
}

.category-news .section-darkblue {
    padding: 0;
    background-color: #06c;
}

.category-news .section:last-of-type h2 {
    text-align: left;
}

.category-news .section-darkblue>.grid>.col {
    padding: 6rem;
}

.category-news .section-darkblue>.grid>.col:first-child {
    background-color: #004d99;
}

.category-news .section-darkblue .grid {
    align-items: flex-start;
}

.category-news .section-darkblue .article-header {
    flex-direction: column;
    align-items: flex-start;
    color: white;
    margin-bottom: 1rem;
}

.category-news .section-darkblue .article-header span {
    font-size: 85%;
}

.category-news .section-darkblue .article-content {
    margin-left: 0;
}

.category-news .section-darkblue .article-header strong {
    text-transform: uppercase;
}

.category-news .section-darkblue .button {
    background-color: #fff;
    color: #06c;
}

.category-news .section:nth-child(2) .article {
    margin-bottom: 4rem;
}

.category-news .section:nth-child(2) .article-content {
    border: none;
}

.category-news .article-header {
    color: #06c;
}

.category-news .article-date {
    border-right-color: #06c;
}


/**************************
		.category-news - DETTAGLIO
	**************************/

.single-post .article {
    align-items: flex-start;
}

.single-post .article-header {
    flex: 0 0 30%;
    margin-right: 1rem;
    color: #06c;
}

.single-post .article-date {
    border-color: #06c;
}

.single-post .article-content {
    flex: 1;
    padding-left: 2rem;
    border-left: 1px solid #ddd;
}

.single-post .article-footer {
    padding: 1rem;
    display: flex;
    align-items: center;
}

.single-post .article-footer img {
    margin-right: 1rem;
}


/**************************
		#BUTTON
	**************************/

.button {
    background-color: #06c;
    border: none;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-family: inherit;
    border: 0.1rem solid #06c;
    border-radius: 0.4rem;
    cursor: pointer;
}

.button,
.button[type="submit"],
.button[type="reset"] {
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.8rem;
    font-family: inherit;
    border: 0.1rem solid;
    border-radius: 0.4rem;
    cursor: pointer;
}

.button-small {
    font-size: 1.4rem;
    line-height: 1;
}

.button-large {
    padding: 1rem 5rem;
}

.button-white {
    background-color: #fff;
    border: 3px solid #fff;
    color: #06c;
    font-weight: 700;
}

.button-white:hover {
    background-color: #06c;
    color: #fff;
}
.button-white:focus {
    background-color: #06c;
    border: 3px solid #24bdff;
    color: #fff;
    outline: 0;
}

.button-ghost {
    background-color: #5a6772;
    border-color: #5a6772;
}

.button-outline {
    background-color: transparent;
    border: 0.1rem solid #06c;
    color: #06c;
}


/**************************
		#SLIDER
	**************************/

.swiper-slide {
    /*background-color: #8fadcb;*/
    background-blend-mode: multiply;
    background-position: top;
    background-size: cover;
    color: #fff;
}

.swiper-content {
    /*height: 50rem;
  padding: 10rem 0 10rem 6rem;
  font-size: 1.8rem;
  box-sizing: border-box;
  max-width: 80rem;*/
    height: 50rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 6rem;
    font-size: 1.8rem;
    box-sizing: border-box;
    max-width: 80rem;
}

.slider-title {
    font-size: 5.4rem;
    font-weight: 600;
    margin-bottom: 2rem;
    line-height: 1.1;
}

.swiper-button-next {
    left: 10rem;
}

.slider-text {
    margin: 0;
    font-size: 2.4rem;
}

.slider-cta {
    /*color: inherit;
  text-decoration: none;
  border-bottom: 0.1rem solid #fff;
  margin: 4rem 0;*/
    color: inherit;
    text-decoration: none;
    border-bottom: 0.1rem solid #fff;
    margin: 4rem 0;
    align-self: flex-start;
}

.swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 0.1rem solid;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    background-color: #fff;
    transform: scale(0.8);
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: transparent;
    color: #fff;
    transform: scale(1.2);
}

.swiper-pagination.swiper-pagination-bullets {
    text-align: left;
    padding: 0 5% 3%;
    display: flex;
    align-items: center;
}

.swiper-pagination-bullet-active::after {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    background-color: currentColor;
    border-radius: 50%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.box-slider .swiper-wrapper {
    box-sizing: border-box;
    padding-bottom: 6rem;
    height: auto;
}

.box-slider .swiper-pagination {
    bottom: 2px;
    padding: 0;
    text-align: center;
    justify-content: center;
}

.section-3 .box-slider .swiper-pagination-bullet-active {
    color: #06c;
}

@media (min-width: 1024px) {
    .box-slider .swiper-wrapper {
        padding: 0;
    }
    .box-slider .swiper-pagination {
        display: none;
    }
}

/**************************
	#SEZIONI DEL FONDO
**************************/
.fdg-sottosezione {
    margin-top: 3rem;
    position: relative;
    margin-left: 30px;
    padding-top: 20px;
    border-top: 2px solid #06c;
}
.fdg-sottosezione::before {
    content:url("/wp-content/themes/fondodigaranzia/assets/images/sottosezione.svg");
    height: 20px;
    width: 20px;
    position: absolute;
    left: -30px;
    top: -20px;
}

.fdg-table {
    background: #e4e4e4;
    margin: 20px 0 5px;
    border-collapse: collapse;
    text-align: center;
}
.fdg-table caption {
    text-align: center;
    font-weight: 600;
    font-size: 1.9rem;
    line-height: 1.4;
    margin-bottom: 20px;
}
.fdg-table thead {
    font-size: 1.4rem;
    line-height: 1.2;
    vertical-align: text-top;
}
.fdg-table th, .fdg-table td {
    padding: 5px;
    border: 1px solid #fff;
    font-weight: 600;
}
.fdg-table tbody td.fdg-table-lightblue {
    background: #0066cc;
}
.fdg-table tbody th {
    font-size: 1.3rem;
    padding: 2px 5px;
}
.fdg-table tbody td {
    background: #004d99;
    color: #fff;
}
.fdg-table-legend {
    margin: 5px 20px 30px 20px;
    font-size: 1.3rem;
}

/**************************
		#NUMERI DEL FONDO
	**************************/

.page-template-page-numeri-del-fondo .section>span {
    display: block;
    text-align: center;
    margin-top: 0;
    color: #5a6772;
    margin-bottom: 4rem;
}

.page-template-page-numeri-del-fondo .grid-3:first-of-type .col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    padding-left: 30px;
}

.page-template-page-numeri-del-fondo .table-counter .col {
    align-items: center !important;
}


/*.page-template-page-numeri-del-fondo .grid-3:nth-child(2) .col {
    display: block;
}*/

.page-template-page-numeri-del-fondo .grid-3:first-of-type .media {
    display: flex;
    max-width: 80%;
    align-items: flex-start;
    /*margin: 0 auto;*/
}

.page-template-page-numeri-del-fondo .grid-3 img+strong {
    margin-top: 4rem;
}

.page-template-page-numeri-del-fondo .grid-3:first-of-type .col strong {
    font-size: 6rem;
    color: #06c;
    font-weight: normal;
}

.page-template-page-numeri-del-fondo .grid-3:first-of-type .col span {
    color: #00264d;
    font-size: 2rem;
    font-weight: 600;
}

.page-template-page-numeri-del-fondo .grid-2 {
    max-width: 70rem;
    margin: 0 auto;
}

.page-template-page-numeri-del-fondo .grid-2 .media {
    background-color: #fff;
    padding: 1rem;
    font-weight: 600;
}

.page-template-page-numeri-del-fondo .section-report h3 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
}

.page-template-page-numeri-del-fondo .section-light strong {
    display: block;
    text-align: center;
    color: #00264d;
    margin-bottom: 4rem;
}

.page-template-page-numeri-del-fondo .section-light .grid-3 .col {
    margin-bottom: 4rem;
}

.page-template-page-numeri-del-fondo .grid-3:last-of-type .col {
    margin-bottom: 4rem;
}

.page-template-page-numeri-del-fondo .section-lightblue .grid-3 {
    max-width: 80%;
    margin: 0 auto;
}

.page-template-page-numeri-del-fondo .section-lightblue .grid-3 .media {
    background-color: #fff;
    padding: 1rem;
    font-weight: 600;
}

.page-template-page-numeri-del-fondo .numeri_counter h2 {
    margin-bottom: 40px;
}

.page-template-page-numeri-del-fondo .numeri_counter img {
    width: 80px;
}

.page-template-page-numeri-del-fondo .numeri_counter .col strong {
    font-size: 4.5rem !important;
    margin-top: 20px;
}

.page-template-page-numeri-del-fondo .numeri_counter .col span {
    color: #676767 !important;
    font-size: 2rem;
    font-weight: normal !important;
}




/**************************
		#ACCORDION
	**************************/

.accordion header {
    height: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 4rem;
    background-color: #f6f6f6;
    border-bottom: 0.1rem solid #ddd;
    color: #06c;
    user-select: none;
    cursor: pointer;
}

.accordion header h2 {
    font-size: 2.2rem;
}

.accordionArrow {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    transform: rotate(90deg);
    margin-top: 0;
}

.accordionContent {
    color: #4a4a4a;
    opacity: 0;
    visibility: hidden;
    height: 0;
    padding: 0;
    transition: opacity 0.2s ease-in-out;
}

.accordionContent .unordered-list {
    margin: 0;
    padding: 2rem 0 2rem 3rem;
}

.accordionOpen .accordionContent {
    opacity: 1;
    visibility: visible;
    height: auto;
    border: 4rem solid transparent;
}

.accordionOpen .accordionArrow {
    transform: rotate(-90deg);
}

.section>.accordion:first-child {
    margin: -6rem -4rem 0 -4rem;
}

.section .accordion {
    margin: 0 -4rem;
}


/* RICERCA */

.general-search-box {
    background-color: #004d99;
    color: white;
    padding: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.titolo-pagina-ricerca {
    text-align: center;
    margin-top: 3rem;
}

.general-search-box label {
    color: #fff;
    font-weight: 600;
}

.general-search-box input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    flex: 1;
    font-size: 2.2rem;
    font-family: inherit;
    color: white;
    padding: 1rem 1rem 1rem 2rem;
}

.general-search-box input::-webkit-input-placeholder {
    color: white;
    font-size: 2.2rem;
    font-weight: 300;
}

.general-search-box button {
    background-color: transparent;
    border: none;
    color: white;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    bottom: 1rem;
    cursor: pointer;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0.5rem 1rem;
}

.general-search-box button img {
    margin-right: 1rem;
    max-width: 2rem;
}

.general-search-wrapper div {
    position: relative;
    display: flex;
    height: 5rem;
}

.general-search-wrapper {
    width: 60%;
}

.search-res {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2.2rem;
    font-weight: 300;
    font-style: italic;
}

.search-res-type {
    font-size: 1.4rem;
    color: #5a6673;
    font-weight: bold;
}

.search-res-title {
    color: #06c;
    font-weight: bold;
    font-size: 2rem;
    display: flex;
    align-items: center;
    line-height: 1.5;
}

.search-res-title img {
    display: inline-block;
    margin-right: 1rem;
}

.search-res-text {
    font-size: 1.4rem;
    margin: 0.5rem 0;
}

.search-res-content {
    margin-bottom: 4rem;
}

#search-slider .swiper-wrapper {
    width: 600px;
    height: auto;
}

#search-slider .swiper-slide {
    color: #333;
}

#search-slider .swiper-pagination {
    text-align: center;
    padding: 4rem;
    margin-top: -6rem;
    position: relative;
}

#search-slider .swiper-pagination-bullet-active {
    background-color: #5a6673;
    transform: scale(1);
}

#search-slider .swiper-pagination-bullet-active::after {
    display: none;
}

#search-slider .swiper-pagination-bullet {
    border: 1px solid #5a6673;
}


/* MEDIA QUERY */

@media only screen and (max-width: 1290px) {
    .page-template-page-home .section-2,
    .page-template-page-home .section-3,
    .page-template-page-home .section-4 {
        display: block;
    }
    .page-template-page-home .heading {
        /*margin-bottom: 4rem;*/
    }
    .page-template-page-home .section-3 .heading {
        margin-bottom: 10rem;
        max-width: 100%;
    }
    .page-template-page-home .swiper-button-prev,
    .page-template-page-home .swiper-button-next {
        top: 22rem;
    }
    .header h1 {
        font-size: 3rem;
    }
    .header p {
        display: none;
    }
    .page-template-page-home .box-slider~.swiper-button-prev,
    .page-template-page-home .box-slider~.swiper-button-next {
        top: 21rem;
    }
}

@media only screen and (max-width: 1199px) {
    .page-template-page-home .section-1 .heading {
        flex: 1 1 100%;
        text-align: center;
    }
    a.info-box.small {
        margin: 20px auto 0;
    }
    .page-template-page-home .section-1 .right {
        flex: 1;
    }
    .page-template-page-home .section-5 .col {
        flex: 1 1 100%;
    }
    .page-template-page-home .section-5 .col:first-child {
        margin-bottom: 4rem;
    }
}

@media only screen and (max-width: 1023px) {
    body {
        padding-top: 7rem;
    }
    .dropdown ul a {
        padding: 2.5rem 1.5rem;
    }
    .logo {
        width: 4rem;
        margin-right: 1rem;
    }
    .header h1 {
        margin: 0;
        font-size: 2rem;
        padding: 1rem 0 1rem 1rem;
    }
    .header span {
        display: none;
    }
    .header {
        padding-left: 8rem;
        height: 7rem;
        position: fixed;
        width: 100%;
        z-index: 100;
        top: 0;
        left: 0;
    }
    .g-search-item {
        height: 7rem;
    }
    .dropdown>a img:first-of-type {
        display: none;
    }
    .dropdown>a img:last-of-type {
        display: inline-block;
    }
    /*.headerList li:not(:last-child){
    display: none;
  }*/
    .headerList {
        font-size: 1.2rem;
    }
    .navigation {
        position: absolute;
        z-index: 100;
        top: 0;
        left: 0;
    }
    .navigationMobile {
        height: 7rem;
        width: 7rem;
        display: block;
        background-color: #003366;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
    }
    .navigationMobile span {
        width: 60%;
        display: block;
        height: 0.3rem;
        background-color: #fff;
        border-radius: 100rem;
    }
    .navigationMobile span::after,
    .navigationMobile span::before {
        content: "";
        width: 100%;
        display: block;
        height: 0.3rem;
        background-color: #fff;
        border-radius: 100rem;
    }
    .navigationMobile span::after {
        position: relative;
        top: 1rem;
    }
    .navigationMobile span::before {
        position: relative;
        top: -1.3rem;
    }
    .navigationList {
        /*position: absolute;
    background-color: #003366;
    display: block;
    width: 30rem;
    display: none;*/
        position: fixed;
        background-color: #003366;
        display: block;
        width: 30rem;
        display: none;
        top: 7rem;
    }
    .navigationList a,
    .navigationList a.alt {
        border: none;
        background-color: transparent;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        margin: -0.1rem 0;
        text-align: left;
        padding: 2rem;
    }
    .navigationList a:hover,
    .navigationList a.alt:hover,
    .navigationList a.active {
        color: #fff;
        background-color: #003366;
    }
    .navigationList li:hover>a {
        color: #fff;
    }
    .navigationList>li:nth-child(4),
    .navigationList>li:nth-child(5) {
        flex: 0 1 26rem;
    }
    .dropdown ul {
        position: relative;
        display: none;
        max-height: 20rem;
        overflow: auto;
        background-color: #003366;
    }
    .dropdown ul li {
        max-width: 100%;
    }
    .dropdown.is-open>a {
        color: #fff;
    }
    .dropdown.is-open ul {
        display: block;
    }
    /*.for-mobile {
    display: block;
  }*/
    .navigationMobile.is-open+.navigationList {
        display: block;
    }
    .navigationMobile.is-open span {
        transform: rotate(45deg);
    }
    .navigationMobile.is-open span::before {
        transform: rotate(-90deg);
        top: 0;
    }
    .navigationMobile.is-open span::after {
        opacity: 0;
    }
    .page-template .banner .grid {
        display: block;
    }
    .page-template .banner .col:last-child {
        align-items: stretch;
        margin-top: 4rem;
        text-align: center;
    }
    .page-template .bannerBox,
    .page-template .details-content p {
        max-width: 100%;
    }
    .main {
        display: block;
    }
    .page-template-page-contattaci .main {
        display: flex;
        flex-direction: column;
    }
    .page-template-page-contattaci .sidebar {
        order: -1;
    }
    .navigationList a.alt:hover,
    .navigationList a.alt.active {
        color: #fff;
        background-color: transparent;
    }
    .single-post .article {
        display: block;
    }
    .single-post .article-content {
        margin: 0;
        border-left: 0;
        padding-left: 0;
    }
    .article-content {
        margin-left: 0;
    }
    .footerList {
        flex: calc(50% - 4rem);
        margin-bottom: 2rem;
    }
    .page-template-page-home .swiper-button-prev,
    .page-template-page-home .swiper-button-next {
        display: none;
    }
    .page-template-page-home .heading {
        margin-bottom: 4rem;
    }
    .banner,
    .banner-section {
        height: auto;
    }
    .section {
        padding: 4rem 2rem;
    }
    .breadcrumbList+.main {
        margin-top: 7rem;
    }
    .page-template .bannerBox p {
        padding: 0 0 2rem;
    }
    .section>.accordion:first-child {
        margin: -6rem -2rem 0 -2rem;
    }
    .section .accordion {
        margin: 0 -2rem;
    }
}

@media only screen and (max-width: 925px) {
    .general-search-wrapper {
        width: 100%;
    }
    .breadcrumbList li {
        padding: 1.5rem 1rem;
    }
    .section,
    .banner {
        padding: 4rem 2rem;
    }
    .page-template-page-home .section-1 {
        display: block;
        text-align: center;
    }
    .page-template-page-home .section-1 .center {
        margin-bottom: 4rem;
    }
    .page-template-page-home .section-4 .center {
        display: block;
    }
    .page-template-page-home .section-4 .center .col {
        margin-bottom: 2rem;
    }
    /*.footer .footerTop {
    display: block;
    text-align: center;
  }*/
    .footer .footerTop a {
        font-size: 1.4rem;
    }
    /*.footer .footerList:not(:last-child) {
    margin-bottom: 4rem;
  }*/
    .article {
        flex-wrap: wrap;
    }
    .article .article-body {
        flex: 1 1 100%;
        margin-top: 4rem;
    }
    .category-news .section-darkblue .article-header {
        margin-top: 2rem;
    }
    .sidebar .grid {
        display: flex;
    }
    .sidebar .contact {
        flex: 0 0 50%;
        border-bottom: 1px solid #eee;
    }
    .grid {
        display: block;
    }
    .grid>* {
        width: 100%;
        max-width: 100%;
        flex: 1 1 100%;
    }
    .grid .col:last-child {
        margin: 4rem 0 0 0;
    }
    .page-template-page-conosci-il-fondo .section-2 .col:last-child {
        display: none;
    }
    .media-img-circle>*:first-child {
        padding: 4rem;
    }
    .page-template-page-gestore .box {
        width: 100%;
    }
    .category-news .section-darkblue .col:last-child {
        margin-top: 0;
    }
    .category-news .ultima-notizia .article {
        display: block;
    }
    .category-news .ultima-notizia .article-content {
        display: block;
        border-left: 0;
    }
    .searchGroup {
        width: 100%;
    }
    .footerTop {
        padding: 4rem 0;
    }
    .page-template-page-seduta-consiglio .grid-2 .article-header {
        padding-left: 0;
        border-left: 0;
    }
    .page-template-page-seduta-consiglio .section-light .col:first-child {
        display: none;
    }
    .page-template-page-home .heading {
        text-align: center;
    }
    .page-template-page-home .heading .page-link {
        justify-content: center;
    }
    .page-template-page-home .section-3 .heading {
        margin-bottom: 4rem;
    }
    .category-news .ultima-notizia {
        padding-bottom: 0 !important;
    }
    .slider-title {
        font-size: 4.5rem;
    }
    .page-template-page-gestore .section-1 {
        text-align: center;
    }
    .page-template-page-numeri-del-fondo .section-lightblue .grid-3 .col {
        margin: 0 0 1rem;
    }
    .fdg-contatore .content_counter .counter_number {
        font-size: 1.8em !important;
    }
}

@media only screen and (max-width: 768px) {
    .headerList li:not(:last-child) {
        display: none;
    }
    .for-mobile {
        display: block;
    }
    body {
        font-size: 1.4rem;
    }
    .footerBottom {
        justify-content: space-between;
    }
    .accordion header h2 {
        font-size: 1.6rem;
    }
    .media-img-circle>*:first-child {
        display: none;
    }
    .media-centered {
        max-width: 100%;
    }
    .page-template-page-contattaci .section-lightblue {
        padding: 0 2rem;
    }
    .breadcrumbList {
        height: 1px;
        width: 100%;
        position: fixed;
    }
    .breadcrumbList>* {
        display: none;
    }
    .content_counter>div {
        display: block;
    }
    /*.content_counter>div>div {
        width: 100%;
    }*/
    .counter-container>div {
        width: 100%;
        margin-bottom: 30px;
    }
    .fdg-contatore-document>div>a.button {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 524px) {
    .accordion header h2 {
        line-height: 1.2;
    }
    .slider-title {
        /*font-size: 4.4rem;*/
        font-size: 4rem;
    }
    .slider-text {
        /*font-size: 2rem;*/
        font-size: 1.8rem;
    }
    .page-template-page-home .section-1 .counter span:not(.number) {
        display: none;
    }
    .page-template-page-home .section-1 .counter .number:first-of-type {
        margin-bottom: 2rem;
    }
    .swiper-content {
        /*padding: 12rem 2rem;*/
        padding: 8rem 4rem;
        height: 40rem;
    }
    .slider-cta {
        position: absolute;
        bottom: -1rem;
        right: 4rem;
    }
    .sidebar .grid {
        display: block;
    }
    .sidebar .contact {
        align-items: flex-start;
    }
    .page-template-page-conosci-il-fondo .col {
        padding: 0 2rem;
    }
    .with-icon {
        display: block;
    }
    .footerTop {
        display: block;
        text-align: center;
    }
    .banner .col:first-child {
        padding: 0;
    }
    .footerBottom {
        flex-direction: column;
    }
    .footerBottom span {
        margin-bottom: 0.5rem;
    }
    .page-template-page-contattaci .section-lightblue h2 {
        font-size: 2rem;
        line-height: 2.7rem;
    }
    .page-template-page-contattaci .section-lightblue img {
        max-width: 50%;
    }
    .page-template-page-home .counter {
        font-size: 6rem;
        margin-bottom: 0;
    }
    .page-template-page-home .counter .number {
        padding: 1rem 2rem;
    }
    .general-search-box {
        align-items: flex-end;
        padding: 6rem 4rem;
    }
    .general-search-wrapper div {
        display: block;
        height: auto;
        text-align: right;
    }
    .general-search-box button {
        position: relative;
        top: 0;
        margin: 2rem 0 0 0;
        border: none;
    }
    .general-search-box input {
        width: 100%;
    }
    .g-search {
        min-width: 100%;
        width: 100vw;
        padding: 4rem 2rem;
    }
    .searchBtn span {
        display: none;
    }
    .searchResults {
        margin-bottom: 1rem;
    }
    .detail {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
    }
    .contact {
        font-size: 1.8rem;
    }
    .fdg-contatore .content_counter {
        width: 100%;
    }
    .content_counter p>span {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .navigationList a {
        font-size: 1.2rem;
    }
    .page-template-page-normativa .sidebar,
    .sidebar {
        flex: 0 1 35%;
    }
    .contact {
        padding: 2rem;
    }
    .banner {
        height: auto;
    }
    .page-template-page-home .box-slider~.swiper-button-prev,
    .page-template-page-home .box-slider~.swiper-button-next {
        top: 22rem;
    }
}


/* bottone cookie */

#cookie-notice .cn-button {
    margin-left: 10px;
    padding: 8px 15px;
    margin-top: 10px;
}


/* Tabella Modelli di Valutazione */

.table-box {
    overflow-x: auto;
}

.pure-table {
    empty-cells: show;
    border: 1px solid #cbcbcb;
    border-spacing: 0
}

.pure-table caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align: center
}

.pure-table td,
.pure-table th {
    border-left: 1px solid #cbcbcb;
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em
}

.pure-table td:first-child,
.pure-table th:first-child {
    border-left-width: 0
}

.pure-table thead {
    background-color: #e0e0e0;
    color: #000;
    text-align: left;
    vertical-align: bottom
}

.pure-table td {
    background-color: transparent
}

.pure-table-odd td,
.pure-table-striped tr:nth-child(2n-1) td {
    background-color: #f2f2f2
}

.pure-table-blu td,
.pure-table-striped tr:nth-child(2n-1) td {
    background-color: #06c;
    color: white;
    font-weight: bold
}

.pure-table-blu,
td.blu {
    background-color: #002F5F;
    color: white;
    font-weight: bold
}

.pure-table-blu,
td.azzurro {
    background-color: #d1e7ff;
    color: black;
    font-weight: bold
}

.pure-table-grigio td {
    background-color: #e0e0e0;
    font-weight: bold
}

.pure-table-scuro td,
.pure-table-striped tr:nth-child(2n-1) td {
    background-color: #002f5f;
    color: white;
    font-weight: bold
}

.pure-table-bordered td {
    border-bottom: 1px solid #cbcbcb
}

.pure-table-bordered tbody>tr:last-child>td {
    border-bottom-width: 0
}

.pure-table-horizontal td,
.pure-table-horizontal th {
    border-width: 0 0 1px;
    border-bottom: 1px solid #cbcbcb
}

.pure-table-horizontal tbody>tr:last-child>td {
    border-bottom-width: 0
}


/* media query Tabella */


/*** Sicurezza e frodi - Sliding Panel ***/

.fraud-container {
    position: fixed;
    z-index: 99991;
    top: 25%;
    right: 0;
    overflow: hidden;
    text-align: left;
    min-height: 90px;
    display: flex;
    justify-content: right;
    align-items: center;
    cursor: pointer;
}

.fraud-button {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    background: #06c;
    /*border: 2px solid #ffffff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;*/
    text-align: center;
    margin-right: -5px;
    vertical-align: middle;
    -webkit-box-shadow: 0px 3px 13px -4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 13px -4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 13px -4px rgba(0, 0, 0, 0.3);
    z-index: 99993;
}

.fraud-button img {
    width: 35px;
}

.fraud-panel {
    float: right;
    overflow: hidden;
    z-index: 99992;
    /*display: none;*/
}

.fraud-box {
    width: 350px;
    background: #f2f2f2;
    height: auto;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #ffffff;
    color: #5f5f5f;
    padding: 10px 20px;
}

.fraud-box h2 {
    font-size: 2rem;
    padding: 0;
    margin: 0 0 7px 0;
}

.fraud-box p {
    font-size: 1.8rem;
    padding: 0;
    margin: 0 0 10px 0;
    text-align: left;
    line-height: 1.4em;
}

.fraud-box p a {
    /*display: block;
  font-family: "Barlow 300";*/
    background-color: #06c;
    color: #fff;
    padding: 10px 20px;
}

@media only screen and (max-width: 980px) {
    .fraud-container {
        top: 25%;
    }
    .fraud-button {
        width: 50px;
        height: 50px;
    }
    .fraud-button img {
        width: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .fraud-container {
        top: 130px;
    }
    .fraud-box {
        width: 200px;
        height: auto;
        padding: 5px 20px;
    }
    .fraud-box h5 {
        font-size: 0.9rem;
    }
    .fraud-box p {
        font-size: 0.8rem;
        line-height: 1.1rem;
    }
    .fraud-box p a {
        /*font-family: "Barlow 500";*/
    }
}


/* Share button */

.fg-sharing-box {
    padding: 40px 0px;
    display: table;
    height: 70px;
    width: 100%;
    text-align: right;
}

.fg-sharing-box h4 {
    display: inline;
    color: #a8a8a8 !important;
    margin-right: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.fg-sharing-box>div {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.fg-sharing-box>div>a {
    display: inline;
}

.fg-sharing-box img {
    height: 16px;
    margin: 0 10px 0 10px;
    vertical-align: middle;
}

.fg-sharing-box span {
    display: none;
}


/* Ridimensionamento select di ADVANCED CUSTOM FIELD */

.select2-container--default .select2-selection--single .select2-selection__rendered {
    width: 200px !important;
}


/*** Pagina Privacy Policy ***/

.privacy-policy .section h3 {
    margin-top: 30px;
}

.privacy-policy .section h4 {
    margin-top: 20px;
}


/******************* ACCORDION PAGINA AMMINISTRAZIONE TRASPARENTE *************************/

.accordionCustom header {
    height: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 4rem;
    background-color: #f6f6f6;
    border-bottom: 0.1rem solid #ddd;
    color: #06c;
    user-select: none;
    cursor: pointer;
}

.accordionCustom header h2 {
    font-size: 2.2rem;
}

.accordionArrowCustom {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    transform: rotate(90deg);
    margin-top: 0;
}

.accordionContentCustom {
    color: #4a4a4a;
    padding: 0;
    transition: opacity 0.2s ease-in-out;
}

.section .accordionCustom {
    margin: 0 -4rem;
}

.accordionCustomOpen .accordionArrowCustom {
    transform: rotate(-90deg);
}


/************************FINE*****************************/