* {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
}

html {
    scroll-behavior: smooth;
}

a {
    cursor: pointer;
    text-decoration: none !important;
}

#vue-landing-page h1 {
    font-size: 49px;
    font-weight: 700;
    line-height: 59px;
    letter-spacing: 0.1vw;
}

#vue-landing-page h2 {
    font-size: 62px;
    font-weight: 700;
    line-height: 50px;
}

#vue-landing-page h3,
#vue-landing-page h3 span {
    font-size: 24px;
    font-weight: 800;
    line-height: 2.3vw;
}

#vue-landing-page p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
}

#vue-landing-page {
    width: 100%;
    max-width: 100%;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -js-display: flex;
    position: relative;
}

#vue-landing-page h1,
#vue-landing-page h2,
#vue-landing-page h3,
#vue-landing-page h4,
#vue-landing-page h5,
#vue-landing-page p {
    color: #000;
    text-transform: none;
}

#vue-landing-page p {
    font-weight: 400;
}

#vue-landing-page .university-shop-block .sign-title h3,
#vue-landing-page .university-shop-block .sign-title h3 span {
    font-size: 40px;
    line-height: 49px;
    font-weight: 800 !important;
}

#vue-landing-page .university-shop-block .sign-title h3 span {
    font-weight: 300 !important;
}

@media (max-width: 320px) {
    #vue-landing-page .university-shop-block span {
        font-size: 22px !important;
        line-height: 26px !important;
    }
}

#vue-landing-page .university-shop-block .jpp-main-categories .tile h5 {
    font-size: 16px !important;
    line-height: 19px !important;
    font-weight: 800 !important;
}


#vue-landing-page .university-shop-block,
#vue-laniding-page .direct-film-work,
#vue-landing-page .epson-img-gall {
    margin-top: 3em !important;
    margin-bottom: 2em !important;
}

#vue-landing-page .university-shop-block .container .jpp-main-categories {
    margin-bottom: 0 !important;
}

#vue-landing-page .light {
    font-weight: 300;
}

#vue-landing-page .image-container img {
    width: auto;
    height: auto;
}

#vue-landing-page .dream-container .blue-button,
#vue-landing-page .resources-box .blue-button,
#vue-landing-page .img-section .blue-button,
#vue-landing-page .epson-img-gall .blue-button {
    background-color: #F58220 !important;
    border: 1px solid #F58220 !important;
    line-height: 20px !important;
    text-align: center;
}

#vue-landing-page .resources-box .blue-button:hover {
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .16);
            box-shadow: 0 0 12px 0 rgba(0, 0, 0, .16);
    -webkit-transition: all .24s ease, height 0s;
    -o-transition: all .24s ease, height 0s;
    transition: all .24s ease, height 0s;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
}

.jpp-page-nav {
    height: auto !important;
    max-height: inherit !important;
}

@media (max-width: 1024px) {
    .jpp-page-nav {
        height: 120px;
        max-height: 120px !important;
    }
}

@media (max-width: 768px) {
    .jpp-page-nav {
        height: 96px;
        max-height: 96px;
    }
}

@media (max-width: 472px) {
    .jpp-page-nav {
        height: 144px;
        max-height: 144px !important;
    }
}

@media (max-width: 316px) {
    .jpp-page-nav {
        height: 192px;
        max-height: 192px !important;
    }
}

@media (max-width: 1200px) {
    .jpp-page-nav:before {
        visibility: hidden;
    }
}

@media (max-width: 1500px) {
    .jpp-page-nav .nav-wrap {
        padding: 0;
    }
}

@media (max-width: 1200px) {
    .jpp-page-nav .nav-wrap {
        overflow-x: revert;
        overflow-y: revert;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}

@media (max-width: 991px) {
    .jpp-page-nav .nav-wrap {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media (max-width:768px) {
    .jpp-page-nav .nav-wrap {
        max-width: 100% !important;
        -webkit-transform: translateX(0) !important;
            -ms-transform: translateX(0) !important;
                transform: translateX(0) !important;
    }

    .jpp-page-nav .nav-wrap a {
        height: 48px !important;
        line-height: 48px !important;
    }
}

@media (max-width: 515px) {
    .jpp-page-nav .nav-wrap a {
        padding: 0 8px !important;
    }
}

@media (max-width: 357px) {
    .jpp-page-nav .nav-wrap a {
        font-size: 12px;
    }
}

.jpp-page-nav .nav-wrap a:last-of-type {
    margin-right: 0;
}

a {
    cursor: pointer;
    text-decoration: none !important;
}

a.shop-new {
    width: 216px;
    height: 40px;
    background: #0088ce;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 16px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

a.shop-new:hover {
    -webkit-box-shadow: 0 0 24px rgba(2, 2, 2, 0.12);
    box-shadow: 0 0 24px rgba(2, 2, 2, 0.12);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.shop-all-button a {
    background-color: #000;
}

div[data-content-type="row"][data-appearance="contained"] {
    width: 806px;
    max-width: calc(100% - 32px);
    margin: 0 auto;
}

.tile.shop-all-btn.shop-all-button {
    margin-top: 40px;
}

/* Espon banner  */

.banner-block .carousel-cell .container.col-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.banner-block .carousel-cell {
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 0px;
}

#vue-landing-page .banner-block .carousel-cell.banner1 .col-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}



#vue-landing-page .banner-block {
    background-image: url("https://jpp.trgcdn.com/landing-pages/direct-color-systems/dcs-banner-img-min.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

#vue-landing-page .banner-block .banner1-details {
    display: block;
    text-align: center;
}

#vue-landing-page .banner-block .banner1-details .container {
    padding: 0;
}

#vue-landing-page .banner-block .banner1-details h1 {
    font-weight: 800;
    font-size: 42px;
    line-height: 42px;
    color: #fff;
    text-transform: uppercase;
    margin: 15px 0;
}

.carousel-cell {
    position: relative;
    height: 550px;
    width: 100%;
    margin-right: 2px;
}

#vue-landing-page .banner-block .banner1-details p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    width: 70%;
    margin: 0 auto 20px;
}

#vue-landing-page .banner-block .banner1-details.banner4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#vue-landing-page .banner-block .banner1-details.banner4 h1 span {
    font-size: 30px;
    font-weight: 300;
    display: block;
    margin: 10px 0;
    text-transform: initial;
    line-height: 35px;
}

#vue-landing-page .banner-block .banner1-details .orange-button {
    background-color: #f58220 !important;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 17px;
    padding: 10px 25px !important;
}

