* {
    position: relative;
    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%;
    transition: .1s;
    margin: 0 auto;
    display: flex;
    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 .shop-section .sign-title h3 {
    font-size: 40px;
    line-height: 49px;
    font-weight: 800 !important;
}

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

#vue-landing-page .shop-section .sign-title h3 span {
    font-size: 40px;
    line-height: 49px;
}

@media (max-width: 320px) {

    #vue-landing-page .resources-section .container .text-center .col-sm-4,
    #vue-landing-page .resources-section .container .text-center .col-sm-5 {
        width: 100% !important;
    }

    #vue-landing-page .university-shop-block span,
    #vue-landing-page .shop-section .sign-title h3 span {
        font-size: 22px !important;
        line-height: 26px !important;
    }


    #vue-landing-page .shop-section .jpp-main-categories .tile h5 {
        height: 20px;
    }
}

#vue-landing-page .university-shop-block .jpp-main-categories .tile h5,
#vue-landing-page .shop-section .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-laniding-page .shop-section,
#vue-landing-page .heat-poster,
#vue-landing-page .format-printing,
#vue-landing-page .format-printing-2,
#vue-landing-page .epson-img-gall {
    margin-top: 3em !important;
    margin-bottom: 2em !important;
}

#vue-landing-page .save-more-section {
    padding-top: 3em;
    padding-bottom: 4em;
}

#vue-landing-page .heat-poster {
    padding-top: 5em;
    padding-bottom: 3em;
}

#vue-landing-page .university-shop-block .container .jpp-main-categories,
#vue-laniding-page .shop-section .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 .contact-team .blue-button,
#vue-landing-page .resources-box .blue-button,
#vue-landing-page .img-section .blue-button,
#vue-landing-page .heat-poster .blue-button,
#vue-landing-page .save-more-section .blue-button,
#vue-landing-page .format-printing .blue-button,
#vue-landing-page .format-printing-2 .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 .contact-team .blue-button:hover,
#vue-landing-page .resources-box .blue-button:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .16);
    transition: all .24s ease, height 0s;
    transition-delay: 0s;
    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;
        flex-wrap: wrap;
    }
}

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

@media (max-width:768px) {
    .jpp-page-nav .nav-wrap {
        max-width: 100% !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;
    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;
    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: flex;
    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: flex;
    align-items: center;
}


/* 
.banner-block .carousel-cell.banner1 {
    background-image: url("https://jpp.trgcdn.com/landing-pages/epson-landing-page/epson-banner-background.jpg");
} */

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

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

#vue-landing-page .banner-block .banner1-details h1 {
    font-weight: 800;
    font-size: 40px;
    line-height: 42px;
    color: #fff;
}

.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: 80%;
}

#vue-landing-page .banner-block .banner1-details.banner4 {
    display: flex;
    flex-direction: column;
    justify-content: 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: flex;
}

@media only screen and (min-width: 1024px) {
    #vue-landing-page .banner-block {
        background-image: url(https://jpp.trgcdn.com/landing-pages/epson-landing-page/epson-banner-background.jpg);
        background-size: cover;
        background-color: #0f5ca2;
        background-position-x: 200px;
        background-repeat: no-repeat;
    }

}

@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) {
    #vue-landing-page .banner-block .banner1-details {
        width: 55%;
    }
}

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

    #vue-landing-page .banner-block {
        background-position-x: -20px;
    }
}

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

    #vue-landing-page .banner-block {
        background-position-x: 100px;
    }
}

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

    #vue-landing-page .banner-block {
        background-position-x: 160px;
    }
}

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

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

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

    #vue-landing-page .banner-block {
        background-position-x: -100px;
    }
}


@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: flex;
        justify-content: center;
    }

    .banner-block {
        background-image: url("https://jpp.trgcdn.com/landing-pages/epson-landing-page/epson-banner-mobile-bg.jpg");
        display: flex !important;
        align-items: center !important;
        background-size: cover;
        background-position-x: 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: 100%;
    }


}

@media only screen and (max-width: 767px) and (min-width: 320px) {
    .banner-block {
        background-image: url("https://jpp.trgcdn.com/landing-pages/epson-landing-page/epson-banner-mobile-bg.jpg");
        display: flex !important;
        align-items: center !important;
        background-size: cover;
        height: 425px;
        background-position-x: center;
    }

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

    }
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
    #vue-landing-page .banner-block {
        background: #004686;
        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 {
        background-image: url("https://jpp.trgcdn.com/landing-pages/epson-landing-page/epson-banner-ipad-bg.jpg");
        display: flex !important;
        align-items: center !important;
        background-size: contain !important;
        /* height: 45vh; */
        background-position-x: 60%;
        background-position-y: 10px;
        background-repeat: no-repeat;
        padding-bottom: 60px;
    }


    #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: 58%;
        text-align: left;
        margin: 20px 0;
    }

    #vue-landing-page .banner-block .banner1-details .orange-button {
        justify-content: left;
        display: flex;
        width: max-content;
    }
}

