body {
    color: #3f4b55
}

h4 {
    hyphens: initial
}

@media screen and (min-width: 768px) {
    header .products-dropdown-menu .col-sm-2 {
        width:24%
    }
}

.decommisionedprd {
    filter: grayscale(1);
    pointer-events: none
}

.noticationbanner .nobold {
    font-weight: 400
}

.noticationbanner {
    background-color: #fc0;
    color: #000
}

.noticationbanner .collapsible {
    cursor: pointer;
    padding: 10px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    background-color: transparent;
    padding-bottom: 0;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px
}

.noticationbanner .collapsible.active .clickmore {
    display: none
}

.noticationbanner .content {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease-out;
    margin-bottom: 20px
}

.noticationbanner .fas.fa-chevron-up {
    transform: rotate(180deg);
    transition: .25s;
    position: absolute;
    margin-top: 2px;
    right: 2vw
}

.noticationbanner button.active .fas.fa-chevron-up {
    transform: rotate(0);
    transition: .2s
}

@media screen and (min-width: 768px) {
    .noticationbanner .content {
        width:85%
    }
}

.image-header.product-image-header.background-image {
    background-color: #000!important
}

.breadcrumb.dark li:first-child a {
    color: #fff
}

.background-titles {
    margin-bottom: 40px
}

.newBlueCircle {
    float: left;
    border-radius: 55px;
    background-color: #0467cc;
    width: 55px;
    color: #fff;
    line-height: 55px;
    height: 55px;
    font-size: 18px;
    text-align: center
}

.family-rollup .newBlueCircle {
    border-radius: 0 5px 0!important;
    position: absolute;
    top: -7.5%!important;
    line-height: 24px!important;
    left: -70%!important;
    padding: 3.5px 20px 3px 20px!important;
    font-weight: 400!important;
    font-size: 18px!important;
    height: auto!important;
    width: auto!important
}

.product-rollup .newBlueCircle {
    border-radius: 0 5px 0!important;
    position: absolute;
    top: 0!important;
    line-height: 24px!important;
    left: 25px!important;
    padding: 3.5px 20px 3px 20px!important;
    font-weight: 400!important;
    font-size: 18px!important;
    height: auto!important;
    width: auto!important
}

.product-rollup .newBlueCircle {
    top: 10px!important;
    left: 25px!important
}

@media screen and (max-width: 767px) {
    .whychooserolanddg .mobile-image {
        margin:20px;
        max-width: 285px;
        margin-top: 40px
    }
}

@media screen and (max-width: 767px) {
    .protectyourinvestment .mobile-image {
        margin:20px;
        max-width: 285px;
        margin-top: 40px
    }
}

nav.navbar>div>ul>li:last-child>a {
    background: #fa9035;
    color: #fff!important
}

nav.navbar>div>ul>li:last-child>a:hover {
    background: #e96d02!important
}

/*
.list-price-box .price-block ul li+li {
    display: none
}*/

.list-price-box .list-unstyled li {
    width: 85%!important
}

.list-price-box .text-asfrom {
    font-size: clamp(14px,2vw,20px);
    font-weight: 600
}

.list-price-box .text-price {
    color: #f79646;
    font-weight: 600;
    white-space: nowrap
}

.list-price-box #see_all_models {
    font-size: initial
}

@media screen and (max-width: 1024px) {
    .list-price-box .col-sm-6 {
        width:100%!important
    }
}

.feature-item h3.h3.feature-title {
    margin-bottom: 40px
}

.prd-model-box--image img {
    width: 100%
}

.prd-model-box {
    border: 1px solid #707070;
    border-radius: 3px;
    padding: 1vw;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center
}

.prd-model-box.feature {
    border: none
}

.prd-model-box .title {
    font-weight: 500!important;
    font-size: clamp(24px,5vh,28px)
}

.prd-model-box .main .title {
    font-weight: 700!important;
    font-size: clamp(28px,5vh,32px)
}

.prd-model-box .main .title {
    text-transform: uppercase
}

