body > main .d-none {
  display: none !important;
}
body > main .d-block {
  display: block;
}
body > main .d-block\! {
  display: block !important;
}
body > main .d-inline-block {
  display: inline-block;
}
body > main .d-flex {
  display: flex;
}
body > main .d-flex\! {
  display: flex !important;
}
body > main .d-table-cell {
  display: table-cell;
}
body > main .flex-column {
  flex-direction: column;
}
body > main .flex-column-reverse {
  flex-direction: column-reverse;
}
body > main .flex-row {
  flex-direction: row;
}
body > main .justify-evenly {
  justify-content: space-evenly !important;
}
body > main .justify-between {
  justify-content: space-between;
}
body > main .justify-center {
  justify-content: center;
}
body > main .justify-around {
  justify-content: space-around;
}
body > main .align-center {
  align-items: center;
}
body > main .grow {
  flex-grow: 1;
}
body > main .grow-0 {
  flex-grow: 0;
}
body > main .font-64 {
  font-size: 64px;
  line-height: 64px;
}
body > main .font-53 {
  font-size: 53px;
  line-height: 53px;
}
body > main .font-46 {
  font-size: 46px;
  line-height: 46px;
}
body > main .font-40 {
  font-size: 40px;
  line-height: 40px;
}
body > main .font-28 {
  font-size: 28px;
  line-height: 28px;
}
body > main .font-28\! {
  font-size: 28px !important;
  line-height: 28px !important;
}
body > main .font-24 {
  font-size: 24px;
  line-height: 24px;
}
body > main .font-21 {
  font-size: 21px;
  line-height: 21px;
}
body > main .font-20 {
  font-size: 20px;
  line-height: 20px;
}
body > main .font-16 {
  font-size: 16px;
  line-height: 16px;
}
body > main .font-14 {
  font-size: 14px;
  line-height: 14px;
}
body > main .line-44 {
  line-height: 44px;
}
body > main .line-42 {
  line-height: 42px;
}
body > main .line-34 {
  line-height: 34px;
}
body > main .line-29 {
  line-height: 29px;
}
body > main .line-22 {
  line-height: 22px;
}
body > main .line-12 {
  line-height: 12px;
}
body > main .font-light {
  font-weight: 300;
}
body > main .font-light\! {
  font-weight: 300 !important;
}
body > main .font-regular {
  font-weight: 400;
}
body > main .font-medium {
  font-weight: 500;
}
body > main .font-semibold {
  font-weight: 600;
}
body > main .font-bold {
  font-weight: 700;
}
body > main .font-bold\! {
  font-weight: 700 !important;
}
body > main .font-bolder {
  font-weight: 800;
}
body > main .font-black {
  font-weight: 900;
}
body > main .text-upper {
  text-transform: uppercase;
}
body > main .text-cap {
  text-transform: capitalize;
}
body > main .text-center {
  text-align: center;
}
body > main .text-left {
  text-align: left;
}
body > main .text-justify {
  text-align: justify;
  text-justify: inter-word;
}
body > main .ws-nowrap {
  white-space: nowrap;
}
body > main .text-underline {
  text-decoration: underline;
}
body > main .text-white {
  color: #fff;
}
body > main .text-white\! {
  color: #fff !important;
}
body > main .text-orange {
  color: #F58220;
}
body > main .text-blue {
  color: #0088CE;
}
body > main .text-dark-blue {
  color: #004F9D;
}
body > main .text-gray {
  color: #E9E9E9;
}
body > main .bg-orange {
  background-color: #F58220 !important;
}
body > main .bg-blue {
  background-color: #0088CE;
}
body > main .bg-dark-blue {
  background-color: #004F9D !important;
}
body > main .bg-gray {
  background-color: #E9E9E9;
}
body > main .bg-grad-blue {
  background: linear-gradient(to bottom, #0088ce 0%, #006394 100%);
}
body > main .fill-orange {
  fill: #F58220;
  stroke: #F58220;
}
body > main .fill-blue {
  fill: #0088CE;
  stroke: #0088CE;
}
body > main .shadow-1 {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
body > main .shadow-light {
  box-shadow: 0 3px 3px 2px #dfdfdf;
}
body > main .w-100 {
  width: 100%;
}
body > main .w-95 {
  width: 95%;
}
body > main .w-60 {
  width: 60%;
}
body > main .max-w-100 {
  max-width: 100%;
}
body > main .h-100 {
  height: 100%;
}
body > main .w-25 {
  width: 25%;
}
body > main .w-25\! {
  width: 25% !important;
}
body > main .w-50 {
  width: 50%;
}
body > main .border-15 {
  border-radius: 15px;
}
body > main .border-card {
  border-top-right-radius: 15px 15px;
  border-top-left-radius: 15px 15px;
}
body > main .m-auto {
  margin: auto;
}
body > main .mt-auto {
  margin-top: auto;
}
body > main .mr-auto {
  margin-right: auto;
}
body > main .mb-auto {
  margin-bottom: auto;
}
body > main .ml-auto {
  margin-left: auto;
}
body > main .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
body > main .my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
body > main .m-0 {
  margin: 0;
}
body > main .mt-0 {
  margin-top: 0 !important;
}
body > main .mr-0 {
  margin-right: 0;
}
body > main .mb-0 {
  margin-bottom: 0 !important;
}
body > main .ml-0 {
  margin-left: 0;
}
body > main .mx-0 {
  margin-left: 0;
  margin-right: 0;
}
body > main .my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
body > main .p-0 {
  padding: 0;
}
body > main .pt-0 {
  padding-top: 0;
}
body > main .pr-0 {
  padding-right: 0;
}
body > main .pb-0 {
  padding-bottom: 0;
}
body > main .pl-0 {
  padding-left: 0;
}
body > main .px-0 {
  padding-left: 0;
  padding-right: 0;
}
body > main .py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
body > main .m-1 {
  margin: 8px;
}
body > main .mt-1 {
  margin-top: 8px;
}
body > main .mr-1 {
  margin-right: 8px;
}
body > main .mb-1 {
  margin-bottom: 8px;
}
body > main .ml-1 {
  margin-left: 8px;
}
body > main .mx-1 {
  margin-left: 8px;
  margin-right: 8px;
}
body > main .my-1 {
  margin-top: 8px;
  margin-bottom: 8px;
}
body > main .p-1 {
  padding: 8px;
}
body > main .pt-1 {
  padding-top: 8px;
}
body > main .pr-1 {
  padding-right: 8px;
}
body > main .pb-1 {
  padding-bottom: 8px;
}
body > main .pl-1 {
  padding-left: 8px;
}
body > main .px-1 {
  padding-left: 8px;
  padding-right: 8px;
}
body > main .py-1 {
  padding-top: 8px;
  padding-bottom: 8px;
}
body > main .m-2 {
  margin: 16px;
}
body > main .mt-2 {
  margin-top: 16px;
}
body > main .mr-2 {
  margin-right: 16px;
}
body > main .mb-2 {
  margin-bottom: 16px;
}
body > main .ml-2 {
  margin-left: 16px;
}
body > main .mx-2 {
  margin-left: 16px;
  margin-right: 16px;
}
body > main .my-2 {
  margin-top: 16px;
  margin-bottom: 16px;
}
body > main .p-2 {
  padding: 16px;
}
body > main .pt-2 {
  padding-top: 16px;
}
body > main .pr-2 {
  padding-right: 16px;
}
body > main .pb-2 {
  padding-bottom: 16px;
}
body > main .pl-2 {
  padding-left: 16px;
}
body > main .px-2 {
  padding-left: 16px;
  padding-right: 16px;
}
body > main .py-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}
body > main .m-3 {
  margin: 24px;
}
body > main .mt-3 {
  margin-top: 24px;
}
body > main .mr-3 {
  margin-right: 24px;
}
body > main .mb-3 {
  margin-bottom: 24px;
}
body > main .mb-3\! {
  margin-bottom: 24px !important;
}
body > main .ml-3 {
  margin-left: 24px;
}
body > main .mx-3 {
  margin-left: 24px;
  margin-right: 24px;
}
body > main .my-3 {
  margin-top: 24px;
  margin-bottom: 24px;
}
body > main .p-3 {
  padding: 24px;
}
body > main .pt-3 {
  padding-top: 24px;
}
body > main .pr-3 {
  padding-right: 24px;
}
body > main .pb-3 {
  padding-bottom: 24px;
}
body > main .pl-3 {
  padding-left: 24px;
}
body > main .px-3 {
  padding-left: 24px;
  padding-right: 24px;
}
body > main .py-3 {
  padding-top: 24px;
  padding-bottom: 24px;
}
body > main .m-4 {
  margin: 40px;
}
body > main .mt-4 {
  margin-top: 40px;
}
body > main .mr-4 {
  margin-right: 40px;
}
body > main .mb-4 {
  margin-bottom: 40px;
}
body > main .ml-4 {
  margin-left: 40px;
}
body > main .mx-4 {
  margin-left: 40px;
  margin-right: 40px;
}
body > main .my-4 {
  margin-top: 40px;
  margin-bottom: 40px;
}
body > main .p-4 {
  padding: 40px;
}
body > main .pt-4 {
  padding-top: 40px;
}
body > main .pr-4 {
  padding-right: 40px;
}
body > main .pb-4 {
  padding-bottom: 40px;
}
body > main .pl-4 {
  padding-left: 40px;
}
body > main .px-4 {
  padding-left: 40px;
  padding-right: 40px;
}
body > main .py-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}
body > main .m-5 {
  margin: 80px;
}
body > main .mt-5 {
  margin-top: 80px;
}
body > main .mr-5 {
  margin-right: 80px;
}
body > main .mb-5 {
  margin-bottom: 80px;
}
body > main .ml-5 {
  margin-left: 80px;
}
body > main .mx-5 {
  margin-left: 80px;
  margin-right: 80px;
}
body > main .my-5 {
  margin-top: 80px;
  margin-bottom: 80px;
}
body > main .p-5 {
  padding: 80px;
}
body > main .pt-5 {
  padding-top: 80px;
}
body > main .pr-5 {
  padding-right: 80px;
}
body > main .pb-5 {
  padding-bottom: 80px;
}
body > main .pl-5 {
  padding-left: 80px;
}
body > main .px-5 {
  padding-left: 80px;
  padding-right: 80px;
}
body > main .py-5 {
  padding-top: 80px;
  padding-bottom: 80px;
}
body > main .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
body > main .ql-align-center {
  text-align: center !important;
}
body > main .ql-align-right {
  text-align: right !important;
}
body > main .ql-align-justify {
  text-align: justify !important;
}
@media (max-width: 991px) {
  body > main .md\:w-95 {
    width: 95%;
  }
  body > main .md\:w-95\! {
    width: 95% !important;
  }
  body > main .md\:w-60 {
    width: 60%;
  }
  body > main .md\:w-60\! {
    width: 60% !important;
  }
  body > main .md\:font-40 {
    font-size: 40px;
  }
  body > main .md\:font-28 {
    font-size: 28px;
  }
  body > main .md\:font-24 {
    font-size: 24px;
  }
  body > main .md\:font-24\! {
    font-size: 24px !important;
  }
  body > main .md\:line-34 {
    line-height: 34px;
  }
  body > main .md\:line-34\! {
    line-height: 34px !important;
  }
  body > main .md\:text-upper {
    text-transform: uppercase;
  }
  body > main .md\:text-upper\! {
    text-transform: uppercase !important;
  }
  body > main .md\:text-center {
    text-align: center;
  }
  body > main .md\:d-flex {
    display: flex;
  }
  body > main .md\:flex-column {
    flex-direction: column;
  }
  body > main .md\:align-center {
    align-items: center;
  }
}
@media (max-width: 600px) {
  body > main .sm\:w-100 {
    width: 100%;
  }
  body > main .sm\:w-100\! {
    width: 100% !important;
  }
}

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: 32pt;
  font-weight: 800;
  line-height: 34pt;
}

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