@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 (max-width: 992px) and (min-width: 1200px) {}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .banner-block .carousel-cell .container.col-row {
        display: flex;
    }

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

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #vue-landing-page .banner-block .banner1-details h1 {
        font-weight: 700;
        font-size: 25px;
        line-height: 28px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

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

@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 {
        justify-content: center;
        height: auto;
    }

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

    .shop-section div.jpp-main-categories .category-tiles .shop-all-btn {
        width: auto;
    }

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

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

    .shop-section div.jpp-main-categories .category-tiles .shop-all-btn {
        width: auto;
    }

    #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;
    }

    #vue-landing-page .heat-poster {
        padding-top: 0;
        padding-bottom: 0;
    }

    #vue-landing-page .heat-poster .container .row {
        height: auto;
        text-align: center;
    }

    #vue-landing-page .heat-poster .container .row .col-md-7 {
        width: 90%;
        margin: 40px auto;
    }

    #vue-landing-page .heat-poster .container .row .col-md-7 h3 {

        line-height: 28px !important;
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    #vue-landing-page .heat-poster .container .row .col-md-7 h2 {
        font-size: 36px !important;
    }

    #vue-landing-page .heat-poster .container .row .col-md-7 .shop-all-btn {
        display: flex;
        justify-content: center;
    }

    #vue-landing-page .heat-poster .container .row .col-md-7 a {
        font-size: 12px !important;
        padding: 13px 6px !important;
        display: flex;
        width: auto !important;
    }

    #vue-landing-page .heat-poster .container .row .col-md-5 {
        position: static;
        margin: 40px auto;
        padding: 0;
    }

    #vue-landing-page .heat-poster .container .row .col-md-5 img {
        max-width: 100%;
    }

    #vue-landing-page .resources-section .container .container .row.pad {
        padding: 0 !important;
    }

    .resources-section .container .container {
        padding: 0 !important;
    }

    .quote-financing .quote-container {
        padding: 20px 10px !important;
    }

    .quote-financing h2 {
        font-size: 16px !important;
        line-height: 20px !important;
        margin-bottom: 15px !important;
    }

    .quote-financing p {
        font-size: 12px !important;
        line-height: 16px !important;
        margin: 10px 0 20px 0 !important;
    }

}

/* 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: flex;
    align-items: center;
}

div.jpp-main-categories .category-tiles {
    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 {
    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: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    height: fit-content;
    padding-top: 40px;
}

.university-shop-block div.jpp-main-categories .category-tiles .tile.shop-all-btn:hover {
    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: 0;
    padding: 7px 0;
    word-spacing: 0.6px;
    font-weight: 700;
    height: 40px;
}

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

div.jpp-main-categories .category-tiles {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: -webkit-calc(100% + 32px);
    min-width: calc(100% + 32px);
    -webkit-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;
    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%);
    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;
    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) {
    #vue-landing-page .category-tiles h5 {
        font-size: 14px;
        line-height: 18px;
        height: auto;
    }

}

@media (max-width: 768px) {
    .university-shop-block div.jpp-main-categories .category-tiles .tile.title {
        justify-content: center;
        height: auto;
    }

    .shop-section div.jpp-main-categories .category-tiles .shop-all-btn {
        width: auto;
    }

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

    #vue-landing-page .resources-section .container .text-center .col-sm-4,
    #vue-landing-page .resources-section .container .text-center .col-sm-5 {
        width: 50%;
        margin-bottom: 20px;
    }

}

@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,
    .shop-section div.jpp-main-categories .category-tiles .tile {
        width: 90% !important;
        height: calc(80vw - 32px);
    }

    .banner-block .carousel-cell.banner1 {
        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,
    .resources-section h3,
    .resources-section h3 span,
    #vue-landing-page .shop-section .sign-title h3 {
        font-size: 22px !important;
        line-height: 26px !important;
    }
}

/* Shop Subtrates */
.shop-section {
    margin: 40px 0 40px 0;
    padding-bottom: 40px;
}

.shop-section h2 {
    padding-left: 20px;
    padding-right: 20px;
}

#vue-landing-page .shop-section h3 {
    color: #000;
    line-height: 48px;
}

.shop-section .flickity-slider {
    margin-left: 15px;
}

#vue-landing-page .shop-section .product-row .product-button .image-container img {
    width: auto;
    height: auto;
    max-width: 180px;
    max-height: 140px;
}

#vue-landing-page .shop-section .product-row .product-button h3 {
    text-align: center;
    font-size: 16px;
    padding: 15%;
    color: #006bb4;
}

