.cont-out-options ul {
    padding: 0;
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbo;x
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
     justify-content: flex-start;
}
.cont-out-options ul li {
    list-style: none;
    margin: 0 8px 0 0;
}
.cont-out-options ul li a {
    text-decoration: none;
    color: #b42447;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    font-family: 'Nexa w01 Bold';
}
.cont-out-options .print {
    background: url(../png/print.png) no-repeat;
    width: 22px;
    height: 13px;
    display: inline-block;
    margin-right: 5px;
}
.cont-out-options .export {
    background: url(../png/export.png) no-repeat;
    border: none;
    padding-left: 20px;
    color: #b42447;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    outline: none;
    font-family: 'Nexa w01 Bold';
}
.cont-out-options .mail {
    background: url(../png/email1.png) no-repeat;
    width: 22px;
    height: 13px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.vList {
    padding: 0;
    margin: 0;
}
.vList li {
    list-style: none;
    margin-bottom: 1px;
}
.vList li:last-child .vList-standard {
    margin-bottom: 20px;
}
.vList h2 {
    background: url(../svg/collapse-white.svg) no-repeat #8f1336 97% 10px;
    padding: 15px;
    color: #FFF;
    font-size: 1em;
    margin: 0;
    text-transform: uppercase;
    background-size: 28px;
    cursor: pointer;
    font-family: 'Nexa w01 Bold';
}
.vList h2.collapse {
    background: url(../svg/expand-white.svg) no-repeat #8f1336 97% 10px;
    background-size: 28px;
}
.vList-standard {
    background: #FFF;
    padding: 15px;
}
.vList-standard li {
    margin-bottom: 15px;
    line-height: 1.4;
    display: flex;
}
.vList-standard li:last-child {
    margin-bottom: 0;
}
.vList-standard li label {
    margin-left: 10px;
    font-family: 'Nexa w01 Light';
    color: #000;
}
.vList-standard li input[type="checkbox"] {
    position: relative;
    top: 4px;
    display: none;
}
.vList-standard li input[type="checkbox"]:checked +label {
    color: #aaaab1;
}

/****** Try****/
.checkbox {
    display: block;
    border: 0;
    clip: rect(0 0 0 0);
    height: 0;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 0;
}
.checkbox+.label, .checkbox+.label:before {
    display: inline-block;
    vertical-align: middle;
}
.checkbox+.label {
    padding-left: 28px;
    position: relative;
    margin-right: 21px;
}
    .checkbox + .label:before {
        font-family: "Montserrat-Regular";
        content: '';
        margin: 0 10px 0 -34px;
        width: 18px;
        height: 18px;
        border: 1px solid #313131;
        background-color: #FFF;
    }
.checkbox:checked+.label:before, .checkbox.checked+.label:before {
    content: '';
    background: url(../png/check-big-compare-select.png) no-repeat center;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #fff;
}
.twocol-block {
    padding-top:15px;
}
.learnMore-link{
    color: #b42447;
    text-decoration: none;
    font-family: 'Nexa w01 Bold';
    /*font-size: 14px;*/
    font-weight: 700;
}
/*****End*****/
@media (min-width: 768px) {
    .cont-out-options ul li {
        list-style: none;
        margin: 0 15px 0 0;
    }   
}
@media (min-width: 992px) {
    .cont-out-options ul {
        margin: 25px 0;
    }
}