.accordion {
  font-family: "JF Flat Regular";
  src: url("http://f9ir.github.io/acc/acc/font/JF-Flat-regular.eot");
  src: url("http://f9ir.github.io/acc/acc/font/JF-Flat-regular.eot?#iefix") format("embedded-opentype"), url("http://f9ir.github.io/acc/acc/font/JF-Flat-regular.svg#JF Flat Regular") format("svg"), url("http://f9ir.github.io/acc/acc/font/JF-Flat-regular.woff") format("woff"), url("http://f9ir.github.io/acc/acc/font/JF-Flat-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;  
  margin-top: 40px;
  padding: 20px;
}
.accordion .item {
  height: auto;
  padding: 7px 20px;
  cursor: pointer;
}
.accordion .item h4 {
  display: inline-block;
  vertical-align: middle;
  height: 100%; 
  font-family: "JF Flat Regular"; 
  font-weight: 400;
}
.accordion .item img {
  padding-left: 15px;
  width: 30px;
  vertical-align: middle;
}
.accordion .item h3:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.accordion .item{
  background: #f4f5f7;
  color: #414346;
}
/*.accordion .item:nth-of-type(2) {
  background: #a53f3f;
  color: #ffe9c1;
}
.accordion .item:nth-of-type(3) {
  background: #f4ce74;
  color: #620808;
}
.accordion .item:nth-of-type(4) {
  background: #ffe9c1;
  color: #d5441c;
}
.accordion .item:last-of-type {
  background: #d5441c;
  color: #ffe9c1;
}*/
.accordion p {
  font-family: "JF Flat Regular";
  font-size: 18px;
  font-weight: 400;
  padding: 15px;
  display: none;
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.2);
  background: #f4f5f7;
  color: #565656;
}
/*.accordion p:first-of-type {
  background: #620808;
  color: #f4ce74;
}
.accordion p:nth-of-type(2) {
  background: #a53f3f;
  color: #ffe9c1;
}
.accordion p:nth-of-type(3) {
  background: #f4ce74;
  color: #620808;
}
.accordion p:nth-of-type(4) {
  background: #ffe9c1;
  color: #d5441c;
}
.accordion p:last-of-type {
  background: #d5441c;
  color: #ffe9c1;
}*/
.single-accordion{
  margin-bottom: 15px;
  box-shadow: 0px 3px 2px -2px;
}
.accordion-session{
  padding-top: 20px
}
.accordion-session  .home-title-bottom span::before, #contact-us  .home-title-bottom span::before{
  background: #ff9800;
}
.accordion-session  .home-title-bottom, #contact-us  .home-title-bottom{
  border-top: 2px solid #ff9800;
}