/*
 * Please place your own CSS code to this file
 */
 
/*
 * Menu sticky
 */
/*.nav-container {
  position: sticky;
  top: 0;
  z-index: 9999;
}
*/
:root {
  --color-primary: #4a90e2;
  --color-link: #0a58ca;
  --bs-primary: #4a90e2;
  --bs-link-hover-color: var(--color-link);
  --bs-nav-pills-link-active-bg: var(--color-primary) !important;
  --bs-primary: var(--color-primary) !important;
  --bs-nav-link-color: var(--color-primary) !important;
  --bs-btn-hover-bg: var(--color-primary);
}
/*@media (min-width: 1400px) {
.path-frontpage div#main-container.main-container.container {
    width: 100% !important;
    margin: 0 auto;
    padding: 0;
  }
}*/

/*
 * ALERTS
 */
.alert-wrapper {
	position: inherit;
	bottom: 0;
	left: 0;
	width: -webkit-fill-available;
	max-height: 75vh;
	z-index: 9999;
}
/*
 * FOOTER
 */
footer.footer-1 {
  background: #f2f2f2;
}
footer section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
footer section#block-stack-11-footercopyright {
  padding-top: 0;
  padding-bottom: 0.5rem;
}
footer:not(.bg--primary):not(.bg--dark) a {
	color: var(--color-primary);
}
span.social-icons {
	padding-right: 2rem;
	opacity: 0.5;
}
span.social-icons:hover {
	opacity: 1;
}
span.social-icons a:hover {
	text-decoration: none;
}
.footer-center {
  font-size: smaller;
  font-style: italic;
}
/*
 * END FOOTER
 */
  
.ps-6 {
  padding-left: 5rem !important;
}
p > a > strong {
  color: var(--color-primary);
}
p > strong {
  color: #252525;
}
/*
 * Box featured
 */
.feature.feature--featured:after, buttons.accordion-button:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 4px;
  height: 100%;
  background: #4a90e2;
  left: 0;
}
.feature.feature--featured:before, buttons.accordion-button:before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 4px;
  height: 100%;
  background: #4a90e2;
  right: 0;
}
/* Stack buttons */
.btn--primary {
  background: var(--color-primary);
  border-color: var(--color-primary);
}
.btn-outline-primary {
  border-color: var(--color-primary);
  color: var(--color-primary);
}
.btn-outline-primary:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 5px;}
/* Bootstrap buttons fix */
.btn-primary {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}

/* Link globali */
a {
  color: var(--color-primary);
}

/* Hover */
a:hover,
.btn-primary:hover,
.btn--primary:hover {
  filter: brightness(0.9);
}

/* Utility Stack */
.bg--primary {
  background: var(--color-primary) !important;
}

.color--primary {
  color: var(--color-primary) !important;
}
/* Nav links */
.nav-link {
  color: var(--color-primary);
}

/* Active state */
.nav-link.active,
.nav-pills .nav-link.active {
  color: #fff;
  background-color: var(--color-primary);
}

/* Hover */
.nav-link:hover {
  color: var(--color-link);
}

/*
 * Tabs
 */
div#tabs-info .tabs {
  display: flex;
  list-style: none;
  padding-left: 0;
  border: 1px solid #4a90e2;
}
div#tabs-info .tabs li:not(:last-child) {
  border-right: 1px solid #4a90e2;
}
div#tabs-info .tabs-content {
  list-style: none;
  padding-left: 0;
}
div#tabs-info .tabs li.active {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.user-logged-in nav.tabs {
  position: fixed;
  right: 0;
  top: 80px;
  transition: all 0.5s ease 0.25s;
  z-index: 1000;
  display: none;
}
ul.tabs > li {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  padding: 1rem 1.5rem;
}
/* Stile base dell'icona e transizione fluida */
.accordion-arrow-icon {
  transition: transform 0.2s ease-in-out;
  font-size: 0.9rem; /* Regola la dimensione della freccia */
  color: #6c757d;    /* Colore grigio neutro, personalizzabile */
}

/* Quando il bottone ha aria-expanded="true" (tab aperto), ruota la freccia */
button[aria-expanded="true"] .accordion-arrow-icon {
  transform: rotate(180deg);
}

 html {
  font-size: 100%;
}
 body {
  font-size: 1rem;
}
ul.menu-horizontal {
  font-size: 0.8rem;
}
ul#esp-initiatives {
    padding: 0 0 0 60px;
    margin: 0 0 22px 0;
}
form.webform-submission-form input:not([type="text"]):not(.form-check-input),
form.webform-submission-form textarea,
form.webform-submission-form select {
  background: rgba(74, 144, 226, 1);
  height: inherit;
  border-color: rgba(74, 144, 226, 1);
}
/*div#edit-civicrm-1-contact-1-cg2-custom-5 input[type] {
  background: none;
  cursor: pointer;
} 
div#edit-civicrm-1-contact-1-cg2-custom-5 input[type]:hover, div#edit-civicrm-1-contact-1-cg2-custom-5 input[type]:focus {
  background: #4a90e2;
}
*/

/* Allineamento pulsanti webform Drupal (Wizard multi-pagina) */
.webform-submission-form .form-actions,
form[id^="webform-submission-"] .form-actions {
  display: flex !important;
  width: 100% !important;
  justify-content: space-between !important;
  align-items: center !important;
  margin-top: 1.5rem !important; /* Aggiunge anche un po' di spazio sopra i bottoni */
}
.webform-submission-form .form-actions .btn {
  font-size: large !important;
  margin-left: 0 !important;
  margin-top: 1em !important;
  color: #fff !important;
}
div.webform-progress {
  margin-bottom: 3rem !important;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: var(--bs-link-color);
  text-decoration: none;
  font-weight: normal;
}
/*div#block-stack-espmainmenu-4.block.block-tb-megamenu.block-tb-megamenu-menu-blockesp-main-menu.clearfix.contextual-region {
  overflow: visible !important;
}*/
/*
 * MENU
 */