#vue-landing-page .shop-section .product-row .product-button a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#vue-landing-page .shop-section .product-row .product-button a:hover h3,
#vue-landing-page .shop-section .product-row .product-button a:hover p {
    color: #006bb4;
}

#vue-landing-page .shop-section .product-row .product-button .image-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 40px;
}

#vue-landing-page .shop-section .product-row .product-button {
    position: relative;
    height: 200px;
    width: 200px;
    display: inline-block;
    margin: 14px 6px 18px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, .08);
    border-radius: 8px;
    vertical-align: middle;
    flex-shrink: 0;
}

#vue-landing-page .shop-section .product-row .product-button p {
    font-weight: 800;
    text-align: center;
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 12px;
}

.shop-section div.jpp-main-categories .category-tiles .tile {
    width: 15%;
    height: 236px !important;
}

.shop-section div.jpp-main-categories .category-tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.shop-section div.jpp-main-categories .category-tiles .tile:hover {
    transform: scale(1.2);
    box-shadow: none;
}

.shop-section div.jpp-main-categories .category-tiles .tile.shop-all-btn:hover {
    transform: scale(1);
}

.shop-section .shop-all-btn {
    width: 18%;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

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: flex;
    align-items: center;
}

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

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

@media (min-width: 1200px) {
    #vue-landing-page .shop-section h5 {
        padding: 20px 0;
    }
}

@media(max-width:1200px) {
    .shop-section div.jpp-main-categories .category-tiles .tile {
        width: 18%;
        height: calc(30vw - 16px);
    }
}

@media (max-width: 767px) {
    #vue-landing-page section.shop-section {
        margin-bottom: 2em;
    }

    #vue-landing-page section.shop-section br {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .shop-section div.jpp-main-categories .category-tiles .tile {
        width: 23% !important;
        height: calc(30vw - 16px);
    }

    .shop-section h3#shop-products {
        text-align: center;
    }

    #vue-landing-page .shop-section h5 {
        line-height: 20px;
        padding: 0px;
        bottom: -5px;
        height: auto;

    }

    .university-shop-block div.jpp-main-categories .category-tiles {
        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) {
    .shop-section h3#shop-products {
        text-align: center;
    }

    .university-shop-block div.jpp-main-categories .category-tiles {
        justify-content: center;
    }

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

/* epson image gallery  */
#vue-landing-page .epson-img-gall .container-fluid {
    background-color: #061A37;
}

#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: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

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

#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 {
    background-color: #0088CE;
}

#vue-landing-page .epson-img-gall .container .col-md-3.epson-bg-color-2 {
    background-color: #004F9D;
}

#vue-landing-page .epson-img-gall .container .col-md-3.epson-bg-color-3 {
    background-color: #86B9D8;
}

#vue-landing-page .epson-img-gall .container .col-md-3 {
    display: flex;
    flex-direction: column;
    justify-content: 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/epson-landing-page/childrenshospital.jpg);
}

#vue-landing-page .epson-img-gall .container .col-md-3.epson-img-bg-2 {
    background-image: url(https://jpp.trgcdn.com/landing-pages/epson-landing-page/basketball-lifestyle-tee.jpg);

}

#vue-landing-page .epson-img-gall .container .col-md-3.epson-img-bg-3 {
    background-image: url(https://jpp.trgcdn.com/landing-pages/epson-landing-page/skinny-tumbler-30oz-wedding-lifestyle.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 {
    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: 600;
    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: 250px) and (max-width: 767px) {

    #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 {
        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;
    }
}

@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: 30px;
        line-height: 32px;
        padding: 30px 0;

    }

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

/* Format Printing Section */

#vue-landing-page .format-printing .container {
    background-color: #0088CE;
}

#vue-landing-page .format-printing-2 .container {
    background-color: #86B9D8;
    height: auto;
}


#vue-landing-page .format-printing .container .col-md-5 h3,
#vue-landing-page .format-printing-2 .container .col-md-5 h3 {
    font-size: 32px;
    line-height: 39px;
    font-weight: 800;
    color: #fff;
    margin: 0px;
}

#vue-landing-page .format-printing .container .col-md-5 p,
#vue-landing-page .format-printing-2 .container .col-md-5 p {
    font-size: 16px;
    line-height: 22.5px;
    font-weight: 400;
    color: #fff;
}

#vue-landing-page .format-printing .container .col-md-5 span,
#vue-landing-page .format-printing-2 .container .col-md-5 span {
    font-weight: 700;
}

#vue-landing-page .format-printing .container .col-md-5,
#vue-landing-page .format-printing-2 .container .col-md-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#vue-landing-page .format-printing .container .col-md-5 {
    padding-right: 60px;
}

#vue-landing-page .format-printing-2 .container .col-md-5 {
    padding-left: 50px;
}

#vue-landing-page .format-printing .container .col-md-5 .shop-all-btn,
#vue-landing-page .format-printing-2 .container .col-md-5 .shop-all-btn {
    margin-top: 20px;
}

