 .accordion-container {
	width: 100%;
    border-bottom: 1px solid #999;
}
.accordion-container .accordion-tab {
	width: 100%;
	border-top: 0;
	position: relative;
	z-index: 2;
	padding: 10px 15px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	background: #fff;
}

 .accordion-container .accordion-tab span {
	margin: 0;
	color: #333;
	float: left;
	font-size: 18px;
	pointer-events: none;
	line-height: 1.666;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
}
 .accordion-container .accordion-tab:after {
	content: '';
	display: table;
	background-size: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 35px;
	width: 35px;
	vertical-align: text-bottom;
	background-image: url(/Portals/_default/Skins/IMAGINiTV2/images/plus-icon.svg);
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform 0.25s;
	transition: -webkit-transform 0.25s;
	-o-transition: transform 0.25s;
	transition: transform 0.25s;
	transition: transform 0.25s, -webkit-transform 0.25s;
}
 .accordion-container .accordion-tab[aria-expanded='true']:after {
    background-image: url(/Portals/_default/Skins/IMAGINiTV2/images/minus-icon.svg);
}
 .accordion-container .accordion-content {
	overflow: hidden;
	-webkit-transition: max-height 0.25s linear;
	-o-transition: max-height 0.25s linear;
	transition: max-height 0.25s linear;
	background: #fff;
}
 .accordion-container .accordion-content[aria-hidden='false'] {
	-webkit-transition: max-height 0.25s linear;
	-o-transition: max-height 0.25s linear;
	transition: max-height 0.25s linear;
	width: 100%;
	position: relative;
	z-index: 1;
}
.accordion-container .accordion-content[aria-hidden='true'] {
	max-height: 0 !important;
}
 .accordion-container .accordion-content .accordion-content--wrapper {
	padding: 15px;
	border: 0px solid #ccc;
}
.accordion-tab .faq-title {
  color: #0096d6 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
    margin: 0 0 5px !important;
}

.accordion-container .accordion-content .accordion-content--wrapper a{
	font-family: "Galano Grotesque Bold",Sans-Serif !important;
}