.carousel-second .carousel-cell {
    height: 375px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (min-width: 1600px) {
    .banner-block .carousel-cell {
        background-size: contain;
    }
}

@media only screen and (min-width: 1550px) and (max-width: 3000px) {

    /* #vue-landing-page .banner-block .banner1-details {
        margin: 0;
        text-align: start;
        display: flex;
        align-items: center;
    } */

    /* .banner-block .carousel-cell {
        background-size: cover !important;
    } */

}

@media only screen and (min-width: 1800px) and (max-width: 3000px) {}

@media only screen and (min-width: 1400px) and (max-width: 1500px) {
    #vue-landing-page .banner-block .banner1-details {
        width: auto;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1600px) {
    #vue-landing-page .banner-block .banner1-details {
        width: auto;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    #vue-landing-page .banner-block .banner1-details {
        width: auto;
    }

}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    #vue-landing-page .banner-block .banner1-details {
        width: auto;
    }

    #vue-landing-page .banner-block .banner1-details p {
        width: auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    #vue-landing-page .banner-block .banner1-details {
        width: auto;
    }
}


@media only screen and (max-width: 1200px) and (min-width: 920px) {
    .banner-block .carousel-cell {
        background-size: cover !important;
    }

    #vue-landing-page .banner-block .banner1-details {
        width: 100%;
    }

    #vue-landing-page .banner-block .banner1-details {
        margin: 0;
        position: relative;
        height: 100%;
    }

    #vue-landing-page .banner-block .banner1-details .container {
        position: static;
        position: relative;
        top: 20px;
    }

    #vue-landing-page .banner-block .banner1-details h1 {
        font-size: 45px;
        line-height: 44px;
        font-weight: bold;
    }

    #vue-landing-page .banner-block .banner1-details p {
        font-size: 18px;
        line-height: 23px;
        font-weight: normal;
    }


}

@media only screen and (max-width: 320px) and (min-width: 250px) {
    #vue-landing-page .banner-block .carousel-cell.banner1 .col-row {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}

@media only screen and (max-width: 920px) and (min-width: 320px) {
    /* #vue-landing-page .banner-block .banner1-details .orange-button {
        background-color: #f58220 !important;
        color: #fff !important;
        font-size: 12px !important;
        text-align: center;
        padding: 10px 15px !important;
    }

    .banner-block .carousel-cell {
        background-position: left;
        height: auto;
    }

    .banner-block .carousel-cell.banner1-img,
    .banner-block .carousel-cell.banner1-details {
        width: 50% !important;
    }


    #vue-landing-page .banner-block .banner1-details p {
        font-size: 14px;
        line-height: 23px;
        font-weight: normal;
        margin: 20px 0;
        width: 100%;
    }


    #vue-landing-page .banner-block .banner1-details {
        margin: 0 auto;
        position: relative;
        height: 100%;
        text-align: center;
        width: auto;
        padding: 20px !important;
    }
 */

}

@media only screen and (max-width: 991px) and (min-width: 981px) {
    /* #vue-landing-page .banner-block .carousel-cell.banner1 .col-row {
        top: auto;
    } */
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    /* #vue-landing-page .banner-block {
        padding: 15px 0;


    }

    #vue-landing-page .banner-block .banner1-details .container {
        position: static;
        transform: none;
        height: 350px;

    }

    #vue-landing-page .banner-block .container {
        width: 100%;
        padding: 0;

    }

    #vue-landing-page .banner-block .carousel-cell.banner1 .col-row {
        /* top: -60px; */


    /* #vue-landing-page .banner-block .banner1-details h1 {
        text-align: left;
    }

    #vue-landing-page .banner-block .banner1-details p {
        width: auto;
        text-align: center;
        margin: 20px 0;
    }

    #vue-landing-page .banner-block .banner1-details .orange-button {
        width: max-content;
        text-align: center;
    }

    .banner-block .carousel-cell .container.col-row {
        display: flex;
    }

    #vue-landing-page .banner-block .banner1-details h1 {
        font-size: 34px;
        line-height: 38px;
        text-align: center;
    } */


}

@media only screen and (max-width: 640px) and (min-width: 320px) {

    /* 
    #vue-landing-page .banner-block .banner1-details .container {
        padding: 0 8%;
    } */
}

@media screen and (max-width: 319px) {
    .banner-block .carousel-cell .container.col-row {
        padding: 10px;
    }

    .banner-block .carousel-cell .container.col-row {
        display: block;
    }

    #vue-landing-page .banner-block .banner1-details h1 {
        font-size: 24px;
        line-height: 28px;
    }

    #vue-landing-page .banner-block .banner1-details {
        text-align: center;
        width: auto;
    }
}

@media screen and (max-width: 319px) {
    .university-shop-block div.jpp-main-categories .category-tiles .tile.title {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: auto;
    }

    .university-shop-block div.jpp-main-categories .category-tiles .tile {
        width: 40% !important;
        height: calc(55vw - 32px);
    }

    .university-shop-block div.jpp-main-categories .category-tiles .tile.title {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: auto;
    }

    .university-shop-block div.jpp-main-categories .category-tiles .tile {
        width: 40% !important;
        height: calc(55vw - 32px);
    }

    #vue-landing-page .epson-img-gall .container .col-md-6 h3 {
        font-size: 22px !important;
        margin: 15px 0 !important;
    }

    div[data-content-type=row].how-to-videos .maker-skills-slider .video a {
        padding: 5px !important;
    }

    .videos .pagebuilder-button-primary {
        width: 160px !important;
    }

}

/* Flatbed Printers section  */

#vue-landing-page .flatbed-printers {
    margin: 35px 0;
}

#vue-landing-page .flatbed-printers .flatbed-title h2 {
    font-size: 62px;
    line-height: 72px;
    font-weight: 700;
    margin: 0;
}

#vue-landing-page .flatbed-printers .flatbed-title h3 {
    font-size: 32px;
    line-height: 59px;
    font-weight: 300;
    margin: 0 0 30px 0;
}

#vue-landing-page .flatbed-printers .flatbed-printers-section h3 {
    font-size: 42px;
    line-height: 75px;
    font-weight: 700;
    margin: 0;
}

#vue-landing-page .flatbed-printers .flatbed-title {
    text-align: center;
}

#vue-landing-page .flatbed-printers .flatbed-printers-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