#vue-landing-page {
  width: 100%;
  max-width: 100%;
  transition: 0.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;
  font-weight: 400;
}

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

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

@media (min-width: 1281px) and (max-width: 1610px) {
  div.jpp-main-categories .category-tiles .tile {
    width: 236px;
    height: 236px;
  }
}
#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 {
  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, 0.16);
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  filter: brightness(1.2);
}

.jpp-page-nav {
  height: auto !important;
  max-height: inherit !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;
}

/* Banner Css  */
.banner-block .carousel-cell .container.col-row {
  display: flex;
  align-items: center;
}

.banner-block .carousel-cell {
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}

#vue-landing-page .banner-block .banner1-details {
  display: flex;
  margin: auto;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#vue-landing-page .banner-block .banner1-details h1 {
  font-weight: 800;
  font-size: 36pt;
  line-height: 32pt;
  color: #fff;
  margin-bottom: 0;
}

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

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

.carousel-cell .carousel-content {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  color: #fff;
}

.carousel-cell .carousel-content h3 {
  color: #fff;
}

#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 .roland-benefits .roland-benefits-content .orange-button,
#vue-landing-page .roland-benefits .rotaryrack .rotaryrack-section .col-lg-6 .orange-button,
#vue-landing-page .roland-section-second .img-gallery .orange-button {
  background-color: #f58220 !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 17px;
  padding: 10px 25px !important;
  margin: 15px 0;
}

