.accordionjs {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 20px;
}
.accordionjs .acc_section {
  border: none;
  position: relative;
  z-index: 10;
  margin-top: -1px;
  overflow: hidden;
}
.accordionjs .acc_section .acc_head {
  position: relative;
  background: #20364b;
  padding: 10px;
  margin-bottom:5px;
  display: block;
  cursor: pointer;
      color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'OPEN SANS';
}
.accordionjs .acc_section .acc_head h3 {
  line-height: 1;
  margin: 5px 0;
}
.accordionjs .acc_section .acc_content {
  padding: 10px 0 25px;
}
/*.accordionjs .acc_section:first-of-type,
.accordionjs .acc_section:first-of-type .acc_head {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.accordionjs .acc_section:last-of-type,
.accordionjs .acc_section:last-of-type .acc_content {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}*/
.accordionjs .acc_section.acc_active > .acc_content {
  display: block;
}
.accordionjs .acc_section.acc_active > .acc_head {
  /*background: #F9F9F9;*/
  border-bottom: 1px solid #ccc;
}
.accordionjs tr, .accordionjs td, .accordionjs th {
    border: 1px solid #d3d3d352;
	padding: 10px 0;
}
.accordionjs table {
	border-spacing: 0;
}
.accordionjs table tr:first-child, .accordionjs table tr:nth-child(2), .accordionjs table tr:nth-child(3), .accordionjs table tr:nth-child(4), .accordionjs table tr:nth-child(5)  {
    text-align: center;
}
.accordionjs table {
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 300;
	font-size: 18px;
}
.vc_tta-controls-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    right: 2px;
    top: 1px;
    bottom: 2px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-25%,-25%);
	height: 10px;
    width: 10px;
}
.blue_head {
  position: relative;
  background: #20364b;
  padding: 10px;
  margin-bottom:5px;
  display: block;
      color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'OPEN SANS';
}