.menu-horizontal > .dropdown > .dropdown__trigger:after {
  content: '';
  margin-left: 0;
}
div.dropdown__content ul.menu-vertical.text-start {
  padding-left: 0;
  border: 1px solid #ccc;
  -webkit-border-radius: 0 3px 3px 3px;
  -moz-border-radius: 0 3px 3px 3px;
  border-radius: 0 3px 3px 3px;
/*  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
  box-shadow: 0 0 5px rgba(0,0,0,.15);
  display: none;*/
  font-size: 13px;
  line-height: 24px;
  margin: -1px 0 0;
  padding: 15px 5px;
/*  position: absolute;
  z-index: 905;*/
}


div.dropdown__content ul.menu-vertical.text-start li:not(:last-child) {
  margin-bottom: 1rem;
}
.dropdown .dropdown__content:not([class*='col-']) {
  width: max-content;
}
div.dropdown__content .menu-horizontal li:not(:last-child) {
  margin-right: 0;
}
div.dropdown__content ul.menu-horizontal li a.dropdown__trigger {
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
}
div.dropdown__container > div.container > div.row > div.dropdown__content > ul.menu-vertical > li {
  padding: 0.5rem 1rem;
  margin: 0;
  /* border: 1px solid #ddd; 
  border-radius: 5px;*/
}
div.dropdown__container > div.container > div.row > div.dropdown__content > ul.menu-vertical > li a.dropdown__trigger,
div.dropdown__container > div.container > div.row > div.dropdown__content > ul.menu-vertical > li span.dropdown__trigger {
  font-size: 1rem;
  color: rgb(37, 37, 37);
  padding: 0 0.5rem;
  /* Menu classes from Progressive theme */
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  /* user-select: none; */
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  /* width: 150px; */
  height: 40px;
  background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
  border-radius: 8px;
  border: 1px solid #8F9092;
  box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 0 #CECFD1;
  transition: all 0.2s ease;
  /* font-family: "Source Sans Pro", sans-serif; */
  /* font-size: 14px; */
  /* font-weight: 600; */
  color: #606060;
  text-shadow: 0 1px #fff;
}
  
}
div.dropdown__container > div.container > div.row > div.dropdown__content > ul.menu-vertical > li:hover {
  background-color: #ddd;
}
.dropdown .dropdown__container:before {
  height: 0;
}
.dropdown .dropdown__content {
  padding: 0;
}
.menu-horizontal li:not(:last-child) {
  margin-right: 0rem;
}
.menu-horizontal > li > span {
  padding: 6px 10px;
  background: none;
  border: 1px solid #fff;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #1e1e1e;
  position: relative;
  text-shadow: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 901;
}
/*
.menu-horizontal > li > span:after {
  background: #fff;
  display: block;
  -webkit-transition: background 0.1s linear;
  transition: background 0.1s linear;
  background: transparent;
  bottom: 0;
  content: "";
  display: none;
  height: 12px;
  left: 4px;
  margin: 0 0 -6px 0;
  position: absolute;
  right: 4px;
  -webkit-transition: background 0.5s linear;
  transition: background 0.5s linear;
  z-index: 906;
}
*/
.header .primary .navbar .nav > li > a, .header .primary .navbar .nav > li > a:visited {
}

.menu-horizontal > li > span {
  border: 1px solid transparent;
}

.menu-horizontal > li:hover > span {
  border: 1px solid #ccc;
  -webkit-transition: all 0.2s linear;
  transition: none;
}

hr.shadow-blue {
  z-index: 9999;
  border: 0 none;
  margin-bottom: 30px;
  overflow: hidden;
  padding-top: 10px;
  position: relative;
  opacity: 1;
  box-shadow: none !important;
}
hr.shadow-blue:after {
  bottom: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 10px rgba(74, 144, 226, 0.8);
  box-shadow: 0 0 10px rgba(74, 144, 226, 0.8);
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
hr.blue {
  background-image: linear-gradient(to right, transparent, rgba(74, 144, 226, 1), transparent);
  border: 0;
  height: 2px;
  margin: 2em 0;
}
ol.breadcrumb {
  display: flex;
}
ul.numbered-list {
  counter-reset: li;
  list-style-type: none;
  padding-left: 0;
}
ul.numbered-list li {
  position: relative;
  padding: 0 0 1rem 3rem;
}
ul.numbered-list  li:before {
  content: counter(li);
  counter-increment: li;
  height: 2rem;
  width: 2rem;
  border: 1px solid #4a90e2;
  background-color: #4a90e2;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 0;
}
ul.check-marks {
  padding-left: 5rem;
  text-indent: -2.5rem;
  list-style: none;
}
ul.check-marks li:before {
  content: '\2713';
  margin-left: 0;
  color: rgba(74, 144, 226, 1);
  font-size: 1.5rem;
  font-weight: 600;
  padding-right: 1rem;
  position: relative;
  top: 0.3rem;
}

/*
 * Education Forms
 */
.education-forms .tabs-container.tabs--vertical .tabs-content {
  width: 75%;
  float: right;
/*  margin-top: -1rem;*/
  padding-left: 2rem;
}
.education-forms .tabs-container.tabs--vertical .tabs {
  width: 25%;
  float: left;
}
.education-forms ol {
  counter-reset: item-ol;
  list-style-type: none;
  list-style-position: outside;
  margin-top: 0;
  margin-left: 1rem;
}
.education-forms ol li, .region-content-right ol>li {
  counter-increment: item-ol;
  margin-bottom: 15px;
}
.education-forms ol li:before, .region-content-right ol>li:before {
  margin-right: 10px;
  content: counter(item-ol, decimal);
  background-color: rgba(0, 153, 102, 0.0);
  border: 2px solid #4a90e2;
  border-radius: 100%;
  font-weight: 600;
  color: #4a90e2;
  width: 2.1rem;
  margin-left: -2.7rem;
  text-align: center;
  display: inline-block;
  position: relative;
/*  top: 0.3rem;*/
}
.education-forms ul.list.list-icons {
  list-style: none;
/*  padding-left: 2rem;*/
  padding-right: 0;
  text-indent: -2rem;
  margin-left: 3.5rem;
}
.education-forms .list.list-icons li {
  padding-bottom: 0.5rem;
}
.education-forms .list.list-icons.list-icons-style-3 li > .svg-inline--fa:first-child,
.education-forms .list.list-icons.list-icons-style-3 li > .icons:first-child, 
.education-forms .list.list-icons.list-icons-style-3 li a:first-child > .svg-inline--fa:first-child, 
.education-forms .list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
  color: #FFF;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  text-align: right;
  padding: 5px;
  top: 0.25rem;
}
.education-forms .list.list-icons.list-icons-style-2 li > .svg-inline--fa:first-child, 
.education-forms .list.list-icons.list-icons-style-2 li > .icons:first-child, 
.education-forms .list.list-icons.list-icons-style-2 li a:first-child > .svg-inline--fa:first-child, 
.education-forms .list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child {
  color: #4a90e2;
  border: 2px solid #4a90e2;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  text-align: right;
  padding: 4px;
  top: 0.25rem;
}
.education-forms .list.list-icons li > .svg-inline--fa:first-child, 
.education-forms .list.list-icons li > .icons:first-child, 
.education-forms .list.list-icons li a:first-child > .svg-inline--fa:first-child, 
.education-forms .list.list-icons li a:first-child > .icons:first-child {
  position: relative;
  left: -1.5rem;
}
.education-forms .list-secondary.list-icons.list-icons-style-3 li .svg-inline--fa, 
.education-forms .list-secondary.list-icons.list-icons-style-3 li .icons {
  background-color: #4a90e2;
  color: #ffffff;
}
.icon-box {
  width: 5rem;
  height: 5rem;
  color: white;
  display: flex !important;
  align-items: center;
  justify-content: center;
/*
  background: #eee;
*/
}
h1 {
  font-size: 1.75rem !important;
}

