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

html {
  scroll-behavior: smooth;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Banner Css  */
.banner-block .carousel-cell .container.col-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.banner-block .carousel-cell.banner1 {
  background: linear-gradient(180deg, rgba(23, 98, 185, 1) 0%, rgba(27, 157, 177, 1) 100%);
}

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

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

#vue-landing-page .banner-block .banner1-details h2 {
  font-weight: 300;

}


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

/* .carousel-cell .carousel-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
} */

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

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

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

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

.carousel-second .carousel-cell {
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

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

  #vue-landing-page .banner-block .banner1-details {
    /* margin: 2% auto; */
    text-align: center;
    /* display: flex; */
    -webkit-box-align: center;
    -ms-flex-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%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  } */

  .carousel-second .carousel-cell {
    display: auto;
    padding: 30px 0;
    width: auto;
  }

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

  #vue-landing-page .banner-block .banner1-details h2 {
    font-weight: 300;
  }
}

@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 {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .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: 10px 0;
    width: 100%;
  }


  #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%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .carousel-second .carousel-cell {
    display: block;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .banner-block .carousel-cell .container.col-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .carousel-second .carousel-cell {
    height: 450px;
    display: block;
  }

  .banner-block .carousel-cell .container.col-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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

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

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

  .carousel-second .carousel-cell {
    height: 220px;
    display: block;
  }

  .banner-block .carousel-cell .container.col-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  #vue-landing-page .banner-block .banner1-details {
    text-align: center;
  }
}

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

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

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

  .carousel-second .carousel-cell {
    height: 260px;
  }

}

/* Second Banner Css  */

#vue-landing-page .sub-banner .col-lg-12 {
  background-image: url('https://jpp.trgcdn.com/landing-pages/customcolor/banner-2-min.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

#vue-landing-page .sub-banner .col-lg-12 .row {
  justify-content: center;
  padding: 40px 0;
}

#vue-landing-page .sub-banner .col-lg-12 .row .col-lg-10 {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

/*#vue-landing-page .sub-banner .col-lg-12 .row .col-lg-10 .con-h {*/
/*  height: 160px;*/
/*}*/

#vue-landing-page .sub-banner .col-lg-12 .row .col-lg-10 p {
  width: 70%;
  margin: auto;
  color: #091B36;
}

#vue-landing-page .sub-banner .col-lg-12 .row .col-lg-10 .con-h h2 {
  margin-bottom: 10px;
  color: #091B36;
}

#vue-landing-page .sub-banner .col-lg-12 .row .col-lg-10 a {
  display: inline-block;
  margin: 15px 0;
  width: 135px;
}

#vue-landing-page .sub-banner .col-lg-12 .row .col-lg-10 .lft-sec,
#vue-landing-page .sub-banner .col-lg-12 .row .col-lg-10 .rgt-sec {
  background-image: url('https://jpp.trgcdn.com/landing-pages/customcolor/grey-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .sub-banner .col-lg-12 .row .col-lg-10 {
    display: block;
  }

  #vue-landing-page .sub-banner .col-lg-12 .row .col-lg-10 .lft-sec,
  #vue-landing-page .sub-banner .col-lg-12 .row .col-lg-10 .rgt-sec {
    width: auto;
    margin: 20px 0;
  }

  #vue-landing-page .sub-banner .col-lg-12 .row .col-lg-10 .con-h h2 {
    font-size: 24px;
    line-height: 26px;
    padding: 15px 0;
    margin: 0;
  }

  #vue-landing-page .sub-banner .col-lg-12 .row .col-lg-10 p {
    width: 80%;
  }

}

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

  #vue-landing-page .custom-content .container h2 {
    font-size: 44px !important;
    line-height: 48px !important;
  }

  #vue-landing-page .sub-banner .col-lg-12 .row .col-lg-10 .con-h h2 {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 36px;
  }
}

/* Main block content css */

#vue-landing-page .custom-content .container h2 {
  font-size: 58px;
  line-height: 48px;
  font-weight: bolder;
}

#vue-landing-page .custom-content .container h3 {
  font-size: 36px;
  line-height: 40px;
  font-weight: bolder;
  margin: 30px 0 15px 0;
  text-transform: uppercase;
}

#vue-landing-page .custom-content .container p {
  margin: 0 0 15px 0;
  font-size: 20px;
  line-height: 40px;
}

#vue-landing-page .custom-content .container p a {
  text-decoration: underline !important; 
}

#vue-landing-page .custom-content .container p span {
  font-weight: 700;
}


#vue-landing-page .custom-content .container {
  margin-top: 4%;
  margin-bottom: 3%;
}


