

.accordion-wrapper {
  width: 100%;
  margin: 0 auto;
 position: relative;
 top: 12px;
}

.accordion-wrapper div { width: 100% }

.accordion-wrapper div p { padding: 8px; margin:0; }

.accordion-wrapper div:last-child { background-color:#fff;     width: 92%;}




.mob-menu{}
.mob-menu .mob-nav {
    position: absolute;
    margin: 72px 0 0 0;
}
.mob-menu a { display: block;
    width: 100%;
    line-height: 48px;
    border-bottom: solid 1px #DCDCDC;
    color: #222;
	    font-size: 16px;
    padding: 0 0 0 18px;
    background: #fff;}
.mob-menu a:hover{ background: #F6821F; color:#fff;}
.mob-menu .mob-icon img{    float: right; cursor: pointer;}




