h1.ui-dialog-title {
  font-size: calc(22px / var(--bs-body-font-size) * 1rem);
}
.ui-dialog .ui-dialog-titlebar-close:after {
  content: "\2716";
  position: absolute;
  top: -0.3rem;
  right: 0.16rem;
  color: rgba(74, 144, 226, 1);
}
 h2 {
  font-size: 1.375rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}
hr.shadow {
  border: 0 none;
  margin-bottom: 30px;
  overflow: hidden;
  padding-top: 10px;
  position: relative;
  opacity: 1;
  box-shadow: none !important;
}
hr.shadow:after {
  bottom: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.8);
  box-shadow: 0 0 10px rgba(0,0,0,0.8);
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}
/*ul:not(.tabs):not(.tabs-content):not(.numbered-list), ol:not(.list-ordened) {
  list-style: none;
  line-height: 1.85714286em;
  padding: 0 0 0 60px;
}
*/

button > svg.svg-inline--fa {
  padding-right: 0.5em;
}

.fa, .svg-inline--fa.fa-check {
  color: var(--bs-primary);
}
a:hover > i.fa.fa-file-pdf-o {
  color: white;
}
.bar .logo {
    top: 0;
    max-height: 80px; 
}
.bar img.logo.logo-light {
  content:url("/sites/default/files/pictures/logo/logoESP90.png") !important;
}
.menu-horizontal > li:not(:hover) > a, .menu-horizontal > li:not(:hover) > span, .menu-horizontal > li:not(:hover) > .modal-instance > .modal-trigger {
  opacity: .7;
}
nav#menu1 > div.container {
  padding: 4px 10px;
  border-radius: 10px;
  background-color: white;
  opacity: 1;
  box-shadow: 1px 1px 8px #d2cdcd, -1px -1px 8px #d2cdcd;
}
.bar--transparent:not(.bar--dark) ul.navbar-nav > li > a, 
.bar--transparent:not(.bar--dark) ul.navbar-nav > li > span, 
.bar--transparent:not(.bar--dark):not(.pos-fixed) .menu-horizontal > li > a, 
.bar--transparent:not(.bar--dark):not(.pos-fixed) .menu-horizontal > li > span {
  color: #666666 !important;
  text-decoration: none;
  text-shadow: 1px 1px 1px #d2cdcd;
}
.menu-vertical > .dropdown > .dropdown__trigger {
  display: inline-block;
  width: 100%;
  text-shadow: 1px 1px 1px #d2cdcd;
}
.dropdown .dropdown__content:not([class='bg--dark']) .menu-vertical a {
  color: #666666;
  text-shadow: 1px 1px 1px #d2cdcd;
}
li.expanded.dropdown.has-dropdown.reserved-area div.dropdown__container {
  right: 0;
}
nav#block-stack-espmainmenu ul.menu-horizontal {
  padding-left: 0;
}
.bar-1 .menu-horizontal > li > .dropdown__trigger, .bar-1 .menu-horizontal > li > a {
  font-size: 1rem;
  color: rgb(102, 102, 102);
  line-height: 2.166666666666667em;
  text-transform: unset;
  font-weight: 600;
letter-spacing: -0.05em;
}
#block-mainnavigation, #block-stack-espmainmenu {
  padding-top: 1.2em;
}
div.title-box-h1 {
    border-color: rgba(30, 30, 30, 0.2);
    border-bottom-width: 1px;
    margin-bottom: 40px;
    position: relative;
    border-bottom-style: solid;
}
div.title-box-h1:before {
    background: rgba(30, 30, 30, 0.7);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    margin: 0 0 -1px;
    position: absolute;
    width: 40px;
}
div.title-box-h1 > h1.title {
    color: rgba(30, 30, 30, 0.7);
}
div.title-box-h2:not(.text-end):before {
  background: rgba(74, 144, 226, 1);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}
