.content-accordion--item{
    padding:35px 28px;
    font-weight:300;
    display:none;
}
.content-accordion--item h5,
.content-accordion--jtitle{
    font-family: var(--font-family-sweetSansPro);
    font-size:15px;
    color:#4D5B6A;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:2px;
}
.content-accordion--jtitle{
    color:#A5ACB3;
}
.content-accordion--desc p:last-child{
    margin-bottom:0;
}
.content-accordion--item ul li{
    padding-left:20px;
    margin-bottom:20px;
}

.btn-toggle{
    padding-top:0;
    padding-bottom: 3px;
    border-width: 2px;
    position:relative;
}
.btn-toggle:hover{
    border-width:2px;
}
.btn-toggle:after{
    width: 8px;
    height: 8px;
    background: url(../../../assets/images/plus-icon.svg) no-repeat center / contain;
    position: relative;
    display: inline-block;
    top: 0;
    margin-left: 10px;
}
.btn-toggle:hover:after{
    right:0;
}
.btn-toggle:before{
    display:none;
    content:"";
    width: 8px;
    height: 2px;
    background-color: #5D82A1;
    position: absolute;
    top: 10px;
    right: 0px;
}
.btn-toggle.show-less:after{
    display:none;
}
.btn-toggle.show-less{
    padding-right:15px;
}
.btn-toggle.show-less:before{
    display:block;
}

.content-accordion--hide{
    display:none;
}

#showMore{
    width: 225px;
    margin: 60px auto 0;
    border: 2px solid #5D82A1;
    font-size: 13px;
    color: #5D82A1;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
    line-height: 1;
    cursor: pointer;
    font-weight: 700;
}
#showMore:hover{
    background-color:#5D82A1;
    color:#fff;
}
.full .row>.col-md-8{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
@media (min-width:768px){
    .content-accordion--item{
        padding:37px 98px;
    }
}

@media (max-width:575px){
    .content-accordion--item h4{
        font-size:22px;
    }
}