#vue-landing-page .flatbed-printers .shop-all-btn {
    text-align: center;
    margin: 50px auto;
}

#vue-landing-page .flatbed-printers .flatbed-printers-section .col-lg-3 p{
    padding: 0 15px;
}

#vue-landing-page .flatbed-printers .flatbed-printers-section .col-lg-3 {
    background-color: #f9f9f9;
    text-align: center;
    padding: 15px;
    -webkit-box-shadow: 0px 7px 5px #0000001A;
            box-shadow: 0px 7px 5px #0000001A;
    opacity: 1;
    margin: 15px 20px;
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#vue-landing-page .uv-printers .printers-products {
    position: relative;
    overflow: hidden;

}

#vue-landing-page .uv-printers .printers-products .col-lg-12.format-1.box-1,
#vue-landing-page .uv-printers .printers-products .col-lg-12.format-2.box-3 {
    cursor: pointer;
    /* z-index: 2; */
    z-index: 1;

}

#vue-landing-page .uv-printers .printers-products .col-lg-12.format-2.box-2,
#vue-landing-page .uv-printers .printers-products .col-lg-12.format-1.box-4 {
    cursor: pointer;
    z-index: 1;
}

#vue-landing-page .uv-printers .printers-products .col-lg-12.format-details.box-1,
#vue-landing-page .uv-printers .printers-products .col-lg-12.format-details.box-3,
#vue-landing-page .uv-printers .printers-products .col-lg-12.format-details.box-2,
#vue-landing-page .uv-printers .printers-products .col-lg-12.format-details.box-4 {
    position: absolute;
    top: -5%;
    color: #fff;
    padding: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 2;
    opacity: 0;
    height: 100%;
    /* left: 100%; */
}

/*start here */
#vue-landing-page .uv-printers .printers-products .col-lg-12.format-details.box-1:hover,
#vue-landing-page .uv-printers .printers-products .col-lg-12.format-details.box-3:hover,
#vue-landing-page .uv-printers .printers-products .col-lg-12.format-details.box-2:hover,
#vue-landing-page .uv-printers .printers-products .col-lg-12.format-details.box-4:hover {
    opacity: 1;
    top: 0%;
}

/* end here */

/* .uv-printers .printers-products .col-lg-6.format-1.box-1:hover +  
.uv-printers .printers-products .col-lg-6.format-details.box-1{
    right: 0%;
    transition: 5s;
} */


#vue-landing-page .uv-printers .col-lg-12.format-2 h3,
#vue-landing-page .uv-printers .col-lg-12.format-1 h3 {
    font-size: 46px;
    line-height: 49px;
    font-weight: 800;
}

#vue-landing-page .uv-printers .col-lg-12.format-2 h4,
#vue-landing-page .uv-printers .col-lg-12.format-1 h4 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
}

#vue-landing-page .uv-printers .col-lg-12.format-2 .img-head,
#vue-landing-page .uv-printers .col-lg-12.format-2 .img-head,
#vue-landing-page .uv-printers .col-lg-12.format-1 .img-head,
#vue-landing-page .uv-printers .col-lg-12.format-1 .img-head {
    height: 150px;
}

#vue-landing-page .uv-printers .col-lg-12.format-1 {
    background-color: #F7F7F7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#vue-landing-page .uv-printers .col-lg-12.format-2 {
    background-color: #E7E7E7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

}

#vue-landing-page .uv-printers .col-lg-12.format-1 .img-container,
#vue-landing-page .uv-printers .col-lg-12.format-2 .img-container {
    width: 100%;
    height: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#vue-landing-page .uv-printers .col-lg-12.format-1 .img-container img {
    width: auto;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
}

#vue-landing-page .uv-printers .col-lg-12.format-2 h3,
#vue-landing-page .uv-printers .col-lg-12.format-1 h3,
#vue-landing-page .uv-printers .col-lg-12.format-1 h4,
#vue-landing-page .uv-printers .col-lg-12.format-2 h4 {
    margin: 0;
}


#vue-landing-page .flatbed-printers .uv-printers .col-lg-12.format-details {
    background-color: #081B36;
    color: #fff;

}

#vue-landing-page .flatbed-printers .uv-printers .col-lg-12.format-details h3 {
    font-size: 37px;
    line-height: 56px;
    font-weight: 800;
    color: #fff;
    margin: 0;
}

#vue-landing-page .flatbed-printers .uv-printers .col-lg-12.format-details ul li {
    font-size: 22px;
    line-height: 34px;
    font-weight: 400;
    text-align: left;
    width: 90%;
    margin: auto;
}

#vue-landing-page .flatbed-printers .uv-printers .col-lg-12.format-details a {
    background-color: #F58220 !important;
    color: #fff !important;
    margin: 5px 0;
}

#vue-landing-page .flatbed-printers .uv-printers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

@media only screen and (min-width: 2501px) and (max-width: 3000px) {

    #vue-landing-page .uv-printers .col-lg-12.format-1 .img-container,
    #vue-landing-page .uv-printers .col-lg-12.format-2 .img-container {
        /* width: calc(25vw - 20px); */
        width: 100%;
        height: calc(18vw - 20px);
    }
}

@media only screen and (min-width: 2201px) and (max-width: 2500px) {

    #vue-landing-page .uv-printers .col-lg-12.format-1 .img-container,
    #vue-landing-page .uv-printers .col-lg-12.format-2 .img-container {
        /* width: calc(25vw - 20px); */
        width: 100%;
        height: calc(21vw - 20px);
    }
}

