.mainwrap.accent h1 {
  font-size: 36pt;
  font-weight: 800;
  line-height: 38pt;
  letter-spacing: 0.1vw;
}

.mainwrap.accent h2 {
  font-size: 32pt;
  font-weight: 800;
  line-height: 34pt;
}

.mainwrap.accent h3,
.mainwrap accent h3 span {
  font-size: 28pt;
  font-weight: 800;
  line-height: 30pt;
}

.mainwrap.accent h4 {
  font-size: 15pt;
  line-height: 18pt;
}

.mainwrap.accent h5 {
  font-size: 12pt;
  line-height: 14pt;
}

.mainwrap.accent p {
  font-size: 14pt;
  font-weight: 400;
  line-height: 18pt !important;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .mainwrap.accent h2 {
    font-size: 30pt !important;
    line-height: 32pt !important;
  }
}

@media only screen and (max-width: 767px) {
  .mainwrap.accent h1 {
    font-size: 26pt;
    line-height: 30pt;
  }

  .mainwrap.accent h2 {
    font-size: 24pt;
    line-height: 26pt;
  }
  .mainwrap.accent p {
    font-size: 12pt !important;
    line-height: 16pt !important;
  }
}

main .accent-banner {
  z-index: -1;
  overflow: hidden;
  min-height: 436px;
  position: relative;
  background-image: url("https://jpplus-media.nyc3.cdn.digitaloceanspaces.com/accent/index/Accent-background.jpg");
  display: flex;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 500px) {
  main .accent-banner {
    min-height: 340px;
  }
}
@media (max-width: 400px) {
  main .accent-banner {
    min-height: 260px;
  }
}
main .accent-banner div {
  background-color: rgba(152, 192, 60, 0.9);
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
main .accent-banner img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 392px;
  width: 620px;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 725px) {
  main .accent-banner img {
    width: 90%;
    height: auto;
  }
}
@media (max-width: 1200px) {
  main .jpp-page-nav:before {
    visibility: hidden;
  }
}
@media (max-width: 1500px) {
  main .jpp-page-nav:before {
    position: absolute;
    right: 19px;
    content: "";
    top: 0;
    bottom: 0;
    background: linear-gradient(
      to right,
      rgba(247, 247, 247, 0) 0%,
      #f7f7f7 100%
    );
    z-index: 5;
    width: 32px;
  }
}
main .jpp-page-nav {
  background: #f7f7f7 !important;
  height: 60px;
  max-height: 60px !important;
  margin-bottom: 0 !important;
  position: relative;
  z-index: 2;
}
main .jpp-page-nav:after {
  display: none;
}
@media (max-width: 455px) {
  main .jpp-page-nav {
    height: 96px;
    max-height: 96px !important;
  }
}
@media (max-width: 1200px) {
  main .jpp-page-nav:before {
    visibility: hidden;
  }
}
main .jpp-page-nav .nav-wrap {
  display: flex;
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  main .jpp-page-nav .nav-wrap {
    transform: translateX(0);
    max-width: 100%;
  }
}
@media (max-width: 1500px) {
  main .jpp-page-nav .nav-wrap {
    padding: 0;
  }
}
@media (max-width: 1200px) {
  main .jpp-page-nav .nav-wrap {
    flex-wrap: wrap;
    transform: translateX(-15px);
  }
}
@media (max-width: 991px) {
  main .jpp-page-nav .nav-wrap {
    justify-content: center;
  }
}
@media (max-width: 455px) {
  main .jpp-page-nav .nav-wrap div {
    height: 48px;
  }
}
main .jpp-page-nav .nav-wrap a {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  transition: 0.18s ease;
  height: 60px;
  font-weight: 800;
  line-height: 60px;
  padding: 0 20px;
}
@media (max-width: 515px) {
  main .jpp-page-nav .nav-wrap a {
    padding: 0 8px;
  }
}
@media (max-width: 1200px) {
  main .jpp-page-nav .nav-wrap a {
    padding: 0 15px;
  }
}
main .jpp-page-nav .nav-wrap a:hover {
  color: #0088ce;
  background: #fff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
}
main a {
  cursor: pointer;
  text-decoration: none !important;
}
main .image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .image-container img {
  width: auto;
  height: auto;
}
main .lighter {
  font-weight: 500;
  font-size: revert;
}
@media (min-width: 992px) {
  main .lighter {
    font-size: 32pt;
    margin: 24px 0;
  }
}
main .container h2 {
  font-size: 32pt;
  margin: 24px 0;
  font-weight: 800;
}
main .container h3 {
  font-weight: 800;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  main h3 {
    margin: 24px 0;
  }
}
main .green-button {
  font-weight: 800;
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
  border-radius: 0 !important;
  box-sizing: border-box;
  padding: 8px 60px !important;
  background-color: #6b8e19;
  border: 1px solid #6b8e19;
  color: #fff !important;
  font-size: 18px !important;
  height: auto !important;
  line-height: normal !important;
}
main .green-button:hover {
  filter: brightness(1.2);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.16);
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
}
main .mainwrap.accent {
  width: 92%;
  max-width: 100%;
  transition: 0.1s;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  -js-display: flex;
  position: relative;
}

