.smk_accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;

}
/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in {
  border: 0px solid #dbdac7;
  position: relative;
  z-index: 10;
  margin-top: -0px;
  overflow: hidden;
}
/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_head {
  position: relative;
  padding: 8px 0px 8px 10px; border-radius: 5px; min-height:37px;
  font-size: 14px; color:#444443; font-family: 'Oswald', sans-serif; border:#dbdac7 solid 1px; margin-bottom:2px; 
  display: block; 
  cursor: pointer;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffff5+0,f1f0dd+100 */
background: #fffff5; /* Old browsers */
background: -moz-linear-gradient(top,  #fffff5 0%, #f1f0dd 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffff5), color-stop(100%,#f1f0dd)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fffff5 0%,#f1f0dd 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fffff5 0%,#f1f0dd 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fffff5 0%,#f1f0dd 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fffff5 0%,#f1f0dd 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffff5', endColorstr='#f1f0dd',GradientType=0 ); /* IE6-9 */

  
  
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 54px;
  height: 37px;
  position: absolute;
  right: 0px;
  top: 0%;
  margin-top: -0px;
  background: url(../images/plus.png) center 38px;
}
/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_content {
  
  color: #7B7E85;
  padding:10px 0px 15px 0px;
}
.smk_accordion .accordion_in .acc_content h1:first-of-type,
.smk_accordion .accordion_in .acc_content h2:first-of-type,
.smk_accordion .accordion_in .acc_content h3:first-of-type,
.smk_accordion .accordion_in .acc_content h4:first-of-type,
.smk_accordion .accordion_in .acc_content h5:first-of-type,
.smk_accordion .accordion_in .acc_content h6:first-of-type {
  margin-top: 5px;
}
/**
 * --------------------------------------------------------------
 * General
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in:first-of-type,
.smk_accordion .accordion_in:first-of-type .acc_head {
  border-radius: 5px;
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
  border-radius: 5px;
}
.smk_accordion .accordion_in.acc_active > .acc_content {
  display: block;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
  
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
  background: url(../images/plus.png) center -2px;
}