#vue-landing-page .format-printing .container .col-md-5 .shop-all-btn a,
#vue-landing-page .format-printing-2 .container .col-md-5 .shop-all-btn a {
    margin-right: 20px;
}

#vue-landing-page .format-printing-2 .container .col-md-7 {
    padding-right: 0px;
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
    #vue-landing-page .format-printing-2 .container {
        height: auto;
    }

    #vue-landing-page .format-printing .container .col-md-5 .shop-all-btn,
    #vue-landing-page .format-printing-2 .container .col-md-5 .shop-all-btn {
        display: flex;
        margin: 30px 0;
        gap: 15px;
        justify-content: center;
    }

    #vue-landing-page .format-printing .container .col-md-5 .shop-all-btn a,
    #vue-landing-page .format-printing-2 .container .col-md-5 .shop-all-btn a {
        margin: 0;
    }

    #vue-landing-page .format-printing .container .col-md-5,
    #vue-landing-page .format-printing-2 .container .col-md-5 {
        text-align: center;
        padding: 0 12px;
    }

    #vue-landing-page .format-printing-2 .container .col-md-5 {
        padding: 12px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    #vue-landing-page .format-printing-2 .container {
        height: auto;
    }

    #vue-landing-page .format-printing .container .col-md-7,
    #vue-landing-page .format-printing-2 .container .col-md-7 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 50%;
    }

    #vue-landing-page .format-printing .container .col-md-5,
    #vue-landing-page .format-printing-2 .container .col-md-5 {
        width: 50%;
        padding: 25px 15px;

    }

    #vue-landing-page .format-printing .container .col-md-5 .shop-all-btn,
    #vue-landing-page .format-printing-2 .container .col-md-5 .shop-all-btn {
        display: flex;
        margin: 30px 0;
        gap: 15px;
        flex-direction: column;
    }

    #vue-landing-page .format-printing .container .col-md-5 .shop-all-btn a,
    #vue-landing-page .format-printing-2 .container .col-md-5 .shop-all-btn a {
        margin: 0;
    }



}



/* Save More Section  */
#vue-landing-page .save-more-section .container {
    background-image: url(https://jpp.trgcdn.com/landing-pages/epson-landing-page/epson-bundles-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 514px;
    display: flex;
    align-items: center;
}

#vue-landing-page .save-more-section .savemore-title {
    text-align: center;
    margin-bottom: 50px;
}

#vue-landing-page .save-more-section .savemore-title h2 {
    font-size: 80px;
    color: #F58220;
    line-height: 50px;
    font-weight: 900;
}

#vue-landing-page .save-more-section .savemore-title h3 {
    font-size: 40px;
    color: #0088CE;
    line-height: 49px;
    font-weight: 300;
}

#vue-landing-page .save-more-section .container .col-md-6 h2 {
    color: #F58220;
    font-size: 40px;
    line-height: 42px;
    font-weight: 800;
    margin-top: 13px;
    margin-bottom: 0;
}

#vue-landing-page .save-more-section .container .col-md-6 span {
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    font-style: italic;
    font-weight: 300;
    margin: 0px 0;
}

#vue-landing-page .save-more-section .container .col-md-6 p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    padding-bottom: 35px;
    margin-top: 30px;
}

#vue-landing-page .save-more-section .savemore-title h3 span {
    font-weight: 900;
    color: #0088CE;
    line-height: 49px;
    font-size: 40px;
}

#vue-landing-page .save-more-section .container .col-md-6 .shop-all-btn {
    padding-bottom: 30px;

}

#vue-landing-page .save-more-section .container .col-md-6 .shop-all-btn a {
    margin-right: 15px;
}

#vue-landing-page .save-more-section .container .col-md-6 {
    background-image: url(https://jpp.trgcdn.com/landing-pages/epson-landing-page/Blend-background.png);
    width: 700px;
    height: auto;
    /* left: 37px;
    top: 80px; */
    padding: 35px 30px;
    margin-left: 60px;
}