@media only screen and (min-width: 2100px) and (max-width: 2200px) {

    #vue-landing-page .uv-printers .col-lg-12.format-1 .img-container,
    #vue-landing-page .uv-printers .col-lg-12.format-2 .img-container {
        /* width: calc(25vw - 20px); */
        width: 100%;
        height: calc(21vw - 20px);
    }
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {

    #vue-landing-page .uv-printers .col-lg-12.format-1 .img-container,
    #vue-landing-page .uv-printers .col-lg-12.format-2 .img-container {
        /* width: calc(30vw - 20px); */
        width: 100%;
        height: calc(27vw - 20px);
    }
}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {

    #vue-landing-page .uv-printers .col-lg-12.format-1 .img-container,
    #vue-landing-page .uv-printers .col-lg-12.format-2 .img-container {
        /* width: calc(30vw - 20px); */
        width: 100%;
        height: calc(30vw - 20px);
    }
}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {

    #vue-landing-page .uv-printers .col-lg-12.format-1 .img-container,
    #vue-landing-page .uv-printers .col-lg-12.format-2 .img-container {
        /* width: calc(30vw - 20px); */
        width: 100%;
        height: calc(32vw - 20px);
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {

    #vue-landing-page .uv-printers .col-lg-12.format-1 .img-container,
    #vue-landing-page .uv-printers .col-lg-12.format-2 .img-container {

        /* width: calc(30vw - 20px); */
        width: 100%;
        height: calc(36vw - 20px);
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    #vue-landing-page .flatbed-printers .uv-printers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    #vue-landing-page .uv-printers .printers-products {
        width: 48%;
    }

    #vue-landing-page .flatbed-printers .flatbed-printers-section .col-lg-3 {
        width: 43%;
        margin: 15px 20px;
    }

    #vue-landing-page .flatbed-printers .flatbed-printers-section .col-lg-3 p {
        padding: 10px 15px;
    }

    #vue-landing-page .uv-printers .col-lg-12.format-2 .img-container,
    #vue-landing-page .uv-printers .col-lg-12.format-1 .img-container {
        width: 100%;
        height: calc(32vw - 20px);
    }

    #vue-landing-page .uv-printers .printers-products .col-lg-12.format-details.box-1,
    #vue-landing-page .uv-printers .printers-products .col-lg-12.format-details.box-3,
    #vue-landing-page .uv-printers .printers-products .col-lg-12.format-details.box-2,
    #vue-landing-page .uv-printers .printers-products .col-lg-12.format-details.box-4 {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        position: static;
        opacity: 1;
        margin-bottom: 20px;
    }

    #vue-landing-page .flatbed-printers .uv-printers .col-lg-12.format-details ul li {
        font-size: 18px;
        line-height: 28px;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #vue-landing-page .banner-block .banner1-details h1 {
        font-size: 32px;
        line-height: 36px;
    }

    #vue-landing-page .banner-block .banner1-details p {
        width: 98%;
    }

    #vue-landing-page .flatbed-printers .flatbed-title h2 {
        font-size: 48px !important;
        line-height: 54px !important;
    }

    #vue-landing-page .flatbed-printers .flatbed-title h3 {
        font-size: 32px !important;
        line-height: 44px !important;
    }

    #vue-landing-page .flatbed-printers .flatbed-printers-section h3 {
        font-size: 28px;
        line-height: 34px;
    }

    #vue-landing-page .flatbed-printers .flatbed-printers-section p {
        font-size: 18px;
        padding: 0 15px;
    }

    #vue-landing-page .flatbed-printers .flatbed-printers-section .col-lg-3 {
        width: 45%;
        margin: 15px auto;
        padding: 20px 10px;
    }

    #vue-landing-page .uv-printers .printers-products {
        margin: 0 auto 30px auto;
        width: 97% !important;
    }

    #vue-landing-page .flatbed-printers .uv-printers {
        display: block;
    }

    #vue-landing-page .uv-printers .col-lg-12.format-1 .img-container,
    #vue-landing-page .uv-printers .col-lg-12.format-2 .img-container {
        width: calc(90vw - 20px) !important;
        height: calc(50vw - 20px) !important;
    }

    #vue-landing-page .uv-printers .col-lg-12.format-2.box-3 .img-container img {
        width: 80%;
    }

    #vue-landing-page .uv-printers .printers-products .col-lg-12.format-details.box-1,
    #vue-landing-page .uv-printers .printers-products .col-lg-12.format-details.box-3,
    #vue-landing-page .uv-printers .printers-products .col-lg-12.format-details.box-2,
    #vue-landing-page .uv-printers .printers-products .col-lg-12.format-details.box-4 {
        position: static !important;
        opacity: 1;
        height: auto;
    }

    #vue-landing-page .uv-printers .printers-products .col-lg-12.format-details {
        padding: 25px 20px !important;
    }

    #vue-landing-page .flatbed-printers .uv-printers .col-lg-12.format-details ul li {
        line-height: 40px;
    }

    #vue-landing-page .flatbed-printers .uv-printers .col-lg-12.format-details a {
        margin: 15px auto;
    }
}


/* Shop printers and supplies  */
div.jpp-main-categories {
    margin-bottom: 84px;
}

#vue-landing-page .university-shop-block {
    margin-top: 3em !important;
    margin-bottom: 2em !important;

}

#vue-landing-page .university-shop-block .container .jpp-main-categories {
    margin-bottom: 0 !important;
}

.university-shop-block div.jpp-main-categories .row-full-width-inner {
    max-width: 1320px;
}

.university-shop-block div.jpp-main-categories .category-tiles .tile.title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

div.jpp-main-categories .category-tiles {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
}

.university-shop-block div.jpp-main-categories .category-tiles .tile.title h3 {
    text-align: center;
}

.university-shop-block div.jpp-main-categories .category-tiles .tile.title:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.university-shop-block div.jpp-main-categories .category-tiles .tile {
    width: 23% !important;
}

.university-shop-block div.jpp-main-categories .category-tiles .tile.shop-all-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: auto;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 40px;
}

.university-shop-block div.jpp-main-categories .category-tiles .tile.shop-all-btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
}

.university-shop-block div.jpp-main-categories .category-tiles .tile.shop-all-btn a {
    position: relative;
    background: #f58220;
    padding: 20px 30px;
    text-decoration: none !important;
}

.university-shop-block div.jpp-main-categories .category-tiles .tile.shop-all-btn a h5 {
    position: relative;
    bottom: inherit;
    left: inherit;
    right: inherit;
    color: #fff;
    font-size: 20px;
}

#vue-landing-page .category-tiles h5 {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    bottom: -5px;
    padding: 7px 0;
    word-spacing: 0.6px;
    font-weight: 700;
    height: 40px;
}

.university-shop-block div.jpp-main-categories .category-tiles .tile {
    width: 18%;
}

.university-shop-block div.jpp-main-categories .category-tiles .tile:hover {
    -webkit-box-shadow: 0px 0px 12px rgba(2, 2, 2, 0.12);
            box-shadow: 0px 0px 12px rgba(2, 2, 2, 0.12);
}

div.jpp-main-categories .category-tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: calc(100% + 32px);
    -webkit-transform: translateX(-16px);
    -ms-transform: translateX(-16px);
        transform: translateX(-16px);
    position: relative;
}

