.accordionWrapper{}
.accordionItem{
    float:left;
    display:none;
    width:100%;
    box-sizing: border-box;
}
.accordionItemHeading{
    cursor:pointer;
    margin:0px 0px 10px 0px;
    padding:10px;
    background:#FFE162;
    color:#000;
    width:100%;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
        box-sizing: border-box;
    position:relative;
    font-size:2.5rem;
    font-weight:normal;
}
.accordionItemContent{
font-size:1.8rem;
}
.text-center {  text-align: center;}
.accordionItemContent .btn{
font-size:2rem;
}
.accordionItemContent .btn.btn-small{
	padding:11px 5px;
}
.accordionItemContent .btn::after{
	top:8px;
	width: 23px;
	height:21px;
	margin-left:10px;
}

.close .accordionItemContent{
    height:0px;
    transition:height 1s ease-out;
    -webkit-transform: scaleY(0);
 -o-transform: scaleY(0);
 -ms-transform: scaleY(0);
 transform: scaleY(0);
    float:left;
    display:block;


}
.open .accordionItemContent{
        padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    margin: 0px 0px 10px 0px;
    display:block;
    -webkit-transform: scaleY(1);
 -o-transform: scaleY(1);
 -ms-transform: scaleY(1);
 transform: scaleY(1);
    -webkit-transform-origin: top;
 -o-transform-origin: top;
 -ms-transform-origin: top;
 transform-origin: top;

 -webkit-transition: -webkit-transform 0.4s ease-out;
 -o-transition: -o-transform 0.4s ease;
 -ms-transition: -ms-transform 0.4s ease;
 transition: transform 0.4s ease;
        box-sizing: border-box;
}
.close .accordionItemHeading:after{
display: block;
    top:50%;
    content: '';
    width: 13px;
    height: 10px;
    position: absolute;
    right: 33px;
    background: url(/wp-content/themes/se-group/images/arrow.svg) no-repeat;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.open .accordionItemHeading{
    margin:0px;
        -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #FFE162;
    color: #000;
}
.open .accordionItemHeading:after{
display: block;
    top:50%;
    content: '';
    width: 13px;
    height: 10px;
    position: absolute;
    right: 33px;
    background: url(/wp-content/themes/se-group/images/arrow-up.svg) no-repeat;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btnLang{padding:15px; background-color:transparent; width:75px; margin:0 10px}
.btnLang.active{background-color:#FFE162}
#popupCourseTitle { font-size: 2rem; display:block;}
@media only screen and (max-width: 768px) {
	.accordionItemContent{ font-size: 1.5rem; padding:10px !important;}
	.borderBottomMobile { border-bottom: 1px solid #ccc;}
}