@media only screen and (min-width: 250px) and (max-width: 767px) {
    #vue-landing-page .save-more-section .container {
        background-image: url(https://jpp.trgcdn.com/landing-pages/epson-landing-page/epson-bundles-banner_mobile.jpg);
        background-position-x: right;
        text-align: center;
        height: auto;
        padding: 50px 15px;

    }

    #vue-landing-page .save-more-section {
        margin: 50px 0;
        padding: 0;
    }

    #vue-landing-page .save-more-section .savemore-title {
        margin-bottom: 0;
    }

    #vue-landing-page .save-more-section .savemore-title h2 {
        font-size: 40px !important;
        line-height: 30px !important;
        margin: 8px 5px;
    }

    #vue-landing-page .save-more-section .savemore-title h3 {
        margin-bottom: 30px;
    }

    #vue-landing-page .save-more-section .savemore-title h3 span {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    #vue-landing-page .save-more-section h3 {
        font-size: 24px !important;
        line-height: 30px !important;

    }

    #vue-landing-page .save-more-section .container .col-md-6 {
        background-image: none;
        position: static;
        width: auto;
        padding: 8px 15px;
        margin: auto;

    }

    #vue-landing-page .save-more-section .container .col-md-6 h2 {
        padding: 0 0 15px 0;
    }

    #vue-landing-page .save-more-section .container .col-md-6 span {
        line-height: 24px;
        /* padding-bottom: 20px; */
    }

    #vue-landing-page .save-more-section .container .col-md-6 .shop-all-btn {
        display: flex;
        flex-direction: column;
    }

    #vue-landing-page .save-more-section .container .col-md-6 .shop-all-btn a {
        margin: 0 0 15px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    #vue-landing-page .save-more-section .savemore-title {
        margin: 0 10px 50px 10px;
    }

    #vue-landing-page .save-more-section .container {
        justify-content: center;
        display: flex;
        align-items: center;
        background-position-x: right;
        height: 750px;
    }

    #vue-landing-page .save-more-section .container .col-md-6 {
        text-align: center;
        padding: 35px 30px;
        width: 80%;
        position: static;
        top: 0;
        left: 0;
        margin: 0;
    }

    #vue-landing-page .save-more-section .container .col-md-6 .shop-all-btn a {
        margin: 0 9px 0 0;
    }
}


/* 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: flex;
    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] {
    justify-content: center;
    width: 33.3333%;
    display: flex;
    flex-direction: column;

}

div[data-content-type=row].how-to-videos .pagebuilder-column[data-pb-style=O2JM7NR] {
    justify-content: center;
    width: 66.6667%;
    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: 16px;
    line-height: 20px;
    margin: 10px 15px !important;
    height: 100%;
}

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

#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: flex;
    height: 100%;
    flex-direction: column;
    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: 16px !important;
    line-height: 20px !important;

}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    div[data-content-type=row].how-to-videos .maker-skills-slider .video a {
        padding: 10px;
    }
}

@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: flex;
        justify-content: center;
        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;
    }

    .resources-section .container .container {
        padding: 0px !important;
    }
}


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

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

    #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;
    }

    #vue-landing-page .resources-section .big-buttons a h3 {
        margin: 0 !important;
    }

    .resources-section .container .container {
        padding: 0px !important;
    }
}

#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 {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .16);
    transition: all .24s ease, height 0s;
    transition-delay: 0s;
    filter: brightness(1.2);
    transform: scale(1.03);
}

/* Heat Press Section  */
.heat-poster {
    margin-top: 120px;
    margin-bottom: 120px;
}

.heat-poster .container {
    background-color: #86B9D8;
}

.heat-poster .container .row {
    justify-content: space-between;
    height: 400px;
}

.heat-poster .container .row .col-md-7 {
    margin: 10px 30px;
    width: 50%;
}

#vue-landing-page .heat-poster .container .row .col-md-7 h3 {
    font-size: 24px;
    line-height: 42px;
    font-weight: 300;
    color: #fff !important;
    padding-top: 20px !important;
    margin: 0;
}

#vue-landing-page .heat-poster .container .row .col-md-7 h2 {
    color: #061A37 !important;
    font-size: 40px;
    line-height: 42px !important;
    font-weight: 800 !important;
    padding-bottom: 25px !important;
    margin: 0;
}

.heat-poster .container .row .col-md-7 p {
    font-size: 16px !important;
    line-height: 20px !important;
    font-weight: 400 !important;
    color: #fff !important;
    padding-bottom: 40px;
    margin: 0;
}

.heat-poster .container .row .col-md-5 {
    position: relative;
    left: -179px;
    top: -90px;
}

.heat-poster .container .row .col-md-5 img {
    max-width: 150%;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #vue-landing-page .heat-poster {
        padding-top: 0;
        padding-bottom: 0;
    }

    #vue-landing-page .heat-poster .container .row {
        height: auto;
        text-align: center;
    }

    #vue-landing-page .heat-poster .container .row .col-md-7 {
        width: 90%;
        margin: 40px auto;
    }

    #vue-landing-page .heat-poster .container .row .col-md-7 h3 {
        line-height: 28px !important;
        padding-top: 0px !important;
        margin-top: 0px !important;
    }

    #vue-landing-page .heat-poster .container .row .col-md-7 a {
        padding: 13px 13px !important;
    }

    #vue-landing-page .heat-poster .container .row .col-md-5 {
        position: static;
        margin: 40px auto;
    }

    #vue-landing-page .heat-poster .container .row .col-md-5 img {
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    #vue-landing-page .heat-poster .container {
        padding: 50px 0;
    }

    #vue-landing-page .heat-poster .container .row {
        height: auto;
        flex-direction: column;
    }

    #vue-landing-page .heat-poster .container .row .col-md-5 {
        position: static;
    }

    #vue-landing-page .heat-poster .container .row .col-md-5 img {
        max-width: 100%;
    }

    #vue-landing-page .heat-poster .container .row .col-md-5 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #vue-landing-page .heat-poster .container .row .col-md-7,
    #vue-landing-page .heat-poster .container .row .col-md-5 {
        width: 90%;
        margin: auto;
    }

    #vue-landing-page .heat-poster .container .row .col-md-7 {
        text-align: center;
        padding-bottom: 30px;
    }

}