.prd-model-box .modelname {
    font-weight: 500!important;
    font-size: clamp(24px,5vh,28px);
    text-align: center
}

.prd-model-box.feature::after {
    content: " ";
    border-bottom: 1px solid #707070!important;
    position: relative;
    width: 100%;
    max-width: 175px;
    padding-top: 30px
}

.prd-model-box.feature:last-child::after {
    content: "";
    border-bottom: none!important
}

.prd-model-box .sizesvalues {
    font-size: clamp(28px,10vw,36px);
    font-weight: 800;
    padding: 0 20px
}

.prd-model-box span.value {
    padding: 0 20px 0 20px
}

.prd-model-box span.value::after {
    content: " ";
    border-right: 3px solid #707070!important;
    position: absolute;
    height: 30px;
    margin-top: 15px;
    margin-left: 20px
}

.prd-model-box span.value:last-child::after {
    content: "";
    border-right: none!important
}

.prd-model-box .inkvalues,.prd-model-box .values {
    font-size: clamp(22px,5vh,24px);
    font-weight: 800;
    text-align: center;
    width: 70%;
    padding-top: 10px
}

.values span {
    display: block;
    width: 100%
}

.prd-model-box .values {
    width: 100%
}

.prd-model-box .inkvalues {
    padding-bottom: 20px
}

.prd-model-box {
    height: 100%
}

.prd-model-box.feature {
    height: auto
}

.prd-model-comparisonbox {
    padding-top: 60px
}

@media screen and (max-width: 767px) {
    .prd-model-box .sizesvalues {
        font-size:clamp(22px,10vw,30px);
        font-weight: 700;
        padding: 0
    }

    .prd-model-box span.value::after {
        content: " ";
        height: 25px;
        margin-top: 10px
    }

    .prd-model-box .title {
        font-weight: 400!important;
        font-size: clamp(20px,10vh,22px)
    }

    .prd-model-box .main .title {
        font-weight: 600!important;
        font-size: clamp(22px,5vh,28px)
    }

    .prd-model-box .inkvalues,.prd-model-box .values {
        font-size: clamp(20px,5vh,20px);
        font-weight: 800;
        text-align: center;
        width: 70%;
        padding-top: 10px
    }

    .prd-model-box .title {
        font-weight: 400!important;
        font-size: clamp(18px,10vh,20px)
    }
}

#toggle_prices {
    display: none
}

#toggle_prices p {
    display: flex;
    justify-content: flex-start
}

.dotted {
    border-bottom: 1px dotted #d3d3d3;
    flex-grow: 1;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px
}

#toggle_prices .submodel {
    padding-left: 0!important;
    font-weight: 400!important;
    color: inherit!important;
    font-size: clamp(14px,2vw,20px)!important;
    margin-top: 5px
}

#toggle_prices .pricemodel {
    font-size: clamp(18px,2vw,24px)!important;
    font-weight: 600;
    color: #f79646;
    display: inline-block;
    white-space: nowrap
}

.list-price-box .price-block ul li+li {
    display: none!important
}

.list-price-box .list-unstyled li {
    width: 85%!important
}

@media screen and (max-width: 767px) {
    .list-price-box .list-unstyled li {
        width:100%!important
    }

    #toggle_prices hr {
        margin-top: 20px;
        margin-bottom: 10px
    }
}

.list-price-box .text-listprice {
    font-size: clamp(12px,2vw,14px)!important
}

.list-price-box .text-asfrom {
    font-size: clamp(14px,2vw,20px)!important;
    font-weight: 600 m!important
}

.list-price-box .text-price {
    color: #f79646!important;
    font-weight: 600!important;
    white-space: nowrap!important
}

.list-price-box #see_all_models {
    font-size: initial!important
}

@media screen and (max-width: 1024px) {
    .list-price-box .col-sm-6 {
        width:100%!important
    }
}

article.container-fluid.case-study-article {
    max-width: 1200px!important
}

article.container-fluid.case-study-article .container-fluid.content-body {
    padding-left: 0;
    padding-right: 0
}
