@charset "UTF-8";

body {
overflow: hidden !important	 
}

 ul#unis-mob {
  margin: 0 10px 0 -10px;
  padding: 0;
  list-style: none;
}
 #sample-1 {
width: 100%;	
padding-left: 10px;
}
.lev1 {
background-image: linear-gradient(#e6e6e6, #f9f9f9);
border-top: 1px solid #FFF;

}

.lev3 {
background-image: linear-gradient(#f5f5f5, #fff);
border-top: 1px solid #FFF;
}
ul#unis-mob li {
  margin: 0;
  padding: 0;
  list-style: none;
}

 
 ul.lev2  {
margin-left: -39px !important;
}

a.lev1 {
  display: block;
  padding: 15px 2px 15px 10px  !important;
font-size: 16px;
font-family: Verdana, arial;
font-weight: bold;
  border-bottom: 1px solid #CCC;
text-shadow: 0 -1px 0 #f9f9f9;
}
 a.lev3 {
  display: block;
  padding: 15px 2px 15px 10px  !important;
font-size: 15px;
font-family: Verdana, arial;
font-weight: bold;
  border-bottom: 1px solid #CCC;
text-shadow: 0 -1px 0 #f9f9f9;
}
.list-uni-ul li.ac-trigger a.imprimi {
  display: block;
font-size: 15px;
font-family: Verdana, arial;
font-weight: bold;
list-style: none;
color: #000;
text-decoration: none;
display: block;
font-weight: normal;
margin: -18px 0 -13px -2px   !important;

}

.bbottom {
border-bottom: 1px solid #CCC  !important;
}

.myAccordion-list li a:active { background-color: #fafafa }

.myAccordion-list li:last-child a { border-bottom: none }

.myAccordion-list>li>ul li a { 
  padding: 14px 2px 14px 2px;
  font-weight: normal;
 }

.ac ul{
    display: none 
}
 


.ac-list-item{
    position:relative
}
.ac-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    width:1rem;
    height:1rem;
    position:absolute;
    top:1rem;
    right:10px;
	font-size: 26px;
	color: red;
	font-weight: bold
}
 
 .ac-btn::after{
    content:"‹";
	transform: rotate(270deg);
	transition: 0.3s
}
.ac .is-open>.ac-list{
    display:block
}
.ac .is-open>.ac-btn::after{
    content:"‹";
	transform: rotate(90deg);
	margin-right: -6px !important;
	transition: 0.3s
}
.ac--animation ul{
display: none;
overflow:hidden
}
.ac--animation .is-open>.ac-list{
display: block;
}
/*# sourceMappingURL=simple-accordion.css.map */
 