div.jpp-main-categories .category-tiles .tile {
    border-radius: 8px;
    padding: 16px;
    margin: 8px;
    -webkit-transition: all 0.18s ease, height 0s, width 0s;
    -o-transition: all 0.18s ease, height 0s, width 0s;
    transition: all 0.18s ease, height 0s, width 0s;
    position: relative;
}

div.jpp-main-categories .category-tiles .tile a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

div.jpp-main-categories .category-tiles .tile img {
    display: block;
    margin: 0 auto;
    max-width: 94%;
    max-height: 158px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-54%);
    -ms-transform: translateX(-50%) translateY(-54%);
        transform: translateX(-50%) translateY(-54%);
}

div.jpp-main-categories .category-tiles .tile h5 {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 12px;
    text-transform: none !important;
    text-align: center;
    font-weight: 700;
    -webkit-transition: 0.18s ease;
    -o-transition: 0.18s ease;
    transition: 0.18s ease;
}

div.jpp-main-categories .category-tiles .tile:hover {
    /* box-shadow: 0px 0px 12px rgba(2, 2, 2, 0.12); */
}

div.jpp-main-categories .category-tiles .tile:hover h5 {
    color: #0088ce !important;
}

.university-shop-block div.jpp-main-categories .category-tiles .tile.shop-all-btn a h5 {
    position: relative;
    bottom: inherit;
    left: inherit;
    right: inherit;
    color: #fff !important;
    font-size: 20px;
}

div[data-content-type="simple_cards"] .card.simple-tile h5 {
    bottom: -15px;
}


@media (max-width: 1280px) {
    div.jpp-main-categories {
        margin-bottom: 48px;
    }

    div.jpp-main-categories .category-tiles .tile {
        width: calc(23vw - 16px);
        height: calc(30vw - 16px);
    }
}

@media(min-width:1025px) and (max-width:1199px) {
    div[data-content-type="simple_cards"] .card.simple-tile h5 {
        bottom: -36px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {}

@media (max-width: 768px) {
    #vue-landing-page .epson-img-gall .container .col-md-6 img {
        width: 90%;
    }

    .university-shop-block div.jpp-main-categories .category-tiles .tile.title {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: auto;
    }

    div.jpp-main-categories .category-tiles .tile img {
        max-height: 60%;
    }
}

@media screen and (max-width: 319px) {
    #vue-landing-page .university-shop-block {
        margin-top: 2em !important;
        margin-bottom: 2em !important;
    }

    .university-shop-block div.jpp-main-categories .category-tiles .tile {
        width: 90% !important;
        height: calc(80vw - 32px);
    }

    .banner-block .carousel-cell.banner1 {
        -webkit-box-align: center !important;
            -ms-flex-align: center !important;
                align-items: center !important;
        background-size: cover;
    }

    .banner-block .carousel-cell {
        background-position: left;
        height: auto;
        padding: 30px 0 40px 0;
    }

    #vue-landing-page .university-shop-block h3,
    #vue-landing-page div[data-content-type=row].how-to-videos h3 {
        font-size: 22px !important;
        line-height: 26px !important;
    }
}

div[data-content-type=row][data-appearance=full-width]>.row-full-width-inner {
    width: 1500px !important;
    margin-left: auto;
    margin-right: auto;
    max-width: 92%;
}

div[data-content-type=simple_cards] .shop-button.align-middle.simple-tile.text-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

div[data-content-type=simple_cards] .card.simple-tile {
    -webkit-transition: 0.32s ease;
    -o-transition: 0.32s ease;
    transition: 0.32s ease;
}

div[data-content-type=simple_cards] .card.simple-tile:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {

    .university-shop-block div.jpp-main-categories .category-tiles {
        -webkit-box-pack: space-evenly;
            -ms-flex-pack: space-evenly;
                justify-content: space-evenly;
    }

    .university-shop-block div.jpp-main-categories .category-tiles .tile {
        width: 30% !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {}

/* epson image gallery  */
#vue-landing-page .epson-img-gall .container-fluid {
    background: -webkit-gradient(linear, left bottom, right top, from(#EEE806), color-stop(#E8A130), color-stop(#E94E3A), color-stop(#B1287F), to(#482D7D));
    background: -o-linear-gradient(bottom left, #EEE806, #E8A130, #E94E3A, #B1287F, #482D7D);
    background: linear-gradient(to top right, #EEE806, #E8A130, #E94E3A, #B1287F, #482D7D);
}

#vue-landing-page .epson-img-gall .container {
    padding: 100px 0;
}

#vue-landing-page .epson-img-gall .container .col-md-6 {
    background-color: #fff;
    text-align: center;
    width: 47.5%;
    margin: 10px;
    padding: 0;
    height: 316px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#vue-landing-page .epson-img-gall .container .col-md-6 h3 {
    font-size: 37px;
    line-height: 42px;
    font-weight: 300;
}

#vue-landing-page .epson-img-gall .container .col-md-3 {

    font-size: 32px;
    line-height: 30px;
    font-weight: 700;
    width: 23%;
    margin: 10px;
    padding: 0;
    height: 316px;
}

#vue-landing-page .epson-img-gall .container .col-md-3.epson-bg-color-1,
#vue-landing-page .epson-img-gall .container .col-md-3.epson-bg-color-2,
#vue-landing-page .epson-img-gall .container .col-md-3.epson-bg-color-3,
#vue-landing-page .epson-img-gall .container .col-md-3.epson-bg-color-4,
#vue-landing-page .epson-img-gall .container .col-md-3.epson-bg-color-5 {
    background-color: #081B36;
}

#vue-landing-page .epson-img-gall .container .col-md-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#vue-landing-page .epson-img-gall .container .col-md-3.epson-img-bg-1 {
    background-image: url("https://jpp.trgcdn.com/landing-pages/direct-color-systems/emergency-fire-exit-min.jpg");
}

#vue-landing-page .epson-img-gall .container .col-md-3.epson-img-bg-2 {
    background-image: url("https://jpp.trgcdn.com/landing-pages/direct-color-systems/Union-Prod-Direct-Color-Systems-min.jpg");
}

#vue-landing-page .epson-img-gall .container .col-md-3.epson-img-bg-3 {
    background-image: url("https://jpp.trgcdn.com/landing-pages/direct-color-systems/DCS-printed-bottles.jpg");
}

