@charset "utf-8";
/* CSS Document */

.accordion { width:904px; float:none; text-align:left; margin:0 auto 0;}
.accordion h2 { width:100%; float:left; font-size:15px; font-weight:700; color:#ffffff; letter-spacing:normal; line-height:normal; text-transform:uppercase; cursor:pointer; background:#18869a url(../images/plus-white-plain-icon.svg) no-repeat 97.3% center; border-radius:50px; margin:0 0 11px; padding:13px 3.8% 14px 3.6%; font-family: 'Barlow', sans-serif;}
.accordion h2.active { background:#18869a url(../images/minus-white-plain-icon.svg) no-repeat 97.3% center;}
.accordion .content { width:100% !important; float:left; padding:12px 0 20px;}

.careers-wrapp .accordion { width:100%; float:left; text-align:center; margin:0 0 0;}
.careers-wrapp .accordion .content { width:100%; float:left; padding:30px 5% 6px;}

.accordion2 { width:100%; float:left; margin:0 0 0;}
.accordion2 h3 { width:100%; float:left; cursor:pointer; background:#18869a url(../images/plus-white-plain-icon.svg) no-repeat 97.3% center; border-radius:50px; padding:13px 34px 14px 36px;}
.accordion2 h3.active { background:#18869a url(../images/minus-white-plain-icon.svg) no-repeat 97.3% center;}
.accordion2 .content { width:100% !important; float:left; padding:32px 0 28px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion { width:100%; margin:0 0 0;}
.accordion h2 { font-size:13px; background-position:95% center; margin:0 0 10px; padding:13px 10% 14px 5%;}
.accordion h2.active { background-position:95% center;}
.accordion .content { width:100%; float:left; padding:12px 0 30px;}

.careers-wrapp .accordion .content { width:100%; padding:12px 5% 24px;}

.accordion2 { width:100%; margin:0 0 0;}
.accordion2 h3 { background-position:95% center; padding:13px 10% 14px 5%;}
.accordion2 h3.active { background-position:95% center;}
.accordion2 .content { width:100%; float:left; padding:16px 0 24px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion { width:100%; margin:0 0 0;}
.accordion h2 { font-size:13px; background-position:95% center; margin:0 0 10px; padding:13px 10% 14px 5%;}
.accordion h2.active { background-position:95% center;}
.accordion .content { width:100%; float:left; padding:12px 0 30px;}

.careers-wrapp .accordion .content { width:100%; padding:12px 5% 24px;}

.accordion2 { width:100%; margin:0 0 0;}
.accordion2 h3 { background-position:95% center; padding:13px 10% 14px 5%;}
.accordion2 h3.active { background-position:95% center;}
.accordion2 .content { width:100%; float:left; padding:16px 0 24px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion { width:100%; margin:0 0 0;}
.accordion h2 { font-size:13px; background-position:95% center; margin:0 0 10px; padding:13px 10% 14px 5%;}
.accordion h2.active { background-position:95% center;}
.accordion .content { width:100%; float:left; padding:12px 0 30px;}

.careers-wrapp .accordion .content { width:100%; padding:12px 5% 24px;}

.accordion2 { width:100%; margin:0 0 0;}
.accordion2 h3 { background-position:95% center; padding:13px 10% 14px 5%;}
.accordion2 h3.active { background-position:95% center;}
.accordion2 .content { width:100%; float:left; padding:16px 0 24px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.accordion { width:100%; margin:0 0 0;}
.accordion .content { padding:10px 0 30px;}
.accordion2 .content { padding:10px 0 12px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.accordion { width:100%; margin:0 0 0;}
.accordion .content { padding:13px 0 35px;}
.accordion2 .content { padding:13px 0 15px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}