@charset "UTF-8";
/*
  Theme Name: AssiTeam60-child
  Template: AssiTeam60
*/
header#masthead {
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99999;
}
body {
  padding-top: 110px;
}
#site-navigation, .primary-menu-container, #primary-menu-list, #primary-menu-list > li {
  height: 100%;
}
#primary-menu-list > li {
  cursor: pointer;
}
#primary-menu-list > li:not(.menu-assigreen) > a {
  padding: 25px 0 !important;
}
#primary-menu-list > li > .sub-menu, #primary-menu-list > li > .sub-menu > li {
  background: #114980;
}
#primary-menu-list > li > .sub-menu a, #primary-menu-list > li > .sub-menu > li a {
  color: #fff;
}
#primary-menu-list > li {
  padding: 0 25px;
  display: flex;
  align-items: center;
}
#primary-menu-list > li .sub-menu {
  padding: 0 25px;
}
#primary-menu-list > li a {
  cursor: pointer;
}
.menu-assigreen a {
  color: #fff !important;
  text-shadow: none !important;
  padding: 10px 16px;
  background: #73a158;
  border-radius: 0px;
}
.menu-assigreen:hover {
  opacity: 0.8;
}
.menu-assigreen:hover a {
  color: #fff !important;
  text-shadow: none !important;
}
.header-secondary-section .social-side {
  margin-left: 30px;
}
.header-secondary-section .social-side a {
  font-size: 20px;
}
.header-secondary-section .social-side a i {
  color: #114980;
}
.header-secondary-section .social-side .linkedin-link {
  margin-left: 25px;
}
#primary-menu-list > li > .sub-menu > li {
  padding-top: 17px;
}
#primary-menu-list > li > .sub-menu > li:last-child {
  padding-bottom: 17px;
}
.menu-button-container {
  padding: 0 !important;
  top: 50%;
  transform: translateY(-50%);
}
.header-secondary-section {
  display: flex;
  margin-left: 30px;
}
.header-secondary-section .search-side span {
  font-size: 20px;
  cursor: pointer;
}
.header-secondary-section .search-side span i {
  color: #114980;
}
body.mobile-navigation-open #mobile-navigation .primary-menu-container {
  position: fixed;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.25s ease;
}
body.mobile-navigation-open #mobile-navigation .menu-button-container {
  width: 100%;
  z-index: 500;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu {
  display: inline-table;
}
.primary-navigation > div > .menu-wrapper li:nth-child(3) .sub-menu {
  min-width: 280px;
}
#masthead .site-branding {
  height: 100% !important;
  position: relative;
}
#masthead .site-branding * {
  height: 100% !important;
  width: auto !important;
  object-fit: contain;
}
.primary-navigation {
  margin: 0 auto !important;
  transform: translateX(-160px);
}
#mobile-navigation {
  display: none;
  left: 0;
  right: auto;
  height: auto;
  position: absolute;
}
#mobile-navigation .menu-button-container {
  display: flex;
  left: 35px;
  right: auto !important;
}
#mobile-navigation .menu-button-container #mobile-menu-button {
  margin: 0 !important;
  padding: 0 !important;
}
#mobile-navigation .primary-menu-container {
  background: #fff;
  height: auto;
  position: fixed;
  visibility: hidden;
  opacity: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 75px;
  transform: translateY(30px);
  height: 100vh;
  z-index: 70;
  overflow-x: hidden;
  overflow-y: auto;
  border: 2px solid transparent;
}
#mobile-navigation .primary-menu-container #mobile-menu-list {
  height: auto;
  list-style: none;
  padding: 90px 35px;
}
#mobile-navigation .primary-menu-container #mobile-menu-list li {
  display: flex;
  height: auto;
  justify-content: center;
}
#mobile-navigation .primary-menu-container #mobile-menu-list li.menu-item-has-children {
  flex-direction: column;
  align-items: center;
}
#mobile-navigation .primary-menu-container #mobile-menu-list li.menu-item-has-children .sub-menu {
  width: 100%;
  background: #114980;
  padding: 0;
}
#mobile-navigation .primary-menu-container #mobile-menu-list li.menu-item-has-children .sub-menu li:not(:first-child) {
  padding-top: 0;
}
#mobile-navigation .primary-menu-container #mobile-menu-list li a {
  padding: 15px 0;
}
#mobile-navigation .primary-menu-container .mobile-secondary-section {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 1.3rem;
}
#mobile-navigation .primary-menu-container .mobile-secondary-section .search-side span {
  font-size: 18px;
}
#mobile-navigation .primary-menu-container .mobile-secondary-section .search-side span i {
  color: #114980;
}
#mobile-navigation .primary-menu-container .mobile-secondary-section .social-side {
  margin-left: 18px;
}
#mobile-navigation .primary-menu-container .mobile-secondary-section .social-side a {
  color: #114980;
  font-size: 18px;
}
#mobile-navigation .primary-menu-container .mobile-secondary-section .social-side a.linkedin-link {
  margin-left: 18px;
}
.search-content {
  display: flex;
  visibility: hidden;
  opacity: 0.2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 90;
  background: #fff;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease !important;
}
.search-content .close-search {
  position: absolute;
  top: 7.5rem;
  right: 60px;
  font-size: 22px;
  cursor: pointer !important;
}
.search-content .close-search i {
  opacity: 0.75;
}
.search-content .close-search:hover i {
  color: #114980;
  opacity: 1;
}
.search-content form label {
  width: auto;
  margin-bottom: 0;
  margin-right: 20px;
  display: flex;
  align-items: flex-end;
  color: #767B7C;
  font-size: 24px;
  font-weight: 400;
}
.search-content form .search-field {
  flex-grow: 1;
  max-width: inherit;
  width: 20rem;
  padding: 6px 15px;
  border: none;
  border-bottom: solid 1px lightgray;
  color: #767B7C;
  opacity: 0.96;
}
.search-content form input.search-submit {
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
}
.search-content form #button-search {
  cursor: pointer !important;
  display: flex;
  align-items: flex-end;
  margin-bottom: 4px;
}
.search-content form #button-search .fa, .search-content form #button-search .far, .search-content form #button-search .fas {
  font-family: "Font Awesome 5 Free" !important;
  color: #767B7C;
  opacity: 0.75;
}
.search-content form #button-search:hover i {
  color: #114980;
  opacity: 1;
}
.search-content.active {
  visibility: visible;
  opacity: 0.95;
  transition: all 0.3s ease !important;
}
.no-results.not-found form {
  display: none;
}
@media screen and (max-width: 1600px) {
  .menu-item a {
    font-size: 15px !important;
  }
  #primary-menu-list > li {
    padding: 0 20px;
  }
  .header-secondary-section * {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) {
  #primary-menu-list > li .sub-menu {
    padding: 0 20px;
  }
  #primary-menu-list > li {
    padding: 0 14px;
  }
}
@media screen and (max-width: 1366px) {
  body {
    padding-top: 100px;
  }
  header#masthead {
    height: 100px !important;
  }
  .primary-menu-container #primary-menu-list li a {
    font-size: 14px !important;
  }
  .search-content form label {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .primary-menu-container #primary-menu-list li {
    padding: 0 12px;
  }
  .primary-menu-container #primary-menu-list li a {
    font-size: 14px;
  }
  .header-secondary-section .social-side {
    margin-left: 15px;
  }
  .header-secondary-section .social-side .linkedin-link {
    margin-left: 15px;
  }
}
@media screen and (max-width: 1340px) {
  .header-secondary-section {
    display: none;
  }
  #mobile-navigation {
    display: block;
  }
  #site-navigation {
    display: none !important;
  }
  body {
    padding-top: 90px;
  }
  header#masthead {
    height: 90px !important;
  }
  header#masthead .site-branding {
    margin: 0 auto;
    position: relative;
    z-index: 90;
  }
  .primary-menu-container #mobile-menu-list li a {
    font-size: 16px !important;
  }
  .primary-menu-container #mobile-menu-list li.menu-assigreen a {
    padding: 15px 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .search-content form label {
    font-size: 18px;
  }
}
@media screen and (max-width: 460px) {
  header#masthead {
    padding: 0 15px;
  }
  #mobile-navigation .menu-button-container {
    left: 15px;
  }
  .primary-menu-container #mobile-menu-list {
    padding: 70px 25px !important;
  }
  .primary-menu-container #mobile-menu-list li a {
    font-size: 15px !important;
  }
  .search-content .close-search {
    right: 25px;
  }
  .search-content form label {
    width: 100%;
    margin-bottom: 15px;
  }
  .search-content form .search-field {
    width: 11.5rem;
  }
}
.buttons-mobile {
  display: none !important;
}
.header-secondary-section, .filtra-per, .filters, .filters-mobile {
  display: none !important;
}
#content {
  min-height: 50vh !important;
}
div#page {
  display: block;
  overflow: hidden;
}
html, body {
  font-family: "Roboto", sans-serif;
  color: #767B7C;
  font-weight: 300;
  font-size: 18px;
  overflow-x: hidden;
}
.white {
  color: #fff !important;
}
img {
  display: block;
}
span.sub {
  color: #000;
  font-weight: 400;
  font-size: 20px;
}
.content-boxed {
  width: 1300px;
  margin: 0 auto;
}
.content-boxed.news {
  width: 900px;
}
p {
  font-size: 18px;
  line-height: 27px;
}
h1, .h1-style {
  font-size: 48px;
  color: #114980;
  font-weight: 400;
  line-height: 53px;
  margin: 0;
}
h1.page-title {
  font-size: 54px;
  color: white;
  font-weight: 400;
  line-height: 60px;
  margin: 0;
}
h2, .h2-style {
  font-size: 20px;
  color: #114980;
  font-weight: 400;
}
h3, .h3-style, footer h2.widget-title {
  font-size: 30px;
  color: #114980;
  font-weight: 400;
  line-height: 34px;
}
h4, .h4-style {
  font-size: 24px;
  color: #114980;
  font-weight: 400;
  line-height: 29px;
}
.menu-item a {
  font-size: 16px;
  text-transform: uppercase;
  color: #767B7C;
  transition: all 0.07s ease;
}
#primary-menu-list > .menu-item:hover > a {
  color: #114980;
  text-shadow: -0.1px -0.1px 0.01px #114980, -0.1px 0.8px 0.01px #114980, 0.1px 0.5px 0.01px #114980, 0.5px 0.5px 0.01px #114980;
  opacity: 0.95;
}
.sub-menu > li > a {
  color: #fff !important;
  text-align: center;
}
.sub-menu > li > a:hover {
  text-shadow: -0.1px -0.1px 0.01px #fff, -0.1px 0.8px 0.01px #fff, 0.1px 0.5px 0.01px #fff, 0.5px 0.5px 0.01px #fff !important;
}
.menu-item.current-menu-item a {
  color: #114980;
  text-shadow: -0.1px -0.1px 0.01px #114980, -0.1px 0.8px 0.01px #114980, 0.1px 0.5px 0.01px #114980, 0.5px 0.5px 0.01px #114980;
  opacity: 0.95;
}
.content-inner {
  display: block;
  margin: 0 35px;
}
.section {
  margin-top: 35px;
}
.single-inner {
  line-height: 25px;
  white-space: pre-line;
}
#toggle-modulo-home a {
  color: #fff;
  text-decoration: none;
}
.single-inner + .link {
  margin-top: 2rem;
}
.button {
  display: block;
  padding: 10px 32px;
  border: 2px solid #114980;
  background: transparent;
  z-index: 1;
  position: relative;
  color: #114980;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none !important;
  transition: color 0.1s linear;
}
.button:not(#mobile-menu-button):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #114980;
  transition: all 0.35s ease;
  z-index: -1;
}
.button:not(#mobile-menu-button):hover, .filter.button.active {
  color: #fff;
}
.button:not(#mobile-menu-button):hover::before, .filter.button.active::before {
  width: 100% !important;
}
a.news-title, a.news-title:hover, a {
  text-decoration: none;
}
a.news-title:hover h4 {
  opacity: 0.9;
}
.top-page.short {
  background: #114980;
  height: 7vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.next.page-numbers, .prev.page-numbers {
  display: none;
}
span.bold {
  font-weight: bold;
  color: #114980;
}
.search-result-count {
  display: block;
  width: 100%;
  margin-bottom: 35px;
}
.search .navigation.pagination {
  margin-bottom: 50px;
  margin-top: 40px;
}
.search .news-section {
  margin-bottom: 55px;
}
.search .news-section .news-title {
  display: block;
  margin-bottom: 55px;
}
.privacy-consens input[type="checkbox"] {
  cursor: pointer !important;
}
.pr-overlay {
  background: #fff;
  opacity: 0;
  z-index: 9999999;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
}
html.popup-open .pr-overlay {
  display: block;
}
html.popup-open {
  overflow: hidden !important;
}
.privacy_popup {
  opacity: 0;
  visibility: hidden;
  display: block;
  position: fixed;
  width: calc(50%);
  height: auto;
  left: 50%;
  top: 165px;
  bottom: 4vw;
  overflow: auto;
  z-index: 999999999;
  border: 1px solid #e8e8e8;
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.73);
  box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.73);
}
.privacy_popup .popup_inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 4rem;
  padding-top: 1.5rem;
  background: #fff;
  z-index: 9999;
}
.privacy_popup .popup_inner .page_content h2 {
  display: block;
  text-align: center;
  margin-bottom: 24px;
}
.privacy_popup .popup_inner .consens-block {
  display: block;
  text-align: center;
  margin-top: 27px;
}
.privacy_popup .popup_inner .consens-block a {
  display: inline-block;
  cursor: pointer !important;
}
.privacy_popup.open {
  visibility: visible;
  opacity: 1;
}
.privacy_popup.animate__zoomIn {
  animation-name: popin !important;
}
.privacy_popup.animate__zoomOut {
  animation-name: popout !important;
}
.thank-you {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 45vh;
}
.thank-you h2 {
  margin-top: 1rem;
  margin-bottom: 3.5rem;
  color: #767B7C;
}
.page-id-771 h1.entry-title, .page-id-897 h1.entry-title {
  display: none;
}
.home-section-1 {
  display: block;
  width: 100%;
  height: calc(100vh - 110px);
  position: relative;
}
.home-section-1 video.video-home {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.home-section-1 .home-title {
  position: absolute;
  top: 5vw;
  right: 0;
  padding: 10px 40px 0;
  background: #114980;
}
.home-section-1 .home-title > * {
  color: #fff;
}
.home-section-2 {
  display: flex;
}
.home-section-2 .col {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  flex-basis: 50%;
}
.home-section-2 .col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section-2 .col1 {
  padding: 0 7.5rem;
}
.home-section-2 .col1 h2 {
  margin-bottom: 15px;
}
.home-section-2 .col1 span {
  margin-bottom: 25px;
}
.home-section-extra {
  display: flex;
  margin-bottom: 110px;
}
.home-section-extra .col {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  flex-basis: 50%;
}
.home-section-extra .col img:not(.img-assi) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-section-extra .col1 {
  padding: 0 7.5rem;
}
.home-section-extra .col1 .assi-logo {
  margin-bottom: 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: flex-end;
}
.home-section-extra .col1 .assi-logo .img-assi {
  flex-basis: 40%;
  height: auto;
  max-width: 300px;
}
.home-section-extra .col1 .assi-logo .sponsor_home {
  flex-basis: 30%;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.home-section-extra .col1 .assi-logo .sponsor_home > span {
  font-size: 0.8em;
  margin-bottom: 20px;
}
.home-section-extra .col1 .assi-logo .sponsor_home .img-assi_sponsor {
  max-width: 100%;
  height: auto;
}
.home-section-extra-2 {
  margin-bottom: 110px;
}
.home-section-3 {
  display: flex;
  margin-bottom: 70px;
}
.home-section-3 .categoria-servizio {
  flex-basis: calc(100% / 4 - 1.5px);
  background: #E4E4E4;
}
.home-section-3 .categoria-servizio .categoria-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 110px 20px;
}
.home-section-3 .categoria-servizio .categoria-inner .icon {
  margin-bottom: 40px;
  height: 80px;
  object-fit: contain;
}
.home-section-3 .categoria-servizio .categoria-inner h3 {
  margin-bottom: 10px;
  text-align: center;
  min-height: 45px;
}
.home-section-3 .categoria-servizio .categoria-inner p {
  text-align: center;
  padding: 0 40px;
  min-height: 85px;
  margin-bottom: 30px;
}
.home-section-3 .categoria-servizio:not(:last-child) {
  margin-right: 3px;
}
.home-section-4 {
  display: none;
  margin-bottom: 125px;
}
.home-section-4 .content-boxed h3 {
  margin-bottom: 40px;
}
.news-section {
  display: flex;
  flex-flow: row wrap;
}
.news-section .news {
  flex-basis: calc(50% - 3px);
}
.news-section .news .img-news {
  width: 100%;
  height: 20vw;
}
.news-section .news .img-news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-section .news h4, .news-section .news p {
  padding-right: 50px;
}
.news-section .news h4 {
  margin-bottom: 20px;
}
.news-section .news:not(:last-child) {
  margin-right: 3px;
}
.modulo-home {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home .place {
  display: flex;
  align-items: center;
  gap: 100px;
}
.top-page {
  display: flex;
  margin-bottom: 60px;
}
.top-page .text {
  flex: 1;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: center;
  padding: 50px 100px;
  margin-right: 2px;
  background: #114980;
}
.top-page .text h2 {
  font-weight: 300;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.top-page .text h1 {
  color: #fff;
}
.top-page .top-img {
  flex: 2;
  height: 100%;
  max-height: 70vh;
}
.top-page .top-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-height: 50vh;
}
.azienda-section-2 {
  margin-bottom: 110px;
}
.azienda-section-2 p {
  padding: 0 100px;
}
.azienda-section-2 ul {
  padding: 0 120px;
}
.agenzie-section {
  display: flex;
  flex-direction: column;
  margin: 60px 0;
}
.agenzie-section .agenzia {
  width: 100%;
  display: flex;
}
.agenzie-section .agenzia .agenzia-img {
  flex-basis: calc(100% / 3 - 2px);
  margin-right: 2px;
}
.agenzie-section .agenzia .agenzia-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.agenzie-section .agenzia .agenzia-text {
  background: #E4E4E4;
  flex-basis: calc(100% / 3 * 2);
  padding: 70px;
}
.agenzie-section .agenzia .agenzia-text h3 {
  margin: 0 0 15px 0;
}
.agenzie-section .agenzia .agenzia-text span {
  margin-bottom: 40px;
}
.agenzie-section .agenzia .agenzia-text p {
  margin-bottom: 15px;
}
.agenzie-section .agenzia .agenzia-text a {
  color: #114980;
  font-weight: 700;
}
.agenzie-section .agenzia .agenzia-text a.mapslink {
  font-style: italic;
  text-decoration: underline;
}
.agenzie-section .agenzia .link {
  display: none;
}
.agenzie-section .agenzia .link .button {
  display: inline-block;
  margin-top: 1rem;
}
.agenzie-section .agenzia:not(:last-child) {
  margin-bottom: 35px;
}
.azienda-section-3 {
  margin-bottom: 120px;
}
.azienda-main {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.azienda-main > * {
  flex-basis: 50%;
  margin-bottom: 60px;
}
.azienda-right {
  padding-left: 100px;
}
.filters {
  margin-top: 25px;
}
.filters a {
  cursor: pointer;
  transition: all 0.15s ease;
  font-weight: 400;
}
.filters a:not(:last-child), .filters span {
  margin-right: 35px;
  font-weight: 400;
}
.filters a.active, .filters a:hover {
  color: #114980;
  font-weight: 400;
}
.filters-mobile {
  display: none;
  position: relative;
  width: 80%;
  margin-top: 35px;
}
.filters-mobile span {
  display: block;
  width: 100%;
  padding-bottom: 3px;
  border-bottom: 1px solid #e8e8e8;
}
.filters-mobile span i {
  float: right;
  margin-right: 10px;
  color: lightgray;
}
.filters-mobile span i.fas.fa-chevron-up.up {
  display: none;
}
.filters-mobile span.open i.fas.fa-chevron-up.up {
  display: block;
}
.filters-mobile span.open i.fas.fa-chevron-down.down {
  display: none;
}
.filters-mobile .mob-filters-list {
  display: flex;
  flex-direction: column;
  top: 100%;
  left: 0;
  z-index: 9;
  background: #fff;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.filters-mobile .mob-filters-list a.mob-filter {
  margin-top: 10px;
}
.filters-mobile .mob-filters-list a.mob-filter.active {
  color: #114980;
  font-weight: 400;
}
.filter.button {
  display: inline-block;
  margin-bottom: 7px;
  padding: 10px 15px;
}
.filter.button:not(:last-child) {
  margin-right: 7px;
}
.filtra-per {
  margin-top: 55px;
  display: block;
}
.tesla_label {
  display: block;
  text-align: center;
  margin: 40px auto;
  text-transform: uppercase;
}
.top-page.top-page-assigreen .text {
  background: #73A158;
}
.assigreen-section-2 {
  margin: 0px 0 90px;
}
.assigreen-section-2 .title {
  margin-top: 60px;
}
.assigreen-section-2 .title {
  display: none;
}
.assigreen-section-2 .title h2 {
  text-align: center;
}
.assigreen-section-2 .top-img {
  margin-top: 60px;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
}
.assigreen-section-2 .top-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-height: 60vh;
}
.assigreen-section-2 .assi-logo {
  margin-bottom: 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: flex-end;
}
.assigreen-section-2 .assi-logo .img-assi {
  flex-basis: 50%;
  max-width: 420px;
}
.assigreen-section-2 .assi-logo .sponsor_home {
  flex-basis: 30%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.assigreen-section-2 .assi-logo .sponsor_home > span {
  font-size: 0.8em;
  margin-bottom: 20px;
}
.assigreen-section-2 .assi-logo .sponsor_home .img-assi_sponsor {
  max-width: 100%;
  height: auto;
}
.assigreen-section-2 .circle-count-section {
  margin-top: 40px;
}
.assigreen-section-2 .circle-count-section .count .circle-section span {
  color: #73A158;
}
.assigreen-section-2 .circle-count-section .count .circle-section span:after {
  border-right-color: #73A158;
  border-bottom-color: #73A158;
  border-top-color: #73A158;
}
.page-template-template-assigreen .footer-assigreen h4 {
  color: #73A158;
}
.assigreen-link {
  display: inline-block;
  padding: 10px 25px;
  background: #73a158;
  color: #fff !important;
  text-transform: uppercase;
  margin-top: 26px;
}
.assigreen-link:hover {
  color: #fff;
  opacity: 0.8;
}
.assigreen-agenti-section {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-flow: row wrap;
  width: 100%;
  /* the parent */
}
.assigreen-agenti-section .assigreen-agente {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex-basis: calc(100% / 3 - 3px);
  width: calc(100% / 3- 3px);
  margin-right: 3px;
  margin-bottom: 3px;
}
.assigreen-agenti-section .assigreen-agente.last {
  background-color: #E4E4E4;
}
.assigreen-agenti-section .assigreen-agente img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.assigreen-agenti-section .assigreen-agente .assigreen-agente-bottom {
  background-color: #E4E4E4;
  padding: 0 20px;
  padding-bottom: 20px;
  height: 100%;
}
.assigreen-agenti-section .assigreen-agente .assigreen-agente-bottom h3 {
  color: #73A158;
  margin: 0;
  padding: 20px 0;
}
.assigreen-agenti-section .assigreen-agente .assigreen-agente-bottom a {
  color: #73A158;
  font-weight: 700;
}
.assigreen-agenti-section .slick-slide {
  margin: 0 10px;
  height: inherit !important;
}
.assigreen-agenti-section .slick-list {
  margin: 0 -10px;
}
.assigreen-agenti-section .slick-track {
  display: flex !important;
}
.cat-section-2 {
  display: flex;
  padding: 0 7rem;
  margin: 80px auto;
}
.cat-section-2 .icon-cat {
  margin-right: 55px;
  display: flex;
  align-items: center;
}
.two-col-grid {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 80px;
}
.two-col-grid .row-item {
  flex-basis: calc(100% / 2 - 1.5px);
  margin-bottom: 35px;
  background: #E4E4E4;
  display: flex;
  flex-direction: column;
}
.two-col-grid .row-item .item-img {
  margin-bottom: 60px;
}
.two-col-grid .row-item .item-img img {
  height: 20vw;
  object-fit: cover;
  width: 100%;
}
.two-col-grid .row-item .item-text {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  padding: 0 4rem;
  justify-content: center;
}
.two-col-grid .row-item .item-text p {
  margin: 20px 0 30px;
}
.two-col-grid .row-item .item-text .button {
  display: inline-block;
}
.two-col-grid .row-item:not(:nth-child(2n)) {
  margin-right: 3px;
}
.servizio-section-2 {
  margin: 20px 0 90px;
}
.servizio-section-2 p {
  padding: 0 11rem;
}
.servizio-section-3 h2.title-section {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0;
}
.servizio-section-3 .item-text {
  margin-top: 30px;
  margin-bottom: 30px;
}
.single .top-page.short {
  margin-bottom: 35px;
}
.single .article {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 115px;
}
.single .article .news-img {
  width: 100%;
  margin-bottom: 40px;
}
.single .article .news-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.single .article p {
  margin-bottom: 60px;
}
.single .article .link {
  text-align: center;
}
.single .article .link .button {
  display: inline-block;
}
.single .article .link .button i {
  margin-right: 12px;
  color: #114980;
}
.single .article .button:hover i {
  color: #fff;
}
.share {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: -4rem;
}
.share .social.first {
  margin-bottom: 12px;
  height: 40px;
  background: #114980;
  color: #fff;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.share .social {
  color: #114980;
  text-align: center;
}
.share .social:not(.first) {
  margin-top: 12px;
}
.share .social:not(.first):hover {
  opacity: 0.7;
}
.blog .news-section {
  margin-top: 110px;
  margin-bottom: 130px;
}
.blog .news-section .news {
  margin-bottom: 75px;
}
.news .img-news {
  transition: all 0.18s ease;
}
.news .img-news:hover {
  opacity: 0.6;
}
nav.navigation.pagination {
  margin: 0 auto;
  flex-basis: 100%;
}
.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  background: #767B7C;
  transition: all 0.15s ease;
}
.page-numbers:not(:last-child) {
  margin-right: 3px;
}
a.page-numbers {
  border: 2px solid #767B7C;
}
a.page-numbers:hover {
  background: white;
  color: #114980;
}
span.page-numbers.current {
  background: #114980;
}
.partners-content p.textcenter {
  margin: 20px auto 40px;
  text-align: center;
}
.partners-content .partners {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.partners-content .partners .partner {
  width: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  padding: 25px;
  border: 1px solid #114980;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.partners-content .partners .partner:not(:nth-child(2n)) {
  margin-right: 40px;
}
.partners-content .partners .partner .nome {
  font-size: 24px;
  line-height: 30px;
  color: #114980;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.partners-content .partners .partner .image {
  margin-bottom: 15px;
}
.partners-content .partners .partner .image img {
  height: 90px;
  width: auto;
  object-fit: contain;
  display: block;
}
.lcn-main-content p.textcenter {
  margin: 20px auto 40px;
  text-align: center;
}
.lcn-main-content .posizioni_aperte {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.lcn-main-content .posizioni_aperte .posizione_aperta {
  border: 1px solid #114980;
  flex-basis: calc(50% - 20px);
  padding: 20px;
  margin-right: 1%;
  margin-bottom: 1%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  cursor: pointer;
  cursor: hand;
}
.lcn-main-content .posizioni_aperte .posizione_aperta .posizione_aperta_ruolo {
  color: #114980;
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 5px;
}
.lcn-section-3 {
  padding: 0 100px;
  margin-bottom: 110px;
}
.lcn-section-3 h2 {
  text-align: center;
}
.lcn-section-3 p {
  margin: 60px 0;
}
.contatti-content {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 125px;
}
.contatti-content .modulo-col form {
  height: 100%;
}
.contatti-content .info-col, .contatti-content .modulo-col {
  flex-basis: calc(100% / 2 - 17.5px);
}
.contatti-content .info-col h2, .contatti-content .modulo-col h2 {
  margin-bottom: 40px;
}
.contatti-content .info-col {
  margin-right: 35px;
  display: flex;
  flex-direction: column;
}
.contatti-content .info-col span {
  margin-bottom: 20px;
  font-size: 18px;
  display: flex;
}
.contatti-content .info-col span.orari p {
  margin: 0;
}
.contatti-content .info-col span i {
  margin-right: 15px;
  color: #114980;
}
.contatti-content .info-col .map {
  margin-top: 30px;
  height: 100%;
}
.contatti-content .info-col .map iframe {
  height: 100%;
}
.nav-links {
  margin-bottom: 50px;
}
.map + .address {
  margin-top: 80px;
}
.map:not(:last-child) {
  margin-bottom: 45px;
}
span.titolo-sedi {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px !important;
}
.page-template-template-contatti .mail a {
  font-weight: 400;
  color: #114980;
  margin-left: 5px;
}
.page-template-template-contatti .mail a:hover {
  font-weight: 700;
}
.vantaggi-section-2 img {
  width: 100%;
  object-fit: cover;
}
.vantaggi-section-2 .vant-desc {
  margin-bottom: 70px;
}
.v-last-img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 4.5rem;
}
.vant-title {
  margin-top: 80px;
}
.formazione_row {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 80px;
}
.formazione_row .formazione_left {
  flex-basis: calc(50% - 100px);
  padding-right: 3rem;
}
.formazione_row .formazione_right {
  flex-basis: calc(50% + 100px);
}
.formazione_row .formazione_right ul {
  list-style: none;
}
.formazione_row .formazione_right ul li::marker {
  display: none;
}
.formazione_row .formazione_right ul li::before {
  content: "•";
  color: #114980;
  font-weight: bold;
  display: inline-block;
  font-size: 35px;
  width: 35px;
  margin-left: -35px;
}
.formazione_row .formazione_right ul li {
  margin-bottom: 20px;
}
ol.letters {
  list-style-type: lower-alpha;
  margin-top: 2rem;
}
ol.letters li {
  margin-bottom: 30px;
}
ol.letters li ul li {
  margin-bottom: 15px;
}
ol.letters li ul li:first-child {
  margin-top: 15px;
}
.base-subtitle {
  color: #114980;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.mission-desc {
  margin-bottom: 60px;
}
.assi-mission-img {
  margin-bottom: 50px;
  width: 100%;
  object-fit: cover;
}
.mission-last-section {
  margin-bottom: 80px;
}
.mission-last-section .link-section {
  text-align: center;
}
.mission-last-section .link-section .button {
  display: inline-block;
}
.mission-last-section .link-section .button:first-child {
  margin-right: 30px;
}
.circle-count-section {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 70px;
}
.circle-count-section .count {
  flex-basis: calc(100% / 5 - 3px);
  background: #E4E4E4;
}
.circle-count-section .count.six {
  flex-basis: calc(100% / 6 - 3px);
}
.circle-count-section .count.six .circle-section span {
  font-size: 40px;
}
.circle-count-section .count.three {
  flex-basis: calc(100% / 3 - 3px);
}
.circle-count-section .count.three .circle-section span {
  font-size: 40px;
}
.circle-count-section .count:not(:last-child) {
  margin-right: 3px;
}
.circle-count-section .count:nth-child(1) .circle-section span:after {
  animation-delay: 0.25s !important;
  animation-duration: 1.5s !important;
}
.circle-count-section .count:nth-child(2) .circle-section span:after {
  animation-delay: 0.21s !important;
  animation-duration: 2.25s !important;
}
.circle-count-section .count:nth-child(3) .circle-section span:after {
  animation-delay: 0.1s !important;
  animation-duration: 2.1s !important;
}
.circle-count-section .count:nth-child(4) .circle-section span:after {
  animation-delay: 0.2s !important;
  animation-duration: 1.8s !important;
}
.circle-count-section .count:nth-child(5) .circle-section span:after {
  animation-delay: 0.18s !important;
  animation-duration: 1.75s !important;
}
.circle-count-section .count:nth-child(6) .circle-section span:after {
  animation-delay: 0.05s !important;
  animation-duration: 2s !important;
}
.circle-count-section .count .circle-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 65px;
  padding-bottom: 25px;
}
.circle-count-section .count .circle-section span {
  width: 150px;
  height: 150px;
  border: solid 1px white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  font-weight: bold;
  color: #114980;
  position: relative;
}
.circle-count-section .count .circle-section span:after {
  content: "";
  animation: rotate-animation 1.9s linear 0s infinite;
  border-right-color: #114980;
  border-bottom-color: #114980;
  border-top-color: #114980;
  border-left-color: transparent;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: -2px;
  left: -2px;
  display: inline-block;
  position: absolute;
  border-width: 6px;
  border-style: solid;
  border-radius: 50%;
}
.circle-count-section .count .circle-section span:before {
  content: "";
  border: 2px solid #767B7C;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
}
.circle-count-section .count .count-desc {
  padding-bottom: 50px;
}
.circle-count-section .count .count-desc p {
  text-align: center;
  color: #767B7C;
  padding: 0 50px;
  font-weight: bold;
}
@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bottoni-precontrattuali {
  display: flex;
  list-style: none;
  margin-top: 4rem;
  padding: 0 100px;
  flex-flow: row wrap;
}
.bottoni-precontrattuali li {
  flex-basis: calc(100% / 3 - 15px);
  display: flex;
  flex-direction: column;
}
.bottoni-precontrattuali li a {
  display: inline-block;
  margin-bottom: 15px;
}
.bottoni-precontrattuali li:not(:last-child) {
  margin-right: 20px;
}
span.button-desc {
  font-size: 16px;
  display: none;
}
.bottoni-precontrattuali-bottom {
  text-align: center;
  margin-top: 3.5rem;
}
.bottoni-precontrattuali-bottom a {
  display: inline-block;
}
@keyframes popin {
  0% {
    transform: translateX(-50%) scale3d(0.3, 0.3, 0.3);
    -webkit-transform: translateX(-50%) scale3d(0.3, 0.3, 0.3);
    opacity: 0;
  }
  50% {
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    opacity: 1;
  }
}
@keyframes popout {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-50%) scale3d(0.3, 0.3, 0.3);
    transform: translateX(-50%) scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.page-template-template-assiteam71 .top-page .text {
  background: #114980 !important;
}
.page-template-template-assiteam71 .circle-count-section .count.three {
  margin-bottom: 3px;
}
.page-template-template-assiteam71 .circle-count-section .count.three .circle-section span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-template-assiteam71 .circle-count-section .count.three .circle-section span img {
  max-width: 45%;
  max-height: 45%;
  object-fit: contain;
  display: block;
  width: auto;
  height: auto;
}
.page-template-template-assiteam71 .assigreen-section-2 .circle-count-section .count .circle-section span:after {
  border-right-color: #114980;
  border-bottom-color: #114980;
  border-top-color: #114980;
}
.page-template-template-assiteam71 .assigreen-agenti-section .assigreen-agente .assigreen-agente-bottom h3, .page-template-template-assiteam71 .assigreen-agenti-section .assigreen-agente .assigreen-agente-bottom a {
  color: #114980;
}
.page-template-template-assiteam71 .gform_legacy_markup_wrapper textarea.large {
  height: 160px;
}
.page-template-template-assiteam71 .footer-assigreen form.white .gfield .ginput_container input, .page-template-template-assiteam71 .footer-assigreen form.white .gfield .ginput_container select, .page-template-template-assiteam71 .footer-assigreen form.white .gfield .ginput_container textarea {
  background: #114980;
}
.page-template-template-assiteam71 .footer-assigreen h4 {
  color: #114980;
}
.page-template-template-assiteam71 .footer-assigreen .f-col-inner.custom, .page-template-template-assiteam71 .footer-assigreen .footer-col.gform_widget {
  background: #114980;
}
.page-template-template-assiteam71 .footer-assigreen form.white .gfield_label, .page-template-template-assiteam71 .footer-assigreen form.white {
  background: #114980;
}
.page-template-template-assiteam71 ul#input_6_65 {
  margin-top: 20px !important;
  padding-top: 11px;
}
.page-template-template-assiteam71 .footer-assigreen .footer-legal a {
  color: #114980;
}
.page-template-template-assiteam71 .circle-count-section .count .count-desc p:not(:last-child) {
  margin-bottom: 1px;
}
.page-template-template-assiteam71 .circle-count-section .count .count-desc p:not(:first-child) {
  margin-top: 1px;
}
.page-template-template-assiteam71 .assigreen-agenti-section .assigreen-agente {
  flex-basis: calc(100% / 3 - 3px);
  width: calc(100% / 3 - 3px);
}
.page-template-template-assiteam71 .link-wrapper {
  display: block;
  text-align: center;
  margin: 40px 0 50px;
}
.page-template-template-assiteam71 .link-wrapper a {
  padding: 13px 20px;
  background: #114980;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.page-template-template-assiteam71 .link-wrapper a:hover {
  opacity: 0.8;
}
.page-template-template-assiteam71 footer#colophon {
  scroll-margin-top: 100px;
}
@media screen and (max-width: 1660px) {
  h1, .h1-style {
    font-size: 40px;
    line-height: 45px;
  }
  h1.page-title {
    font-size: 45px;
    line-height: 50px;
  }
  h2, .h2-style {
    font-size: 18px;
    line-height: 23px;
  }
  h3, .h3-style {
    font-size: 26px;
  }
  h4, .h4-style {
    font-size: 22px;
    line-height: 27px;
  }
  p, html, body {
    font-size: 16px;
    line-height: 24px;
  }
  span.sub {
    font-size: 18px;
  }
  .top-page .text {
    padding: 50px 70px;
  }
  .home-section-2 .col1 {
    padding: 0 5.5rem;
  }
  .home-section-2 .col1 h1 {
    margin-bottom: 0;
  }
  .content-boxed .news-section .news .img-news {
    height: 25vw;
  }
  .home-section-extra-2, .home-section-extra {
    margin-bottom: 80px;
  }
  .home-section-extra .col1 {
    padding: 0 5.5rem;
  }
  .share .social:not(.first) {
    margin-top: 9px;
  }
  .circle-count-section .count.six .circle-section span {
    font-size: 34px;
  }
  .circle-count-section .count.three .circle-section span {
    font-size: 34px;
  }
  .circle-count-section .count .circle-section span {
    font-size: 36px;
  }
  .circle-count-section .count .count-desc p {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1440px) {
  h1.page-title {
    font-size: 40px;
    line-height: 45px;
  }
  h3, .h3-style {
    font-size: 23px;
  }
  .content-boxed {
    width: 1100px;
  }
  .top-page .text {
    padding: 0 50px;
  }
  .top-page .text h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .home-section-2 .col1 h2 {
    margin-bottom: 15px;
  }
  .home-section-3 .categoria-servizio .categoria-inner .icon {
    margin-bottom: 25px;
    height: 65px;
  }
}
@media screen and (max-width: 1366px) {
  .content-boxed.news {
    width: 700px;
  }
  h1, .h1-style {
    font-size: 33px;
    line-height: 38px;
  }
  p, html, body {
    font-size: 14px;
    line-height: 22px;
  }
  span.sub {
    font-size: 16px;
  }
  .top-page .text h1 {
    font-size: 33px;
    line-height: 37px;
  }
  .privacy_popup {
    width: 70%;
  }
  .home-section-1 {
    height: calc(100vh - 100px);
  }
  .home-section-1 .home-title {
    padding-top: 15px;
    padding-bottom: 7px;
  }
  .home-section-1 .home-title h2 {
    margin-top: 5px;
  }
  .home-section-3 {
    margin-bottom: 75px;
  }
  .home-section-4 {
    margin-top: 0;
  }
  .home-section-extra-2, .home-section-extra {
    margin-bottom: 80px;
  }
  .home-section-extra .col1 {
    padding: 0 4.5rem;
  }
  .home-section-extra .col1 .assi-logo {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1279px) {
  h1.page-title {
    font-size: 36px;
    line-height: 42px;
  }
  h4, .h4-style {
    font-size: 20px;
    line-height: 25px;
  }
  .navigation .nav-links > * {
    min-width: 34px !important;
    min-height: 34px !important;
  }
  .page-numbers {
    font-size: 18px;
  }
  .content-boxed {
    width: 1000px;
  }
  .top-page {
    width: 100%;
  }
  .top-page .text {
    flex: 1;
  }
  .bottoni-precontrattuali li a {
    padding: 10px 16px;
  }
  .lcn-section-3 p {
    margin: 35px 0;
  }
  .lcn-section-3 h2 {
    margin: 0 !important;
  }
  .home-section-1 {
    height: auto;
  }
  .home-section-2 .col1 {
    padding: 0 4rem;
  }
  .home-section-3 {
    flex-flow: row wrap;
    margin-bottom: 55px;
  }
  .home-section-3 .categoria-servizio {
    flex-basis: calc(50% - 1.5px);
    margin-bottom: 3px;
  }
  .home-section-3 .categoria-servizio:nth-child(2n) {
    margin-left: 3px;
  }
  .home-section-3 .categoria-servizio:not(:last-child) {
    margin-right: 0;
  }
  .home-section-3 .categoria-servizio .categoria-inner {
    padding: 95px 20px;
  }
  .home-section-3 .categoria-servizio .categoria-inner p {
    min-height: unset;
  }
  .home-section-3 .categoria-servizio .categoria-inner h3 {
    margin-bottom: 0;
    margin-top: 5px;
  }
  .home-section-extra-2, .home-section-extra {
    margin-bottom: 55px;
  }
  .home-section-extra .col1 {
    padding: 0 2.5rem;
  }
  .home-section-extra .col1 .assi-logo {
    margin-bottom: 20px;
  }
  .blog .news-section {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .two-col-grid .row-item {
    margin-bottom: 25px;
  }
  .two-col-grid .row-item .item-img img {
    height: 28vw;
  }
  .two-col-grid .row-item .item-text .link-title h2 {
    line-height: 25px;
  }
  .circle-count-section {
    margin-bottom: 55px;
  }
  .circle-count-section .count {
    flex-basis: calc(100% / 3 - 3px);
    margin-bottom: 3px;
  }
  .circle-count-section .count.six {
    flex-basis: calc(100% / 3 - 3px);
  }
  .circle-count-section .count.three {
    flex-basis: calc(100% / 3 - 3px);
  }
  .formazione_row {
    margin-bottom: 60px;
  }
  .formazione_row .formazione_left {
    flex-basis: calc(50%);
    padding-right: 3rem;
  }
  .formazione_row .formazione_right {
    flex-basis: calc(50%);
  }
  .formazione_row .formazione_right ul li {
    margin-bottom: 13px;
  }
  .vantaggi-section-2 img {
    width: 100%;
    object-fit: cover;
  }
  .vantaggi-section-2 .vant-desc {
    margin-bottom: 45px;
  }
  .vant-title {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1100px) {
  .content-boxed {
    width: 100%;
  }
  .top-page.short {
    height: 8.5vw;
  }
  .pagination .page-numbers.prev, .pagination .page-numbers.next, .comments-pagination .page-numbers.prev, .comments-pagination .page-numbers.next {
    display: none !important;
  }
  .pagination .page-numbers, .comments-pagination .page-numbers {
    display: flex !important;
  }
  .pagination .nav-links, .comments-pagination .nav-links {
    justify-content: center;
  }
  .top-page .text h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .top-page .top-img {
    flex: 1.5;
  }
  .azienda-section-2 {
    margin-bottom: 80px;
  }
  .contatti-content {
    flex-flow: row wrap;
    margin-bottom: 70px;
  }
  .contatti-content .modulo-col {
    order: 1;
    flex-basis: 100%;
  }
  .contatti-content .modulo-col h2 {
    margin-bottom: 35px;
  }
  .contatti-content .info-col {
    order: 2;
    height: 100%;
    margin-top: 50px;
    flex-basis: 100%;
    flex-flow: row wrap;
    margin-right: 0;
  }
  .contatti-content .info-col h2 {
    flex-basis: 100%;
    margin-bottom: 40px;
  }
  .contatti-content .info-col span {
    margin-bottom: 20px;
    font-size: 18px;
    padding-right: 0;
    display: inline-flex;
    width: 100%;
  }
  .contatti-content .info-col .map {
    margin-top: 50px;
    height: 26vw;
    flex-basis: 100%;
  }
  .contatti-content .info-col .map iframe {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .content-boxed.news {
    width: 700px;
  }
  h1, .h1-style {
    font-size: 30px;
    line-height: 35px;
  }
  h2, .h2-style {
    font-size: 16px;
    line-height: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .page-template-template-assiteam71 .top-page .text {
    padding: 0 0 0 30px;
  }
  .top-page.short {
    height: 10vw;
  }
  .top-page {
    flex-direction: column;
  }
  .top-page .text {
    flex: 1;
    width: 100%;
    margin-bottom: 15px;
    padding: 30px 50px;
  }
  .top-page .text h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .top-page .text h2 {
    margin-bottom: 7px;
    margin-top: 0;
  }
  .top-page .top-img {
    flex: 1;
    width: 100%;
  }
  .top-page:not(.short) {
    margin-bottom: 40px;
  }
  .bottoni-precontrattuali li {
    flex-basis: calc(100% / 2 - 15px);
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
  }
  .bottoni-precontrattuali li a {
    display: inline-block;
    margin-bottom: 15px;
  }
  .bottoni-precontrattuali li:not(:last-child) {
    margin-right: 15px;
  }
  .assigreen-link {
    margin-top: 16px;
  }
  .privacy_popup {
    width: 82%;
  }
  .privacy_popup .popup_inner {
    padding: 2rem;
  }
  .home-section-2 {
    flex-direction: column;
  }
  .home-section-2 .col1 {
    padding: 25px 4rem 0 0;
    margin-bottom: 40px;
  }
  .home-section-2 .col2 img {
    height: 50vw;
  }
  .content-boxed .news-section .news .img-news {
    height: 26vw;
  }
  .home-section-extra-2, .home-section-extra {
    margin-bottom: 45px;
  }
  .home-section-extra {
    flex-direction: column;
  }
  .home-section-extra .col1 {
    padding: 0;
    margin-top: 45px;
  }
  .home-section-extra .col1 .assi-logo {
    margin-bottom: 20px;
  }
  .azienda-section-2 {
    margin-bottom: 65px;
  }
  .agenzie-section {
    margin: 40px 0;
  }
  .agenzie-section .agenzia .agenzia-text {
    flex-basis: calc(100% / 3 * 1.7);
    padding: 50px;
  }
  .agenzie-section .agenzia .agenzia-text .link .button {
    padding: 6px 32px;
  }
  .agenzie-section .agenzia:not(:last-child) {
    margin-bottom: 20px;
  }
  .agenzie-section .agenzia .agenzia-img {
    flex-basis: calc(100% / 2.4 - 2px);
  }
  .azienda-main {
    flex-direction: column;
  }
  .azienda-main > * {
    flex-basis: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .blog .news-section {
    margin-top: 0px;
  }
  .two-col-grid .row-item {
    margin-bottom: 25px;
  }
  .two-col-grid .row-item .item-img {
    margin-bottom: 20px;
  }
  .two-col-grid .row-item .item-img img {
    height: 28vw;
  }
  .two-col-grid .row-item .item-text {
    padding: 0 2rem;
  }
  .cat-section-2 {
    padding: 0 15px;
  }
  .servizio-section-2 {
    margin-bottom: 50px;
  }
  .servizio-section-2 p {
    padding: 0;
  }
  .formazione_row {
    margin-bottom: 55px;
  }
  .formazione_row .formazione_left {
    flex-basis: calc(100%);
    padding-right: 0;
  }
  .formazione_row .formazione_right {
    flex-basis: calc(100%);
  }
  .formazione_row .formazione_right ul {
    padding-right: 2rem;
  }
  .formazione_row .formazione_right ul li {
    margin-bottom: 10px;
  }
  .assigreen-agenti-section .assigreen-agente {
    flex-basis: calc(100% / 2 - 3px);
    width: calc(100% / 2 - 3px);
    margin-bottom: 20px;
  }
  .page-template-template-assiteam71 .assigreen-agenti-section .assigreen-agente {
    flex-basis: calc(100% / 2 - 3px);
    width: calc(100% / 2 - 3px);
  }
}
@media screen and (max-width: 768px) {
  #colophon {
    scroll-margin-top: 100px;
  }
  .buttons-mobile {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .buttons-mobile .button-mob {
    width: 100%;
    margin-bottom: 5px;
    background: #73a158;
    border: none !important;
  }
  .buttons-mobile .button-mob a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    padding: 13.4px 0;
    display: block;
    text-align: center;
    font-size: 16px;
  }
  .content-boxed.news {
    width: 100%;
  }
  h1.page-title {
    font-size: 28px;
    line-height: 32px;
  }
  h3, .h3-style {
    font-size: 22px;
  }
  .top-page.short {
    height: 5.5rem;
  }
  .single .top-page.short {
    padding: 0 6.5rem;
    text-align: center;
    height: 6.3rem;
  }
  .top-page .text {
    padding: 30px 15px;
  }
  .top-page .text h1 {
    font-size: 28px;
    line-height: 32px;
  }
  .top-page .text h2 {
    margin-bottom: 5px;
    margin-top: 0;
  }
  .top-page {
    margin-bottom: 45px;
  }
  .button {
    padding: 8px 20px;
  }
  .mission-desc {
    margin-bottom: 40px;
  }
  .bottoni-precontrattuali {
    padding: 0;
  }
  .bottoni-precontrattuali li {
    flex-basis: calc(100% / 2 - 15px);
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
  }
  .bottoni-precontrattuali li a {
    display: inline-block;
    margin-bottom: 15px;
  }
  .bottoni-precontrattuali li:not(:last-child) {
    margin-right: 15px;
  }
  .lcn-section-3 p {
    margin: 20px 0;
  }
  .lcn-section-3 {
    margin-bottom: 60px;
  }
  .home-section-2 .col1 {
    padding: 25px 0 0 0;
    margin-bottom: 40px;
  }
  .content-boxed .news-section .news {
    flex-basis: 100%;
    margin-right: 0 !important;
    margin-bottom: 30px;
  }
  .content-boxed .news-section .news .img-news {
    height: 50vw;
  }
  .content-boxed .news-section .news h4 {
    margin-bottom: 10px;
  }
  .home-section-4 {
    margin-bottom: 35px;
  }
  .home-section-extra-2, .home-section-extra {
    margin-bottom: 35px;
  }
  ol.letters {
    padding: 0 5vw;
  }
  ol.letters ul {
    padding: 0 3vw;
  }
  .circle-count-section {
    margin-bottom: 40px;
  }
  .circle-count-section .count {
    flex-basis: calc(100% / 2 - 3px);
    margin-bottom: 3px;
  }
  .circle-count-section .count.six {
    flex-basis: calc(100% / 2 - 3px);
  }
  .circle-count-section .count.three {
    flex-basis: calc(100% / 2 - 3px);
  }
  .azienda-section-2 {
    margin-bottom: 55px;
  }
  .azienda-section-2 p {
    padding: 0px 0px;
  }
  .azienda-section-2 ul {
    padding: 0px 20px;
  }
  .agenzie-section .agenzia {
    flex-direction: column;
  }
  .agenzie-section .agenzia .agenzia-text {
    flex-basis: 100%;
  }
  .agenzie-section .agenzia .agenzia-text h3 {
    margin: 0 0 10px 0;
  }
  .agenzie-section .agenzia .agenzia-img {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 2px;
  }
  .article {
    padding-top: 5rem;
    padding-bottom: 90px;
  }
  .article .share {
    flex-direction: row;
    left: 0;
    top: 1rem;
    align-items: center;
  }
  .article .share .social.first {
    margin-bottom: 0px;
  }
  .article .share .social:not(.first) {
    margin-top: 0;
    margin-left: 9px;
  }
  .article .news-img {
    margin-bottom: 20px !important;
  }
  .contatti-content .info-col span {
    font-size: 16px;
  }
  .contatti-content .info-col .map {
    height: 50vw;
  }
  .formazione_row .formazione_right {
    flex-basis: calc(100%);
  }
  .formazione_row .formazione_right ul {
    padding-right: 1rem;
  }
  .formazione_row .formazione_right ul li {
    margin-bottom: 10px;
  }
  .assigreen-section-2 {
    margin: 20px 0 55px;
  }
  .assigreen-agenti-section .assigreen-agente {
    flex-basis: calc(100% - 3px);
    width: calc(100% - 3px);
  }
  .assi-logo {
    align-items: center !important;
  }
  .assi-logo .img-assi {
    max-width: 100% !important;
  }
  .page-template-template-assiteam71 header#masthead .site-branding .site-logo .custom-logo-link .custom-logo {
    width: 92%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .assi-logo {
    flex-direction: column !important;
  }
  .assi-logo span {
    margin-top: 30px;
  }
  .privacy_popup {
    width: calc(100% - 8vw);
    top: 90px;
    bottom: 8vw;
  }
  .privacy_popup .popup_inner {
    padding: 1.35rem;
  }
  .home-section-1 {
    display: flex;
    flex-direction: column;
  }
  .home-section-1 .home-title {
    position: relative;
    top: unset;
    right: unset;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
    margin-top: 15px;
    order: 1;
    text-align: center;
  }
  .home-section-1 video {
    order: 2;
  }
  .home-section-1 .modulo-home {
    order: 3;
  }
  .home-section-2 .col1 span {
    padding-right: 3rem;
  }
  .home-section-2 .col2 img {
    height: 60vw;
  }
  .home-section-3 .categoria-servizio {
    flex-basis: 100%;
    margin-bottom: 3px;
  }
  .home-section-3 .categoria-servizio:nth-child(2n) {
    margin-left: 0px;
  }
  .home-section-3 .categoria-servizio:not(:last-child) {
    margin-right: 0;
  }
  .home-section-3 .categoria-servizio .categoria-inner p {
    min-height: unset;
    padding: 0 75px;
  }
  .home-section-3 .categoria-servizio .categoria-inner h3 {
    margin-bottom: 0;
    margin-top: 5px;
  }
  .agenzie-section .agenzia .agenzia-text {
    padding: 35px;
  }
  .two-col-grid .row-item {
    flex-basis: 100%;
  }
  .two-col-grid .row-item .item-img {
    margin-bottom: 20px;
  }
  .two-col-grid .row-item .item-img img {
    height: 55vw;
  }
  .two-col-grid .row-item .item-text p {
    margin-top: 0;
  }
  .cat-section-2 {
    padding: 0 0;
    flex-direction: column;
    margin: 65px 0;
  }
  .cat-section-2 .icon-cat {
    margin-left: 15px;
  }
  .azienda-section-3, .two-col-grid {
    margin-bottom: 55px;
  }
  .page-template-template-assiteam71 .assigreen-agenti-section .assigreen-agente {
    flex-basis: 100%;
    width: 100%;
    margin-right: 0 !important;
  }
  .page-template-template-assiteam71 .gfield.nomarginbottom {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 600px) {
  .page-template-template-assiteam71 .top-page .text {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
    gap: 20px;
  }
  .page-template-template-assiteam71 .top-page .text .div-img img {
    width: 100%;
    height: auto;
  }
  .assigreen-section-2 .assi-logo {
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
  }
  .assigreen-section-2 .assi-logo .sponsor_home {
    /* flex-basis: 30%; */
    max-width: 40% !important;
  }
  div#page {
    padding-bottom: 10px;
  }
  .lcn-main-content .posizioni_aperte .posizione_aperta {
    flex-basis: 100%;
  }
  .filters, .filtra-per {
    display: none;
  }
  .filters-mobile {
    display: block;
  }
  .contatti-content .info-col .map {
    height: 70vw;
  }
  .bottoni-precontrattuali {
    padding: 0;
  }
  .bottoni-precontrattuali li {
    flex-basis: calc(100%);
    margin-bottom: 20px;
  }
  .bottoni-precontrattuali:not(:last-child) {
    margin-right: 0;
  }
  .mission-last-section .link-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mission-last-section .link-section a {
    width: 60%;
    margin-right: 0 !important;
    margin-bottom: 15px;
  }
  .assi-mission-img {
    margin-bottom: 45px;
    height: 60vw;
  }
  .vantaggi-section-2 img {
    width: 100%;
    object-fit: cover;
    height: 60vw;
  }
  .vantaggi-section-2 .vant-desc {
    margin-bottom: 35px;
  }
  .vant-title {
    margin-top: 35px;
    margin-bottom: 0;
  }
  .assi-logo .img-assi {
    width: 50%;
    max-width: 50% !important;
    height: auto;
  }
  .assigreen-section-2 .assi-logo .sponsor_home > span {
    font-size: 10px;
    margin-bottom: 11px;
    margin-top: -31px;
  }
  .assigreen-section-2 .assi-logo .sponsor_home {
    flex-basis: 39%;
    max-width: 50%;
  }
  .assigreen-section-2 .assi-logo {
    margin-top: 58px;
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 460px) {
  .content-inner {
    margin: 0 15px;
  }
  .top-page.short {
    height: 5rem;
  }
  .single .top-page.short {
    padding: 1.2rem 1.5rem;
    text-align: center;
    height: auto;
  }
  .single .top-page.short h1 {
    font-size: 18px;
  }
  h1, .h1-style {
    font-size: 28px;
    line-height: 32px;
  }
  .top-page .text h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .home-section-2 .col1 {
    padding: 15px 0 0 0;
    margin-bottom: 30px;
  }
  .home-section-2 .col1 p {
    margin-top: 0;
  }
  .home-section-3 .categoria-servizio {
    flex-basis: 100%;
    margin-bottom: 3px;
  }
  .home-section-3 .categoria-servizio:nth-child(2n) {
    margin-left: 0px;
  }
  .home-section-3 .categoria-servizio:not(:last-child) {
    margin-right: 0;
  }
  .home-section-3 .categoria-servizio .categoria-inner {
    padding: 70px 20px;
  }
  .home-section-3 .categoria-servizio .categoria-inner p {
    min-height: unset;
    padding: 0 20px;
  }
  .home-section-3 .categoria-servizio .categoria-inner h3 {
    margin-bottom: 0;
    margin-top: 5px;
  }
  .circle-count-section {
    margin-bottom: 40px;
  }
  .circle-count-section .count {
    flex-basis: calc(100%);
    margin-bottom: 3px;
    margin-right: 0 !important;
  }
  .circle-count-section .count.six {
    flex-basis: calc(100%);
  }
  .circle-count-section .count.three {
    flex-basis: calc(100%);
  }
  .content-boxed .news-section .news {
    flex-basis: 100%;
    margin-right: 0 !important;
    margin-bottom: 17px;
  }
  .content-boxed .news-section .news .img-news {
    height: 50vw;
  }
  .content-boxed .news-section .news h4, .content-boxed .news-section .news p {
    padding-right: 0;
  }
  .cat-section-2 {
    margin: 30px 0;
  }
}
.gfield {
  position: relative;
  margin-bottom: 40px !important;
  margin-top: 0 !important;
}
form.autoHome .gfield:not(.nomarginbottom) {
  margin-bottom: 20px !important;
}
.gfield:last-child {
  margin-bottom: 10px !important;
}
form * {
  font-family: "Roboto", sans-serif !important;
}
form.custom {
  background: #E4E4E4;
  padding: 50px;
}
form.custom2 {
  background: #fff;
}
form.white {
  background: #114980;
  padding: 50px;
}
.footer-assigreen form.white {
  background: #73A158;
}
.ginput_container {
  margin-top: 0 !important;
}
.gfield_consent_label {
  font-size: 10px !important;
}
.gfield .datepicker {
  width: 100%;
}
form.custom *, form.custom2 * {
  color: #114980 !important;
}
form.custom ::-webkit-input-placeholder, form.custom2 ::-webkit-input-placeholder {
  color: #114980 !important;
  font-weight: 300 !important;
}
form.white ::-webkit-input-placeholder {
  color: #fff !important;
  font-weight: 300 !important;
}
form.white * {
  color: #fff;
}
.gfield_label {
  font-size: 11px !important;
  font-weight: 300 !important;
  position: absolute;
  top: 0;
  left: -1px;
  z-index: 9;
  transform: translateY(-50%);
  padding-right: 10px;
  padding-bottom: 7px;
}
form.custom .gfield_label {
  background: #E4E4E4;
}
form.custom2 .gfield_label {
  background: #fff;
}
form.white .gfield_label {
  background: #114980;
}
.footer-assigreen form.white .gfield_label {
  background: #73A158;
}
form .gform_button {
  position: relative;
  border: none !important;
}
.gfield .ginput_container input, .gfield .ginput_container select, .gfield .ginput_container textarea {
  padding: 15px !important;
  border: 1px solid #114980;
  font-size: 16px !important;
  color: #114980 !important;
  background: #E4E4E4;
  font-weight: 300;
}
form.custom2 .gfield .ginput_container input, form.custom2 .gfield .ginput_container select, form.custom2 .gfield .ginput_container textarea {
  background: #fff;
}
form.white .gfield .ginput_container input, form.white .gfield .ginput_container select, form.white .gfield .ginput_container textarea {
  padding: 15px !important;
  border: 1px solid #fff;
  font-size: 16px !important;
  color: #fff !important;
  background: #114980;
  font-weight: 300;
}
.footer-assigreen form.white .gfield .ginput_container input, .footer-assigreen form.white .gfield .ginput_container select, .footer-assigreen form.white .gfield .ginput_container textarea {
  background: #73A158;
}
form.custom .gform_button, form.custom2 .gform_button {
  background: #114980;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  color: #fff !important;
  cursor: pointer;
}
form.white .gform_button, .gform_drop_area input.button.gform_button_select_files[type="button"] {
  background: #fff !important;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 400;
  color: #114980 !important;
  cursor: pointer;
}
form.white .gform_button:hover, .gform_drop_area input.button.gform_button_select_files[type="button"]:hover {
  color: #114980 !important;
}
.footer-assigreen form.white .gform_button {
  color: #73A158;
}
.gform_drop_area input.button.gform_button_select_files[type="button"] {
  margin-top: 0;
}
.gfield_required {
  display: none !important;
}
.gform_footer {
  text-align: center;
}
.gform_wrapper {
  margin-bottom: 0px !important;
  width: 100%;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  max-width: 100%;
  padding-right: 16px;
  font-weight: 300;
  padding-top: 0 !important;
  margin-top: 4px !important;
  font-size: 11px !important;
}
.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half, .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  margin-bottom: 30px !important;
  background: none !important;
  border-top: unset;
}
.gform_wrapper .top_label input.large.datepicker, .gform_wrapper .top_label input.medium.datepicker, .gform_wrapper .top_label input.small.datepicker {
  width: 100% !important;
}
.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-end;
  border: 1px solid #114980 !important;
  background-color: #fff !important;
  border-radius: 0 !important;
}
.gform_wrapper span.gform_drop_instructions {
  margin-right: 20px;
}
.ginput_recaptcha {
  z-index: -1;
  position: relative;
  visibility: hidden;
}
form.autoHome li#field_2_11 {
  display: none !important;
}
li:not(li#field_2_11) .grecaptcha-badge {
  bottom: 50px !important;
}
.autoHome_wrapper.active form.autoHome li#field_2_11 {
  display: block !important;
}
.modulo-home {
  width: 100%;
  max-width: 600px;
  overflow: hidden;
}
.autoHome_wrapper {
  max-height: 0;
  transition: all 0.75s ease-in-out;
  margin-top: 0px !important;
  visibility: hidden;
}
.autoHome_wrapper.active {
  max-height: 1000px;
  visibility: visible;
}
form.autoHome .gform_footer {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}
form.autoHome .gform_footer input {
  margin: 0 !important;
}
form.autoHome .top_label li.gfield.gf_inline.large input[type=text].datepicker.medium {
  width: 100% !important;
}
form.autoHome .top_label li.gfield.gf_inline {
  padding-right: 35px;
}
form.autoHome .gform_body {
  width: auto;
}
.noStyle input {
  border: none !important;
}
form.autoHome .inline_field .ginput_container {
  order: 2;
}
form.autoHome .inline_field .ginput_container input {
  margin: 0 !important;
  padding: 0 !important;
}
form.autoHome .inline_field .gfield_description {
  font-size: 12px !important;
  padding: 0 !important;
  width: 35% !important;
  display: inline-block;
}
input[type="file" i]::-webkit-file-upload-button, input[type="file" i]::file-selector-button {
  font-size: 12px !important;
}
form.autoHome .gfield .ginput_container input[type="file"] {
  font-size: 12px !important;
}
form.autoHome .gfield.last {
  margin-bottom: 0 !important;
}
form.autoHome .gfield.last:last-child {
  margin-left: 3.4rem !important;
  width: 23% !important;
}
form.autoHome li.last.hidden_label input {
  margin-top: 0;
}
div.validation_error {
  display: none;
}
.gform_wrapper.gform_validation_error form.autoHome .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), .gform_wrapper.gform_validation_error form.autoHome .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error form.autoHome .top_label li.gfield.gfield_error.gf_right_half {
  margin-bottom: 0 !important;
  border: none;
  padding: 0 !important;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
  margin-bottom: 25px !important;
  border: none;
  padding: 0 !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin-top: 0px !important;
}
.gform_wrapper .top_label li.gfield.gf_inline.targa_field, .gform_wrapper .top_label li.gfield.gf_inline.data_field, .gform_wrapper .top_label li.gfield.gf_inline.cap_field {
  width: 9rem !important;
}
.gform_wrapper .top_label li.gfield.gf_inline.nome_field, .gform_wrapper .top_label li.gfield.gf_inline.email_field {
  width: 14rem !important;
}
.autoHome_wrapper.gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  background-color: #114980 !important;
  background: #114980 !important;
  border: 1px solid #fff !important;
  margin-top: 4px;
}
.autoHome_wrapper.gform_wrapper .gform_fileupload_multifile .gform_drop_area * {
  color: #fff;
}
.page-template-template-lavora-con-noi form.custom .gform_fileupload_multifile .gform_drop_area, .page-template-template-contatti form.custom .gform_fileupload_multifile .gform_drop_area {
  background-color: #E4E4E4 !important;
  background: #E4E4E4 !important;
  border: 1px solid #114980 !important;
}
.page-template-template-lavora-con-noi form.custom .gform_fileupload_multifile .gform_drop_area input.button[type="button"], .page-template-template-contatti form.custom .gform_fileupload_multifile .gform_drop_area input.button[type="button"] {
  background: #114980 !important;
  color: #fff !important;
}
#toggle-modulo-home {
  text-transform: uppercase;
  color: #fff;
  width: 100%;
  display: block;
  text-align: center;
  background: #114980;
  padding: 20px;
  cursor: pointer;
}
.modulo-home #gform_confirmation_message_2 {
  background: #114980;
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px;
}
footer .gfield {
  margin-bottom: 30px !important;
}
.gfield.nomarginbottom {
  margin-bottom: 0 !important;
}
footer form {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
footer .gform_wrapper .gform_footer {
  margin-top: 0;
  padding: 0 !important;
}
footer .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  background-color: #114980 !important;
  background: #114980 !important;
  border: 1px solid #fff !important;
  margin-top: 4px;
}
footer .gform_wrapper .gform_fileupload_multifile .gform_drop_area * {
  color: #fff;
}
@media screen and (min-width: 1970px) {
  .modulo-home form.white .gform_body ul li.gfield.gf_inline {
    width: calc(100% / 4.5) !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.inline_field {
    margin-left: calc(100% / 4.5) !important;
    width: calc(100% / 4.5 * 2) !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.inline_field .gfield_description {
    width: calc(100% / 4) !important;
  }
  .modulo-home form.white .gform_body ul li.last:last-child {
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 1830px) {
  .modulo-home {
    width: calc(100% - 100% / 12 * 1.5);
  }
}
@media screen and (max-width: 1670px) {
  .modulo-home {
    width: calc(100% - 100% / 12 * 1.5);
  }
  .modulo-home form.white {
    padding: 40px 40px;
    padding-bottom: 10px;
  }
  .modulo-home form.white .gform_body ul li.gfield.gf_inline {
    padding-right: 22px;
  }
  .modulo-home form.white .gform_body ul li.gfield.gf_inline.targa_field, .modulo-home form.white .gform_body ul li.gfield.gf_inline.data_field, .modulo-home form.white .gform_body ul li.gfield.gf_inline.cap_field {
    width: 9rem !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.gf_inline.nome_field, .modulo-home form.white .gform_body ul li.gfield.gf_inline.email_field {
    width: 12rem !important;
  }
  .modulo-home form.white .gform_body ul li.gfield .ginput_container input {
    font-size: 14px !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.last:last-child {
    margin-left: 0rem !important;
    width: 25% !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.last.inline_field {
    width: 43% !important;
    margin-left: 12rem !important;
    padding-right: 0 !important;
  }
  .modulo-home form.white .gform_footer input {
    font-size: 15px !important;
  }
  .modulo-home form.white .gform_footer input.button {
    padding: 15px 32px;
  }
}
@media screen and (max-width: 1440px) {
  .modulo-home {
    width: calc(100% - 100% / 12 * 1);
  }
  .modulo-home form.white .gform_body ul li.gfield.gf_inline {
    padding-right: 20px;
  }
  .modulo-home form.white .gform_body ul li.gfield.last:last-child {
    width: 26% !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.last.inline_field {
    width: 45% !important;
    margin-left: 11rem !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.targa_field, .modulo-home form.white .gform_body ul li.gfield.data_field, .modulo-home form.white .gform_body ul li.gfield.cap_field {
    width: 9rem !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.nome_field, .modulo-home form.white .gform_body ul li.gfield.email_field {
    width: 13rem !important;
  }
}
@media screen and (max-width: 1366px) {
  .modulo-home form.white .gform_body ul li.gfield.last:last-child {
    width: 29% !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.last.inline_field {
    width: 48% !important;
    margin-left: 0rem !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.targa_field, .modulo-home form.white .gform_body ul li.gfield.data_field {
    width: 9rem !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.nome_field, .modulo-home form.white .gform_body ul li.gfield.email_field {
    width: 13rem !important;
  }
  .contatti-content .modulo-col .gform_wrapper form {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 1270px) {
  .modulo-home {
    display: none;
  }
  .modulo-home {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    transform: unset;
    width: 100%;
  }
  .modulo-home form.white .gform_body ul li.gfield.gf_inline {
    padding-right: 16px;
  }
  .modulo-home form.white .gform_body ul li.gfield.gf_inline.targa_field, .modulo-home form.white .gform_body ul li.gfield.gf_inline.cap_field {
    width: 6.5rem !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.gf_inline.nome_field, .modulo-home form.white .gform_body ul li.gfield.gf_inline.email_field {
    width: 13rem !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.last:last-child {
    width: 32% !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.last.inline_field {
    width: 58% !important;
  }
  .modulo-home form.white .gform_body ul li.gfield input {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 1100px) {
  .modulo-home form.white {
    flex-direction: column;
    padding: 40px 40px !important;
  }
  .modulo-home form.white .gform_body ul li.gfield {
    width: 50% !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.last:last-child {
    width: 50% !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.last.inline_field {
    width: 50% !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.last.inline_field .gfield_description {
    width: 30% !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.targa_field, .modulo-home form.white .gform_body ul li.gfield.data_field {
    width: 50% !important;
  }
  .modulo-home form.white .gform_footer {
    margin-top: 25px !important;
  }
  .modulo-home .gform_wrapper.gform_validation_error form.autoHome .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half), .modulo-home .gform_wrapper.gform_validation_error form.autoHome .top_label li.gfield.gfield_error.gf_left_half, .modulo-home .gform_wrapper.gform_validation_error form.autoHome .top_label li.gfield.gfield_error.gf_right_half {
    padding-right: 20px !important;
  }
  .modulo-home .gform_wrapper li.gfield.gfield_error.gf_inline {
    margin-right: 0 !important;
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 1023px) {
  .modulo-home form.white {
    padding: 30px 30px !important;
  }
  .modulo-home form.white .gform_body ul li.gfield {
    width: 50% !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.last:last-child {
    width: 100% !important;
    margin-top: 15px !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.last.inline_field {
    width: 100% !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.last.inline_field .gfield_description {
    width: auto !important;
    margin-right: 10px;
  }
  .modulo-home form.white .gform_body ul li.gfield.gf_inline {
    width: 50% !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.gf_inline.targa_field, .modulo-home form.white .gform_body ul li.gfield.gf_inline.cap_field, .modulo-home form.white .gform_body ul li.gfield.gf_inline.data_field {
    width: 50% !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.gf_inline.nome_field, .modulo-home form.white .gform_body ul li.gfield.gf_inline.email_field {
    width: 50% !important;
  }
  .lcn-section-3 {
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  .modulo-home form.white .gform_body ul li.gfield {
    width: 100% !important;
    padding-right: 0 !important;
    margin-top: 10px !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.last:last-child {
    width: 100% !important;
    margin-top: 15px !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.last.inline_field {
    width: 100% !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.last.inline_field .gfield_description {
    width: auto !important;
    margin-right: 10px;
  }
  .modulo-home form.white .gform_body ul li.gfield.gf_inline {
    width: 100% !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.gf_inline.targa_field, .modulo-home form.white .gform_body ul li.gfield.gf_inline.cap_field, .modulo-home form.white .gform_body ul li.gfield.gf_inline.data_field {
    width: 100% !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.gf_inline.nome_field, .modulo-home form.white .gform_body ul li.gfield.gf_inline.email_field {
    width: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  .modulo-home form.white .gform_body ul li.gfield {
    margin-top: 25px !important;
  }
  .modulo-home form.white .gform_body ul li.gfield input {
    padding: 10px 15px !important;
  }
  .modulo-home form.white .gform_body ul li.gfield input[type="file"] {
    padding-left: 0 !important;
  }
  .modulo-home form.white .gform_body ul li.gfield.last.inline_field {
    flex-direction: column !important;
  }
  .modulo-home form.white .gform_footer input.button {
    padding: 10px !important;
  }
  form.white, form.custom {
    padding: 20px;
  }
}
footer .textwidget {
  height: 100%;
}
footer h4, footer h2.widget-title {
  margin: 0 0 40px 0;
}
footer h2.widget-title {
  color: #fff;
  text-align: center;
}
.f-col-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  background: #E4E4E4;
  height: 100%;
  padding: 100px 0;
}
.f-col-inner span:not(:last-child) {
  margin-bottom: 10px;
}
.f-col-inner .privacy-box {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
}
.f-col-inner .privacy-box a:first-child {
  margin-bottom: 10px;
  display: block;
}
.f-col-inner .privacy-box a {
  color: #767B7C;
  text-decoration: none;
}
.f-col-inner .privacy-box a:hover {
  text-shadow: -0.1px -0.1px 0.01px #767B7C, -0.1px 0.8px 0.01px #767B7C, 0.1px 0.5px 0.01px #767B7C, 0.5px 0.5px 0.01px #767B7C !important;
}
.f-col-inner.custom, .footer-col.gform_widget {
  background: #114980;
  padding: 60px 0;
}
.f-col-inner.custom *, .footer-col.gform_widget * {
  color: #fff;
}
.footer-assigreen .f-col-inner.custom, .footer-assigreen .footer-col.gform_widget {
  background: #73A158;
}
.footer-inner > .footer-col:not(:nth-child(2)) > div.textwidget {
  padding: 35px 0;
}
.footer-legal {
  margin-top: 30px;
}
.footer-legal a {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  color: #114980;
}
.page-template-template-assigreen .footer-assigreen .footer-legal a {
  color: #73A158;
}
span.piva, .info-legal span, .info-legal a {
  font-size: 12px;
  font-weight: 500;
  color: #767B7C;
}
.info-legal {
  display: flex;
}
.info-legal a {
  margin-left: auto;
}
.piva-mobile {
  display: none;
}
.footer-assigreen .footer-col.gform_widget {
  display: none;
}
body.page-template-template-assigreen .footer-assigreen .footer-col.gform_widget {
  display: block;
}
@media screen and (max-width: 1660px) {
  .footer-inner .footer-col:not(:nth-child(2)) {
    flex-basis: 30%;
  }
  .footer-inner .footer-col:nth-child(2) {
    flex-basis: 40%;
  }
}
@media screen and (max-width: 1440px) {
  .footer-inner .footer-col .textwidget .f-col-inner span:not(:last-child) {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1280px) {
  .footer-inner .footer-col {
    flex-basis: calc(50% - 3px);
    order: 2;
  }
  .footer-inner .footer-col:nth-child(2) {
    flex-basis: 100%;
    order: 1;
  }
  .footer-inner .footer-col:nth-child(1) {
    margin-right: 6px;
  }
  .footer-inner .footer-col:not(:nth-child(2)) .textwidget {
    padding-top: 6px !important;
  }
  .footer-inner .footer-col:not(:nth-child(2)) .textwidget .f-col-inner {
    padding: 90px 0;
  }
  .footer-inner .footer-col:not(:nth-child(2)) .textwidget .f-col-inner h4 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .footer-inner .footer-col:not(:nth-child(2)) {
    flex-basis: 100%;
  }
  .footer-inner .footer-col:nth-child(2) {
    flex-basis: 100%;
  }
  .footer-inner .footer-col:nth-child(1) {
    margin-right: 0;
  }
  .footer-inner .footer-col:nth-child(1) div.textwidget {
    padding-bottom: 0;
  }
  .piva-mobile {
    display: inline;
  }
  .piva {
    display: none;
  }
}
@media screen and (max-width: 460px) {
  .footer-inner > .footer-col:not(:nth-child(2)) > div.textwidget {
    padding: 15px 0;
  }
  .footer-inner .footer-col:nth-child(1) div.textwidget {
    padding-bottom: 0;
  }
}
/*
  Theme Name: AssiTeam60-child
  Template: AssiTeam60
*/