.carousel-second .carousel-cell {
  height: 375px;
  display: flex;
}

#vue-landing-page .banner-block .carousel-cell {
  position: relative;
}

#vue-landing-page .banner-block .carousel-cell .video-bg-desktop {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
}

#vue-landing-page .banner-block .carousel-cell .video-bg-desktop video {
  height: 100%;
}

#vue-landing-page .banner-block .carousel-cell .video-bg-mobile {
  display: none;
}

#vue-landing-page .banner-block .carousel-cell .video-bg-ipad {
  display: none;
}

#vue-landing-page .banner-block .carousel-cell .video-linear {
  background: linear-gradient(90deg, rgba(47, 170, 225, 0.71) 0%, rgba(115, 78, 160, 0.71) 25%, rgba(234, 21, 139, 0.71) 50%, rgba(239, 147, 83, 0.71) 75%, rgba(249, 235, 32, 0.71) 100%);
  z-index: 2;
  width: 100%;
  height: 100%;
}

#vue-landing-page .banner-block .carousel-second .container.col-row {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  z-index: 2;
}

.carousel-second .flickity-page-dots {
  bottom: 20px;
}

@media (min-width: 1800px) {
  #vue-landing-page .banner-block .carousel-cell .video-bg-desktop video {
    width: 100%;
    height: auto;
  }
}
@media only screen and (min-width: 1550px) and (max-width: 3000px) {
  #vue-landing-page .banner-block .banner1-details {
    text-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 920px) {
  #vue-landing-page .banner-block .banner1-details {
    margin: 0 auto;
    position: relative;
    height: 100%;
  }
  #vue-landing-page .banner-block .banner1-details .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .carousel-second .carousel-cell {
    display: block;
  }
  #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: 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 25px !important;
  }
  .banner-block .carousel-cell {
    background-position: center;
  }
  .banner-block .carousel-cell.banner1 {
    background-image: url("https://jpp.trgcdn.com/landing-pages/dtf/images/t-shirt-collage-banner.jpg");
    display: flex !important;
    align-items: center !important;
  }
  .banner-block .carousel-cell.banner1-details {
    width: auto;
  }
  #vue-landing-page .banner-block .banner1-details p {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    margin: 10px 0;
    width: 90%;
  }
  #vue-landing-page .banner-block .banner1-details {
    margin: 0 auto;
    position: relative;
    height: 100%;
    text-align: center;
  }
  #vue-landing-page .banner-block .banner1-details .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .carousel-second .carousel-cell {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .carousel-second .carousel-cell {
    height: 450px;
    display: block;
  }
  .banner-block .carousel-cell .container.col-row {
    display: flex;
  }
  #vue-landing-page .banner-block .carousel-cell .video-bg-desktop {
    display: none;
  }
  #vue-landing-page .banner-block .carousel-cell .video-bg-mobile {
    display: none;
  }
  #vue-landing-page .banner-block .carousel-cell .video-bg-ipad {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow: hidden;
  }
  #vue-landing-page .banner-block .carousel-cell .video-bg-ipad video {
    width: 100%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .banner-block .carousel-cell .video-bg-desktop {
    display: none;
  }
  #vue-landing-page .banner-block .carousel-cell .video-bg-ipad {
    display: none;
  }
  #vue-landing-page .banner-block .carousel-cell .video-bg-mobile {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    z-index: 1;
    overflow: hidden;
  }
  #vue-landing-page .banner-block .carousel-cell .video-bg-mobile video {
    width: 100%;
  }
  #vue-landing-page .banner-block .banner1-details h1 {
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .carousel-second .carousel-cell {
    height: 420px;
    display: block;
  }
  .banner-block .carousel-cell .container.col-row {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) and (min-width: 320px) {
  #vue-landing-page .banner-block .banner1-details .container {
    padding: 0 8%;
  }
}
/* Shop printers and supplies  */
.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: space-around;
}