main .mainwrap.accent .fulfilled-orders {
  padding-top: 50px;
}

main .mainwrap.accent .fulfilled-orders h1,
main .mainwrap.accent .fulfilled-orders p,
main .mainwrap.accent .fulfilled-orders h4 {
  text-align: center;
}
main .mainwrap.accent .fulfilled-orders h1 {
  font-weight: 700;
  color: #231f20;
  text-transform: uppercase;
  font-size: 36pt !important;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  main .mainwrap.accent .shop-accent h2 {
    font-size: 30pt !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  main .mainwrap.accent .shop-accent h2 {
    font-size: 24pt !important;
  }
}
main .mainwrap.accent .fulfilled-orders p {
  font-weight: 300;
  font-size: 14pt;
}
main .mainwrap.accent .fulfilled-orders .centered-text {
}
@media (max-width: 767px) {
  main .mainwrap.accent .fulfilled-orders .centered-text {
    margin: 0;
  }

  main .mainwrap.accent .fulfilled-orders .centered-text h1 {
    font-size: 24pt;
  }

  main .mainwrap.accent .fulfilled-orders {
    padding-top: 25px;
  }
}

@media (max-width: 992px) {
  main .mainwrap.accent .fulfilled-orders .centered-text h1 {
    font-size: 30pt;
  }

  main .mainwrap.accent .fulfilled-orders {
    padding-top: 25px;
  }
}

@media (min-width: 992px) {
  main .mainwrap.accent .fulfilled-orders .centered-text h1 {
    margin-bottom: 24px;
    margin-top: 0;
    font-size: 30pt;
  }
}
main .mainwrap.accent .fulfilled-orders .centered-text a {
  color: #9cc049;
  font-weight: 700;
}
main .mainwrap.accent .fulfilled-orders .centered-text a:hover {
  filter: brightness(1.2);
  transition: all 0.24s ease, height 0s;
  transition-delay: 0s;
}
main .mainwrap.accent .fulfilled-orders h4 {
  color: #98c03d;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 8px;
  font-size: 17pt;
}

main .mainwrap.accent .fulfilled-orders .row {
  padding: 30px 0;
}

main .mainwrap.accent .fulfilled-orders .row p {
  font-style: italic;
}
main .mainwrap.accent .fulfilled-orders .col-md-4 .image-container img {
  height: 120px;
}
main
  .mainwrap.accent
  .fulfilled-orders
  .col-md-4:first-of-type
  .image-container {
  justify-content: revert;
  margin-top: -8px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  main
    .mainwrap.accent
    .fulfilled-orders
    .col-md-4:first-of-type
    .image-container {
    margin-top: -20px;
    margin-bottom: 36px;
  }
}
main .mainwrap.accent .fulfilled-orders .image-container {
  height: 120px;
  width: auto;
}
main .mainwrap.accent .shop-accent {
  padding-bottom: 50px;
}
main .mainwrap.accent .shop-accent .col {
  flex-basis: auto;
}

main .mainwrap.accent .shop-accent .tile:hover h5{
  color: #9cc049;
}

main .mainwrap.accent .shop-accent .tile,
main .mainwrap.accent .shop-accent .button-tile {
  border-radius: 8px;
  position: relative;
  padding: 16px;
  margin: 8px;
  width: 200px;
  height: 265px;
}
@media (min-width: 576px) {
  main .mainwrap.accent .shop-accent .tile,
  main .mainwrap.accent .shop-accent .button-tile {
    width: 164px;
  }
}
@media (min-width: 768px) {
  main .mainwrap.accent .shop-accent .tile,
  main .mainwrap.accent .shop-accent .button-tile {
    width: 204px;
    height: 204px;
  }
}
@media (min-width: 1200px) {
  main .mainwrap.accent .shop-accent .tile,
  main .mainwrap.accent .shop-accent .button-tile {
    width: 249px;
    height: 249px;
  }
}
@media (min-width: 1400px) {
  main .mainwrap.accent .shop-accent .tile,
  main .mainwrap.accent .shop-accent .button-tile {
    width: 294px;
    height: 250px;
  }
}
@media (max-width: 486px) {
  main .mainwrap.accent .shop-accent .button-tile {
    height: 120px;
  }
}
main .mainwrap.accent .shop-accent .tile a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
main .mainwrap.accent .shop-accent .tile:hover {
  box-shadow: 0px 0px 12px rgba(2, 2, 2, 0.12);
}
main .mainwrap.accent .shop-accent .tile:hover h3 {
  color: #98c03d;
}
main .mainwrap.accent .shop-accent .image-container {
  height: 200px;
  width: auto;
}
@media (max-width: 1200px) {
  main .mainwrap.accent .shop-accent .image-container {
    height: 150px;
  }
}
@media (max-width: 486px) {
  main .mainwrap.accent .shop-accent .image-container {
    height: 216px;
  }
}
main .mainwrap.accent .shop-accent h5 {
  text-align: center;
  font-size: 12pt;
  margin-top: 14px;
  color: #353535;
  font-weight: 800;
}
main .mainwrap.accent .shop-accent .centered-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 200px;
  justify-content: center;
}
main .mainwrap.accent .cut-costs {
  position: relative;
}
main .mainwrap.accent .cut-costs .cut-costs-background {
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  bottom: 0;
  background: url("https://jpp.trgcdn.com/accent/index/accent-header.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
main .mainwrap.accent .cut-costs .cut-costs-background:before {
  content: "";
  background-color: rgba(10, 29, 62, 0.35);
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
}
main .mainwrap.accent .cut-costs .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 65%;
  padding-right: 10%;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 2500px) {
  main .mainwrap.accent .cut-costs .container {
    padding-right: 0;
    padding-left: 40%;
  }
}

@media (max-width: 2300px) {
  main .mainwrap.accent .cut-costs .container {
    padding-right: 0;
    padding-left: 43%;
  }
}

@media (max-width: 2000px) {
  main .mainwrap.accent .cut-costs .container {
    padding-right: 0;
    padding-left: 48%;
  }
}

@media (max-width: 1784px) {
  main .mainwrap.accent .cut-costs .container {
    padding-right: 0;
    padding-left: 60%;
  }
}
@media (max-width: 1300px) {
  main .mainwrap.accent .cut-costs .container {
    padding-left: 55%;
  }
}
@media (max-width: 1223px) {
  main .mainwrap.accent .cut-costs .container {
    padding-left: 65%;
  }

  main .mainwrap.accent .resources-buttons h2{
    font-size: 30pt;
  }
}

@media (max-width: 900px) {
  main .mainwrap.accent .cut-costs .container {
    padding-left: 50%;
  }

  main .mainwrap.accent .resources-buttons{
    padding: 25px 0;
  }

}



@media (max-width: 512px) {
  main .mainwrap.accent .cut-costs .container {
    padding-left: 0;
    text-align: center;
  }

  main .mainwrap.accent .cut-costs .green-button {
    margin: auto;
  }
}
main .mainwrap.accent .cut-costs h2 {
  color: #ffffff;
  font-size: 29pt;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 1025px) {
  main .mainwrap.accent .cut-costs h2 {
    font-size: 24pt;
  }
}
main .mainwrap.accent .cut-costs p {
  color: #ffffff;
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  font-size: 14pt;
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 803px) {
  main .mainwrap.accent .cut-costs h3 {
    font-size: 24px;
  }
}
main .mainwrap.accent .cut-costs .green-button {
  width: 220px;
  background-color: #9cc049;
  border: 1px solid #9cc049;
}

main .mainwrap.accent .resources-buttons{
  padding: 50px 0;
}

main .mainwrap.accent .resources-buttons h2 {
  text-align: center;
  font-size: 32pt;  
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  main .mainwrap.accent .resources-buttons h2 {
    font-size: 30pt !important;
  }

  main .mainwrap.accent .resources-buttons h2 span {
    font-size: 30pt !important;

  }
}

@media (max-width: 767px) {

  main .mainwrap.accent .resources-buttons h2{
    font-size: 24pt !important;
  }

  main .mainwrap.accent .resources-buttons h2 span {
    font-size: 24pt !important;
  }
}

main .mainwrap.accent .resources-buttons h2 span {
  font-size: 32pt;
}
main .mainwrap.accent .resources-buttons .big-buttons {
  border-radius: 8px;
  height: 180px;
  position: relative;
  background-color: #9cc049;
  margin: 20px 0 20px;
}
@media (max-width: 575px) {
  main .mainwrap.accent .resources-buttons .big-buttons {
    margin: 12px 0;
    height: 140px;
  }
}
main .mainwrap.accent .resources-buttons .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);
}
main .mainwrap.accent .resources-buttons a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
main .mainwrap.accent .resources-buttons h3 {
  color: #ffffff;
  font-weight: 800;
  font-size: 17pt;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  margin: 0;
  padding: 0;
  text-transform: none;
}

/*# sourceMappingURL=index.css.map */