/* Epson Sublimation resources Section  */

#vue-landing-page .resources-section {
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
}

#vue-landing-page .resources-section h2,
#vue-landing-page .resources-section p {
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;
}

#vue-landing-page .resources-section p {
    color: #232323;
    line-height: 23px;
    font-size: 16px;
}

.resources-section h3,
.resources-section h3 span {
    text-align: center;
    font-size: 32px !important;
    line-height: 39px !important;
    font-weight: 800;

}

.resources-section>div {
    margin-top: 5em;
    margin-bottom: 3em;
}

#vue-landing-page .resources-section .resources-section-background {
    z-index: -1;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    top: 0;
    bottom: 0;
    /* background-color: #fafafa; */
    margin-bottom: 0;
    margin-top: 0;
}

#vue-landing-page .resources-section .container .container .row.pad {
    padding: 0 60px;
    justify-content: center;
}

@media (max-width:991px) {

    #vue-landing-page .resources-section h2,
    #vue-landing-page .resources-section p {
        margin-left: 10%;
        margin-right: 10%;
    }
}

#vue-landing-page .resources-section .resources-box {
    box-shadow: 0 0 25px rgba(0, 0, 0, .15);
    min-height: 300px;
    background: #004f9d;
}

@media (max-width:991px) {
    #vue-landing-page .resources-section .resources-box {
        margin-bottom: 0px;
    }
}

#vue-landing-page .resources-section .resources-box .row {
    min-height: 300px;
}

#vue-landing-page .resources-section .resources-box .row .col-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

#vue-landing-page .resources-section .resources-box .col-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#vue-landing-page .resources-section .resources-box .blue-button {
    max-width: 142px;
    font-size: 14px !important;
    line-height: 20px !important;
}

#vue-landing-page .resources-section .resources-box h2 {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
}

#vue-landing-page .resources-section .big-buttons {
    border-radius: 8px;
    height: 180px;
    position: relative;
}

#vue-landing-page .resources-section .big-buttons a {
    display: flex;
    justify-content: center;
    align-items: center;
}

#vue-landing-page .resources-section .big-buttons a h4 {
    font-size: 22px;
    line-height: 24px;
    font-weight: 800;
    color: #fff;
}

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

    .resources-section h3,
    .resources-section h3 span {
        font-size: 24px !important;
        line-height: 48px !important;
    }

    #vue-landing-page .resources-section .big-buttons a h4 {
        font-size: 20px;
    }

    #vue-landing-page .resources-section .container .container .row.pad {
        padding: 0px !important;
    }
}

@media (max-width:575px) {
    #vue-landing-page .resources-section .big-buttons {
        margin: 12px 0;
        height: 140px;
    }
}

#vue-landing-page .resources-section .big-buttons:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .16);
    transition: all .24s ease, height 0s;
    transition-delay: 0s;
    filter: brightness(1.2);
    transform: scale(1.03);
}

#vue-landing-page .resources-section .big-buttons a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#vue-landing-page .resources-section .big-buttons a h3 {
    color: #fff;
    font-weight: 800;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
    padding: 0;
}

#vue-landing-page .resources-section .big-buttons.blue {
    background: linear-gradient(120deg, #0088ce 0, #006394 40%, #006394 60%, #0088ce 100%);
}

.resources-section .container .container {
    padding: 45px 0;
}

.resources-section .container h2 span {
    font-weight: 300;
}

@media (max-width: 767px) {
    .resources-section {
        padding-bottom: 2em;
    }
}

.resources-section .resources-section-background {
    z-index: -1;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    top: 0;
    bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.resources-section h2,
.resources-section p {
    text-align: center;
    margin-left: 20% !important;
    margin-right: 20% !important;

}

.resources-section p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 25px;
}

@media (max-width: 991px) {

    .resources-section h2,
    .resources-section p {
        margin-left: 10% !important;
        margin-right: 10% !important;
    }
}

@media (max-width: 767px) {
    .resources-section>div {
        margin-top: 3em;
    }

    .resources-section>div+div.container {
        margin-top: 0;
    }
}

.resources-section .resources-box {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    min-height: 300px;
    background: #004F9D;
}