@media (max-width: 768px) {
  div.jpp-main-categories .category-tiles .tile img {
    max-height: unset;
  }
}
.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: 22% !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;
}
@media (max-width: 600px) {
  .university-shop-block div.jpp-main-categories .category-tiles .tile.shop-all-btn {
    height: auto;
    min-height: unset;
  }
}

.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: 12pt;
  line-height: 16pt;
  padding: 7px 0;
  word-spacing: 0.6px;
  font-weight: 600;
  height: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .university-shop-block div.jpp-main-categories .category-tiles .tile {
    width: 21% !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: 40px;
  }
}
/* Roland Benifts Section */
#vue-landing-page .roland-section {
  background: linear-gradient(#091B36, #091B36) no-repeat;
  height: 300px;
}

#vue-landing-page .roland-section .container {
  display: flex;
  height: inherit;
  flex-wrap: wrap;
}

#vue-landing-page .roland-section .container .roland-benefits-content {
  align-items: center;
  padding: 15px 0;
}

#vue-landing-page .roland-section .roland-benefits-content h3 {
  font-size: 32pt;
  line-height: 34pt;
  color: #0088CE;
  font-weight: 300;
}

#vue-landing-page .roland-section .roland-benefits-content h3 span {
  font-weight: 800;
  color: #0088CE;
}

#vue-landing-page .roland-section .roland-benefits-content p {
  color: #fff;
  margin: 0;
}

#vue-landing-page .roland-section .col-lg-4 {
  position: relative;
  left: 0;
  top: 115px;
}

#vue-landing-page .roland-section .col-lg-4 img {
  max-width: 120%;
  z-index: 5;
}

#vue-landing-page .roland-section-second {
  background-color: #f5f5f5;
  padding: 30px 0;
}

#vue-landing-page .roland-section-second .col-lg-8 .box {
  background-color: #fff;
}

#vue-landing-page .roland-section-second .col-lg-8 {
  display: flex;
  flex-wrap: wrap;
}

#vue-landing-page .roland-section-second .col-lg-8 .box {
  padding: 15px 7px 7px 7px;
  margin: 0 auto;
  text-align: center;
  width: 18%;
  height: auto;
}

#vue-landing-page .roland-section-second .col-lg-8 .box img {
  max-height: 50px;
  height: 35px;
}

#vue-landing-page .roland-section-second .col-lg-8 .box h5 {
  font-size: 12pt;
  line-height: 14pt;
  margin: 10px 0;
  font-weight: 700;
}

#vue-landing-page .roland-section-second .col-lg-8 .box p {
  font-size: 10pt;
  line-height: 12pt;
}

#vue-landing-page .roland-section-second .col-lg-8 .box-1 h5 {
  color: #F58220;
}

#vue-landing-page .roland-section-second .col-lg-8 .box-2 h5 {
  color: #0088CE;
}

#vue-landing-page .roland-section-second .col-lg-8 .box-3 h5 {
  color: #004F9D;
}

#vue-landing-page .roland-section-second .col-lg-8 .box-4 h5 {
  color: #F6A636;
}

#vue-landing-page .roland-section-second .col-lg-8 .box-5 h5 {
  color: #86B9D8;
}

#vue-landing-page .roland-benefits .rotaryrack .rotaryrack-section {
  margin: auto;
  display: flex;
  padding: 60px 0;
  justify-content: space-around;
  flex-wrap: wrap;
}

#vue-landing-page .roland-benefits .rotaryrack .rotaryrack-content .col-lg-10 {
  margin: auto;
  text-align: center;
}

#vue-landing-page .roland-benefits .rotaryrack .rotaryrack-section.col-lg-10 {
  justify-content: space-evenly;
}

#vue-landing-page .roland-benefits .rotaryrack .rotaryrack-section .col-lg-5 {
  text-align: center;
}

#vue-landing-page .roland-benefits .rotaryrack .rotaryrack-section .col-lg-5 a {
  width: 100%;
  margin-top: 20px;
  background-color: #f58220 !important;
  color: #fff !important;
}