#vue-landing-page .epson-img-gall .container .col-md-3.epson-img-bg-4 {
    background-image: url("https://jpp.trgcdn.com/landing-pages/direct-color-systems/Industrial-Part-2-min.jpg");
}

#vue-landing-page .epson-img-gall .container .col-md-3.epson-img-bg-5 {
    background-image: url("https://jpp.trgcdn.com/landing-pages/direct-color-systems/textur3d-printing-min.jpg");
}

#vue-landing-page .epson-img-gall .container .col-md-3.epson-img-bg-1,
#vue-landing-page .epson-img-gall .container .col-md-3.epson-img-bg-2,
#vue-landing-page .epson-img-gall .container .col-md-3.epson-img-bg-3,
#vue-landing-page .epson-img-gall .container .col-md-3.epson-img-bg-4,
#vue-landing-page .epson-img-gall .container .col-md-3.epson-img-bg-5 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#vue-landing-page .epson-img-gall .container .col-md-3.txt-padd {
    padding: 30px;
}

#vue-landing-page .epson-img-gall .container .col-md-3 h3 {
    font-size: 32px;
    line-height: 30px;
    font-weight: 700;
    color: #fff;
}

#vue-landing-page .epson-img-gall .container .col-md-3.txt-padd h3 {
    margin: 0px;
}

#vue-landing-page .epson-img-gall .container .col-md-3 p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    #vue-landing-page .epson-img-gall .container .col-md-6 {
        width: 98%;
        margin: 13px auto;
    }

    #vue-landing-page .epson-img-gall .container .col-md-3 {
        width: 48%;
        margin: 13px auto;
    }

    #vue-landing-page .epson-img-gall .container .col-md-6 h3 {
        font-size: 32px;
        line-height: 38px;
        padding: 20px 0;
        width: 90%;

    }

    #vue-landing-page .epson-img-gall .container .col-md-6 h3 br.remove-br {
        display: none;
    }
}




/* Videos Section css  */

#vue-landing-page div[data-content-type=row].how-to-videos h3 {
    font-size: 2.7vw !important;
    line-height: 3.2vw !important;
    margin: 0;
    color: #353535 !important;
    font-weight: 700 !important;
}

div[data-content-type=row].how-to-videos p {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 22px !important;
    width: 90%;
    color: #000 !important;
}

div[data-content-type=row].how-to-videos {
    background: #f1efef;
    padding: 50px 24px;
    margin: 40px 0 40px 0;
}


@media (max-width:768px) {
    #vue-landing-page div[data-content-type=row].how-to-videos h3 {
        font-size: 32px !important;
        line-height: 40px !important;
    }

    div[data-content-type=row].how-to-videos .maker-skills-slider .video {
        width: calc(100vw - 48px) !important;
        min-width: 100% !important;
    }

    .videos .pagebuilder-button-primary {
        margin-bottom: 20px;
    }
}

@media (max-width:991px) {
    div[data-content-type=row].how-to-videos {
        border: 24px solid #fff;
        padding: 20px 24px;
        margin: 20px 0;
    }
}

div[data-content-type=row].how-to-videos>div {
    margin-top: 0 !important;
}

div[data-content-type=row].how-to-videos .pagebuilder-column[data-pb-style=BLI70I1],
div[data-content-type=row].how-to-videos .pagebuilder-column[data-pb-style=E4H4YL3],
div[data-content-type=row].how-to-videos .pagebuilder-column[data-pb-style=O2JM7NR],
div[data-content-type=row].how-to-videos .pagebuilder-column[data-pb-style=U3N2JSC] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

div[data-content-type=row].how-to-videos .pagebuilder-column[data-pb-style=IDVU44E] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 33.3333%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;

}

div[data-content-type=row].how-to-videos .pagebuilder-column[data-pb-style=O2JM7NR] {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 66.6667%;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}

.videos .pagebuilder-button-primary {
    width: 195px;
    text-align: center;
}

div[data-content-type=row].how-to-videos .pagebuilder-column:nth-of-type(2) {
    overflow-x: scroll;
}

div[data-content-type=row].how-to-videos .pagebuilder-column:nth-of-type(2)::-webkit-scrollbar {
    height: 12px;
}

div[data-content-type=row].how-to-videos .pagebuilder-column:nth-of-type(2)::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: #707070;
}

div[data-content-type=row].how-to-videos h1 {
    margin-bottom: 0;
}

div[data-content-type=row].how-to-videos h3 {
    margin-top: 0;
    font-weight: 400;
}

div[data-content-type=row].how-to-videos .maker-skills-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 16px;
}

div[data-content-type=row].how-to-videos .maker-skills-slider .video {
    border-radius: 8px;
    background: #fff;
    margin-right: 16px;
    width: 420px;
    min-width: 420px;
}

#vue-landing-page .maker-skills-slider .video h5 {
    font-weight: 500 !important;
    color: #353535;
    font-size: 23px;
    line-height: 29px;
    margin: 10px 15px !important;
    height: 100%;
}

#vue-landing-page .maker-skills-slider .video span {
    font-weight: 500 !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 20px;
    line-height: 29px;
}

#vue-landing-page .maker-skills-slider .video:hover span {
    color: #f58220;
}

div[data-content-type=row].how-to-videos .maker-skills-slider .video a {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

div[data-content-type=row].how-to-videos .maker-skills-slider .video a h5 {
    font-size: 16px;
    color: #000;
    font-weight: 600 !important;
    text-transform: none;
    text-align: center;
}

div[data-content-type=row].how-to-videos .maker-skills-slider .video a .watch {
    font-size: 14px;
    color: #0088CE;
    text-align: center;
    display: block;
}

div[data-content-type=row].how-to-videos [data-content-type=button-item] [data-element=link] {
    min-width: 170px;
    text-align: center;
}

.videos .pagebuilder-button-primary span {
    font-weight: 800 !important;
    text-transform: capitalize;
    font-size: 14px !important;
    line-height: 17px !important;

}

@media only screen and (min-width: 768px) and (max-width: 1200px) {

    .videos .how-to-videos p {
        text-align: start;
        width: 90% !important;
    }

    #vue-landing-page .shop-now-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    #shop-materials .category-tiles h3,
    .videos h1,
    .videos p {
        text-align: center;
    }

    .videos .pagebuilder-button-primary {
        margin: 0;
        display: table;
        width: auto;
    }

    #shop-materials .category-tiles h3 {
        text-align: center;
    }
}

