/*** buying guide ***/
.formatBlock .dl-buying-guide,
.vc_row.wpb_row.vc_row-fluid.vc_row-has-fill.dl-buying-guide {
    background-color: #fff!important;
    color: #303030;
    margin: 0;
}
.formatBlock .dl-buying-guide,
.formatBlock .dl-buying-guide h2,
.formatBlock .dl-buying-guide h2 span {
    color: #303030;
    text-align: left!important;
    font-size: 32px!important;
}
.formatBlock .dl-buying-guide,
.formatBlock .dl-buying-guide p,
.formatBlock .dl-buying-guide p strong,
.formatBlock .dl-buying-guide p span {
    color: #303030!important;
    font-weight: normal;
    text-align: left!important;
}
.formatBlock .vc_row.wpb_row.vc_row-fluid.vc_row-has-fill.dl-buying-guide .vc_column-inner {
    padding: 0 15px!important;
}
.formatBlock .dl-buying-guide i {
    display: none;
}
.sidebar > .widget.widget_text .wpsm_arrowlist ul li.br-top a {
    border-bottom: none;
    border-top: 1px solid #f1f1f1;
}
.sidebar > .widget.widget_text .wpsm_arrowlist ul li.br-top:first-child a {
    border-bottom: none;
    border-top: none;
}
.sidebar > .widget.widget_text .wpsm_arrowlist ul li.br-none a {
    border-bottom: none;
    border-top: none;
}
.widget_sidebar {
    position: static;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 10px 3px 10px 10px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 30px;
}
.is-sticky .widget_sidebar {
    max-height: calc(100% - 100px);
}
@media screen and (max-width: 1280px) {
    .skw-title {
        max-width: 244px;
    }
}
@media screen and (max-width: 1023px) {
    .widget_sidebar {
        display: none;
    }
    .sticky-wrapper {
        display: none;
    }
}


/*** sidebar nav ***/
.ntitle {
    font-family: 'Merriweather', serif;
    display: block;
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    text-transform: none;
    margin: 13px 18px 14px 34px;
    padding: 0 0 11px 0;
    border-bottom: 1px solid #DFE5F0;
}
.nitems {
    display: flex;
    flex-direction: column;
    margin: 0 12px 9px 13px;
}
.nitems-bg {
    background: #f1f1f1;
}
.nitems a.mPS2id-clicked {
    background: #f1f1f1;
}
.nitem {
    position: relative;
    width: 100%;
}
.nitem-dropdown {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #DFE5F0;
    top: 5px;
    left: -8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;
}
.nitem-dropdown:before{
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    color: #231F20;
}
.nitem-dropdown.nitem-dropdown-close:before {
    content: '\f106';
}

.nitem:not(:last-child){
}
.nitem-link {
    position: relative;
    display: block;
    color: #303030;
    font-size: 15px;
    font-weight: bold;
    padding: 4px 5px 4px 20px;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 8;
}
.subitems {
    margin-top: 2px;
    margin-left: 26px;
}
.subitem {
    width: 100%;
}
.subitem:last-child {
    margin-bottom: 6px;
}
.subitem-link {
    display: block;
    color: #303030;
    padding: 2px 8px 2px 14px;
    text-decoration: none;
    font-size: 14px;
    line-height: 19px;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.nitem-curr {
    background: #f1f1f1;
}

.skw-item-img {
    width: 70px;
    min-width: 70px;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 15px;
    align-self: flex-start;
}
.skw-item-content {
    align-self: flex-start;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    min-height: 70px;
    padding-bottom: 15px;
}
.skw-item-content .skw-item-title {
    padding-top: 0;
    border-bottom: none!important;
    padding-bottom: 4px;
}
.skw-item-meta {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    color: #ACB3C1;
    font-size: 14px;
}
.skw-meta-name {
    margin-right: 3px;
}
.skw-meta-date {}