div.title-box-h2.text-end:before {
  background: rgba(74, 144, 226, 1);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  right: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}
div.title-box-h2.text-center:before {
  background: none;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  right: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
div.title-box, div.title-box-h2 {
  border-bottom-color: rgba(74, 144, 226, 0.4);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin: 2em 0;
  position: relative;
}
div.title-box-h2 > h2.title {
  color: rgba(74,144,226,1);
  font-weight: 400;
  margin-bottom: 0;
}
div#previousEC.accordion div.row {
  margin-bottom: 2rem;
/*  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 1.5rem;*/
}

div#previousEC.accordion div.row div.accordion-item {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
/*  border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);*/
  border-top: 1px solid #4a90e2;
  flex-shrink: 1;
  padding-left: 0;
  padding-right: 0;
}
div#previousEC button.accordion-button {
  font-size: 1.3rem;
  font-weight: 600;
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
div#previousEC .accordion-body ul {
  list-style-type: disc; 
}

table {
  border-collapse: collapse;
}
.table.table-bordered th, .table.table-bordered td, .table.table-bordered > thead > tr > th, .table.table-bordered > tbody > tr > th,
.table.table-bordered > tfoot > tr > th, .table.table-bordered > thead > tr > td, .table.table-bordered > tbody > tr > td,
.table.table-bordered > tfoot > tr > td {
  border: 1px solid #e1e1e1;
  border-collapse: collapse;
  line-height: 2rem;
  padding: 16px 10px 15px;
  font-size: 1rem;
}
/*
 * Table member list
 */
table.table--alternate-row tr th, 
table.table--alternate-row tr th a, 
table.table--alternate-row tr th a:hover, 
table.table--alternate-row tr th a:focus {
  font-weight: 500;
  vertical-align: middle;
  color: #ffffff;
}
table.table--alternate-row tr td a strong {
  font-weight: 500;
}
.table--alternate-row tbody tr:nth-child(odd) {
    background-color: #f2f2f2 !important;
}
/*
 *    table.table--alternate-row tbody tr:nth-child(even) {
 *    background-color: #e2e2e2 !important;
 *  }
*/
table.table--alternate-row tbody, table.table--alternate-row tbody tr:last-child, table.table--alternate-row tbody tr:last-child td:first-child {
    border-bottom-left-radius: inherit;
}
table.table--alternate-row tbody, table.table--alternate-row tbody tr:last-child, table.table--alternate-row tbody tr:last-child td:last-child {
    border-bottom-right-radius: inherit;
}
table.table--member--list, table.table--school--list {
    table-layout: fixed;
    margin-bottom: 0;	
}
table.table--member--list caption, table.table--school--list caption {
    padding-bottom: 0;
}
table.border--round {
    border-radius: 8px;
    border: 1px solid #4a90e2;
    caption-side: top;
    border-collapse: separate;
}
table.border--round thead, table.border--round thead tr:first-child, table.border--round thead tr:first-child th:last-child {
    border-top-right-radius: 6px;
}
table.border--round thead, table.border--round thead tr:first-child, table.border--round thead tr:first-child th:first-child {
    border-top-left-radius: 6px;
}
table.border--round thead tr th {
    background-color: rgba(74, 144, 226, 1);
}
table.border--round thead tr:first-child th {
    font-size: larger;
    line-height: 1.5em;
}
caption {
    caption-side: bottom;
}
/*
  Membership CC Payment module
*/
table.table--membership--cc--payment tr td:nth-last-child(-n+3) {
  text-align: center;
}
/*
  School CC Payment module
*/
table.table--school--cc--payment tr td:nth-last-child(-n+4) {
  text-align: center;
}
/*table tr th {
  position: sticky !important;
  top: 0 !important;
  height: 80px;
}*/

th.width-6-percent {
  width: 6%;
  padding: 5px;
  text-align: center;
}
th.width-7-percent {
  width: 7%;
  padding: 5px;
  text-align: center;
}
th.width-8-percent {
  width: 8%;
  padding: 5px;
  text-align: center;
}
th.width-9-percent {
  width: 9%;
  padding: 5px;
  text-align: center;
}
th.width-10-percent {
  width: 10%;
  padding: 5px;
  text-align: center;
}
th.width-11-percent {
  width: 11%;
  padding: 5px;
  text-align: center;
}
th.width-12-percent {
  width: 12%;
  padding: 5px;
  text-align: center;
}

table.border--round tbody tr td:last-child {
  text-align: center;
}
table.border--round thead tr th:not(:last-child), table.border--round tbody tr td:not(:last-child) {
    border-right: 1px solid rgba(74,144,226,0.3);
}
#content1::after, #content2::after, #content3::after {
  content: " - ";
  white-space: nowrap;
}
.truncate-60, .truncate-70, .truncate-80, .truncate-90, .truncate-100, .truncate-120, .truncate-140 {
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  top: 3px;
  text-decoration: none;
  color: rgb(33, 37, 41);
  max-width: -webkit-fill-available;
  max-width: -moz-available;
}

.truncate-60:hover, .truncate-70:hover, .truncate-80:hover, .truncate-90:hover, .truncate-100:hover, .truncate-120:hover, .truncate-140:hover {
  position: relative;
  max-width: none;
  z-index: 100;
  background: #f5f5f5;
  overflow: visible;
  top: -1px;
  left: -4px;
  padding: 3px;
  border: 1px solid #aaaaaa;
  text-decoration: none;
  color: rgb(33, 37, 41);
}

