#toggle-content-group {margin-top:40px;}
#toggle-content-group .toggle-content-group-entry {position:relative;padding-bottom: 1px;padding-top: 15px;padding-bottom: 15px;}
#toggle-content-group .toggle-content-group-entry:first-child:before {
    content: "";
    background: url(../images/box-shadow1.png) center no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 100%;
    height: 18px;
}
#toggle-content-group .toggle-content-group-entry:after {
    content:"";
    background: url(../images/box-shadow1.png) center no-repeat;
    background-size: contain;
    bottom:-18px;
    left:0;
    right:0;
    margin:auto;
    position: absolute;
    width: 100%;
    height: 18px;
}
#toggle-content-group .toggle-content-group-entry .title-wrapper {position:relative;cursor:pointer;padding-right: 40px}
#toggle-content-group .toggle-content-group-entry h1,
#toggle-content-group .toggle-content-group-entry h2 {
    margin-bottom:0px;
    color: #189cd6;
    font-weight: 700;
}

#toggle-content-group .toggle-content-group-entry .caret {
	  border: 0;
    cursor: pointer;
    vertical-align: sub;
    position: absolute;
    top: 19%;
    right: 34px;
}
#toggle-content-group .toggle-content-group-entry .caret:before {
    content: url(../images/caret4-plus.png);
    z-index: 2;
    border-radius: 50px;
    box-shadow: 1px 0px 4px rgba(0,0,0,.4);
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
}
#toggle-content-group .toggle-content-group-entry .title-wrapper.active .caret:before {
    content:url(../images/caret4-minus.png);
    z-index: 2;
    border-radius: 50px;
    box-shadow: 1px 0px 4px rgba(0,0,0,.4);
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
}

#toggle-content-group .toggle-content-group-entry .content {display:none;padding-top:30px;}