.smk_accordion {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 0px;
}
/**
 * --------------------------------------------------------------
 * Section
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in {
  border: none;
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
  margin-bottom:0px;
}
/**
 * --------------------------------------------------------------
 * Head
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_head {
  position: relative;
  background: #0a4f9d;
  padding: 13px 0px 13px 40px;
  color:#fff; 
  display: block;
  cursor: pointer;
  border-radius:0px;  
  border-bottom:0px solid #DBDBDB;
  font-family: 'Graphik-Medium';
  font-size: 25px; line-height: 25px;
}
.smk_accordion .accordion_in .acc_head .acc_icon_expand {
  display: block;
  width: 10px;
  height: 6px;
  position: absolute;
  left: 3px;
  top: 50%;
  margin-top: -5px;
  background: url(../images/arrow-down1.svg) center 0;
}
/**
 * --------------------------------------------------------------
 * Content
 * --------------------------------------------------------------
 */
.smk_accordion .accordion_in .acc_content {
  
  /*color: #7B7E85;*/
  padding:5px 0px 0;
  float:left; width:100%;
}
.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: 0px;
}
.smk_accordion .accordion_in:last-of-type,
.smk_accordion .accordion_in:last-of-type .acc_content {
  border-radius: 0 0 0px 0px;
}
.smk_accordion .accordion_in.acc_active > .acc_content {
  display: block; margin-bottom: 20px;
}
.smk_accordion .accordion_in.acc_active > .acc_head {
  background: #0a4f9d;
}
.smk_accordion .accordion_in.acc_active > .acc_head .acc_icon_expand {
  background: url(../images/arrow-up.svg) center 0px;
}
.smk_accordion.acc_with_icon .accordion_in .acc_head {
  padding-right: 0px;
}

.mobile-menu .nav ul li.mi-dato { margin-bottom: 0;}
.mobile-menu .nav ul li { margin-bottom: 15px;}
.mobile-menu .nav ul li.mi-dato:nth-child(3n) { margin-bottom: 25px;}