
.h3-accordion {
    /*background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;*/
   
    font-weight: 500 !important;
    font-size: 120% !important;
    color: #555555;
    transition: 0.4s;
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em 2.2em;
    min-height: 0;
	border:none;
	width:100%;
	text-align:left;
	background:transparent;
}
/*.h3-accordion:nth-of-type(odd) {
    background: #E7E7E7 none repeat scroll 0% 0% !important;
}
.h3-accordion:nth-of-type(even) {
    background: #F2F2F2 none repeat scroll 0% 0% !important;
} */
.uncsa-accordion >h3, .uncsa-accordion >h2 {
	margin:0;
}
.uncsa-accordion > h3:nth-of-type(odd), .uncsa-accordion > h2:nth-of-type(odd) {
	 background: #E7E7E7 none repeat scroll 0% 0% !important;
}
.uncsa-accordion > h3:nth-of-type(even), .uncsa-accordion > h2:nth-of-type(even) {
	background: #F2F2F2 none repeat scroll 0% 0% !important;
}
.accordionIcon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px;
    background-size: 30px;
    width: 20px;
    height: 20px;
    background: url('/_resources/img/arrow-down.png') no-repeat -5px;
    background-size: 30px;
    width: 20px;
    height: 20px;
}
.accordionIcon.active {
    background: url('/_resources/img/arrow-up.png') no-repeat -5px;
    background-size: 30px;
}
.active, .accordion:hover {
    background-color: #ccc;
}
div.uncsa-accordion {
    font-family: "gotham a", "gotham b", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
	margin-bottom:3rem;
}
div.uncsa-accordion > div {
    display: block;
    padding: 0 2.2rem;
    max-height: 0;
    overflow: hidden;
    /*font-family: utopia, serif !important;*/
    transition: max-height 0.3s ease-out;
	
}

div.uncsa-accordion > div.panel-open {
	/*padding: 1em 2.2em;*/
	padding:1rem 2.2rem;
	transition: padding 0.3s ease-out;
}

@media (min-width: 64em){
    div.uncsa-accordion {
        padding: 0 0.5rem;
    }
	.exButton {
		margin-right:0.5rem;
	}
}
.exButton {
   /* background-image: linear-gradient(transparent 0%, transparent 90%, #45b8ac 90%, #45b8ac 100%);
    background-position: bottom;
    background-size: 100% 100%; */
	 border-bottom:solid 2px #7462d1;
	  transition: border-width $transition;
    font-family:"gotham a", "gotham b", sans-serif;
font-size:80%;
}
.exButton:hover {
    border-bottom-width:5px;
}