#vue-landing-page .shop-now-btn .tile.shop-all-btn.__web-inspector-hide-shortcut__:nth-child(1),
#vue-landing-page .shop-now-btn .tile.shop-all-btn.__web-inspector-hide-shortcut__:nth-child(2) {
    margin: 45px 15px;
    line-height: 17px !important;
}

#vue-landing-page .shop-now-btn .tile.shop-all-btn.__web-inspector-hide-shortcut__:nth-child(1) a {
    background-color: #f58220 !important;
    border: 1px solid #f58220 !important;

}

#vue-landing-page .shop-now-btn .tile.shop-all-btn.__web-inspector-hide-shortcut__:nth-child(1) a:hover {
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .16);
            box-shadow: 0 0 12px 0 rgba(0, 0, 0, .16);
    -webkit-transition: all .24s ease, height 0s;
    -o-transition: all .24s ease, height 0s;
    transition: all .24s ease, height 0s;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
}

/* disclaimer Section  */

.disclaimer-box {
    margin-bottom: 60px;
}

.disclaimer-box .row .disclaimer p {
    font-weight: 400 !important;
    font-size: 24px !important;
    line-height: 30px !important;
    margin: 30px 0;
}

#vue-landing-page .disclaimer-box .row .disclaimer ul li {
    line-height: 30px !important;
    font-size: 24px !important;
    margin: 30px 0;
}

#vue-landing-page .disclaimer-box .row .disclaimer ul {
    padding: 0px;
}

.disclaimer-box .row .disclaimer ul li span {
    font-weight: 700 !important;
}

.disclaimer {
    padding-left: 40px;
    padding-right: 40px;
}



@media (min-width: 320px) and (max-width: 767px) {
    /* Banner css  */

    #vue-landing-page .banner-block,
    .carousel-cell.banner1 {
        /* margin: 20px 0; */
    }

    #vue-landing-page .banner-block, .carousel-cell.banner1 .banner1-details{
        padding: 10px;
    }

    #vue-landing-page .banner-block .banner1-details img {
        width: 90%;
    }

    #vue-landing-page .banner-block .banner1-details p {
        width: 90%;
    }

    #vue-landing-page .banner-block .container {
        width: 100%;
        padding: 0;
    }

    #vue-landing-page .banner-block .banner1-details h1 {
        font-weight: 700;
        font-size: 23px;
        line-height: 28px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .banner-block .carousel-cell .container.col-row {
        display: block;
    }

    /* UV Printers Section  */

    #vue-landing-page .flatbed-printers .flatbed-printers-section {
        display: block;
    }

    #vue-landing-page .flatbed-printers .flatbed-printers-section .col-lg-3 p{
        padding: 0;
    }

    #vue-landing-page .flatbed-printers .flatbed-printers-section .col-lg-3 {
        width: 90%;
        margin: auto;
        margin: 25px auto;
        padding: 8px;
    }

    #vue-landing-page .flatbed-printers .uv-printers .col-lg-12.format-details a {
        font-size: 12px !important;
    }

    #vue-landing-page .flatbed-printers .flatbed-title h2 {
        font-size: 39px !important;
        line-height: 47px !important;
    }

    #vue-landing-page .flatbed-printers .flatbed-title h3 {
        font-size: 22px !important;
        line-height: 26px !important;
    }

    #vue-landing-page .flatbed-printers .uv-printers .col-lg-12.format-details ul li {
        font-size: 16px;
        line-height: 34px;
        width: 100%;
    }

    #vue-landing-page .uv-printers .printers-products {
        margin-bottom: 20px;
    }

    #vue-landing-page .uv-printers .printers-products .col-lg-12 {
        position: static;

    }

    #vue-landing-page .uv-printers .printers-products .col-lg-12.format-details {
        left: auto;
        right: auto;
        top: auto;
    }

    #vue-landing-page .uv-printers .printers-products .col-lg-12.format-details.box-1,
    #vue-landing-page .uv-printers .printers-products .col-lg-12.format-details.box-2,
    #vue-landing-page .uv-printers .printers-products .col-lg-12.format-details.box-3,
    #vue-landing-page .uv-printers .printers-products .col-lg-12.format-details.box-4 {
        margin-bottom: 20px;
        position: static;
        opacity: 1;
    }



    #vue-landing-page .uv-printers .col-lg-12.format-2 h4,
    #vue-landing-page .uv-printers .col-lg-12.format-1 h4 {
        font-size: 24px;
        line-height: 44px;
    }



    #vue-landing-page .uv-printers .col-lg-12.format-1 .img-container,
    #vue-landing-page .uv-printers .col-lg-12.format-2 .img-container {
        width: calc(90vw - 20px) !important;
        height: calc(70vw - 20px) !important;
    }

    #vue-landing-page h3,
    #vue-landing-page h3 span {
        font-size: 24px !important;
        margin-top: 20px !important;
        line-height: 28px !important;
    }

    #vue-landing-page .category-tiles h5 {
        font-size: 14px;
        line-height: 18px;
        height: auto;
    }

    .university-shop-block div.jpp-main-categories .category-tiles {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .university-shop-block div.jpp-main-categories .category-tiles .tile {
        width: 90% !important;
        height: calc(60vw - 32px);
    }

    #vue-landing-page .epson-img-gall .container .col-md-6,
    #vue-landing-page .epson-img-gall .container .col-md-3 {
        width: 90%;
        margin: 10px auto;
    }


    #vue-landing-page .epson-img-gall .container .col-md-3.txt-padd {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start
    }

    #vue-landing-page .epson-img-gall .container .col-md-6 h3 {
        line-height: 26px !important;
        margin: 0 0 35px 0;
        padding: 0 10px;
    }

    #vue-landing-page .epson-img-gall .container .col-md-6 h3 br.remove-br {
        display: none;
    }

    div[data-content-type=row].how-to-videos .maker-skills-slider .video a {
        padding: 10px;
    }

    #vue-landing-page .videos .how-to-videos h3,
    #vue-landing-page .videos .how-to-videos p,
    #vue-landing-page .videos .how-to-videos div[data-content-type=button-item] {
        text-align: center;
    }

    #vue-landing-page .videos .how-to-videos h3 {
        font-size: 32px !important;
        line-height: 40px !important;
    }

    #vue-landing-page p {
        font-size: 16px;
        line-height: 24px;
        width: auto;
    }

    #vue-landing-page .maker-skills-slider .video h5 {
        font-size: 16px;
        line-height: 20px;
        margin: 20px 10px !important;
    }

    #vue-landing-page .maker-skills-slider .video span {
        font-size: 14px;
        line-height: 20px;
        margin: 0;
    }

    #vue-landing-page .shop-now-btn .tile.shop-all-btn.__web-inspector-hide-shortcut__:nth-child(1),
    #vue-landing-page .shop-now-btn .tile.shop-all-btn.__web-inspector-hide-shortcut__:nth-child(2) {
        text-align: center;
    }

    .disclaimer {
        padding: 10px 20px;
    }

    .disclaimer-box .row .disclaimer p {
        margin: 15px 0;
    }

    .disclaimer-box .row .disclaimer p,
    #vue-landing-page .disclaimer-box .row .disclaimer ul li {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    #vue-landing-page .disclaimer-box .row .disclaimer ul li {
        width: 95%;
        margin: 15px auto;
    }
}

