.underlined {
  text-decoration: underline;
}
.padding-top-25 {
  padding-top: 1.5625rem !important;
}
.without-outer-space h1,
.without-outer-space h2,
.without-outer-space h3,
.without-outer-space h4,
.without-outer-space h5,
.without-outer-space h6 {
  padding-top: 0;
}
.custom-text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-text--gray-background {
  background-color: #d1d1d1;
}
.custom-text--brown-background {
  background-color: #3e302d;
}
.custom-text--brown-background p {
  color: #fff;
}

.custom-text--orange-background {
  background-color: #ec6830;
}
.custom-text--orange-background h1,
.custom-text--orange-background h2,
.custom-text--orange-background h3,
.custom-text--orange-background h4,
.custom-text--orange-background h5,
.custom-text--orange-background h6,
.custom-text--orange-background p {
  color: #ffffff;
}
.custom-text--blue-background {
  background-color: #004a92;
}
.custom-text--blue-background h1,
.custom-text--blue-background h2,
.custom-text--blue-background h3,
.custom-text--blue-background h4,
.custom-text--blue-background h5,
.custom-text--blue-background h6,
.custom-text--blue-background p {
  color: #ffffff;
}
.custom-text__wrapper {
  max-width: 75rem;
  padding: 3rem 0.9375rem;
}
.custom-text h1,
.custom-text h2,
.custom-text h3,
.custom-text h4,
.custom-text h5,
.custom-text h6,
.custom-text p {
  margin: 0 0 0.5rem;
  padding: 0;
}
.lista-paragrafi-numerati .container-step {
  padding-top: 0;
  padding-bottom: 1.5625rem;
}
.cmps-button--sidebar {
  text-align: center;
}
.spinner {
  display: none;
  background: url(/images/loading.gif) no-repeat center center
    rgba(255, 255, 255, 0.8);
  background-size: 250px;
}
.spinner--is-visible {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
@media print, screen and (min-width: 64em) {
  .container-banner-teaser
    .content-banner-teaser
    .banner-teaser-text.banner-teaser-text--large {
    width: calc(62.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .container-banner-tool
    .content-banner-tool
    .banner-tool-text.banner-tool-text--large {
    width: calc(62.5% - 1.875rem);
  }
}
/*GOOGLE RECAPTCHA V3*/
.grecaptcha-badge {
  visibility: hidden;
}
/*HERO B2B*/
.section-hero-icon.white,
.section-hero-bg-light.white,
.section-hero-bg-dark.white {
  background-color: #ffffff;
}
/*HERO LANDING*/
@media print, screen and (min-width: 48em) {
  .section-hero--landing
    .container-hero-icon
    .content-hero-icon
    .hero-icon-image
    img {
    width: 14rem;
    height: 14rem;
  }
}
@media print, screen and (min-width: 48em) {
  .section-hero--landing .container-bg-text {
    margin-top: 5.125rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .section-hero--landing .container-bg-text {
    margin-top: 6.6875rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .section-hero--landing .content-bg-text--white h1,
  .section-hero--landing .content-bg-text--white h2 {
    color: #ffffff;
  }
}
@media print, screen and (min-width: 64em) {
  .section-hero--sms-expert-landing .hero-bg-image {
    background-size: 120% !important;
    background-position: 50% 25% !important;
  }
}
@media print, screen and (min-width: 120em) {
  .section-hero--sms-expert-landing .hero-bg-image {
    background-size: 100% !important;
    background-position: 0 25% !important;
  }
}
@media print, screen and (min-width: 64em) {
  .section-hero--sms-expert-landing .content-bg-text {
    padding-left: 2rem;
  }
}
@media print, screen and (min-width: 90em) {
  .section-hero--sms-expert-landing .content-bg-text {
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .section-hero--sms-euronics-landing .hero-bg-image {
    background-size: 110% !important;
  }
}

/*FORM - PAGINA SUCCESS DINAMICA (CALLCENTER)*/
.callcenter-data__item {
  margin-bottom: 0.5rem;
}
.callcenter-data__key {
  font-weight: bold;
  text-transform: uppercase;
}
/*FORM - PAGINA ERRORE CON CODICE*/
.error-code-msg {
  display: none;
}
.error-code-msg--is-visible {
  display: block;
}
/*FORM SMS-IBAN*/
@media print, screen and (min-width: 64em) {
  .large-6--space-between-rows {
    padding-bottom: 2.125rem !important;
  }
}
.user-data {
  display: none;
}
.user-data--is-visible {
  display: block;
}
.user-data__title {
  margin-bottom: 1.5rem;
  padding-top: 1rem;
}
.user-data__wrapper {
  display: flex;
}
.user-data__key {
  flex: 1;
  font-size: 1.125rem;
  font-weight: bold;
}
@media print, screen and (min-width: 75em) {
  .user-data__key {
    font-size: 1.25rem;
  }
}
.user-data__value {
  flex: 1;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 75em) {
  .user-data__value {
    font-size: 1.25rem;
  }
}
.iban-group__grid {
  justify-content: center;
}
/*FORM ACCODAMENTO*/
.flex-form-item {
  display: flex;
}
.flex-form-item__checkbox {
  width: 21px;
  margin-top: 3px;
}
.flex-form-item__fake-label {
  font-weight: bold;
}
.attachment-group {
  display: none;
}
.attachment-group--is-visible {
  display: block;
}
/*HOMEPAGE TEMPLATE*/
#homepage .area-section-title {
  margin-top: 2rem;
}
@media print, screen and (min-width: 64em) {
  #homepage .area-section-title {
    margin-top: 4.6875rem;
    margin-bottom: 1.5625rem;
  }
}
/*CONFIGURATOR TEMPLATE*/
.tool-configurator {
  padding-top: 1.5625rem;
}
@media print, screen and (min-width: 48em) {
  .tool-configurator {
    padding-top: 3.125rem;
  }
}
/*CUSTOM BANNER*/
.custom-banner {
  max-width: 100%;
  margin: 0 auto;
  padding: 4.6875rem 0;
}
@media print, screen and (min-width: 48em) {
  .custom-banner {
    padding: 4.6875rem 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .custom-banner {
    max-width: 75rem;
  }
}
.custom-banner__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3.125rem 0.9375rem;
  background: #e20613;
  background: -webkit-linear-gradient(-45deg, #e20613 0, #ab000a 100%);
  background: -webkit-linear-gradient(315deg, #e20613 0, #ab000a 100%);
  background: linear-gradient(135deg, #e20613 0, #ab000a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e20613',endColorstr='#ab000a',GradientType=1);
}
.custom-banner__text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.custom-banner__title {
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 2.1875rem;
}
.custom-banner__button {
  margin: 1.5rem 0;
}
.custom-banner p {
  margin: 0;
  color: #ffffff;
}
/*NEWS PREVIEW RED*/
/* @media screen and (min-width:75em) { */
.teaser-news-comunicate-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide.t-news--highlighted:hover {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
}

.t-news--highlighted .news__link {
  background-color: #e20613;
  border-radius: 0.3125rem;
}

.teaser-news-comunicate-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide.news.t-news--highlighted
  .box-teaser-news-comunicate-slider
  .teaser-news-comunicate-slider-header {
  border-bottom: 1px solid #ffffff;
}

/* .teaser-news-comunicate-slider .swiper-container .swiper-wrapper .swiper-slide.news.t-news--highlighted .box-teaser-news-comunicate-slider .teaser-news-comunicate-slider-header{border-bottom:none} */
.teaser-news-comunicate-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide.news.t-news--highlighted
  .box-teaser-news-comunicate-slider
  .teaser-news-comunicate-slider-header
  p.mini
  > span:first-child {
  color: #ffffff;
}

.teaser-news-comunicate-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide.news.t-news--highlighted
  .box-teaser-news-comunicate-slider
  .teaser-news-comunicate-slider-header
  p.mini
  .date {
  color: #ffffff;
}

/* .teaser-news-comunicate-slider .swiper-container .swiper-wrapper .swiper-slide.news.t-news--highlighted .box-teaser-news-comunicate-slider .teaser-news-comunicate-slider-text{margin:0;padding:1.5625rem 0;background-color: #feeaeb} */
.teaser-news-comunicate-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide.news.t-news--highlighted
  .box-teaser-news-comunicate-slider
  .teaser-news-comunicate-slider-text
  h3 {
  color: #ffffff;
}

.teaser-news-comunicate-slider
  .swiper-container
  .swiper-wrapper
  .swiper-slide.news.t-news--highlighted
  .box-teaser-news-comunicate-slider
  .teaser-news-comunicate-slider-text
  p {
  color: #ffffff;
}

/* .teaser-news-comunicate-slider .swiper-container .swiper-wrapper .swiper-slide.news.t-news--highlighted .box-teaser-news-comunicate-slider .teaser-news-comunicate-slider-link{background-color: #feeaeb} */
/*BANNER PROMO*/
.section-banner-promo.small {
  display: block;
}

@media print, screen and (min-width: 48em) {
  .section-banner-promo.small {
    display: none;
  }
}
.section-banner-promo.small img {
  display: block;
  margin: 0 auto;
}

.section-banner-promo.large {
  display: none;
}

@media print, screen and (min-width: 48em) {
  .section-banner-promo.large {
    display: block;
  }
}
.container-banner-promo {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
  padding: 2.25rem 0;
}

@media print, screen and (min-width: 64em) {
  .container-banner-promo {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    max-width: 75rem;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 48em) {
  .container-banner-promo {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
/*BANNER SIMULATORE*/
.section-application-box .container-application-box {
  padding-bottom: 1.5rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.banner-simulatore__content-wrapper {
  flex-direction: column !important;
  padding: 0.75rem 0.25rem !important;
}

@media print, screen and (min-width: 64em) {
  .banner-simulatore__content-wrapper {
    flex-direction: row !important;
    padding: 0.75rem 2rem !important;
  }
}
.banner-simulatore__img {
  max-width: 200px;
  flex: 1;
  margin: 3rem 0;
}

@media print, screen and (min-width: 64em) {
  .banner-simulatore__img {
    margin: 0;
  }
}
.slash-icon {
  width: 57px;
  display: none;
  flex: none;
}

@media print, screen and (min-width: 64em) {
  .slash-icon {
    display: block;
  }
}
.banner-simulatore__text-wrapper {
  display: flex;
  flex-direction: column;
  flex: 2;
  margin-bottom: 3rem;
}

@media print, screen and (min-width: 64em) {
  .banner-simulatore__text-wrapper {
    margin-bottom: 0;
  }
}
.banner-simulatore__row {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.banner-simulatore__column {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 0.25rem;
}

.banner-simulatore__column--small {
  min-width: 120px;
}

.banner-simulatore__text {
  margin: 0.3125rem 0;
  color: #ffffff;
  font-size: 1.5rem;
  text-align: center;
}

.banner-simulatore__text--large {
  min-width: 180px;
}

.banner-simulatore__text--big {
  font-size: 3rem;
}

.cta-simulatore {
  max-width: 75rem;
  display: flex;
  justify-content: space-around;
  margin: auto auto 4rem;
}

@media print, screen and (min-width: 64em) {
  .cta-simulatore {
    margin: auto auto 4rem;
  }
}
.cta-simulatore__btn {
  padding: 0.75rem 1.5rem;
  box-sizing: border-box;
  color: #ffffff;
  background: #e20613;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: normal;
  border-radius: 2rem;
  outline: none;
  cursor: pointer;
}

.cta-simulatore__btn--hollow {
  color: #e20613;
  background: #ffffff;
  border: 3px solid #e20613;
}

/* SIMULATORE */
.tan-taeg-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.125rem;
}

.submit-btn-wrapper {
  display: flex;
  justify-content: center;
}

/*ACCORDION TRASPARENZA*/
.container-accordion-faq
  .content-accordion-faq
  .accordion-faq
  .accordion.faq
  .accordion-item__large {
  width: 100%;
}

.container-accordion-faq
  .content-accordion-faq
  .accordion-faq
  .accordion.faq
  .accordion-item--trasparenza {
  margin-bottom: 1rem;
}

/*COOKIES*/
table th.highlighted,
table td.highlighted {
  background-color: rgba(226, 6, 19, 0.3);
}

.input-container {
  margin-bottom: 1rem;
}

.input-container input {
  margin: 0;
}

.banner-cookies {
  background-color: rgba(29, 29, 27, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99999999;
  padding: 45px 0 15px;
}

.banner-cookies p {
  color: #fff;
  margin-bottom: 1.375rem;
  line-height: 1.1875rem;
  font-size: 0.75rem;
}

.banner-cookies .grid-container {
  position: relative;
}

@media print, screen and (min-width: 48em) {
  .banner-cookies p {
    line-height: 1.5rem;
    font-size: 1rem;
  }
}
.banner-cookies .cookies-link {
  color: #fff;
  text-decoration: underline;
}

.banner-cookies #closeBtn {
  position: absolute;
  top: -39px;
  right: 0;
  border: 0;
}

/*FORM RADIO BUTTON*/
.form-item-agreement--center {
  margin-left: auto;
  margin-right: auto;
}

.error-agreement--center {
  text-align: center;
}

/*ZOORATE SCRIPT*/
.feedaty_microdata {
  background-color: #222;
  padding: 1.5625rem;
  border-radius: 0.3125rem;
  margin-bottom: 1.5625rem;
  display: block;
}

.feedaty_microdata p,
.feedaty_microdata span {
  color: #fff;
  font-family: "titillium_webregular";
  margin-bottom: 0;
}

/*MODAL*/
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  overflow: none;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal.is-active {
  display: block;
}

.modal-content {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  margin: 53% auto;
  padding: 1rem;
}

@media print, screen and (min-width: 48rem) {
  .modal-content {
    width: 50%;
  }
}
@media print, screen and (min-width: 64rem) {
  .modal-content {
    width: 40%;
    margin: 30% auto;
  }
}
@media print, screen and (min-width: 85.375rem) {
  .modal-content {
    width: 35%;
    margin: 21% auto;
  }
}
@media print, screen and (min-width: 120rem) {
  .modal-content {
    width: 25%;
    margin: 23% auto;
  }
}
.modal-content__title {
  margin: 1rem 1rem 0;
}

.modal-content__phone {
  font-size: 1.5rem;
  text-align: center;
  margin: 0 1rem 1rem;
}

.modal-content__button {
  margin: 1rem;
}

/*MAPPA DEL SITO COMPLETA*/
.ultimate-sitemap {
  max-width: 75rem;
  margin: 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

/* PAN FORM */
.pan-form__container {
  position: relative;
  margin: 1.5625rem 0 6.25rem 0;
}

.pan-form__input-group {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media print, screen and (min-width: 48rem) {
  .pan-form__input-group {
    flex-direction: row;
    justify-content: space-between;
  }
}
.pan-form__field {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 0.125rem dashed #333;
  padding: 0.9375rem 0.625rem 0.625rem;
  line-height: 0;
  margin: 0;
  height: auto;
  display: inline-block;
}

@media print, screen and (min-width: 48rem) {
  .pan-form__field {
    width: 75%;
    margin: 0 1rem 0 0;
  }
}
.pan-form__field::-webkit-input-placeholder {
  color: #d8d8d8;
}

.pan-form__field::-moz-placeholder {
  color: #d8d8d8;
}

.pan-form__field:-ms-input-placeholder {
  color: #d8d8d8;
}

.pan-form__field::-ms-input-placeholder {
  color: #d8d8d8;
}

.pan-form__field::placeholder {
  color: #d8d8d8;
}

.pan-form__field:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 0.125rem solid #cfcfcf;
}

.pan-form__submit-btn {
  margin: 2rem 0 0;
}

@media print, screen and (min-width: 48rem) {
  .pan-form__submit-btn {
    margin: 0;
  }
}
/*HOMEPAGE B2B*/
.content-page.gray {
  /* Used to fix a blank area before footer */
  padding-bottom: 1px;
}

/*ECOMMERCE*/
.content-ecommerce-page {
  padding-top: 3.75rem;
}

@media print, screen and (min-width: 64em) {
  .content-ecommerce-page {
    padding-top: 7.5rem;
  }
}
.ecommerce-grey-wrapper {
  background-color: #f3f3f3;
  padding: 2rem 0;
}

.container-ecommerce-step-box {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

@media print, screen and (min-width: 64em) {
  .container-ecommerce-step-box {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    max-width: 75rem;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 48em) {
  .container-ecommerce-step-box {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.container-ecommerce-step-box .content-ecommerce-step-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

@media print, screen and (min-width: 64em) {
  .container-ecommerce-step-box .content-ecommerce-step-box {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
.container-ecommerce-step-box
  .content-ecommerce-step-box
  .box-ecommerce-step-box {
  background-color: #fff;
  padding: 1.125rem 3rem;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.5s ease-in-out;
  transition: -webkit-box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out, -webkit-box-shadow 0.5s ease-in-out;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}

.container-ecommerce-step-box
  .content-ecommerce-step-box
  .box-ecommerce-step-box
  a {
  display: block;
}

@media print, screen and (min-width: 64em) {
  .container-ecommerce-step-box
    .content-ecommerce-step-box
    .box-ecommerce-step-box {
    width: calc(25% - 1.875rem);
    padding: 1.125rem 1.5rem;
  }
  .container-ecommerce-step-box
    .content-ecommerce-step-box
    .box-ecommerce-step-box.three {
    width: calc(33% - 1.875rem);
    padding: 1.125rem 1.5rem;
  }
}
.container-ecommerce-step-box
  .content-ecommerce-step-box
  .box-ecommerce-step-box
  .ecommerce-step-box-image {
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.container-ecommerce-step-box
  .content-ecommerce-step-box
  .box-ecommerce-step-box
  .ecommerce-step-box-text {
  display: block;
  text-align: center;
}

.container-ecommerce-step-box
  .content-ecommerce-step-box
  .box-ecommerce-step-box
  .ecommerce-step-box-text
  h3 {
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 0.625rem;
}

.container-ecommerce-step-box
  .content-ecommerce-step-box
  .box-ecommerce-step-box
  .ecommerce-step-box-text
  p {
  margin: 0;
  padding-bottom: 1.5625rem;
}

@media print, screen and (min-width: 64em) {
  .container-ecommerce-step-box
    .content-ecommerce-step-box
    .box-ecommerce-step-box:hover {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  }
}
.container-ecommerce-step-box
  .content-ecommerce-step-box.big
  .box-ecommerce-step-box
  .ecommerce-step-box-image
  img {
  width: 6.25rem;
  height: 6.25rem;
}

.box-numbers-slider .swiper-container .swiper-wrapper .swiper-slide.mini {
  width: calc(33% - 1.875rem);
  margin-right: 0.9375rem;
  margin-left: 0.9375rem;
}
.container-ecommerce-step-box
  .content-ecommerce-step-box
  .box-ecommerce-step-box.three
  h3 {
  text-align: center;
  color: #e20613;
  padding-top: 0;
  font-size: 1.425rem;
  text-transform: uppercase;
}
.rev_INCREMENT_ID_date,
.rev_INCREMENT_ID_text {
  overflow: auto !important;
}
.p.captain {
  color: #444 !important;
}
.content-page.gray {
  background-color: #fff !important;
}
.cookiemon__text {
  line-height: 1.5em !important;
}

p.captain,
.gtm-config-step,
.sticker p,
.run-ds .text-red {
  color: #000 !important;
}

.container-step .content-step .step-text .step-step {
  color: #000 !important;
  text-transform: none !important;
}
.position-details p.mini > span.category {
  color: #000 !important;
}

@media screen and (min-width: 75em) {
  footer .footer-nav-top .footer-nav-top-list {
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: flex-start !important;
    -webkit-box-pack: unset;
    -webkit-justify-content: space-between;
    -ms-flex-pack: unset;
    justify-content: space-between;
    white-space: nowrap;
  }
}

/* GMR - Osservatorio */
.osservatorio-position-relative {
  position: relative;
}

/* #osservatorio-logo {
  max-width: 300px;
} */
#osservatorio-logo-interno img {
  max-width: 100%;
}

.osservatorio-separator {
  display: inline-block;
  background-color: #e20613;
}
.osservatorio-article-separator {
  width: 23%;
  height: 4px;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
.osservatorio-numbers-separator {
  width: 100%;
  height: 2px;
  margin-bottom: 0.5rem;
  margin-top: 0.75rem;
}

#osservatorio-incipit p,
.osservatorio-article-date,
.osservatorio-article-excerpt {
  font-size: 0.9375rem;
  line-height: 1.13rem;
}

.osservatorio-article-date {
  font-weight: 100;
}

#osservatorio-incipit p {
  font-weight: 600;
}

.osservatorio-article-title {
  font-size: 1.75rem;
  font-weight: bold;
}
.osservatorio-article-subtitle {
  font-size: 1.45rem;
}

.osservatorio-text-color-dark {
  color: #1d1d1b;
}
.osservatorio-text-color-primary {
  color: #e20613;
}

.osservatorio-margin-b-1 {
  margin-bottom: 0.3rem;
}

.osservatorio-margin-b-2 {
  margin-bottom: 2.75rem;
}

.osservatorio-article-preview .teaser-news-comunicate-link img,
.osservatorio-article .teaser-news-comunicate-link img {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 75em) {
  .osservatorio-article .teaser-news-comunicate-link img {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .osservatorio-article:hover .teaser-news-comunicate-link img,
  .osservatorio-article-preview:hover .teaser-news-comunicate-link img {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.osservatorio-numbers-slider {
  width: 180px;
  margin: auto;
}
@media screen and (min-width: 48em) {
  .osservatorio-numbers-slider {
    margin-top: 30px;
  }
}

.osservatorio-numbers-slider .swiper-slide {
  box-sizing: border-box;
  padding: 1rem;
  height: 184px !important;
}

.osservatorio-numbers-title p {
  font-size: 2.75rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2.75rem;
  margin: 0;
}
.osservatorio-numbers-title-perc > p > span {
  font-size: 1.75rem;
}

/* light gray */
.box-osservatorio-numbers--light-gray.swiper-slide {
  background-color: #f2f3f4;
}
.box-osservatorio-numbers--light-gray.swiper-slide
  .osservatorio-numbers-detail
  p {
  color: #333;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 600;
}
.box-osservatorio-numbers--light-gray.swiper-slide
  .osservatorio-numbers-separator {
  background-color: #e20613;
}
/* red */
.box-osservatorio-numbers--red.swiper-slide {
  background-color: #d9000d;
  color: white;
}
.box-osservatorio-numbers--red.swiper-slide .osservatorio-numbers-title p {
  color: white;
  font-size: 1.375rem;
  line-height: 1.375rem;
}
.box-osservatorio-numbers--red.swiper-slide .osservatorio-numbers-detail p {
  color: white;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 600;
}
.box-osservatorio-numbers--red.swiper-slide .osservatorio-numbers-separator {
  background-color: white;
}
/* gray */
.box-osservatorio-numbers--gray.swiper-slide {
  background-color: #d5d5d5;
}
.box-osservatorio-numbers--gray.swiper-slide .osservatorio-numbers-title p {
  color: #d9000d;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 2.75rem;
}
.box-osservatorio-numbers--gray.swiper-slide .osservatorio-numbers-detail p {
  color: #333;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 600;
}
.box-osservatorio-numbers--gray .osservatorio-numbers-title-perc > p > span {
  color: #333;
}
.box-osservatorio-numbers--gray.swiper-slide .osservatorio-numbers-separator {
  background-color: #333;
}
/* dark-gray */
.box-osservatorio-numbers--dark-gray.swiper-slide {
  background-color: #333333;
}
.box-osservatorio-numbers--dark-gray.swiper-slide
  .osservatorio-numbers-title
  p {
  color: white;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 2.75rem;
}
.box-osservatorio-numbers--dark-gray.swiper-slide
  .osservatorio-numbers-detail
  p {
  color: white;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 600;
}
.box-osservatorio-numbers--dark-gray .osservatorio-numbers-title-perc > span {
  color: white;
}
.box-osservatorio-numbers--dark-gray.swiper-slide
  .osservatorio-numbers-separator {
  background-color: white;
}

/* .osservatorio-interno-numbers-slider .swiper-slide:nth-child(1),
.osservatorio-numbers-slider .swiper-slide:nth-child(1) {
  background-color: #f2f3f4;
} */

/* .osservatorio-interno-numbers-slider .swiper-slide:nth-child(2),
.osservatorio-numbers-slider .swiper-slide:nth-child(2) {
  background-color: #d9000d;
  color: white;
}
.osservatorio-interno-numbers-slider
  .swiper-slide:nth-child(2)
  .osservatorio-numbers-detail,
.osservatorio-numbers-slider
  .swiper-slide:nth-child(2)
  .osservatorio-numbers-detail {
  color: white;
}
.osservatorio-interno-numbers-slider
  .swiper-slide:nth-child(2)
  .osservatorio-numbers-title,
.osservatorio-numbers-slider
  .swiper-slide:nth-child(2)
  .osservatorio-numbers-title {
  font-size: 1.375rem;
  line-height: 1.375rem;
}
.osservatorio-interno-numbers-slider
  .swiper-slide:nth-child(2)
  .osservatorio-separator,
.osservatorio-numbers-slider
  .swiper-slide:nth-child(2)
  .osservatorio-separator {
  background-color: white;
} */

/* .osservatorio-interno-numbers-slider .swiper-slide:nth-child(3),
.osservatorio-numbers-slider .swiper-slide:nth-child(3) {
  background-color: #d5d5d5;
}
.osservatorio-interno-numbers-slider
  .swiper-slide:nth-child(3)
  .osservatorio-numbers-title,
.osservatorio-numbers-slider
  .swiper-slide:nth-child(3)
  .osservatorio-numbers-title {
  color: #d9000d;
}

.osservatorio-interno-numbers-slider
  .swiper-slide:nth-child(3)
  .osservatorio-numbers-title-perc,
.osservatorio-numbers-slider
  .swiper-slide:nth-child(3)
  .osservatorio-numbers-title-perc {
  color: #333;
}
.osservatorio-interno-numbers-slider
  .swiper-slide:nth-child(3)
  .osservatorio-separator,
.osservatorio-numbers-slider
  .swiper-slide:nth-child(3)
  .osservatorio-separator {
  background-color: #333;
} */

/* .osservatorio-interno-numbers-slider .swiper-slide:nth-child(4),
.osservatorio-numbers-slider .swiper-slide:nth-child(4) {
  background-color: #333333;
}

.osservatorio-numbers-slider
  .swiper-slide:nth-child(4)
  .osservatorio-numbers-title,
.osservatorio-numbers-slider
  .swiper-slide:nth-child(4)
  .osservatorio-numbers-title-perc,
.osservatorio-numbers-slider
  .swiper-slide:nth-child(4)
  .osservatorio-numbers-detail,
.osservatorio-numbers-interno-slider
  .swiper-slide:nth-child(4)
  .osservatorio-numbers-title,
.osservatorio-numbers-interno-slider
  .swiper-slide:nth-child(4)
  .osservatorio-numbers-title-perc,
.osservatorio-numbers-interno-slider
  .swiper-slide:nth-child(4)
  .osservatorio-numbers-detail,
.osservatorio-interno-numbers-slider
  .swiper-slide:nth-child(4)
  .osservatorio-numbers-title,
.osservatorio-interno-numbers-slider
  .swiper-slide:nth-child(4)
  .osservatorio-numbers-title-perc,
.osservatorio-interno-numbers-slider
  .swiper-slide:nth-child(4)
  .osservatorio-numbers-detail,
.osservatorio-interno-numbers-interno-slider
  .swiper-slide:nth-child(4)
  .osservatorio-numbers-title,
.osservatorio-interno-numbers-interno-slider
  .swiper-slide:nth-child(4)
  .osservatorio-numbers-title-perc,
.osservatorio-interno-numbers-interno-slider
  .swiper-slide:nth-child(4)
  .osservatorio-numbers-detail {
  color: white;
}

.osservatorio-interno-numbers-slider
  .swiper-slide:nth-child(4)
  .osservatorio-separator,
.osservatorio-numbers-slider
  .swiper-slide:nth-child(4)
  .osservatorio-separator {
  background-color: white;
} */

.osservatorio-large-sticky {
  height: 68px;
  z-index: 1;
}
.osservatorio-large-sticky .inner-menu-sticky {
  background-color: #f2f3f4;
  box-shadow: none;
}

.osservatorio-flex-cnt-equal {
  display: flex;
  align-items: space-between;
}
ul.osservatorio-flex-cnt-equal li {
  max-width: 170px;
}

#osservatorio-desktop-sticky-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.osservatorio-desktop-sticky-category {
  padding: 15px 0;
  width: 130px;
  font-weight: bold;
  font-size: 0.95rem;
  line-height: 1.2rem;
  text-align: center;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1280px) {
  .osservatorio-desktop-sticky-category {
    width: 150px;
  }
}
.osservatorio-interno-desktop-sticky-category .CaptionCont.SelectBox,
.osservatorio-desktop-sticky-category .CaptionCont.SelectBox {
  background: transparent;
  border-bottom: 0;
}
.osservatorio-desktop-sticky-category .CaptionCont.SelectBox > span.placeholder,
.osservatorio-desktop-sticky-category .SumoSelect > .CaptionCont > span,
.osservatorio-desktop-sticky-category
  .SumoSelect
  > .optWrapper
  > .options
  li.opt
  label,
.osservatorio-interno-desktop-sticky-category
  .CaptionCont.SelectBox
  > span.placeholder,
.osservatorio-interno-desktop-sticky-category .SumoSelect > .CaptionCont > span,
.osservatorio-interno-desktop-sticky-category
  .SumoSelect
  > .optWrapper
  > .options
  li.opt
  label {
  color: inherit;
  font-weight: bold;
  font-size: 0.95rem;
  line-height: 1.2rem;
}
.osservatorio-desktop-sticky-category .CaptionCont.SelectBox > label > i,
.osservatorio-interno-desktop-sticky-category
  .CaptionCont.SelectBox
  > label
  > i {
  color: #1d1d1b;
  opacity: 1;
}

.osservatorio-desktop-sticky-container.inner-menu,
.osservatorio-interno-desktop-sticky-container.inner-menu {
  overflow: unset;
}
.osservatorio-interno-desktop-sticky-container .form-item,
.osservatorio-desktop-sticky-container .form-item {
  margin: 0;
  padding: 0;
  width: 100%;
}

.osservatorio-flex-end {
  justify-content: flex-end;
}

.container-inner-menu .inner-menu .osservatorio-desktop-sticky-category ul,
.container-inner-menu
  .inner-menu
  .osservatorio-interno-desktop-sticky-category
  ul {
  list-style: unset;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  overflow-y: unset;
  overflow-x: unset;
  white-space: unset;
  height: auto;
}

.container-inner-menu .inner-menu .osservatorio-desktop-sticky-category ul li,
.container-inner-menu
  .inner-menu
  .osservatorio-interno-desktop-sticky-category
  ul
  li {
  display: unset;
}

.osservatorio-desktop-sticky-category .SumoSelect > .optWrapper,
.osservatorio-interno-desktop-sticky-category .SumoSelect > .optWrapper {
  background-color: #f2f3f4;
}

.osservatorio-article-preview.box-teaser-prod-serv-slider
  .teaser-prod-serv-slider-image {
  display: block;
  width: 100%;
  height: 15rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media print, screen and (min-width: 64em) {
  .osservatorio-article-preview.box-teaser-prod-serv-slider:hover
    .teaser-prod-serv-slider-image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .osservatorio-article-preview.box-teaser-prod-serv-slider
    .teaser-prod-serv-slider-container-image {
    display: block;
    width: 100%;
    height: 15rem;
    overflow: hidden;
  }
}
@media print, screen and (min-width: 64em) {
  .osservatorio-article-preview {
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    height: 100%;
    position: relative;
  }
  .osservatorio-article-excerpt {
    padding-bottom: 70px;
  }
  .osservatorio-home-featured-article .osservatorio-article-excerpt {
    padding-bottom: 0px;
  }
  .osservatorio-article-preview .teaser-news-comunicate-link {
    position: absolute;
    bottom: 0;
  }
  #osservatorio-article-preview-container {
    min-height: 300px;
  }
}
.osservatorio-article-preview .teaser-prod-serv-slider-text {
  padding: 20px 20px 5px 30px;
  box-sizing: border-box;
  display: inline-block;
}
.osservatorio-article-preview .osservatorio-article-title {
  font-size: 1.25rem;
}
.osservatorio-article-preview .osservatorio-article-subtitle {
  font-size: 1.25rem;
  font-weight: 400;
}
.osservatorio-article-preview .osservatorio-article-separator {
  height: 3px;
}
.osservatorio-article-preview .teaser-news-comunicate-link {
  display: inline-block;
  margin-top: 15px;
}

@media screen and (max-width: 63.99em) {
  .osservatorio-grid-container-responsive {
    padding-left: 0;
    padding-right: 0;
  }
  .osservatorio-article-preview.box-teaser-prod-serv-slider
    .teaser-prod-serv-slider-image {
    width: 100%;
    height: 20rem;
  }

  #osservatorio-incipit p {
    padding: 0px 20px 0px 30px;
    font-size: 0.85rem;
  }
  .osservatorio-article-content-area,
  .osservatorio-interno-article-preview {
    padding: 0px 20px 0px 30px;
  }
  .osservatorio-article-preview .teaser-news-comunicate-link img {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .osservatorio-mobile-padding {
    padding: 0px 20px 0px 40px;
  }
}
.osservatorio-interno-article-preview {
  margin-top: 1.5625rem;
}

#osservatorio-load-more {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 40px auto;
}

#osservatorio-interno-desktop-sticky-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.osservatorio-interno-desktop-sticky-category {
  padding: 15px 0;
  width: 100px;
  font-weight: bold;
  font-size: 0.95rem;
  line-height: 1.2rem;
  text-align: center;
  display: flex;
  align-items: center;
  margin: 0 10px;
}
@media screen and (min-width: 1120px) {
  .osservatorio-interno-desktop-sticky-category {
    width: 120px;
    margin: 0 10px;
  }
  .osservatorio-article-preview .teaser-news-comunicate-link {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .osservatorio-interno-desktop-sticky-category {
    width: 130px;
  }
}
@media screen and (min-width: 1440px) {
  .osservatorio-interno-desktop-sticky-category {
    margin: 0 20px;
  }
}

@media screen and (min-width: 1024px) {
  article.osservatorio-interno-article {
    margin-top: 43px;
  }

  .osservatorio-interno-article-preview {
    padding-right: 100px;
    margin-top: 0;
  }
}
.osservatorio-interno-article-title {
  font-size: 2.25rem;
  font-weight: bold;
  font-family: "titillium_webregular";
  line-height: 3rem;
  display: block;
}
.osservatorio-interno-article-subtitle {
  font-size: 2rem;
}

.osservatorio-interno-article-separator {
  width: 15%;
  height: 4px;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}

.osservatorio-interno-article-excerpt {
  font-size: 1.3rem;
  line-height: 1.85rem;
}

.osservatorio-interno-download-btn {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d9000d;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  padding-left: 30px;
  padding-right: 30px;
}
.osservatorio-interno-download-btn.centered {
  margin: auto;
  max-width: 360px;
}
a.osservatorio-interno-download-btn.centered:link,
a.osservatorio-interno-download-btn.centered:visited,
a.osservatorio-interno-download-btn.centered:hover,
a.osservatorio-interno-download-btn.centered:active {
  color: white;
  text-decoration: none;
}

.osservatorio-interno-numbers-slider {
  height: 190px;
}
.osservatorio-interno-numbers-slider .swiper-slide {
  box-sizing: border-box;
  padding: 1rem;
  width: 190px;
  height: 190px;
  float: left;
  margin-right: 15px;
  text-align: center;
}
@media screen and (max-width: 63.99em) {
  .osservatorio-interno-numbers-slider {
    width: 190px;
    margin: auto;
  }

  .osservatorio-interno-numbers-slider .swiper-slide {
    box-sizing: border-box;
    padding: 1rem;
    width: auto;
    min-height: 190px;
    margin-right: 0;
    text-align: center;
  }

  .osservatorio-interno-section-img img {
    display: block;
    margin: 20px auto;
  }

  .osservatorio-interno-inner-section ul {
    padding-left: 30px;
  }

  .osservatorio-interno-article-title {
    font-size: 1.75rem;
    font-weight: bold;
  }
  .osservatorio-interno-article-subtitle {
    font-size: 1.45rem;
  }

  .osservatorio-interno-article-separator {
    width: 23%;
    height: 4px;
  }

  .osservatorio-interno-article-excerpt {
    font-size: 0.9375rem;
    line-height: 1.13rem;
  }
}

#osservatorio-interno-numbers-legenda p {
  font-size: 0.7rem;
  color: #1d1d1b;
  width: 820px;
  text-align: center;
  margin-top: 8px;
}

#osservatorio-interno-img-carta img {
  width: 150px;
}

.osservatorio-interno-inner-section * {
  font-size: 1.15rem;
  line-height: 1.5rem;
}
/* @media screen and (min-width: 1120px) {
  .osservatorio-interno-first-section {
    padding-right: 80px;
  }
} */
@media screen and (min-width: 1120px) {
  .osservatorio-interno-second-section,
  .osservatorio-interno-third-section {
    padding-left: 80px;
  }
}
.osservatorio-interno-inner-section ul {
  list-style-type: square;
}
.osservatorio-interno-inner-section ul li {
  margin-bottom: 30px;
}
.osservatorio-interno-inner-section ul ::marker {
  color: #d9000d;
}

.osservatorio-large-box {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
}

.osservatorio-grey-box {
  background-color: #f2f3f4;
  padding: 30px;
  margin-top: 30px;
}

.osservatorio-interno-inner-section-title,
.osservatorio-interno-inner-section-title p {
  color: #d9000d;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.osservatorio-margin-xl {
  margin: 50px auto;
}

@media screen and (max-width: 63.99em) {
  #osservatorio-interno-numbers-slider-mobile {
    margin: 60px auto;
  }
}

#osservatorio-mobile-sticky-category-menu {
  height: 3.75rem;
  width: 100%;
  background-color: #f2f3f4;
}

.osservatorio-full-height {
  height: 100%;
}
.img-osservatorio-full-width img {
  width: 100%;
  max-width: 300px;
}

#osservatorio-logo-mobile {
  width: 8.75rem;
}
.osservatorio-mobile-sticky-category-select {
  margin: 0;
  padding: 0;
  width: 100%;
}

.osservatorio-caret-down {
  background-image: none;
  content: "";
  display: inline-block;
  font-family: "icomoon";
  font-style: normal;
  font-size: 0.9375rem;
  color: #e20613;
  margin: 0;
  position: relative;
  width: auto;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}
.osservatorio-caret-down:before {
  content: "";
}
#osservatorio-mobile-sticky-category-label {
  padding-right: 40px;
  font-size: 0.8375rem;
  font-weight: 600;
}
#osservatorio-mobile-sticky-category-dropdown {
  padding: 0;
  z-index: 9;
  position: relative;
}

.osservatorio-mobile-sticky-category-dropdown-container {
  flex: 1;
  background: #f2f3f4;
  z-index: 1;
  position: relative;
  padding: 40px;
}
.osservatorio-mobile-sticky-category-dropdown-container ul {
  background-color: transparent;
  list-style-type: none;
  text-align: center;
  margin: 0;
}
.osservatorio-mobile-sticky-category-dropdown-container ul li > div {
  padding: 20px 0;
  font-size: 0.875rem;
  font-weight: 600;
}
.osservatorio-mobile-sticky-category-dropdown-container ul li ul {
  display: none;
}
.osservatorio-mobile-sticky-category-dropdown-container
  ul
  li.osservatorio-expanded
  ul {
  display: block;
}

.osservatorio-dropdown-toggler {
  top: 18px;
}

.osservatorio-expanded .osservatorio-caret-down {
  transform: rotate(180deg);
}

.osservatorio-category-select option:checked,
.osservatorio-active {
  color: #d9000d;
}

.osservatorio-interno-desktop-sticky-category,
.osservatorio-desktop-sticky-category {
  cursor: pointer;
}

.osservatorio-btn {
  cursor: pointer;
}

.numbers-slider .swiper-container {
  padding-bottom: 1.5625rem;
}

#osservatorio-desktop-sticky-menu {
  z-index: 9;
}

.osservatorio-home-page #osservatorio-logo-interno {
  display: none !important;
}

.osservatorio-hidden {
  display: none !important;
}
.osservatorio-invisible {
  visibility: hidden !important;
}

.osservatorio-no-content {
  text-align: center;
  width: 100%;
  font-size: 1.1rem;
  opacity: 0.7;
  padding-top: 20px;
}

.osservatorio-article-list-item {
  transition: all 0.3s ease-in-out;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.osservatorio-article-list-item.to-show-anim {
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translate3d(0, 20px, 0);
}

.osservatorio-content-image {
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .osservatorio-content-image img {
    max-width: 35%;
  }
}


a.text-green {
  color: #e20613 !important;
}

.icon-twitter::before {
  content: "";
  background: url(/application/themes/compass/assets/img/logo-white.png) no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  background-size: contain;
}



.footer-banner li{
  list-style:none;
}
 

footer .footer-nav-bottom {
width:100%;
}
footer .footer-banner {
width: 96% !important;
}
.footer-banner li {
width: 33%;
float: left;
margin-right: 20px;
}
footer .footer-banner .footer-banner-box {

min-height: 240px;
}
footer .divider hr {
border-bottom:1px solid #707070;
}
footer .footer-nav-bottom{
border-top:1px solid #707070;
border-bottom:1px solid #707070;
padding-top:25px;
}

@media screen and (max-width: 800px) {
.footer-banner li {
width: 40%;
}
}

@media screen and (max-width: 670px) {
.footer-banner li {
width: 95%;
margin-right:0;
}
footer .footer-nav-bottom .footer-nav-bottom-cell a {
      color: #fff;
      margin-right: 10px !important;
      font-size: 15px;
      display: inline-block;
      width: 46%;
  }
}
footer .footer-nav-bottom .footer-nav-bottom-cell{
  width:100%;
}
footer .footer-nav-bottom .footer-nav-bottom-cell a{
  color:#fff;
  margin-right:40px;
  font-size:15px;
  display: inline-block;
}
@media screen and (max-width: 63.9988em) {
footer .footer-nav-bottom {
  display: block !important;
}
}

@media screen and (min-width: 22.5em) and (max-width: 39.9988em) {
footer .footer-nav-top .footer-nav-top-list li {
  width: auto;
}
}

.mega.menu .cmps-button, .mega.menu .cmps-button.red.hollow{
  -webkit-transition: none !important;
  transition: none !important;
}