.slider--ken-burns {
  animation: kenBurns 30s ease alternate infinite;
  -webkit-animation: kenBurns 30s ease alternate infinite;
  animation-delay: 30s;

}
@keyframes kenBurns {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.0);
  }
  100% {
    transform: scale(0.9);
  }
}
@-webkit-keyframes kenBurns {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.0);
  }
  100% {
    transform: scale(0.9);
  }
}
.flickity-enabled {
    pointer-events: auto;
}
.frame {
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
[class*="frame-shadow"] {
  background: #fff;
  position: relative;
}
.content-block {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.frame-shadow-curved:before {
  -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.6);
  -moz-box-shadow: 0 0 15px rgba(0,0,0,0.6);
  box-shadow: 0 0 15px rgba(0,0,0,0.6);
  -webkit-border-radius: 10px/100px;
  -moz-border-radius: 10px/100px;
  border-radius: 10px/100px;
  bottom: 10px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: -1;
}
.frame-shadow-lifted:before, .frame-shadow-lifted:after {
  bottom: 16px;
  -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 15px 10px rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 20px;
  left: 10px;
  position: absolute;
  width: 50%;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg);
  z-index: -1;
}
.frame-shadow-lifted:after {
  right: 10px;
  left: auto;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg);
}
.frame-shadow-raised {
  -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5),
    0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5),
    0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5),
    0 1px 4px rgba(0, 0, 0, 0.3),
    0 0 40px rgba(0, 0, 0, 0.1) inset;
}
p.drop-cap::first-letter {
  color: #4a90e2;
  float: left;
  font-size: 6rem;
  padding-top: 0.1rem;
  padding-right: 1rem;
  line-height: 5rem;
}
img {
  max-width: 100%;
  height: auto;
}
img.stretch {
  width: stretch;
  width: -moz-available;
  width: -webkit-fill-available;
}
.product.rotation, .ec-components.rotation {
  overflow: visible;
  flex: auto;
  cursor: pointer;
  padding: 0 15px;
}
.ec-components {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  float: none;
  margin: 0 0 40px;
  min-width: 260px;
  overflow: hidden;
  position: relative;
  text-align: left;
  vertical-align: top;
}
.rotation .default {
  background: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.rotation .default, .rotation .front-end {
  overflow: hidden;
  position: relative;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  transform: rotateY(0deg);
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  z-index: 24;
}
.ec-hover {
  display: none;
  position: absolute;
  width: 100%;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation-name: fade;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-name: fade;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.ec-components .description {
  background: #f2f2f2;
  border-top-width: 1px;
  color: #505050;
  display: table;
  font-size: 13px;
  height: 72px;
  line-height: 18px;
  text-align: center;
  width: 100%;
}
.ec-components .description .vertical {
  display: table-cell;
  height: 72px;
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}
.ec-components .name {
  color: #1e1e1e;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 18px;
  margin: 0 0 4px;
}
.ec-components .role {
  font-size: 1.2em;
}
.ec-components .image {
  background: #f2f2f2;
  display: block;
  line-height: 0;
  margin: 0;
}
.rotation {
  background: none;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.ec-components .ec-components-hover {
  background-color: rgba(74,144,226,1);
  /* background: rgba(30,30,30,.9); */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  bottom: 0;
  color: #7f7f7f;
  display: none;
  font-size: 12px;
  line-height: 20px;
  left: 15px;
  padding: 16px 15px 90px;
  position: absolute;
  right: 15px;
  top: 0;
}
.rotation .ec-components-hover {
  display: block;
  height: inherit;
  transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateY(-180deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  z-index: 13;
}
.rotation.hover .ec-components-hover {
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transition-delay: .2s;
  -ms-transition-delay: .2s;
  -o-transition-delay: .2s;
  transform: rotateY(0deg);
  transition-delay: .2s;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transition-delay: .2s;
  z-index: 46;
}
.rotation.hover .default,
.rotation.hover .front-end {
  z-index: 35;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  transition-delay: .2s;
}
.rotation .default,
.rotation .front-end {
  overflow: hidden;
  position: relative;
  -webkit-transform: rotateX(0deg) rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-transform: rotateX(0deg) rotateY(0deg);
  -moz-transform-style: preserve-3d;
  -moz-backface-visibility: hidden;
  transform: rotateY(0deg);
  -webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  z-index: 24;
}
.rotation .default {
  background: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.ec-components .ec-components-hover .name {
  color: #fff;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 7px;
}
.ec-components .ec-components-hover .role {
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 24px;
}
.ec-components .ec-components-hover .contact {
  color: #fff;
}
.ec-components .ec-components-hover .image {
  background: #f7f7f7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  height: 60px;
  float: right;
  line-height: 0;
  margin: 4px 0 0 5px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 60px;
  z-index: 1;
}
.ec-components .ec-components-hover .field-content-address {
  color: #fff;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 1.4;
  margin: 0 0 7px;
  padding-top: 1em;
}
.default:hover .ec-hover {
  display:block;
}
@-webkit-keyframes fade {
  0% {opacity: 0;}
  20% {opacity: 0.2;}
  40% {opacity: 0.4;}
  60% {opacity: 0.6;}
  80% {opacity: 0.8;}
  100% {opacity: 1;}
}
@keyframes fade {
  0% {opacity: 0;}
  20% {opacity: 0.2;}
  40% {opacity: 0.4;}
  60% {opacity: 0.6;}
  100% {opacity: 0.8;}
  100% {opacity: 1;}
}
/*
  * Accordions
 */
.accordion-item {
  border: 1px solid rgba(74,144,226,1);
}
/*
.accordion-item:first-of-type {
  border-top: 1px solid rgba(74,144,226,1) !important;
  border-left: 1px solid rgba(74,144,226,1) !important;
  border-right: 1px solid rgba(74,144,226,1) !important;
  border-bottom: 1px solid rgba(74,144,226,1) !important;
}
*/
.accordion-button:not(.collapsed) {
  color: white !important;
  background-color: rgba(74,144,226,0.5) !important;
  box-shadow: none;
}
.accordion-button {
  line-height: 1.5!important;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
/*a.btn.openall, a.btn.closeall {
  color: var(--bs-link-color);
}
a.btn.openall:hover, a.btn.closeall:hover {
  color: var(--bs-btn-hover-color);
  transition: none !important;
}
a.btn.openall:focus, a.btn.closeall:focus {
  color: var(--bs-white);
}
*/
@media (min-width: 768px) {
  .btn.btn-outline-primary + .btn {
    margin-left: 0.5rem;
  }
}
.btn-check:focus+.btn, .btn:focus {
  color: var(--bs-btn-hover-color);
  background-color: #4a90e2;
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.process-3 li .process__body {
  width: 90%;
  float: right;
}
.process-3:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 1px;
  left: 1.85714286em;
  top: 0;
  border-left: 1px dashed #4a90e2;
}
div#esp-work-groups li.nav-item button {
  margin: 0 3px;
  border: 1px solid rgba(0,0,0,0.1);
  flex: 1;
  text-align: center;
  box-shadow: inset -5px -5px 5px -7px #000;
  display: block;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
.nav-pills .nav-link {
  font-size: 1.2rem;
}
div#esp-work-groups li.nav-item {
  display: flex;
  flex: 1;
}
div.modal-content button.close {
  display: none;
}
div.modal-content button.btn.btn-default {
  padding: 0 0.5rem;
  color: white;
  background-color: var(--color-primary);
}
div.modal-content button.btn.btn-default:hover {
  padding: 0 0.5rem;
  color: white;
  background-color: var(--color-link);
}

/*
  Carousel Photobiology School & Past Congresses
*/
@media screen and (min-width: 768px) {
  div#carouselPhotobiologySchool .carousel-indicators,
  div#carouselPastCongresses .carousel-indicators  {
    bottom: -0.5rem;
  }
  div#carouselPhotobiologySchool .carousel-caption,
  div#carouselPastCongresses .carousel-caption {
    padding-bottom: 1rem;
  }
  div#carouselPhotobiologySchool .carousel-caption,
  div#carouselPastCongresses .carousel-caption {
  padding-bottom: 2rem;
  }
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  width: 1.5rem;
  height: 1.5rem;
}
.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: block;
}
div#carouselPastCongresses .carousel-caption {
  position: absolute;
  right: 35%;
  bottom: -3rem;
  left: 35%;
  color: #000;
  text-align: center;
}
.carousel-indicators [data-bs-target] {
  background-color: #aaa;
}
div#carouselPastCongresses .carousel-control-prev-icon, 
div#carouselPastCongresses .carousel-control-next-icon {
  background-color: #000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  div.esp-photobiology-school .carousel-inner .carousel-item-end.active,
  div.esp-photobiology-school .carousel-inner .carousel-item-next {
    transform: translateX(33.3%);
  }
  div.esp-photobiology-school .carousel-inner .carousel-item-start.active, 
  div.esp-photobiology-school .carousel-inner .carousel-item-prev {
    transform: translateX(-33.3%);
  }
}
div#carouselPastCongresses .carousel-indicators {
  margin-bottom: 2.5rem;
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}
.carousel .col-md-4 {
  max-width: 33.3%;
}
.carousel-control-next, .carousel-control-prev {
  opacity: 0.7;
  height: auto;
  width: auto;
}
span.fa-ext.extlink {
  padding-left: 0.5rem;
}
/*
 * Membership
 */