@media only screen and (min-width: 320px) and (max-width: 767px) {
  #vue-landing-page .custom-content .container h2 {
    font-size: 30px;
    line-height: 38px;
  }

  #vue-landing-page .custom-content .container h3 {
    margin-bottom: 17px !important;
  }

  #vue-landing-page .custom-content .container {
    margin: 10% 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  
  #vue-landing-page .custom-content .container{
    margin-top: 10%;
    margin-bottom: 10%;

  }

  #vue-landing-page .custom-content .container h3 {
    font-size: 32px;
    line-height: 40px;
  }
}






/* Tradeshow Section css  */

#vue-landing-page .tradeshow-section .row {
  justify-content: space-around;
  margin: 40px 0;
}

#vue-landing-page .tradeshow-section .col-lg-5 {
  text-align: center;
  background-color: #f7f7f7;
  padding: 30px;
  margin: 50px 0;
}

#vue-landing-page .tradeshow-section .col-lg-5 div.main-content {
  min-height: 185px;
}

#vue-landing-page .tradeshow-section .col-lg-5 h3 {
  font-size: 32px;
  line-height: 38px;
  color: #081B36;
  text-transform: uppercase;
  min-height: 70px;
  padding: 10px 0;
  margin-bottom: 0;
}

#vue-landing-page .tradeshow-section .col-lg-5 p {
  font-size: 30px;
  line-height: 36px;
  color: #081B36;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 0;
}

#vue-landing-page .tradeshow-section .col-lg-5 a {
  display: inline-block !important;
  margin: 10px 15px;
  width: 175px;
}



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

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

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

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

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

@media only screen and (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;
  }
}

/* Flickity Slider Css  */

.jpp-component-slider {
  outline: 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%;
}

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

.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%, .75);
  border: none;
  color: #333;
}

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

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

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

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

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

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-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: -45px;
  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: transparent;
  border-radius: 50%;
  border: 1px solid #707070;
  cursor: pointer;
}

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

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

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

  #vue-landing-page .tradeshow-section .col-lg-5 {
    width: 90%;
  }

  #vue-landing-page .tradeshow-section .col-lg-5 a {
    width: 280px;
  }

  #vue-landing-page .tradeshow-section .col-lg-5 h3 {
    height: auto;
    margin: 0;
    height: auto;
  }

  #vue-landing-page .tradeshow-section .col-lg-5 p {
    margin: 0 0 20px 0;

  }


}


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

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

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

  #vue-landing-page .tradeshow-section .col-lg-5 div.main-content {
    min-height: auto;
  }

  #vue-landing-page .tradeshow-section .col-lg-5 h3 {
    min-height: auto;
  }

  #vue-landing-page .tradeshow-section .col-lg-5 p {
    margin: 7px 0;
  }

  #vue-landing-page .tradeshow-section .col-lg-5 a {
    width: 200px;
    font-size: 12px;
  }

  #vue-landing-page .tradeshow-section .col-lg-5 {
    padding: 15px;
    width: 95%;
  }

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


@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: 40px;
    line-height: 2.2vw;
  }

  #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: 16px;
    line-height: 26px;
  }

}

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

  #vue-landing-page h1 {
    font-size: 3.5vw;
    line-height: 4vw;
  }

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


}


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

  #vue-landing-page h1 {
    font-size: 32px;
    line-height: 40px;
  }

  #vue-landing-page .free-shipping-info h4 {
    font-size: 22px;
  }

  #vue-landing-page .tradeshow-section .row {
    margin: 20px 0;
  }

}

/*! 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;
  -webkit-box-shadow: 0 0 0 5px #19f;
  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%, .75);
  border: none;
  color: #333;
}

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

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

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

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-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: #FFFFFF4D;
  border-radius: 50%;
  border: 1px solid #707070;
  cursor: pointer;
}

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

.button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: .2s;
  -o-transition: .2s;
  transition: .2s;
}

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

@media screen and (max-width:768px) {
  .button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    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 h3,
  #vue-landing-page .laser-comparison-table table tr th h3,
  #vue-landing-page .laser-comparison-table table tr th h3 span,
  .resources-section h3,
  .resources-section h3 span {
    font-size: 22px !important;
    line-height: 26px !important;
  }

  #vue-landing-page .category-tiles h5 {
    font-size: 14px !important;
  }

  #vue-landing-page .laser-comparison-table table tr th h3 {
    margin-top: 15px;
  }

  #vue-landing-page .laser-comparison-table table tr th {
    font-size: 16px;
    line-height: 24px;
  }

  #vue-landing-page .laser-comparison-table table tr td[colspan="5"] {
    padding: 0 15px !important;
  }

  #vue-landing-page .laser-comparison-table table tr td:first-child {
    font-size: 14px;
    line-height: 18px;
  }

  #vue-landing-page .laser-comparison-table table tr td {
    font-size: 12px;
    line-height: 20px;
  }

  #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) {
    width: 95%;
    font-size: 12px !important;
    word-wrap: break-word;
  }

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