.emtnlplgn-accordion .emtnlplgn-panel-title {
	display: block;
	cursor: pointer;
}
.emtnlplgn-accordion .emtnlplgn-panel-content {
	display: none;
	overflow: hidden;
}
.emtnlplgn-accordion .emtnlplgn-panel .icon-arrow {
	display: inline-block;
	float: right;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.emtnlplgn-accordion .emtnlplgn-panel.emtnlplgn-active .icon-arrow {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.emtnlplgn-accordion.style1 .emtnlplgn-panel .emtnlplgn-panel-title,
.emtnlplgn-accordion.style3 .emtnlplgn-panel .emtnlplgn-panel-title {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
.emtnlplgn-accordion.style2 .emtnlplgn-panel .emtnlplgn-panel-title {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

/* ----- Style 1 ------ */
.emtnlplgn-accordion.style1 .emtnlplgn-panel {
    margin: 25px 0 0;
    border-radius: 0px;
    overflow: hidden;
}
.emtnlplgn-accordion.style1 .emtnlplgn-panel .emtnlplgn-panel-title {
	position: relative;
	display: block;
	padding: 20px 35px 20px 35px;
    font-size: 15px;
    line-height: 20px;
	letter-spacing: 1.2px;
	font-weight: 600;
	text-transform:	uppercase;
	margin: 0;
}
.emtnlplgn-accordion.style1 .emtnlplgn-panel .emtnlplgn-panel-content {
	padding: 28px 35px 28px 35px;
	line-height: 32px;
}

/* ----- Style 2 ------ */
.emtnlplgn-accordion.style2 .emtnlplgn-panel {
	margin: 0px 0 0;
	-webkit-transition: color .3s;
	transition: color .3s;
	position: relative;
}
.emtnlplgn-accordion.style2 .emtnlplgn-panel .emtnlplgn-panel-title {
	position: relative;
    display: block;
    border-radius: 0px;
    border: 0px solid #dcdcdc;
	border-bottom: 1px solid #f2f3f4;
    overflow: hidden;
    padding: 20px 35px 20px 35px;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 1.2px;
	text-transform:	uppercase;
    font-weight: 600;
    color: #161616;
	margin: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}
.emtnlplgn-accordion.style2 .emtnlplgn-panel .emtnlplgn-panel-title:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	z-index: -1;
}
.emtnlplgn-accordion.style2 .emtnlplgn-panel .emtnlplgn-panel-content {
    padding: 28px 35px 28px 35px;
    border-color: #f2f3f4;
    border-style: solid;
    border-width: 0 0px 1px 0px;
    border-radius: 0 0 0px 0px;
}
.emtnlplgn-accordion.style2 .emtnlplgn-panel:hover .emtnlplgn-panel-title,
.emtnlplgn-accordion.style2 .emtnlplgn-panel:hover .emtnlplgn-panel-title:after {
	border-color: #f2f3f4;
}
.emtnlplgn-accordion.style2 .emtnlplgn-panel:hover .emtnlplgn-panel-title:before {
	height: 100%;
}
.emtnlplgn-accordion.style2 .emtnlplgn-panel.emtnlplgn-active .emtnlplgn-panel-title {
	border-radius: 0px 0px 0 0;
	border-width: 0px;
	border-color: #f2f3f4;
}