ul.ul-membership {
  padding: 0 0 0 3rem;
  list-style: disclosure-closed;
}

ul#ul-membership li::marker {
  color: rgba(74, 144, 226, 1) !important;
}
table.center-aligned {
    margin: 0 auto;
    font-size: 1em;
}
table.table--alternate-row tbody tr:hover {
    background-color: #ffffff !important;
}
/*
 * Forms
 */
 
form.webform-submission-form .webform-flexbox {
  margin: 0.5rem 0;
}
form.webform-submission-form label {
  font-weight: bold;
  margin: 0 0 3px;
}
form.webform-submission-form label.form-check-label {
  font-weight: 500;
  margin: 4px;
}
form.webform-submission-form div.form-check {
  margin-bottom: 0.5rem;
}

form.webform-submission-form ul.token-input-list, 
form.webform-submission-form input.form-control:not(.form-submit), 
form.webform-submission-form select.form-select {
  max-width: unset;
  border: 1px solid rgba(74, 144, 226, 0.5);
  background-color: rgba(74, 144, 226, 0.1);
  height: 40px !important;
  font-family: inherit;
  font-size: 1rem;
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
  box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
}

form.webform-submission-form select.form-select > option, form.webform-submission-form input.civicrm-enabled.form-control {
  font-size: 1rem !important;
  font-style: normal !important;
  color: rgba(0, 0, 0, 1) !important;
}
/*
input#edit-civicrm-1-contact-1-contact-existing {
  color: red !important;
}
*/
form table#wf-crm-billing-items caption {
  caption-side: top !important;
}
form.webform-submission-form li.token-input-token {
  height: 40px !important;
  font-weight: 700;
  margin: 0;
  padding: .375rem .75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(74, 144, 226, 0);
  color: #000;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
  -moz-box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
  box-shadow: 0 1px #fff, inset 0 1px 4px rgba(0,0,0,.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

form.webform-submission-form ul li.token-input-input-token {
  width: 100%;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  color: rgba(127, 127, 127, 1);
}

form.webform-submission-form ul.token-input-list {
    font-family: inherit;
}

form.webform-submission-form ul.token-input-list li input {
  background-color: rgba(74, 144, 226, 0);
}

form.webform-submission-form .form-control::placeholder, form.webform-submission-form .selectBox-label, select.name-prefix {
  font-size: 1rem !important;
  color: rgba(127, 127, 127, 0.7);
  font-style: italic;
  font-weight: 400;
}
form.webform-submission-form .form-control::placeholder, .selectBox-label, select.name-prefix {
  font-size: 16px;
  color: rgba(127, 127, 127, 0.7);
  font-style: italic;
  font-weight: 400;
}

form.webform-submission-form .form-control, form.webform-submission-form .form-select {
  border: 1px solid rgba(74, 144, 226, 0.5);
  background-color: rgba(74, 144, 226, 0.1);
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: unset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

form.webform-submission-form select.name-prefix {
  font-weight: 400 !important;
  color: rgba(127, 127, 127, 0.7);
}

input.webform-button--submit.button.button--primary.js-form-submit.form-submit.btn.btn-primary.form-control,
input.js-hide.button.js-form-submit.form-submit.btn.btn-primary.form-control,
input.button.js-form-submit.form-submit.btn.btn-primary.form-control {
  width: auto;
}
input.button#edit-pdf-file-with-merged-documents-upload-button,
input.button#edit-upload-a-pdf-file-with-proof-of-studentship-upload-button,
input.button#edit-pdf-fellowship-reasons-upload-button,
input.button.js-webform-computed-submit {
  display: none;
}

form.webform-submission-form select:has(option:checked:not([value])), form.webform-submission-form select:has(option:checked:not([value=""])) {
  color: rgba(0, 0, 0, 1);
  font-weight: 700;
  font-style: normal;
}
form.webform-submission-form details#edit-home-address summary {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 49px;
  margin: 0;
  color: #7F7F7F;
  background: #f2f2f2;
  border: 1px solid rgba(74, 144, 226, 0.5);
  display: revert;
  height: 50px;
  padding: 0 18px;
  margin-bottom: 0;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
form.webform-submission-form details#edit-home-address fieldset legend {
  height: 0;
  border: 0;
}
/* Nasconde il pulsante Update generato dall'Ajax del campo computed */
form.webform-submission-form .webform-computed-wrapper input[type="submit"] {
    display: none !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    border: 1px solid rgba(74, 144, 226, 1);
}
div.token-input-dropdown ul li.token-input-selected-dropdown-item {
  background-color: rgba(74, 144, 226, 1) !important;
  color: #fff;
  font-size: 1rem;
}
div.token-input-dropdown ul {
  font-size: 1rem;
}
fieldset .fieldset-wrapper {
  border: 1px solid rgba(74, 144, 226, 0.5);
  border-top: 0 none;
  font-size: 16px;
  line-height: 20px;
  padding: 22px 18px 19px;
  color: #7f7f7f;
}
fieldset .fieldset-wrapper p strong {
  color: #7f7f7f;
}
.border-grey {
  border-color: rgba(74, 144, 226, 0.3) !important;
  background: #f2f2f2 !important;
}
.bi::before, [class*=" bi-"]::before, [class^=bi-]::before {
  padding-right: 1rem;
  font-size: 2rem;
  color: #4a90e2;
  font-family: bootstrap-icons!important;
  vertical-align: -.25em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
details#edit-home-address summary, fieldset > legend {
    border-color: rgba(74, 144, 226, 0.5);
    border-top-left-radius: var(--bs-border-radius);
    border-top-right-radius: var(--bs-border-radius);
}
fieldset > legend {
  font-size: 1.2rem;
  line-height: 3rem;
  background: #f2f2f2;
  border: 1px solid rgba(74, 144, 226, 0.5);
  color: #7f7f7f;
  display: block;
  height: 50px;
  padding: 0 18px;
  margin-bottom: 0;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}
div.form-item-civicrm-1-contact-1-contact-existing {
  margin: 0 0 2rem 0;
  font-size: 1rem;
  width: 50%;
}
/*
 * Comprensive Series
 */
 
div.comprehensive-series img:hover {
  transform: scale(3);
  translate: -100% 0;
  position: relative;
  z-index: 9999;
  opacity: 1;
  animation-name: fadeInOpacity;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1s;
  cursor: zoom-in;
}
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
  }
	100% {
		opacity: 1;
  }
}
div.pps-preview .btn {
  min-width: 22rem;
}
/*
 * PPS Issue
 */
 .view nav {
    display: block;
    justify-content: center;
}
.slick__arrow {
    top: 30% !important;
}
.slick-dots li.slick-active button:before {
  color: #4a90e2 !important;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
  background: #ccc !important;
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 2.5rem !important;
    opacity: .75;
    color: #ccc;
    position: relative;
    top: -0.1rem;
    left: -0.2rem;
    }
