/*******************
BREAKPOINTS
*******************/
.page-builder-content {
  /* Flex, Grid */
  /* Section One Quarter */
  /* Section Full Width Image */
  /* Section 4 Images Banner */
  /* Section Call to Action */
  /* Section Logos */
  /* Section FAQs */
}
.page-builder-content h1 {
  font-size: 2.875rem;
  line-height: 1.2;
}
.page-builder-content h2 {
  font-size: 1.5rem;
  line-height: 1.2;
}
.page-builder-content h3 {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 500;
}
.page-builder-content h4 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 500;
}
.page-builder-content p, .page-builder-content li {
  font-size: 1rem;
  line-height: 1.5;
}
.page-builder-content #hero.section-full-width h2 {
  font-size: 2.875rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .page-builder-content h1 {
    font-size: 3.875rem;
  }
  .page-builder-content h2 {
    font-size: 2.5rem;
  }
  .page-builder-content h3 {
    font-size: 1.4rem;
  }
  .page-builder-content h4 {
    font-size: 1.3rem;
  }
  .page-builder-content p, .page-builder-content li {
    font-size: 1.125rem;
  }
  .page-builder-content #hero.section-full-width h2 {
    font-size: 3.875rem;
  }
}
.page-builder-content .max-width {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (min-width: 1050px) {
  .page-builder-content .max-width {
    width: 80%;
    padding: 0;
  }
}
.page-builder-content .section-padding {
  padding: 35px 0;
}
@media screen and (min-width: 768px) {
  .page-builder-content .section-padding {
    padding: 60px 0;
  }
}
.page-builder-content .list-none {
  list-style-type: none;
}
.page-builder-content .text-center {
  text-align: center;
}
.page-builder-content .sj-title.yellow {
  color: #EDAB1B;
}
.page-builder-content .sj-subtitle {
  margin-top: 15px;
}
.page-builder-content .sj-subtitle.yellow {
  color: #EDAB1B;
}
.page-builder-content .sj-content {
  margin-top: 15px;
}
.page-builder-content .sj-content.yellow p {
  color: #EDAB1B;
}
.page-builder-content .sj-content ul {
  font-weight: 700;
  list-style-type: none;
}
.page-builder-content .sj-content ul li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-builder-content .sj-content ul li::before {
  content: "";
  background-image: url("../img/yellow-bullet.png");
  margin-right: 12px;
  height: 12px;
  width: 12px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-builder-content .border-radius {
  border-radius: 4px;
}
.page-builder-content img {
  max-width: 100%;
}
.page-builder-content img.full-width-img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.page-builder-content .bg-center {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 50px;
}
.page-builder-content .bg-center.bg-contain {
  background-size: contain;
}
.page-builder-content .bg-center.bg-cover {
  background-size: cover;
}
.page-builder-content em, .page-builder-content i {
  font-style: italic;
}
.page-builder-content .list-style-none {
  list-style: none;
}
.page-builder-content .relative {
  position: relative;
}
.page-builder-content .zindex-1 {
  z-index: 1;
}
.page-builder-content .zindex-2 {
  z-index: 2;
}
@media screen and (min-width: 1030px) {
  .page-builder-content .wrap {
    width: 80% !important;
  }
}
@media screen and (min-width: 1820px) {
  .page-builder-content .wrap {
    width: 96% !important;
  }
}
.page-builder-content .page-header-wrapper h1 {
  margin-bottom: 0px;
}
.page-builder-content .page-header-wrapper .text-editor {
  margin: 24px 0 60px;
}
.page-builder-content .display-grid {
  display: grid;
  row-gap: 20px;
}
@media (min-width: 1280px) {
  .page-builder-content .display-grid {
    row-gap: 0;
  }
}
@media (min-width: 1280px) {
  .page-builder-content .grid-half {
    grid-template-columns: 1fr 1fr;
  }
}
.page-builder-content .section-one-quarter .circle-bg {
  display: none;
}
@media (min-width: 1280px) {
  .page-builder-content .section-one-quarter.has-background {
    position: relative;
    overflow: hidden;
  }
  .page-builder-content .section-one-quarter.has-background .circle-bg {
    display: block;
    position: absolute;
    top: -200px;
    right: 0;
    -webkit-transform: translate(80%, 0%);
            transform: translate(80%, 0%);
    height: 100%;
    width: auto;
    -webkit-clip-path: polygon(0 0, 20% 0, 20% 100%, 0% 100%);
            clip-path: polygon(0 0, 20% 0, 20% 100%, 0% 100%);
  }
  .page-builder-content .section-one-quarter.has-background .max-width {
    position: relative;
    z-index: 1;
    width: 70%;
    margin: 40px auto 40px 10%;
  }
}
.page-builder-content .grid-one-quarter .media-col {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.page-builder-content .grid-one-quarter .media-col.img-empty {
  display: none;
}
.page-builder-content .grid-one-quarter .media-col.bg-contain {
  background-position-y: top;
}
@media (min-width: 1280px) {
  .page-builder-content .grid-one-quarter {
    grid-template-columns: 200px auto;
  }
  .page-builder-content .grid-one-quarter .media-col.img-empty {
    display: block;
  }
}
.page-builder-content .grid-one-quarter.one-quarter-item {
  padding: 40px 0;
}
.page-builder-content .display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-builder-content .card-img {
  height: 250px;
  margin-top: 15px;
}
.page-builder-content .media-col {
  height: 250px;
}
.page-builder-content .half-width-wrapper iframe {
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .page-builder-content .half-width-wrapper,
  .page-builder-content .one-quarter-wrapper {
    grid-gap: 30px;
  }
  .page-builder-content .half-width-wrapper .media-col,
  .page-builder-content .one-quarter-wrapper .media-col {
    height: 100%;
  }
  .page-builder-content .half-width-wrapper.right .media-col,
  .page-builder-content .one-quarter-wrapper.right .media-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-builder-content .half-width-wrapper .media-col.right,
  .page-builder-content .one-quarter-wrapper .media-col.right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.page-builder-content .section-full-width .full-width-img {
  min-height: 500px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 30px;
  text-align: center;
}
.page-builder-content .section-full-width .full-width-img .sj-title {
  color: #fff;
}
.page-builder-content .section-full-width .full-width-img .sj-subtitle {
  color: #fff;
  font-weight: 500;
  margin-bottom: 24px;
  padding-bottom: 50px;
}
.page-builder-content .section-four-images .four-images-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.page-builder-content .section-four-images .four-images-wrapper .four-images-item {
  grid-row: 1/2;
}
.page-builder-content .section-call-to-action {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-builder-content .section-call-to-action .sj-button {
  padding: 15px 50px;
  background: black;
  color: white;
  border-radius: 38px;
  text-transform: uppercase;
  text-decoration: none;
  margin: 20px 0;
}
.page-builder-content .section-logos h2 {
  text-align: center;
}
.page-builder-content .section-logos .logos-wrapper {
  overflow: hidden;
  padding: 60px 0;
  white-space: nowrap;
  position: relative;
  margin: 50px auto;
}
.page-builder-content .section-logos .logos-wrapper::before,
.page-builder-content .section-logos .logos-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  content: "";
  z-index: 2;
}
.page-builder-content .section-logos .logos-wrapper:after {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}
.page-builder-content .section-logos .logos-wrapper:before {
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}
.page-builder-content .section-logos .logos-wrapper:hover .logos-slide {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.page-builder-content .section-logos .logos-slide {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation: slide 14s linear infinite;
          animation: slide 14s linear infinite;
}
.page-builder-content .section-logos .logos-slide .logo-item {
  text-align: center;
  margin-right: 3rem;
}
.page-builder-content .section-logos .logos-slide img {
  height: 90px;
  max-width: none;
}
@-webkit-keyframes slide {
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes slide {
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.page-builder-content .section-faq .faq-list {
  margin-top: 30px;
}
.page-builder-content .section-faq .faq-list .faq-item .faq-question {
  cursor: pointer;
  padding: 20px 10px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.page-builder-content .section-faq .faq-list .faq-item .faq-question::before {
  content: "+";
  margin-right: 12px;
  display: inline-block;
  font-size: 2rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.page-builder-content .section-faq .faq-list .faq-item .faq-answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.page-builder-content .section-faq .faq-list .faq-item .faq-answer p {
  padding: 15px 32px;
}
.page-builder-content .section-faq .faq-list .faq-item.active .faq-question {
  background: #f0f0f0;
}
.page-builder-content .section-faq .faq-list .faq-item.active .faq-question::before {
  content: "-";
}
.page-builder-content .section-faq .faq-list .faq-item.active .faq-answer {
  max-height: 1000px;
}

.wholesale-page .header {
  padding-top: 50px;
}
.wholesale-page .header .header-image, .wholesale-page .header .header-content {
  max-width: 80%;
}
@media screen and (min-width: 768px) {
  .wholesale-page .header .header-image, .wholesale-page .header .header-content {
    max-width: 60%;
  }
}
.wholesale-page .header .bg-img {
  background-size: cover;
  background-position-y: top;
  background-position-x: center;
  background-repeat: no-repeat;
  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;
  position: relative;
}
.wholesale-page .header .bg-img .header-image {
  position: relative;
  top: -20px;
}
.wholesale-page .header .bg-img .header-content .sj-title {
  color: white;
}
.wholesale-page .header .bg-img .header-content .sj-content {
  font-weight: 500;
}
.wholesale-page .header .bg-img .header-content .sj-content p {
  margin-bottom: 10px;
}
.wholesale-page .header .bg-img .header-content .gform_wrapper {
  padding: 50px 0 100px 0;
}
.wholesale-page .header .bg-img .header-content .gform_wrapper label {
  display: none;
}
@media screen and (min-width: 768px) {
  .wholesale-page .header .bg-img .header-content .gform_wrapper {
    padding: 50px 0 200px 0;
  }
  .wholesale-page .header .bg-img .header-content .gform_wrapper .gform_fields {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 0px !important;
       -moz-column-gap: 0px !important;
            column-gap: 0px !important;
  }
  .wholesale-page .header .bg-img .header-content .gform_wrapper #field_7_6 {
    grid-column: 1/2;
    margin-right: 20px;
  }
  .wholesale-page .header .bg-img .header-content .gform_wrapper #field_7_3 {
    grid-column: 2/3;
    margin-right: 20px;
  }
  .wholesale-page .header .bg-img .header-content .gform_wrapper #field_7_4 {
    grid-column: 3/4;
  }
}
.wholesale-page .header .bg-img .header-content .gform_wrapper input, .wholesale-page .header .bg-img .header-content .gform_wrapper textarea {
  padding: 30px;
  margin-bottom: 20px;
  width: 100%;
  border: none !important;
  border-radius: 38px;
  background: white;
  color: black;
}
.wholesale-page .header .bg-img .header-content .gform_wrapper input::-webkit-input-placeholder, .wholesale-page .header .bg-img .header-content .gform_wrapper textarea::-webkit-input-placeholder {
  color: black;
  font-weight: 500;
}
.wholesale-page .header .bg-img .header-content .gform_wrapper input::-moz-placeholder, .wholesale-page .header .bg-img .header-content .gform_wrapper textarea::-moz-placeholder {
  color: black;
  font-weight: 500;
}
.wholesale-page .header .bg-img .header-content .gform_wrapper input:-ms-input-placeholder, .wholesale-page .header .bg-img .header-content .gform_wrapper textarea:-ms-input-placeholder {
  color: black;
  font-weight: 500;
}
.wholesale-page .header .bg-img .header-content .gform_wrapper input::-ms-input-placeholder, .wholesale-page .header .bg-img .header-content .gform_wrapper textarea::-ms-input-placeholder {
  color: black;
  font-weight: 500;
}
.wholesale-page .header .bg-img .header-content .gform_wrapper input::placeholder, .wholesale-page .header .bg-img .header-content .gform_wrapper textarea::placeholder {
  color: black;
  font-weight: 500;
}
.wholesale-page .header .bg-img .header-content .gform_wrapper input[type=submit] {
  padding: 15px 50px;
  background: black;
  color: white;
  border-radius: 38px;
  text-transform: uppercase;
  text-decoration: none;
  -ms-flex-item-align: right;
      align-self: right;
  max-width: 150px;
}
.wholesale-page .header .bg-img .header-content .gform_wrapper .gform_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.page-template-sample-box-page .main-lbs-container.page-builder-content .splash-container .splash-wrapper .home-splash-section .header-snack {
  padding: 0;
}
.page-template-sample-box-page .main-lbs-container.page-builder-content .sample-box-size .sample-box-title p {
  font-size: 18px;
}
@media (min-width: 768px) {
  .page-template-sample-box-page .main-lbs-container.page-builder-content .sample-box-size .sample-box-title p {
    font-size: 25px;
  }
}
@media screen and (min-width: 1050px) {
  .page-template-sample-box-page .section-faq .faq-wrapper {
    width: 70%;
    max-width: 1050px;
  }
}

.checkout-page .sjns-price-toggle-wrapper .price:not(.active) {
  display: none;
}
.checkout-page #mainct {
  padding: 30px !important;
}
.checkout-page #mainct h1 {
  font-size: 1.5rem;
  line-height: 1.2;
}
.checkout-page #mainct h2 {
  font-size: 1.3rem;
  line-height: 1.2;
  font-weight: 700;
}
.checkout-page #mainct h3 {
  font-size: 1.25rem;
  line-height: 1.2;
}
.checkout-page #mainct p, .checkout-page #mainct li {
  font-size: 1rem;
  line-height: 1.5;
}
.checkout-page #mainct #order-process {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  margin-top: 20px;
}
.checkout-page #mainct #order-process .column {
  padding: 30px;
  border: 1px dashed #ccc;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-rows: 30px -webkit-min-content;
  grid-template-rows: 30px min-content;
}
.checkout-page #mainct #order-process .column h3 {
  font-weight: 500;
}
.checkout-page #mainct #order-process .column .custom-ol {
  counter-reset: list-counter;
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
.checkout-page #mainct #order-process .column .custom-ol li {
  list-style: none;
  position: relative;
  padding-left: 34px;
  margin-bottom: 20px;
  font-weight: 500;
}
.checkout-page #mainct #order-process .column .custom-ol li strong {
  font-weight: 700;
}
.checkout-page #mainct #order-process .column .custom-ol li::before {
  counter-increment: list-counter;
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #fff;
  background: #afa9a9;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  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;
}
.checkout-page #mainct #order-process .column .naked-row {
  max-width: none;
  margin: 0;
  -ms-flex-item-align: self-end;
      align-self: self-end;
}
.checkout-page #mainct #order-process .column .clear {
  display: none;
}
.checkout-page #mainct #order-process .column ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  margin-top: 20px;
  -ms-flex-item-align: self-end;
      align-self: self-end;
}
.checkout-page #mainct #order-process .column ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkout-page #mainct #order-process .column ul li input {
  display: none;
}
.checkout-page #mainct #order-process .column ul li input:checked + label {
  background: black;
  color: white;
}
.checkout-page #mainct #order-process .column ul li label {
  padding: 8px;
  background: white;
  color: black;
  border: 1px solid black;
  border-radius: 38px;
  text-decoration: none;
  width: 100%;
  text-align: center;
  font-size: 14px;
}
.checkout-page #mainct #order-process .column.active {
  background: #f1f1f1;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.checkout-page #mainct #order-process .column.active h2 {
  color: #EDAB1B;
}
.checkout-page #mainct #order-process .column.active .custom-ol li::before {
  background: #EDAB1B;
}
.checkout-page #mainct #order-process .column.column-two ul {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
@media (min-width: 768px) {
  .checkout-page #mainct #order-process .column ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-top: 20px;
  }
  .checkout-page #mainct #order-process .column ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 250px;
  }
}
@media (min-width: 1280px) {
  .checkout-page #mainct h1 {
    font-size: 2.5rem;
  }
  .checkout-page #mainct h2 {
    font-size: 1.4rem;
  }
  .checkout-page #mainct h3 {
    font-size: 1.3rem;
  }
  .checkout-page #mainct p, .checkout-page #mainct li {
    font-size: 1.125rem;
  }
  .checkout-page #mainct #order-process {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .checkout-page #mainct #order-process .column ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-top: 20px;
  }
  .checkout-page #mainct #order-process .column ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .checkout-page #mainct #order-process {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .checkout-page #mainct #order-process .column ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .checkout-page #mainct #order-process .column ul li {
    max-width: 130px;
  }
}