@media (max-width: 1025px) {
  #vue-landing-page .roland-benefits .rotaryrack .rotaryrack-section .col-lg-5 a {
    width: auto;
    margin: 30px 0;
  }
  #vue-landing-page .roland-benefits .rotaryrack .rotaryrack-section .col-lg-5 {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  #vue-landing-page .roland-benefits .rotaryrack .rotaryrack-section {
    flex-direction: column-reverse;
    align-items: center;
  }
}
#vue-landing-page .roland-benefits .rotaryrack .rotaryrack-section .col-lg-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#vue-landing-page .roland-benefits .rotaryrack .rotaryrack-section .col-lg-6 a {
  width: fit-content;
}

#vue-landing-page .roland-benefits .rotaryrack .rotaryrack-content .col-lg-10 h3 {
  font-size: 32pt;
  line-height: 34pt;
  font-weight: 300;
  color: #0088CE;
  margin: 60px 0 24px 0;
}

#vue-landing-page .roland-benefits .rotaryrack .rotaryrack-section .col-lg-6 p {
  margin: 0 0 24px 0;
}

#vue-landing-page .roland-benefits .rotaryrack .rotaryrack-content .col-lg-10 h3 span {
  font-weight: 800;
  color: #0088CE;
  font-size: 40px;
}

#vue-landing-page .roland-section-second .img-gallery h3 {
  color: #0088CE;
}

#vue-landing-page .roland-section-second .img-gallery {
  text-align: center;
  padding-bottom: 3em;
}

#vue-landing-page .roland-section-second .img-gallery .orange-button {
  margin-top: 30px;
}

#vue-landing-page .roland-section-second .img-gallery .gallery-content {
  justify-content: center;
  flex-wrap: wrap;
}

#vue-landing-page .roland-section-second .img-gallery .gallery-content .col-lg-3 {
  width: 32%;
}

#vue-landing-page .roland-section-second .img-gallery .gallery-content .col-lg-2 {
  width: 21%;
}

#vue-landing-page .roland-section-second .img-gallery .gallery-content .col-lg-3 .img-parent,
#vue-landing-page .roland-section-second .img-gallery .gallery-content .col-lg-2 .first-div,
#vue-landing-page .roland-section-second .img-gallery .gallery-content .col-lg-2 .second-div,
#vue-landing-page .roland-section-second .img-gallery .gallery-content .col-lg-2 .img-parent {
  padding-bottom: 12px;
}

@media only screen and (min-width: 2500px) and (max-width: 3000px) {
  #vue-landing-page .roland-section {
    height: 350px;
  }
}
@media (min-width: 3001px) {
  #vue-landing-page .roland-section {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  #vue-landing-page .roland-section {
    height: auto;
    padding: 30px 0;
  }
  #vue-landing-page .roland-section .col-lg-4 {
    top: 0;
    padding: 1em;
  }
  #vue-landing-page .roland-section .roland-benefits-content h3 {
    font-size: 32pt !important;
    line-height: 36pt;
  }
  #vue-landing-page .roland-section-second .col-lg-8 {
    justify-content: center;
  }
  #vue-landing-page .roland-section-second .col-lg-8 .box {
    width: 30%;
    margin: 10px;
    padding: 15px;
  }
  #vue-landing-page .roland-benefits .rotaryrack .rotaryrack-section .col-lg-6 p {
    margin: 0 24px 24px 24px;
  }
  #vue-landing-page .roland-benefits .rotaryrack .rotaryrack-section .col-lg-6 h3 {
    font-size: 24px;
    line-height: 20px;
  }
  #vue-landing-page .roland-benefits .rotaryrack .rotaryrack-section .col-lg-6 {
    padding: 30px 0;
    align-items: center;
  }
  #vue-landing-page .roland-benefits .cards-box {
    display: flex;
    justify-content: center;
  }
  #vue-landing-page .roland-section-second .img-gallery h3 {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1199px) {
  #vue-landing-page .roland-section .col-lg-4 {
    top: 170px;
  }
  #vue-landing-page .roland-benefits .rotaryrack .rotaryrack-section .col-lg-6 p {
    margin: 0 0 24px 0;
  }
  #vue-landing-page .roland-benefits .rotaryrack .rotaryrack-section .col-lg-6 {
    align-items: start;
  }
}
@media (max-width: 991px) {
  #vue-landing-page .roland-section {
    background-size: 100% 508px;
  }
}
@media (max-width: 768px) {
  #vue-landing-page .roland-section .roland-benefits-content h3 {
    font-size: auto !important;
    line-height: auto;
  }
  #vue-landing-page .roland-section {
    height: auto;
  }
  #vue-landing-page .roland-section .col-lg-4 img {
    width: 100%;
  }
  #vue-landing-page .roland-section .col-lg-4 {
    top: 0;
    padding: 1em;
  }
  #vue-landing-page .roland-section .container .roland-benefits-content {
    text-align: center;
  }
  #vue-landing-page .roland-section-second .col-lg-8 .box {
    margin: 2% auto;
    width: 100%;
    max-width: 300px;
  }
  #vue-landing-page .roland-benefits .rotaryrack .rotaryrack-section {
    padding: 30px 0;
  }
  #vue-landing-page .roland-benefits .rotaryrack .rotaryrack-section .col-lg-6 {
    align-items: center;
  }
  #vue-landing-page .roland-section-second .img-gallery .gallery-content .col-lg-3 {
    width: auto;
    display: flex;
  }
  #vue-landing-page .roland-section-second .img-gallery .gallery-content .col-lg-2 {
    width: auto;
    display: flex;
  }
}
@media (max-width: 450px) {
  #vue-landing-page .roland-section {
    background-size: 100% 561px;
  }
}
@media (max-width: 400px) {
  #vue-landing-page .roland-section {
    background-size: 100% 606px;
  }
}
@media (max-width: 350px) {
  #vue-landing-page .roland-section {
    background-size: 100% 643px;
  }
}
@media (max-width: 320px) {
  #vue-landing-page .roland-section {
    background-size: 100% 100%;
  }
}
/* Shop Subtrates */
.shop-section {
  margin: 40px 0 100px 0;
}

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