@media (max-width: 991px) {
    .resources-section .resources-box {
        margin-bottom: 28px;
    }
}

.resources-section .resources-box .row {
    min-height: 300px;
}

.resources-section .resources-box .row .col-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.resources-section .resources-box .icolor-documents-outer {
    display: block !important;
}

.resources-section .resources-box .icolor-documents {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    background-image: url("https://jpp.trgcdn.com/landing-pages/epson-landing-page/Epson-Documents-Lifestyle.jpg");
}

#vue-landing-page .resources-section .container .text-center .col-sm-4 {
    left: 25px;
}

.resources-section .resources-box .roland-documents {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    background-image: url("https://jpp.trgcdn.com/landing-pages/dtf/images/Document-resources.jpg");
}

.resources-section .resources-box .col-7 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.resources-section .resources-box .blue-button {
    max-width: 132px;
}

.resources-section .resources-box h2 {
    margin-left: revert !important;
    margin-right: revert !important;
    text-align: revert;
    font-size: 26px;
    color: #fff !important;
    line-height: 30px;
}

.resources-section .big-buttons {
    border-radius: 8px;
    height: 180px;
    position: relative;
}

.resources-section .resources-box .orange-button {
    background-color: #f58220 !important;
    color: #fff !important;
}

@media (max-width: 575px) {
    .resources-section .big-buttons {
        margin: 12px 0;
        height: 140px;
    }
}

.resources-section .big-buttons:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
    transition: all 0.24s ease, height 0s;
    transition-delay: 0s;
    filter: brightness(1.2);
    transform: scale(1.03);
}

.resources-section .big-buttons a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.resources-section .big-buttons a h3 {
    color: #FFFFFF !important;
    font-weight: 800;
    font-size: 22px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0;
    padding: 0;
}

.resources-section .big-buttons.teal {
    background: linear-gradient(120deg, #1762B9 0%, #1BA6DA 40%, #1BA6DA 60%, #1762B9 100%);
}

.resources-section .big-buttons.orange {
    background: linear-gradient(210deg, #f58220 0%, #a35a19 100%);
}

.resources-section .big-buttons.blue {
    background: linear-gradient(120deg, #0088ce 0%, #006394 40%, #006394 60%, #0088ce 100%);
}

.resources-section .resources-box .orange-button {
    background-color: #f58220 !important;
    color: #fff !important;
}

@media only screen and (min-width: 250px) and (max-width: 319px) {
    #vue-landing-page .resources-section .container .text-center .col-sm-4 {
        left: 0;
        margin-bottom: 0px;
    }
}

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

    #vue-landing-page .resources-section .container .text-center .col-sm-4,
    #vue-landing-page .resources-section .container .text-center .col-sm-5 {
        width: 90%;

    }

    #vue-landing-page .resources-section .container .text-center .col-sm-4 {
        left: 0;
        margin-bottom: 0px;
    }

    #vue-landing-page .resources-section .container .container .row.pad {
        padding: 0;
    }
}

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

    #vue-landing-page .resources-section .container .text-center .col-sm-4,
    #vue-landing-page .resources-section .container .text-center .col-sm-5 {
        width: 50%;
        margin-bottom: 20px;
    }
}


/* Build your dream business section  */
.trusted-source {
    position: relative;
    min-height: 515px;
    margin-bottom: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.trusted-source.contact-team h3,
.trusted-source.contact-team h3 span {
    font-size: 28px !important;
    line-height: 36px !important;
    color: #fff !important;
    text-transform: none !important;
}

.trusted-source.contact-team p {
    font-size: 16px !important;
    line-height: 24px !important;
}

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

    .trusted-source.contact-team h3,
    .trusted-source.contact-team h3 span {
        font-size: 24px !important;
        padding: 15px 0;
        line-height: 30px !important;
    }
}

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

    .trusted-source.contact-team h3,
    .trusted-source.contact-team h3 span {
        font-size: 22px !important;
        line-height: 28px !important;
        padding-bottom: 15px;
    }
}

.trusted-source .trusted-background .container .row .h3 {
    color: #fff !important;
}

.dream-business {
    min-height: unset;
}

#vue-landing-page .trusted-source section {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.dream-business .dream-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dream-business .dream-text a:hover {
    filter: brightness(1.2);
}

.dream-business .col-lg-6 h2 {
    font-weight: 700 !important;
    font-size: 40px !important;
}

.dream-business .col-lg-6 p {
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    margin-bottom: 45px;
    line-height: 22px !important;
}

.trusted-source .light {
    text-transform: none;
}

@media(max-width:768px) {
    .dream-business .col-lg-6 p {
        margin-bottom: 25px;
    }

    .dream-business .dream-text {
        align-items: center;
        text-align: center;
    }
}

.dream-business .col-lg-6 a {
    font-size: 19px !important;
}