.slick-prev {
  left: 25px !important;
  background: #4a90e2 !important;
  width: 2rem !important;
  height: 2rem !important;
}
.slick-prev:hover {
  background: #ffffff !important;
}
.slick-arrow:hover::before {
  color: #4a90e2 !important;
}
.slick-next {
  right: 25px !important;
  background: #4a90e2 !important;
  width: 2rem !important;
  height: 2rem !important;
}

.slick-next:hover {
  background: #ffffff !important;
}
.slick-slide {
    display: none;
    float: left;
    height: 50%;
    min-height: 1px;
}
 .slick-dots li button:before {
  font-size: 1rem !important;
}
.media--ratio .media__element, .media--ratio svg, .media--fx .b-blur {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 1px;
    object-fit: none;
}
/*
 * CSS per Applicant List
 */
.table-header {
  font-weight: 600;
  background: #f4f4f4;
  white-space: nowrap;
}

.align-right {
  text-align: right;
}
.table--member--list {
  table-layout: fixed;
  width: 100%;
}

.cell-truncate-120,
.cell-truncate-200 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cell-truncate-120 { max-width: 120px; }
.cell-truncate-200 { max-width: 200px; }

.cell-nowrap { white-space: nowrap; }

.align-right {
  text-align: right;
}
/*
  CSS for statutes nested list
 */
 ol.statutes {
    counter-reset: list;
    margin: 0;
}

ol.statutes > li {
    list-style: none;
    position: relative;
}
ol.statutes > li > ol > li {
  padding-top: 0.5rem;
  margin-bottom: 0.5rem;
}

ol.statutes > li:before {
    counter-increment: list;
    content: counter(list, lower-alpha) ") ";
    position: absolute;
    left: -1.4em;
}
#accordionPanelsAdditionalProvisions button, #accordionPanelsStatutes button {
  font-size: 1.25rem;
  font-weight: 500;
}
.accordion-collapse.collapse.show .accordion-body {
  background: rgba(74, 144, 226, 0.05);
}
/*
 * ESP CONGRESS SPONSORS
 */