.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%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1200px) and (min-width: 991px) {
  .shop-section .shop-all-btn {
    margin-top: 50px;
  }
}

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 (max-width: 767px) {
  #vue-landing-page section.shop-section {
    margin-bottom: 2em;
  }
  #vue-landing-page section.shop-section br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .shop-section div.jpp-main-categories .category-tiles .tile {
    width: 18%;
    height: 236px;
  }
  .shop-section h3#shop-products {
    text-align: center;
  }
  #vue-landing-page .shop-section h5 {
    line-height: 20px;
  }
}
@media (max-width: 768px) {
  .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;
  }
  .shop-section div.jpp-main-categories .category-tiles .shop-all-btn {
    width: 40%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .shop-section h3#shop-products {
    text-align: center;
  }
}
#vue-landing-page .container .shop-now-btn {
  display: flex;
  justify-content: center;
}

@media (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .container .shop-now-btn {
    display: block;
    margin: auto;
  }
}
@media (max-width: 319px) {
  #vue-landing-page .shop-now-btn .tile.shop-all-btn.__web-inspector-hide-shortcut__:nth-child(2) a {
    width: 95%;
    font-size: 12px !important;
  }
  #vue-landing-page .shop-now-btn .tile.shop-all-btn.__web-inspector-hide-shortcut__:nth-child(2) {
    text-align: center;
  }
}
/* Videos Section css  */
#vue-landing-page div[data-content-type=row].how-to-videos h3 {
  font-size: 32pt !important;
  line-height: 34pt !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 50px 50px;
  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: 190px;
  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: 14pt;
  line-height: 18pt;
  margin: 20px 50px !important;
  height: 100%;
}

#vue-landing-page .maker-skills-slider .video span {
  font-weight: 500 !important;
  transition: 0.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: 16px;
  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: 600 !important;
  text-transform: capitalize;
  font-size: 16px !important;
  line-height: 20px !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: 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: 30px !important;
    margin-top: 20px !important;
    line-height: 36px !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: 20px;
    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: 0 !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;
  white-space: nowrap;
}

#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, 0.16);
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  filter: brightness(1.2);
  transform: scale(1.03);
}

/* Direct to film 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: 16pt;
}

.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, 0.15);
  min-height: 300px;
  background: #004f9d;
}

@media (max-width: 991px) {
  #vue-landing-page .resources-section .resources-box {
    margin-bottom: 28px;
  }
}
#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: 16pt;
  line-height: 20pt;
  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: 18pt;
  line-height: 20pt;
  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: 20px 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, 0.16);
  transition: all 0.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 !important;
  line-height: 26px !important;
  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;
  }
  #vue-landing-page .resources-section .container .container .row.pad {
    padding: 0;
  }
}
.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/roland-uv/images/uvled-factsheet.avif");
}

.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: 768px) {
  .resources-section .big-buttons {
    margin: 12px 0;
  }
}
@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;
}

/* 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: 32pt !important;
  line-height: 34pt !important;
  color: #fff !important;
  text-transform: none !important;
}

.trusted-source.contact-team p {
  font-size: 12pt !important;
  line-height: 18pt !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;
    text-align: center;
  }
  .trusted-source.contact-team p {
    text-align: center;
  }
  .trusted-source.contact-team a {
    margin: 10px auto 0;
    display: block;
    max-width: 230px;
  }
}
.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: 32pt !important;
}

.dream-business .col-lg-6 p {
  color: #fff;
  font-weight: 100;
  font-size: 16px;
  margin-bottom: 45px;
  line-height: 18pt !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/roland-uv/images/SCV1070PE-Epson-SureColor-V1070-UV-Flatbed-Printer-Composite-min.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;
}

.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;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 500;
}

@media (max-width: 468px) {
  .quote-financing p {
    font-size: 12px;
  }
}
.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: 1201px) and (max-width: 3000px) {
  #vue-landing-page h1 {
    font-size: 3.5vw;
    line-height: 4vw;
  }
  #vue-landing-page h3,
  #vue-landing-page h3 span {
    font-size: 32pt;
    line-height: 30pt;
  }
  #vue-landing-page .tile.title h3,
  #vue-landing-page .tile.title h3 span {
    font-size: 2.1vw;
    line-height: 2.3vw;
  }
  #vue-landing-page p {
    font-size: 12pt;
    line-height: 14pt;
  }
  #vue-landing-page .quote-financing h2 {
    font-size: 28px !important;
    line-height: 32px;
    font-weight: 800;
  }
  #vue-landing-page .quote-financing p {
    color: #fff;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #vue-landing-page .quote-financing p {
    color: #fff;
  }
  #vue-landing-page .quote-financing h2 {
    font-size: 24px !important;
    line-height: 30px;
    margin-bottom: 10px !important;
  }
  #vue-landing-page h1 {
    font-size: 3.5vw;
    line-height: 4vw;
  }
  #vue-landing-page p,
  #vue-landing-page {
    font-size: 12pt;
    line-height: 16pt;
  }
  div.jpp-main-categories .category-tiles {
    margin-top: 0;
    justify-content: space-around;
  }
  #vue-landing-page .banner-block .banner1-details h1 {
    font-size: 28pt;
    line-height: 32pt;
  }
}
@media (max-width: 768px) {
  #vue-landing-page .quote-financing h2 {
    font-size: 20px !important;
    line-height: 18px;
    font-weight: 800;
    margin-bottom: 10px !important;
  }
  #vue-landing-page .quote-financing p {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
  }
  .quote-financing .quote-container {
    padding: 30px 15px;
  }
  div.jpp-main-categories {
    display: flex;
  }
  div.jpp-main-categories .category-tiles {
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }
}
@media only screen and (min-width: 600px) and (max-width: 768px) {
  div.jpp-main-categories .category-tiles {
    flex-direction: row;
    row-gap: 40px;
  }
  div.jpp-main-categories .category-tiles .tile h5 {
    bottom: -15px;
  }
}
@media (max-width: 767px) {
  #vue-landing-page h1 {
    font-size: 32px;
    line-height: 40px;
  }
  #vue-landing-page .free-shipping-info h4 {
    font-size: 22px;
  }
  div.jpp-main-categories .category-tiles {
    margin-top: 0;
  }
  div.jpp-main-categories .category-tiles .tile {
    /* height: calc(55vw - 32px); */
    min-height: 227px;
    min-width: 165px;
    margin-bottom: 15px !important;
  }
}
@media (min-width: 991px) {
  #vue-landing-page .category-tiles .tile img[data-element=category_image_two] {
    max-width: 160px;
  }
}
/*! Flickity css */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -60px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 8px;
  background: rgba(255, 255, 255, 0.3019607843);
  border-radius: 50%;
  border: 1px solid #707070;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #E0E0E0;
}