@media (max-width: 307px) {
    .trusted-source .blue-button {
        padding: 13px 5px !important;
    }
}

.trusted-source .col-lg-6 {
    height: 420px;
}

.trusted-source .col-lg-6 p:nth-of-type(2) {
    margin-bottom: 60px;
}

@media (max-width: 1058px) {
    .trusted-source .col-lg-6 p:nth-of-type(2) {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .trusted-source .col-lg-6 {
        height: auto;
    }

    .trusted-source .col-lg-6:nth-of-type(2) {
        height: 420px;
        margin-bottom: 20px;
        margin-top: 40px;
    }

    .trusted-source .col-lg-6.dream-col:nth-of-type(2) {
        height: 332px !important;
        margin-bottom: 0;
        margin-top: 0;
    }
}

@media (max-width: 991px) and (max-width: 570px) {
    .trusted-source .col-lg-6:nth-of-type(2) {
        height: 300px;
        margin-top: 40px;
    }

    .trusted-source.dream-business .col-lg-6:nth-of-type(2) {
        height: 300px !important;
    }
}

@media (max-width: 991px) and (max-width: 496px) {
    .trusted-source .col-lg-6:nth-of-type(2) {
        height: 240px;
    }

    .trusted-source.dream-business .col-lg-6:nth-of-type(2) {
        height: 240px !important;
    }
}

@media(max-width:768px) {
    .trusted-source.dream-business .col-lg-6 h2 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
}

@media(max-width:496px) {
    .trusted-source.dream-business .col-lg-6 p {
        margin-bottom: 25px;
    }
}

.trusted-source .experts-printer {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    background-image: url("https://jpp.trgcdn.com/landing-pages/epson-landing-page/Epson-Sublimation-Printers-Lifestyle.jpg");
}

.trusted-source .employees {
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    height: 100%;
    background-image: url("https://jpp.trgcdn.com/landing-pages/Sawgrass-Bundles/Equipment Landing Pages_Contact Us.png");
}

.trusted-source .trusted-background {
    z-index: -1;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    top: 0;
    bottom: 0;
    background: #384949;
}

.trusted-source .dream-background {
    background-image: linear-gradient(#0093de, #015eb6);
}

.trusted-source h2 {
    font-size: 32px;
    font-weight: 800;
}

.trusted-source p {
    font-weight: 300;
}

.trusted-source span {
    font-weight: 300;
}

.trusted-source h2,
.trusted-source p {
    color: #FFFFFF !important;
}

.trusted-source .blue-button {
    background-color: #F58220 !important;
    border: 1px solid #F58220 !important;
}

/* Quote Financing Section  */
.quote-financing {
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    /* height: 536px; */
}

.quote-financing h2,
.mainwrap.roland .quote-financing p {
    color: #FFFFFF !important;
}

.quote-financing h2 {
    margin-top: -20px !important;
    margin-bottom: 0 !important;
    font-size: 32px !important;
    font-weight: 800 !important;
}

.quote-financing p {
    color: #fff !important;
    font-weight: 500 !important;
}

@media (max-width: 468px) {
    .quote-financing h2 {
        font-size: 16px !important;
    }
}

.quote-financing p {
    margin-top: 0;
    margin-bottom: 40px;
    font-weight: 500;
}

@media (max-width: 468px) {
    .quote-financing p {
        font-size: 12px;
    }
}

@media (max-width: 400px) {
    #vue-landing-page .quote-financing .blue-button {
        padding: 8px 5px !important;
        font-size: 12px !important;
    }
}

.quote-background {
    z-index: -1;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    top: 0;
    bottom: 0;
    background: url("https://jpplus-media.nyc3.cdn.digitaloceanspaces.com/landing-pages/roland/contact-banner-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.quote-financing .quote-container {
    width: 100%;
    height: 414px;
    padding: 50px 30px;
}

.quote-financing .quote-container>div {
    display: flex;
    height: 100%;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
}

.quote-financing .quote-container>div>div:first-child {
    flex: auto;
    display: flex;
    align-items: center;
    height: 286px;
}

.quote-financing .quote-container>div>div:first-child>div {
    flex: auto;
    width: 50%;
    text-align: center;
    margin: 0 8px;
}

.quote-financing .quote-container>div>div:first-child>div:last-child {
    position: absolute;
    width: 5%;
    height: 286px;
    left: 45%;
    content: "";
    border-right: #FFFFFF solid 2px;
    z-index: 1;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #vue-landing-page .quote-financing h2 {
        font-size: 16px;
        line-height: 18px;
        font-weight: 800;
        margin-bottom: 10px !important;

    }

    #vue-landing-page .quote-financing p {
        color: #fff;
        font-size: 12px;
        line-height: 18px;
    }

    .quote-financing .quote-container {
        padding: 30px 15px;
    }
}

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


    #vue-landing-page .quote-financing p {
        color: #fff;
    }
}