.vfc-col,
.lts-one-half,
.lts-one-third,
.lts-two-third,
.lts-three-fourth,
.lts-one-fourth,
.lts-one-fifth,
.lts-two-fifth,
.lts-three-fifth,
.lts-four-fifth,
.lts-one-sixth,
.lts-five-sixth {
    position: relative;
    margin-right: 4%;
    margin-bottom: 20px;
    float: left;
}

.lts-one-half { width: 48%; }
.lts-one-third { width: 30.5%; }
.lts-one-fourth { width: 22%; }
.lts-one-fifth { width: 16.8%; }
.lts-one-sixth { width: 13.33%; }
.lts-two-fifth { width: 37.6%; }
.lts-two-third { width: 65.33%; }
.lts-three-fifth { width: 58.4%; }
.lts-three-fourth { width: 74%; }
.lts-four-fifth { width: 67.2%; }
.lts-five-sixth { width: 82.67%; }

.col-last,
.lts-col-last {
    margin-right: 0 !important;
    clear: right;
}

.clear {
    clear: both;
}

@media only screen and (max-width: 767px) {
    .vfc-col,
    .lts-one-half,
    .lts-one-third,
    .lts-two-third,
    .lts-three-fourth,
    .lts-one-fourth,
    .lts-one-fifth,
    .lts-two-fifth,
    .lts-three-fifth,
    .lts-four-fifth,
    .lts-one-sixth,
    .lts-five-sixth {
        width: 98% !important;
        padding: 0 1%;
        margin-right: 0 !important;
        float: none;
        clear: both;
    }
}

.lizatom-accordion {
    font-size: 14px;
    margin: 0 0 20px 0;
}

.lizatom-accordion dt {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    margin-bottom: 4px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    padding: 18px 18px 18px 48px;
    background: linear-gradient(180deg, #f7f7f7 0%, #e1e1e1 100%);
}

.lizatom-accordion dd {
    display: none;
    padding: 10px 14px 18px;
    margin: 0 0 8px 0;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    border-radius: 0 0 5px 5px;
    background: #fff;
}

.lizatom-accordion dt::before {
    content: '+';
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    line-height: 1;
    color: #555;
}

.lizatom-accordion dt.current::before {
    content: '–';
}

.lizatom-accordion dt.current + dd {
    display: block;
}

.lizatom-list,
.lizatom-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.lizatom-list li {
    list-style: none;
    margin: 0 0 6px 0;
    padding: 2px 0 2px 32px;
    line-height: 1.4;
    background-repeat: no-repeat;
    background-position: left center;
}

.lizatom-list li ul li {
    padding-left: 24px;
}

.lizatom-list.play li {
    background-image: url('/wp-content/uploads/2016/02/Adobe_PDF_file_icon_24x24.png');
}