.button-wrapper {
  display: flex;
  margin-bottom: 48px;
  justify-content: center;
}

.button-wrapper > .shop-new {
  margin-right: 12px;
}

.button-wrapper > .shop-new:last-of-type {
  margin-right: 0;
}

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

@media (max-width: 768px) {
  .button-wrapper {
    flex-direction: column;
    width: 216px;
    margin: 0 auto;
    margin-bottom: 48px;
  }
}
.mainwrap .light {
  font-weight: 300;
}

@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;
  }
  #vue-landing-page .university-shop-block,
  #vue-laniding-page .shop-section,
  #vue-laniding-page .videos #vue-laniding-page .resources-section,
  .resources-section > div {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  #vue-landing-page h3,
  #vue-landing-page div[data-content-type=row].how-to-videos h3,
  .resources-section h3,
  .resources-section h3 span {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .university-shop-block div.jpp-main-categories .category-tiles .tile,
  #vue-landing-page .category-tiles h5 {
    font-size: 14px !important;
  }
  #vue-landing-page .container .shop-now-btn {
    display: block;
  }
  #vue-landing-page .shop-now-btn .tile.shop-all-btn.__web-inspector-hide-shortcut__:nth-child(1) {
    margin: 20px 5px !important;
    text-align: center !important;
  }
  #vue-landing-page .shop-now-btn .tile.shop-all-btn.__web-inspector-hide-shortcut__:nth-child(1) a,
  #vue-landing-page .shop-now-btn .tile.shop-all-btn.__web-inspector-hide-shortcut__:nth-child(2),
  #vue-landing-page .videos .pagebuilder-button-primary a {
    width: 95%;
    font-size: 12px !important;
    word-wrap: break-word;
  }
  div[data-content-type=row].how-to-videos {
    padding: 20px 14px;
    margin: 0px;
  }
  #vue-landing-page div[data-content-type=row].how-to-videos h3,
  #vue-landing-page .videos .pagebuilder-button-primary {
    text-align: center;
  }
  #vue-landing-page div[data-content-type=row].how-to-videos p {
    font-size: 16px;
    text-align: center;
    width: auto !important;
  }
  #vue-landing-page .videos .pagebuilder-button-primary {
    width: 100%;
    margin-bottom: 20px;
  }
  #vue-landing-page .videos .pagebuilder-button-primary span {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  div[data-content-type=row].how-to-videos .pagebuilder-column[data-pb-style=O2JM7NR] {
    width: 33.33%;
  }
  #vue-landing-page .maker-skills-slider .video h5 {
    font-size: 18px;
    line-height: 22px;
    margin: 10px !important;
  }
  #vue-landing-page .maker-skills-slider .video span {
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
  }
  #vue-landing-page .resources-section p {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 0px;
    margin: 20px 5px;
  }
  #vue-landing-page .resources-section .container .container .row.pad {
    padding: 0 15px;
  }
  .resources-section .container .container {
    padding: 0px;
  }
  .trusted-source.dream-business .col-lg-6 p {
    font-size: 16px !important;
  }
  .quote-financing .quote-container {
    padding: 20px 10px;
  }
  .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;
  }
  #vue-landing-page .mainwrap.roland .quote-financing .blue-button {
    padding: 8px 5px !important;
    font-size: 14px !important;
  }
}
/* Nav Mobile view */
#vue-landing-page .printer-nav-bar .jpp-page-nav {
  height: unset !important;
  max-height: unset !important;
  /* padding: 10px 0; */
}