@media screen and (max-width: 319px) {
    /* Banner css  */

    #vue-landing-page .banner-block,
    .carousel-cell.banner1 {
        margin: 20px 0;
    }

    #vue-landing-page .banner-block .banner1-details img {
        width: 90%;
    }

    #vue-landing-page .banner-block .banner1-details p {
        width: 90%;
    }

    #vue-landing-page .banner-block .container {
        width: 100%;
        padding: 0;
    }

    #vue-landing-page .banner-block .banner1-details h1 {
        font-weight: 700;
        font-size: 23px;
        line-height: 28px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .banner-block .carousel-cell .container.col-row {
        display: block;
    }

    /* UV Printers Section  */

    #vue-landing-page .flatbed-printers .flatbed-printers-section {
        display: block;
    }

    #vue-landing-page .flatbed-printers .flatbed-printers-section .col-lg-3 {
        width: 90%;
        margin: auto;
        margin: 25px auto;
    }

    #vue-landing-page .flatbed-printers .uv-printers .col-lg-12.format-details a {
        font-size: 12px !important;
    }

    #vue-landing-page .flatbed-printers .flatbed-title h2 {
        font-size: 39px !important;
        line-height: 47px !important;
    }

    #vue-landing-page .flatbed-printers .flatbed-title h3 {
        font-size: 22px !important;
        line-height: 26px !important;
    }

    #vue-landing-page .flatbed-printers .uv-printers .col-lg-12.format-details ul li {
        font-size: 16px;
        line-height: 34px;
        width: 100%;
    }

    #vue-landing-page .uv-printers .printers-products {
        margin-bottom: 20px;
    }

    #vue-landing-page .uv-printers .printers-products .col-lg-12 {
        position: static;

    }

    #vue-landing-page .uv-printers .printers-products .col-lg-12.format-details {
        left: auto;
        right: auto;
        top: auto;
    }

    #vue-landing-page .uv-printers .printers-products .col-lg-12.format-details.box-1,
    #vue-landing-page .uv-printers .printers-products .col-lg-12.format-details.box-2,
    #vue-landing-page .uv-printers .printers-products .col-lg-12.format-details.box-3,
    #vue-landing-page .uv-printers .printers-products .col-lg-12.format-details.box-4 {
        margin-bottom: 20px;
        position: static;
        opacity: 1;
    }



    #vue-landing-page .uv-printers .col-lg-12.format-2 h4,
    #vue-landing-page .uv-printers .col-lg-12.format-1 h4 {
        font-size: 24px;
        line-height: 44px;
    }



    #vue-landing-page .uv-printers .col-lg-12.format-1 .img-container,
    #vue-landing-page .uv-printers .col-lg-12.format-2 .img-container {
        width: calc(90vw - 20px) !important;
        height: calc(70vw - 20px) !important;
    }

    #vue-landing-page h3,
    #vue-landing-page h3 span {
        font-size: 24px !important;
        margin-top: 20px !important;
        line-height: 28px !important;
    }

    #vue-landing-page .category-tiles h5 {
        font-size: 14px;
        line-height: 18px;
        height: auto;
    }

    .university-shop-block div.jpp-main-categories .category-tiles {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .university-shop-block div.jpp-main-categories .category-tiles .tile {
        width: 90% !important;
        height: calc(60vw - 32px);
    }

    #vue-landing-page .epson-img-gall .container .col-md-6,
    #vue-landing-page .epson-img-gall .container .col-md-3 {
        width: 90%;
        margin: 10px auto;
    }


    #vue-landing-page .epson-img-gall .container .col-md-3.txt-padd {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start
    }

    #vue-landing-page .epson-img-gall .container .col-md-6 h3 {
        line-height: 26px !important;
        margin: 0 0 35px 0;
        padding: 0 10px;
    }

    #vue-landing-page .epson-img-gall .container .col-md-6 h3 br.remove-br {
        display: none;
    }

    div[data-content-type=row].how-to-videos .maker-skills-slider .video a {
        padding: 10px;
    }

    #vue-landing-page .videos .how-to-videos h3,
    #vue-landing-page .videos .how-to-videos p,
    #vue-landing-page .videos .how-to-videos div[data-content-type=button-item] {
        text-align: center;
    }

    #vue-landing-page .videos .how-to-videos h3 {
        font-size: 32px !important;
        line-height: 40px !important;
    }

    #vue-landing-page p {
        font-size: 16px;
        line-height: 24px;
        width: auto;
    }

    #vue-landing-page .maker-skills-slider .video h5 {
        font-size: 16px;
        line-height: 20px;
        margin: 20px 10px !important;
    }

    #vue-landing-page .maker-skills-slider .video span {
        font-size: 14px;
        line-height: 20px;
        margin: 0;
    }

    #vue-landing-page .shop-now-btn .tile.shop-all-btn.__web-inspector-hide-shortcut__:nth-child(1),
    #vue-landing-page .shop-now-btn .tile.shop-all-btn.__web-inspector-hide-shortcut__:nth-child(2) {
        text-align: center;
    }

    .disclaimer {
        padding: 10px 20px;
    }

    .disclaimer-box .row .disclaimer p {
        margin: 15px 0;
    }

    .disclaimer-box .row .disclaimer p,
    #vue-landing-page .disclaimer-box .row .disclaimer ul li {
        font-size: 18px !important;
        line-height: 26px !important;
    }

    #vue-landing-page .disclaimer-box .row .disclaimer ul li {
        width: 95%;
        margin: 15px auto;
    }
}