/*Copied from css*/
#content .whitepaper .col_last p:first-child {
    margin-bottom: 0px;
}
.vdivider {
    position: relative;
}
.vdivider:before {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #ddd;
    position: absolute;
    top: 0%;
    left: 50%;
    margin-left: -1px;
}

#content .whitepaper .col_last h2 {
    font-size: 28px;
}
.whitepaper .col_last {
    padding-right: 128px;
}
@media (max-width: 1400px){
#content .whitepaper .col_last h2 {
    font-size: 24px;
}
.whitepaper .col_last {
    padding-right: 32px;
}
}
@media (max-width: 875px) {
    .clistdiv.col_two_fifth {
        width: 48%;
        padding-right: 8px;
        height: auto !important;
        margin-bottom: 32px;
    }
    .clistdiv.col_two_fifth.col_last {
        padding-right: 0px;
        padding-left: 0px;
        margin-bottom: 0px;
    }
    .imgintro .container .col_two_third {
        width: 58.4%;
    }

    .imgintro .container .col_two_third + .col_one_third.col_last {
        width: 37.6%;
    }
    .clistdiv.empty {
        display: none;
    }
}
@media (max-width: 800px) {
    #content .section:first-child:not(.imgintro):not(.logointro):not(.mnav) .col_two_third {
        width: 100%;
        float: none;
        clear: both;
        margin: 0px;
    }
    #content .section:first-child:not(.imgintro):not(.logointro):not(.mnav) .col_two_third + .col_one_third.col_last {
    width: 100%;
    float: none;
    clear: both;
    margin: 0px;
    margin-top: 32px;
    }
    #content .overlap .wrapper .col_three_fourth {
    width: 100%;
    float: none;
    clear: both;
    margin: 0px;
    padding: 0px;
    }
    .col_two_third.dividerright {
    border: none;
    }
    #content .section:first-child .container .col_two_third.dividerright + .col_one_third.col_last .bulogo {
    padding-right: 0px;
}
}
@media (max-width: 760px){
#content .col_two_third p:last-child {
    margin-bottom: 0px;
}
#content .section .clistdiv.col_two_fifth, #content .section .clistdiv.col_two_fifth.col_last {
    width: 100%;
    float: none;
    display: block;
    clear: both;
    margin: 0px;
    margin-bottom: 32px;
    height: auto !important;
}
 #content .col_two_fifth.mgray, #content .clistdiv.col_two_fifth.mgray, #content .clistdiv.col_two_fifth.col_last.mgray {
    width: calc((100%) - -32px);
    position: relative;
    left: -16px;
    padding: 32px 16px;
}
 #content .section:first-child .container .col_two_third.dividerright {
    padding-right: 0%;
}
}