#vue-landing-page .printer-nav-bar .jpp-page-nav details {
  cursor: pointer;
  overflow: hidden;
}

#vue-landing-page .nav-wrap.mobile-only details[open] img {
  content: url("https://jpp.trgcdn.com/landing-pages/laser-engraving/close-icon.svg");
}

#vue-landing-page .printer-nav-bar .jpp-page-nav summary {
  display: flex;
  align-items: center;
  font-weight: 700;
  user-select: none;
  font-size: 16pt;
  margin-left: 15px;
  min-width: 325px;
  list-style: none;
}

#vue-landing-page .printer-nav-bar .jpp-page-nav summary::-webkit-details-marker {
  display: none;
}

#vue-landing-page .printer-nav-bar .jpp-page-nav img {
  margin-right: 10px;
  min-width: 25px;
}

#vue-landing-page .printer-nav-bar .jpp-page-nav details a {
  text-align: center;
  background: #fff;
  height: 45px;
  line-height: 45px;
  border: 1px solid #e7e7e7;
  margin: 8px 0;
  font-size: 16px;
  min-width: 325px;
}

/*animation*/
#vue-landing-page .printer-nav-bar .jpp-page-nav details::details-content {
  height: 0;
  transition: height 0.5s ease, content-visibility 0.5s ease;
  transition-behavior: allow-discrete;
  interpolate-size: allow-keywords;
}

#vue-landing-page .printer-nav-bar .jpp-page-nav details[open]::details-content {
  height: auto;
  content-visibility: visible;
}

/* Faq section */
#vue-landing-page .faq {
  margin: 50px 0;
}
#vue-landing-page .faq h3 {
  font-size: 14pt !important;
  margin: 0;
  line-height: 22pt;
  font-weight: 700;
}
#vue-landing-page .faq h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}
#vue-landing-page .faq p {
  margin: 0;
}
#vue-landing-page .faq ul {
  list-style: disc;
}
#vue-landing-page .faq span {
  font-weight: 700;
}

@media (max-width: 990px) {
  #vue-landing-page .printer-nav-bar .jpp-page-nav summary {
    padding: 10px 0;
  }
}
/* Design, Customize, Create photo layout mobile */
@media (max-width: 768px) {
  #vue-landing-page #get-inspired .row.gallery-content.large-screen {
    display: none !important;
  }
  #vue-landing-page #get-inspired .row.gallery-content.small-screen {
    display: flex !important;
    padding: 0 10px 0 5px;
    flex-direction: column;
  }
  #vue-landing-page #get-inspired .row.gallery-content.small-screen .row {
    display: flex;
    margin: 0;
  }
  #vue-landing-page #get-inspired .row.gallery-content.small-screen .first-row {
    padding: 0;
  }
  #vue-landing-page #get-inspired .row.gallery-content.small-screen .first-row .row .first-div {
    width: 60%;
    padding-right: 0;
    padding-bottom: 0;
    display: flex;
    align-items: flex-end;
  }
  #vue-landing-page #get-inspired .row.gallery-content.small-screen .first-row .row .first-div img {
    bottom: 15px;
  }
  #vue-landing-page #get-inspired .row.gallery-content.small-screen .first-row .row .second-div {
    padding-bottom: 0;
    width: 40%;
    padding-right: 0;
  }
  #vue-landing-page #get-inspired .row.gallery-content.small-screen .first-row .row .second-div img {
    top: 45px;
  }
  #vue-landing-page #get-inspired .row.gallery-content.small-screen .second-row {
    padding: 0;
  }
  #vue-landing-page #get-inspired .row.gallery-content.small-screen .second-row .row .first-div {
    width: 60%;
    padding-right: 0;
  }
  #vue-landing-page #get-inspired .row.gallery-content.small-screen .second-row .row .second-div {
    padding-bottom: 17px;
    width: 40%;
    padding-right: 0;
    display: flex;
    align-items: flex-end;
  }
  #vue-landing-page #get-inspired .row.gallery-content.small-screen .third-row {
    padding: 0;
  }
  #vue-landing-page #get-inspired .row.gallery-content.small-screen .third-row .row .first-div {
    width: 50%;
    padding-right: 0;
  }
  #vue-landing-page #get-inspired .row.gallery-content.small-screen .third-row .row .second-div {
    padding-bottom: 0;
    width: 50%;
    padding-left: 13px;
    padding-right: 0;
  }
  #vue-landing-page #get-inspired .row.gallery-content.small-screen .fourth-row {
    padding: 0;
  }
  #vue-landing-page #get-inspired .row.gallery-content.small-screen .fourth-row .row .first-div {
    width: 50%;
    padding-right: 0;
    padding-bottom: 0;
    bottom: 15px;
  }
  #vue-landing-page #get-inspired .row.gallery-content.small-screen .fourth-row .row .first-div img {
    max-height: 303px;
  }
  #vue-landing-page #get-inspired .row.gallery-content.small-screen .fourth-row .row .second-div {
    padding-bottom: 0;
    width: 50%;
    display: flex;
    align-items: flex-end;
    max-height: 288px;
    padding-right: 0;
  }
}

/*# sourceMappingURL=uv-led.css.map */
