

.content-34 .desktop_table {
    display: block;
}
.content-34 .mobile_table {
    display: none;
}

/*** ----- ***/

.content-34 .table-heading-row {
    margin-bottom: 60px;
}
.content-34 .table-heading {
    padding: 30px 45px 30px;
    background: #091F5B;
    color: var(--white);
    border-right: 1px solid #707070;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.content-34 .table-heading > p {
    margin-bottom: 0;
}
.content-34 .table-heading > p.table-subheading {
    font-size: 12px;
    line-height: 16px;
    margin-top: 15px;
}

.content-34 .table-column-cell {
    padding: 36px 45px;
    /*border-right: 1px solid #D8D8D8;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.content-34 .table-column-cell:nth-child(5) {
    border-right: 0px;
}
.content-34 .table-column-cell * {
    margin: 0;
}

/*.content-34 .table-body-row .table-column-cell {*/
    /*border-bottom: 1px solid #707070;*/
/*}*/

.content-34 .table-body-row:nth-child(even) .table-column-cell{
    background: #EDEDE8;
}
.content-34 .table-body-row:nth-child(odd) .table-column-cell {
    background: #FFFFFF;
}


/***** COLUMN SIZES *****/

.content-34 .increment_1,
.content-34 .column_1 {
    width: 33.333333%;
    max-width: 33.333333%;
    min-width: 33.333333%;
}
.content-34 .increment_2,
.content-34 .column_2 {
    width: 33.333333%;
    max-width: 33.333333%;
    min-width: 33.333333%;
}
.content-34 .increment_3,
.content-34 .column_3 {
    width: 33.333333%;
    max-width: 33.333333%;
    min-width: 33.333333%;
}

@media(max-width: 1799.98px) {
    .content-34 .table-column-cell,
    .content-34 .table-heading {
        padding: 36px;
    }
    .content-34 .increment_1,
    .content-34 .column_1 {
        width: 33.333333%;
        max-width: 33.333333%;
        min-width: 33.333333%;
    }
    .content-34 .increment_2,
    .content-34 .column_2 {
        width: 33.333333%;
        max-width: 33.333333%;
        min-width: 33.333333%;
    }
    .content-34 .increment_3,
    .content-34 .column_3 {
        width: 33.333333%;
        max-width: 33.333333%;
        min-width: 33.333333%;
    }
    .content-34 .table-heading > p.table-subheading {
        margin-top: 5px;
    }
}




@media(max-width: 1599.98px) {
    .content-34 .table-column-cell,
    .content-34 .table-heading {
        padding: 20px;
    }

    .content-34 .increment_1,
    .content-34 .column_1 {
        padding-left: 40px;
    }
}





@media(max-width: 1199.98px){
    .content-34 .table-heading {
        padding: 15px 20px 15px;
    }
    .content-34 .table-column-cell {
        padding: 15px 20px;
    }
    .content-34 .increment_1,
    .content-34 .column_1 {
        padding-left: 30px;
    }
}



/**** Kick in mobile accordion ***/

@media(max-width: 991.98px){

    .content-34 .desktop_table {
        display: none;
    }
    .content-34 .mobile_table {
        display: block;
    }

    .content-34 .mobile_table .table-column-cell,
    .content-34 .mobile_table .table-heading {
        padding: 36px;
    }
    .content-34 .mobile_table .increment_1,
    .content-34 .mobile_table .column_1 {
        width: 100%;
        max-width: 100%;
    }
    .content-34 .mobile_table .increment_2,
    .content-34 .mobile_table .column_2 {
        width: 100%;
        max-width: 100%;
    }
    .content-34 .mobile_table .increment_3,
    .content-34 .mobile_table .column_3 {
        width: 100%;
        max-width: 100%;
    }
    .content-34 .mobile_table .increment_4,
    .content-34 .mobile_table .column_4 {
        width: 100%;
        max-width: 100%;
    }
    .content-34 .mobile_table .increment_5,
    .content-34 .mobile_table .column_5 {
        width: 100%;
        max-width: 100%;
    }

    .content-34 .mobile_table .accordion_dropdown .table-column-cell p {
        width: 100%;
        position: relative;
    }

    .content-34 .mobile_table .accordion_dropdown .table-column-cell:last-of-type p::after {
        display: none;
    }

    .content-34 .mobile_table .table-heading-row {
        margin-bottom: 30px;
    }
    .content-34 .mobile_table .table-headings-row {
        display: none;
    }
    .content-34 .mobile_table .table-column-cell:nth-child(3),
    .content-34 .mobile_table .table-column-cell:nth-child(4),
    .content-34 .mobile_table .table-column-cell:nth-child(5) {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .content-34 .mobile_table .table-column-cell {
        border-right: 0px;
        padding: 20px 30px;
    }
    .content-34 .mobile_table .table-column-cell:nth-of-type(1) {
        padding-top: 0;
    }
    .content-34 .mobile_table .table-column-cell.column_1 p.h4style {
        font-size: 30px;
    }
    .content-34 .mobile_table .table-column-cell.column_1 {
        padding: 30px;
        position: relative;
    }
    .content-34 .mobile_table .column_1::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) rotate(-180deg);
        transition: ease all .3s;
        right: 30px;
        height: 15px;
        width: 15px;
        background-image: url('assets/plus.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .content-34 .mobile_table .column_1.active::after {
        background-image: url('assets/minus.svg');
        transform: translateY(-50%) rotate(0deg);
    }
    .content-34 .mobile_table .table-body-row:nth-child(odd) {
        background: #D8D8D8;
    }


    .content-34 .mobile_table .accordion_dropdown {
        padding-bottom: 5px;
        width: 100%;
    }

    .content-34 .mobile_table .accordion_dropdown span.column-heading {
        font-size: 18px;
        line-height: 24px;
        display: block;
        margin-bottom: 5px;
        font-weight: 600;
        width: 100%;
    }


    .content-34 .mobile_table .accordion_dropdown span.column-subheading {
        font-size: 14px;
        line-height: 21px;
        display: block;
        margin-bottom: 10px;
        font-weight: 400;
        width: 100%;
    }


    .content-34 .mobile_table .accordion_dropdown p:first-of-type {
        font-weight: 600;
    }

    .content-34 .mobile_table .mobile-heading {
        text-align: center;
        background: #091F5B;
    }
    .content-34 .mobile_table .mobile-heading * {
        color: #f5f5f5;
        margin-bottom: 0;
        padding: 30px;
    }
    .content-34 .mobile_table .table-body-row {
        border-bottom: none;
    }

    .content-34 .mobile_table .table-body-row:nth-child(even) {
        background: #ffffff;
    }
    .content-34 .mobile_table .table-body-row:nth-child(odd) {
        background: #f5f5f5;
    }

    .content-34 .mobile_table .table-body-row .table-column-cell {
        border-bottom: none;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .content-34 .table-body-row:nth-child(even) .table-column-cell{
        background: transparent;
    }
    .content-34 .table-body-row:nth-child(odd) .table-column-cell{
        background: transparent;
    }

}