div.thumb-info {
	box-shadow: 3px 3px 5px #ccc;
}
.thumb-info .thumb-info-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  margin: 4px;
  overflow: hidden;
  display: block;
  position: relative;
}
div.thumb-info:hover {
	box-shadow: -3px -3px 5px #ccc;
}
.thumb-info {
  display: block;
  position: relative;
  text-decoration: none;
  max-width: 100%;
  background-color: #FFF;
  border: 1px solid #DDD;
  border-radius: 4px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.thumb-info:hover .thumb-info-wrapper::after {
	opacity: 1;
}
.thumb-info img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  position: relative;
  width: 100%;
}
.thumb-info:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.thumb-info.thumb-info-no-zoom img {
	-webkit-transition: initial;
	-moz-transition: initial;
	transition: initial;
}

.thumb-info.thumb-info-no-zoom:hover img {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

.thumb-info .thumb-info-wrapper::after {
	content: "";
	background: rgba(23, 23, 23, 0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 4px;
	bottom: -4px;
	color: #FFF;
	left: -4px;
	position: absolute;
	right: -4px;
	top: -4px;
	display: block;
	opacity: 0;
	z-index: 1;
}
.thumb-info:hover .thumb-info-action-icon {
  right: 0;
  top: 0;
}
.thumb-info .thumb-info-action-icon {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #CCC;
  border-radius: 0 0 0 25px;
  display: inline-block;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: -100px;
  text-align: center;
  top: -100px;
  width: 50px;
  z-index: 2;
}
.thumb-info img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  position: relative;
  width: 100%;
}
.image-gallery-item img {
	max-width: 100%;
	height: auto;
	display: block;
}
.thumb-info .thumb-info-action-icon i {
	font-size: 24px;
	color: #FFF;
}
.thumb-info .thumb-info-action-icon {
	background-color: #2275d7;
  color: white;
}
/*
 * Please place @media CSS code here
 *
 */
 /*
@media (min-width: 991px) {
  .dropdown:hover > .dropdown__container {
    opacity: 1 !important;
    pointer-events: all !important;
  }
}
*/
/* =======================================================
   DROPDOWN GENERICI
   ======================================================= */

.bar-1 .menu-horizontal > li,
.bar-1 .menu-vertical > li {
    position: relative;
}

.reserved-area .menu-vertical li.has-dropdown > .dropdown__container {
    left: auto !important;
    right: 100% !important;
    top: 3.5rem !important;
}
.publications .menu-vertical li.has-dropdown > .dropdown__container {
    top: 3.5rem !important;
}

/* =======================================================
   MENU PRINCIPALE HOVER
   ======================================================= */

.bar-1 .menu-horizontal > li > .dropdown__trigger {
    display: block;
    border: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-sizing: border-box;
    transition: all .2s linear;
}

.bar-1 .menu-horizontal > li:hover > .dropdown__trigger {
    background: #fff;
    border-color: #d0d0d0;
    border-bottom-color: #fff;
    border-radius: 6px 6px 0 0;
    z-index: 1002;
    animation: fadeIn .5s;
}

/* =======================================================
   SUBMENU RESERVED AREA
   ======================================================= */

.reserved-area {
    --submenu-shift: -25%;
}
.publications {
    --submenu-shift: -50%;
}

/* Applica lo spostamento a tutti i livelli */

.publications li.has-dropdown .dropdown__container,
.reserved-area li.has-dropdown .dropdown__container {
    transform: translateX(var(--submenu-shift));
}

/* =======================================================
   FRECCE SUBMENU
   ======================================================= */

.menu-vertical li.dropdown::after {
    content: '\e80a';
    font-family: 'stack-interface';
    position: absolute;
    top: 1rem;
    transition: transform .3s ease;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
}
.menu-vertical li.publications.has-dropdown::after {
    right: 0;
}
li.reserved-area .menu-vertical li.has-dropdown::after {
      left: .25rem;
}
.menu-vertical li.dropdown:hover::after {
    transform: translateY(10px) !important;
}

/* =======================================================
   HOVER VOCI MENU VERTICALE
   ======================================================= */

.bar-1 .menu-vertical > li > a.dropdown__trigger:hover {
    box-shadow:
        0 4px 3px 1px #FCFCFC,
        0 6px 8px #D6D7D9,
        0 -4px 4px #CECFD1,
        0 -6px 4px #FEFEFE,
        inset 0 0 3px 3px #CECFD1 !important;

    background-image:
        linear-gradient(
            to top,
            #D8D9DB 0%,
            #fff 80%,
            #FDFDFD 100%
        ) !important;

    filter: brightness(1) !important;
}
/*
 * Effetto dissolvenza per slide show Home Page
 */
.text-block-fade {
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 0;
}

/* Primo blocco */
.text-block-fade:nth-of-type(1) {
  animation: slideFade 15s ease-in-out forwards;
}

/* Secondo blocco */
.text-block-fade:nth-of-type(2) {
  animation: slideFade 15s ease-in-out forwards;
  animation-delay: 15s;
}
.text-block-fade p, .text-block-fade ul li {
  text-shadow: 1px 1px 4px #000;
  color: white;
}
.text-block-fade ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.text-block-fade li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    line-height: 2.5rem;
    padding-bottom: 1.5rem;
}

.text-block-fade li::before {
    content: "";
    width: 0.3em;
    height: 0.3em;
    border-radius: 50%;
    background: var(--color-primary);
    box-shadow: 1px 1px 4px #000;
    flex-shrink: 0;
}

@keyframes slideFade {
  0% {
    transform: translate(150vw, -50%);
    opacity: 0;
  }

  10% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }

  90% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }

  100% {
    transform: translate(-50%, -50%);
    opacity: 0;
  }
}