html {
touch-action: unset;
color: black;
}

/* Base styles replacement*/
:root {
  --f-step--2: clamp(0.6944rem, 0.822rem + -0.1417vw, 0.7901rem);
  --f-step--1: clamp(0.8333rem, 0.9074rem + -0.0823vw, 0.8889rem);
  --f-step-0: clamp(1rem, 1rem + 0vw, 1rem);
  --f-step-1: clamp(1.125rem, 1.1rem + 0.1111vw, 1.2rem);
  --f-step-2: clamp(1.2656rem, 1.2075rem + 0.2583vw, 1.44rem);
  --f-step-3: clamp(1.4238rem, 1.3224rem + 0.4506vw, 1.728rem);
  --f-step-4: clamp(1.6018rem, 1.4445rem + 0.699vw, 2.0736rem);
  --f-step-5: clamp(1.802rem, 1.5733rem + 1.0167vw, 2.4883rem);
}
h1, .h1 {
	font-size: var(--f-step-4);
	line-height:  1.2;
}
h2, .h2 {
	font-size: var(--f-step-3);
	line-height:  1.2;
}
h3, .h3 {
	font-size: var(--f-step-2);
	line-height:  1.2;
}
/* Base styles replacement end*/

/* -- Clean HS styles --*/
form,form label{padding:0}.c-menu__list a.c-menu__link,.c-menu__list a:not(.button).c-menu__link,.footer span,p.copyright{color:var(--ppt-grey-dark)}form{border:none;background-color:unset;border-radius:unset}body .icon,footer .icon,header .icon{padding:0;background-color:unset;border:none;border-radius:unset;display:inline}form input[type=email],form input[type=number],form input[type=password],form input[type=search],form input[type=tel],form input[type=text],form select,form textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #787878;border-radius:4px;display:inline-block;height:37px;line-height:19px;margin-bottom:5px;padding:0 15px;width:100%}.footer-top .c-menu__list li{margin:0 8px 5px 0}p.copyright{font-size:12px}svg.icon--phone{height:21px;width:21px;vertical-align:baseline}li.mobile-menu-item{margin:0}

.h1,.h2,.h3,.h4,.h5,.h6,.hs-newsletter-signup .hbspt-form p,.page-footer .h2,.page-footer h2,.page-header .h2,.page-header h2,h1,h2,h3,h4,h5,h6 {
    color: black;
}

a:active,a:focus,a:hover {
    -webkit-text-decoration: none;
    text-decoration: none;
}

@media only screen and (max-width: 767px) { 
 .wrapper { 
  	padding: 0 16px;
 } 
}

.t-site-header__top-navigation {
    background-color: white;
}

#global-account.account-menu.t-global-account .account-links li,
.mega-menu-list li.mega-menu-item {
 	margin:0px;
}

.t-site-header__message span {
	font-weight:700;
}

.mega-menu-list .mega-menu-level-3-list li {
    margin: 0px 0px 5px 0px;
}

.t-global-footer-social-links li .icon {
	padding: 0px;
	background-color: unset;
	border:none;
	border-radius: unset;
	display: inline;
}

.x-mini-basket--open {
    z-index: 10000;/* should overflow Hubspot*/
}

.mfp-container .mfp-close {
	fill: black;
	padding: 0 0 18px 10px;
}

button.mfp-close {
	padding: 0 0 18px 10px;
}

main.t-main-content-element {
	padding-top: 20px;
	min-height: 520px;
}

.product-avail_instock {
    color: var(--ppt-green);
}

.product-avail_backordered {
    color: var(--ppt-orange);
}

.product-avail_mfr_direct {
    color: var(--ppt-blue);
}

.product-badge-leaf {
    --active-color: var(--ppt-green);
}

.color-valentine {
	background:#ff257e;
}


.plabel-orange {
	background-color: var(--ppt-orange);
	color: white !important;
}

.plabel-blackfriday {background-color: var(--ppt-red);color: white;}

.color-ppt-enthusiast {
	background-color: #1581E8;
	color: white !important;
}

.color-green-2 {
    background-color: white;
    color: green !important;
    border: solid thin;
}

product-card .color-primary,
product-card .color-secondary,
product-card .color-tertiary {
  	background-color: #1581E8;
    color: white !important;
}

.wrapper {
	max-width: 1440px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.card img {
    object-fit: contain;
}

@media only screen and (min-width: 991px) {
    .t-site-header__logo {
        max-width: 184px;
    }
}

.ppt-mini-basket__content a:hover {
    text-decoration: none;
}

/*Buttons*/
.button.new-button,
.button.new-button:hover,
.button.new-button:active,
.button.new-button:focus {
	border: 1px solid var(--btn-color);
	background-color:white;
	border-radius: 50px;
	color: var(--btn-color);
}
.button.new-button {
	--btn-color: var(--ppt-blue);
	background-color:var(--btn-color);
	color:white;
	height: auto;
   	line-height: normal;
	letter-spacing: normal;
	padding: 12px 16px;
}
.button.button--green{
	--btn-color: var(--ppt-green);
}
.button.button--blue-dark{
	--btn-color: var(--ppt-blue-dark);
}
.button.button--orange{
	--btn-color: var(--ppt-orange);
}
.button.button--orange-light{
	--btn-color: var(--ppt-orange-light);
}
.button.button--grey-dark{
	--btn-color: var(--ppt-grey-dark);
}

/*Buttons end*/

/*Color overrides*/
.u-color-primary {
    color: var(--ppt-blue-dark);
}
.u-color-secondary {
	color: var(--ppt-blue);
}
/*Color overrides end*/

a {
    color: var(--ppt-blue-dark);
    cursor: pointer;
    text-decoration: none;
}

/*Titles*/
.section-title-primary {
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 600;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    line-height: normal;
    padding-bottom: 20px;
}
.section-title-primary a
{
	color: #000;
    	text-decoration: none;
}
/*Titles end*/

.ocst-header-banner {
padding: 0 0 10px 0;
}

/*Global account menu modal*/
#global-account.account-menu.t-global-account{width:190px;background-color:var(--ppt-blue-dark);border:none;border-radius:20px}#global-account.account-menu.t-global-account .account-links .account-link .icon,#global-account.account-menu.t-global-account:after{display:none}#global-account.account-menu.t-global-account .account-links .account-link{color:#fff;font-size:12px;font-weight:400;line-height:20px}#global-account.account-menu.t-global-account .account-links .account-link:hover{text-decoration:underline;opacity:1}#global-account.account-menu.t-global-account .account-info{display:flex;gap:12px;margin-bottom:12px;color:#fff;font-size:12px;font-weight:400;line-height:20px}#global-account.account-menu.t-global-account .account-info .account-info-title{overflow:hidden;-webkit-line-clamp:1;display:-webkit-box;-webkit-box-orient:vertical}#global-account.account-menu.t-global-account .account-info .account-info-avatar-icon{color:#fff;width:18px;height:21px}#global-account.account-menu.t-global-account .account-links li{margin-bottom:0}#global-account.account-menu.t-global-account .account-links li:last-child{margin-top:9px;padding-top:0;border-top:none}
#global-account.account-menu.t-global-account .account-info .account-info-title {color:white;}
/*Global account menu modal end*/

/* Remove Arrows/Spinners */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.t-ocst-account-message {
    font-size: 20px;
}

    .t-ocst-account-message button {
        font-size: 22px;
    }

    .t-ocst-account-message .inner-content {
        max-width: 800px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

.button.button--primary:after, .contact-form-wrapper .hbspt-form .button--primary.hs-button:after, .hs-newsletter-signup .button--primary.hs-button:after {
    border: none;
}

.invalid .c-form-label {
    color: #ee0020;
}

.grid__item {
    padding-left: 10px;
}

.grid {
    margin: 0 0 0 -10px;
}

@media only screen and (min-width: 768px){
.listing-sort {
    margin-bottom: 20px;
}
.listing-sort {
    margin-bottom: 16px;
}

.x-product-list__image--wrapper {
	height: 250px;
	display: flex;
	justify-content: center;
}

.x-product-list__image {
    object-fit: contain;
}

.x-product-list .grid__item {
    /*padding-left: 10px; */
}
}
@media only screen and (min-width: 480px) {
 .x-product-list.x-product-list__flex .grid__item .x-product-list__link {
        height: calc(100% - 10px);
    }
}

.x-collapsing-breadcrumbs {
    border: none;
    text-transform: none;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--ppt-grey-dark);;
}

    .x-collapsing-breadcrumbs .o-list-inline__item a {
        color: var(--ppt-grey-dark);;
        font-size: 16px;
        font-weight: 400;
        line-height: 25px;
        border: none;
        padding: 0 0px 0 10px;
    }

.x-collapsing-breadcrumbs .o-list-inline__item:first-of-type a {
        padding: 0 0px 0 0px;
    }

    .x-collapsing-breadcrumbs .o-list-inline__item:last-of-type a {
        color: var(--ppt-blue-dark);
    }

    .x-collapsing-breadcrumbs .o-list-inline__item:not(:last-of-type) a :after {
        content: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L1 11' stroke='%234D4D4D' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
        display: inline-block;
        width: 8px;
        height: 12px;
        margin-left: 10px !important;
    }

    .x-collapsing-breadcrumbs .o-list-inline__item:not(:first-child) {
        margin-left: 0px !important
    }

@media only screen and (min-width: 991px) {
    .t-page-prod .x-collapsing-breadcrumbs__list,.t-page-prod_list .x-collapsing-breadcrumbs__list {
        margin-bottom: 16px;
    }
}


@media (prefers-reduced-motion: reduce) {
    *, *::after, *::before {
        animation-duration: 1ms !important; /* 1 */
        animation-delay: -1ms !important; /* 2 */
        animation-iteration-count: 1 !important; /* 3 */
        transition-duration: 1ms !important; /* 4 */
        transition-delay: -1ms !important; /* 5 */
    }
}

/* Autocomplete Smarty */
.us-autocomplete-pro-menu__item,
.us-autocomplete-pro-no-suggestions {
    padding: 4px 20px;
}

    .us-autocomplete-pro-menu__item:hover {
        cursor: pointer;
        background-color: rgba(95, 190, 228, 0.2);
    }

.us-autocomplete-pro-menu-container {
    position: relative;
    z-index: 1;
}

.us-autocomplete-pro-menu {
    margin: 0;
    padding: 0;
    border: 1px solid #787878;
    border-radius: 4px;
    overflow-y: auto;
    max-height: 13em;
    box-shadow: 0 7px 7px rgba(0, 0, 0, 0.12);
    position: absolute;
    background: white;
    width: 100%;
}

    .us-autocomplete-pro-menu::-webkit-scrollbar {
        width: 5px;
        background-color: #f5f5f5;
    }

    .us-autocomplete-pro-menu::-webkit-scrollbar-track {
        background: #f5f5f5;
        border-radius: 5px;
        box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    }

    .us-autocomplete-pro-menu::-webkit-scrollbar-thumb {
        background: #c9ccd2;
        border-radius: 5px;
        box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    }

/*# sourceMappingURL=style.css.map */

/*Custom JF Styles PRODUCT DISPLAY*/

.x-product-list__savings-label {
    border-radius: 20px;
    top: 20px;
    left: 16px;
    font-size: 13px;
}

.x-product-list__savings-label.color-tertiary, .x-product-list__savings-label.color-primary, .x-product-list__savings-label.color-secondary {
    background-color: #2B7FF7;
}

.x-product-list__savings-label.color-black {
    background-color: #000000;
}

.x-product-list__savings-label.color-green {
    background-color: var(--green-new);
}

.x-product-list__savings-label.color-lime{
    background-color: var(--lime-new);
}

.x-product-list__savings-label.color-lt-blue{
    background-color: var(--lt-blue-new);
}



.x-product-list__link {
    border-radius: 20px;
    border: 1px solid #E7E7E7;
    box-shadow: 12px 22px 44px 0px rgba(0, 0, 0, 0.08) !important;
    background: #fff;
    text-align: left;
    padding: 20px;
    margin-bottom: 10px;
}

.x-product-list .x-product-list__name.h2 {
    font-size: 15px !important;
    font-weight: 500;
}

.x-product-list .x-product-list__price {
    color: #4D4D4D;
    font-weight: 400;
}

.x-product-list .button--tertiary {
    background-color: #FF6C00 !important;
    padding:;
    color: #FFF !important;
    border: none !important;
}

/*END Custom JF Styles PRODUCT display*/

/*Custom JF Styles */

/*Adjust short_category_description Custom Field */

.jf-cust-cat-heading {
    margin-bottom: 0px;
}

.jf-cust-cat-heading-content {
    margin-top: 16px !important;
}

/* END Adjust Category Custom Field */

/*  MENU EDITS*/
.mega-menu-list .mega-menu-item {
    color: #000;
}

.site-navigation {
    background-color: transparent;
}

.mega-menu-list .mega-menu-item:not(.color--highlight) > a {
    border-bottom: 0px;
    border-top: 0px;
}

.mega-menu-list .mega-menu-item .icon--chevron-down {
    width: 12px;
	display:none;
}

.mega-menu-list .mega-menu-item.color--highlight-red {
 background-color: var(--ppt-red);
 border: 1px solid var(--ppt-red);
 border-radius: 50px;
    color: white;
}

    .mega-menu-list .mega-menu-item.color--highlight-red:hover {
  	background-color: var(--ppt-white);
  	color: var(--ppt-red);
    }

.mega-menu-list .mega-menu-item.color--highlight {
 background-color: var(--ppt-orange);
  border: 1px solid var(--ppt-orange);
    border-radius: 50px;
    color: white;
}

    .mega-menu-list .mega-menu-item.color--highlight:hover {
  background-color: var(--ppt-white);
  color: var(--ppt-orange);
    }

.mega-menu-item .icon--drop {
    display: none;
}

@media only screen and (min-width: 1200px) {
    /*  END MENU EDITS*/

    .t-site-header__top-navigation {
        background-color: #fff;
    }

    /*  Quick Order Icon menu*/
    .jf-custom-item-menu {
        float: right;
    }

    .quick-order-item {
        padding-top: 15px;
        font-size: 16px;
        font-weight: 500;
        padding-right: 10px;
    }

        .quick-order-item a {
            color: #000;
        }

    .t-site-header__masthead-links {
        float: right;
    }
}
    @media (max-width: 720px) {
.jf-stats-new-block .wrapper{padding:0px  !important;}
.jf-sp-template-xl .service-banner {    max-width: 94%;}
.jf-sp-template-xl .h2, .jf-sp-template-xl .h3, .jf-faq-section-xl h2.title-faq-xl, .jf-faq-section-xl h3.title-faq-xl, .jf-title{font-size:24px !important; line-height:34px !important;}
div.jf-hero-logos.box-table {
  margin: 0px auto !important;
  padding: 0px 20px !important;
}
div.box-testimonial.box-testimonial-cont {
  padding-bottom:0px !important;
}
.jf-image-text-block-sp .grid__item.jf_imgtxt2_col2 {
    padding-left: 10px !important;
    margin-bottom: 25px;
}
.jf-image-text-block-newsp {
    font-size: 24px !important;
    margin-bottom: 40px !important;
    line-height: 34px !important;
}
.box-table .jf_imgtxt2 .h1 {
    font-size: 24px !important;
    line-height: 34px !important;
}
.blue-bkg-cont h3, .blue-bkg-cont h2 {
    font-size: 24px !important;
    line-height: 34px !important;
}
.blue-bkg-cont{    padding: 50px 10px !important;}
.cols3-boxes div.small--one-half {
        width: 100% !important;
    }
.font-title-statsco{    font-size: 24px !important;
    font-weight: 800;
    line-height: 34px !important;}
.grid__item.jf_imgtxt2_col2{padding-left: 0px !important;}

.hs-newsletter-signup .hs_email {
    width: 94%;
}
.jf_statsfont{line-height:55px;}
.bg-bulk{padding-top: 0px !important;}
.container-new-sp h1{font-size: 24px !important;
    line-height: 27px !important;
text-transform:none;}
.jf-title-get {
    font-size: 24px !important;
    line-height: 27px !important;
text-transform:none;
}

.jf-title-get2 {
      text-transform: none;
    color: white;
    margin-bottom: 0px;
}
.jf-trusted {
    font-size: 16px !important;
    color: #fff;
    line-height: 20px;
}
.jf-list-item {
    font-size: 16px !important;
}
       .jf-custom-item-menu{width: 100% !important;}
        .quick-order-item {
            padding-bottom: 15px;
            padding-top: 15px;
            font-size: 12px;
            font-weight: 500;
            padding-right: 7px;
            padding-left: 20px;
        }
    }
    /*  End Quick Order Icon menu*/



/* Hero Section */
.jf-bkg-hero {
    background-image: url(/mm5/graphics/00000001/3/bkg-clearance-page.png);
    background-repeat: no-repeat;
    padding: 60px 0px;
    background-size: cover;
    height: 278px;
}
.wrapper-jf {
    max-width: 1140px;
    margin: 0px auto;
}
.wrapper-jf .col1 {
    width: 54%;
    float: left;
    max-width: 550px;
}
.jf-title-hero {
    font-size: 44px;
    color: white;
    line-height: 52px;
    text-transform: none;
}
.jf-hero-desc {
    font-size: 20px;
    color: white;
}
.wrapper-jf .col2 {
    width: 40%;
    float: right;
}
@media screen and (max-width: 768px) {
     .wrapper-jf {
        padding: 20px;
    }
    .jf-bkg-hero {
        height: 100% !important;
        background-size: cover;
        padding: 0px !important;
    }
    .wrapper-jf .col1 {
        width: 100%;
        float: none;
        max-width: 550px;
    }
    .wrapper-jf .col2 {
        width: 100%;
        float: right;
        background-color: white;
        padding: 20px 10px;
    }
    .jf-title-hero {
        font-size: 26px !important;
        line-height: 36px !important;
    }
    .jf-hero-desc {
        font-size: 16px;
    }
}
/* END Hero Section */

/*Testimonials */
.box-table, .box-testimonial {
    max-width: 1222px;
    padding: 40px 15px;
    margin-right: auto;
    margin-left: auto;
}
.jf-img-infor {
    display: flex;
    padding-top: 15px;
}
.jf-row {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}
.jf-column {
    flex: 1;
    margin-bottom: 20px;
}
.jf-column:nth-child(1), .jf-column:nth-child(3){
    margin-right: 20px;
}
.jf-column:nth-child(2) {
    margin-right: 15px;
    margin-left: 15px;
}
.jf-stars {
    width: auto;
    height: auto;
    margin-bottom: 10px;
}
.jf-bold-name {
    font-weight: 600;
    margin-top: 10px;
}
.jf-bold {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}
.box-testimonial h3 {
    margin-bottom: 5px;
}
.jf-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 46.8px;
    color: #000;
}
.jf-headshot {
    width: auto;
    height: auto;
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
    .jf-column {
        flex: auto;
margin-bottom: 50px;
    }
.jf-column:nth-child(2), .jf-column:nth-child(3) {
    margin-right: 0px;
    margin-left: 0 !important;
}
}
/* END Testimonials */

 /* FOOTER Get a Bulk */
  .bg-bulk {
    background: linear-gradient(68.1deg, #0456A4 0%, #3299F9 100%);
    padding-top: 60px;
    padding-bottom: 40px;
  }
 .bg-bulk p{color: white;
    font-size: 19px;}
 .bg-bulk p a{color: white;
    text-decoration: underline;}


  .box-table,
  .box-testimonial {
    max-width: 1222px;
    padding: 40px 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .jf-w-get {
    width: 646px;
    max-width: 100%;
  }

  .jf-title-get {
    font-weight: 600;
    font-size: 44px;
    line-height: 50px;
    color: white;
    text-transform:none;
  }
  .jf-title-get2 {
      text-transform: none;
    color: white;
    margin-bottom: 0px;
  }

  .jf-list {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .jf-list-item {
    color: #fff;
    margin-bottom: 26px;
    padding-left: 69px;
    position: relative;
    font-size: 19px;
    line-height: 24px;
    font-weight: 400;
    display: block;
    align-items: center;
  }

  .jf-list-item::before {
    content: "";
    width: 54px;
    height: 54px;
    background-image: url("/mm5/graphics/00000001/3/Form-Icons-White.png");
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }

  .jf-faces {
    width: 148px;
    height: auto;
    object-fit: contain;
  }

  .jf-trusted {
    font-size: 22px;
    color: #fff;
    line-height: 22px;
  }

  .jf-paddl15 {
    padding-left: 15px;
  }

  .jf-trusted {
    font-size: 22px;
    color: #fff;
    line-height: 22px;
  }

  .jf-newsletter-footer {
    max-width: 900px;
    margin: 0px auto;
    height: 80px;
  }

  .jf-newsletter-footer .child1 {
    width: 49%;
    float: left;
    color: white;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    padding-top: 10px;
  }

  .jf-newsletter-footer .child2 {
    width: 51%;
    float: left;
  }

  .hs-newsletter-signup .hs-button {
    border: none;
    background-color: #FF6C00;
  }

  .hs-newsletter-signup .hs-input {
    background: rgba(255, 255, 255, 0.10);
    border: none;
  }

  .bg-bulk .box-form {
    background-color: white;
    border-radius: 24px;
    width: 100%;
    min-height: 200px;
    box-shadow: 4px 10px 32px 0px rgba(0, 0, 0, 0.15);
    padding: 40px;
  }
.box-form h2, box-form h3{    text-align: center;
    text-transform: none;
    font-size: 24px;
    line-height: 31px;
    color: black;}

  @media screen and (max-width: 768px) {
    .jf-row {
      display: block;
    }

    .jf-newsletter-footer .child1 {
      width: 100%;
      text-align: center;
      font-size: 18px;
      margin-bottom: 20px;
    }

    .jf-newsletter-footer .child2 {
      width: 100%;
    }

    .jf-newsletter-footer {

      height: auto;
      overflow: auto;
    }

  }
/* END FOOTER */

/* Deals Page */
.jf-bkg-hero-2{  background: linear-gradient(137deg, #3299F9, #0456A4);    padding: 60px 0px;
    background-size: cover;
    height: 278px; text-align:center;}
.jf-bkg-hero-2 .jf-hero-desc {
    max-width: 800px;
    margin: 0px auto;
}
.jf-hero-logos{    max-width: 1250px;
    margin: 0px auto;
    padding: 46px 0px;
    overflow: auto;}
.jf-hero-logos .ima1{float: left;
    width: 12%;} 
.jf-hero-logos .ima2{float: right;
    width: 80%;} 


/* END Deals Page */

/* Start Image Text block */
.jf-hero-logos.box-table{max-width: 1174px!important;}
.box-table .jf_imgtxt2 .h1{font-size:36px; font-weight:600;     color: black;
    text-transform: none;
    line-height: 44px;}
.box-table .jf_imgtxt2 p{font-size:20px; margin-bottom:15px;}
.jf_imgtxt2_col2 img{border-radius:25px;}
.grid__item.jf_imgtxt2_col2{padding-left: 60px !important;}
.blue-bkg-cont{    background-image: linear-gradient(to right, #3299F8 , #0558A6 );
    padding: 100px 0px;}

/* END  Image Text block */

/* Start 3 cols block*/

.blue-bkg-cont h3, .blue-bkg-cont h2{font-size:36px; color:white; font-weight:600; text-transform:none; line-height:46px;}
.cols3-boxes .h2{font-size:28px;     color: black !important;
    text-transform: none;
    line-height: 35px;}
.cols3-boxes  .x-product-list__image{    text-align: left;
    margin: 0px 0px 32px;}
.cols3-boxes .bt-learn-more{    background-color: #2B7FF7;
    color: white;
    padding: 14px 40px;
    border-radius: 25px;
    max-width: 180px;
    text-align: center;}
.cols3-boxes  p{font-size:17px; color:black;}
.colortext-gradient{ background-image: linear-gradient(to right, #0558A6, #0558A6, #3299F8);
  background-clip: text;
  -webkit-background-clip: text; /* For older WebKit browsers */
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;     font-size: 64px !important;
    line-height: 65px;}
.jf-stats-new-block h3{font-size:36px; font-weight:800; line-height:50px;}
.jf-stats-new-block .grid__item{text-align:left;}
.jf-stats-new-block .jf_statsfont{font-weight:500; background: var(--Main-Gradient, radial-gradient(181.71% 141.42% at 100% 0%, #3299F8 0%, #0558A6 100%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}
.font-title-statsco{color:black;}
.jf-sp-template-xl{    background: var(--Main-Gradient, radial-gradient(181.71% 141.42% at 100% 0%, #3299F8 0%, #0558A6 100%)); padding: 65px 60px;}
.jf-sp-template-xl .h2, .jf-sp-template-xl .h3{font-size:36px; font-weight:600; text-align:left; color:white; text-transform:none;}
.jf-sp-template-xl p{font-size:20px; color:white;}
.box-testimonial-cont .jf-img-infor img{    border-radius: 100px;
    width: 65px;}
.jf-cat-listing-prods .x-product-list .button--tertiary {background-color:white !important; color:#FF6C00 !important;}
.container-new-sp{color: white;}
.container-new-sp a{color: white !important; text-decoration:underline;}

.container-new-sp h1{   font-weight: 600;
    font-size: 44px;
    line-height: 50px;
    color: white;
    text-transform:none;}
.container-new-sp h2{  text-transform: none;
    color: white;
    margin-bottom: 0px;}
.box-form h2, .box-form h3{color:#000; margin-bottom:20px;}
.jf-list li{    background-image: url(/mm5/graphics/00000001/3/Form-Icons-White.png);
    background-repeat: no-repeat;
    padding-left: 70px;
    background-size: 55px;
    font-size: 19px;
    margin-bottom: 15px;min-height: 58px;
    line-height: 29px;}
.container-new-sp .bt-logos{    display: block;
    clear: both;
    width: 100%;
    height: 102px;}
.container-new-sp .hs-button submit{    background-color: #FF6C00 !important;
    border: none;
    width: 100%;
    border-radius: 100px;
    font-size: 18px;
    padding: 18px 0px;}
.jf-image-text-block-newsp{    font-size: 40px;
    text-align: center;
    margin-bottom: 70px;
    text-transform: none;
    color: black;
    line-height: 50px;
}
.jf-image-text-block-sp ul li{font-size:20px;    margin-bottom: 10px;}
.blue-bkg-cont .x-product-list__figure p.content{min-heigh:85px;}
.cols3-boxes .x-product-list__figure{    min-height: 340px;}
/*JF SPT*/

#jf_2cols .jf_2cols_container {display:flex; gap:50px; justify-content:center; width:100%}
#jf_2cols h3, #jf_2cols h2 {margin-bottom:20px;}
@media (max-width:480px) {#jf_2cols .jf_2cols_container {flex-direction:column; gap:15px}}
#jf_spt #mmx-image-across__mmx_imageacross.mmx-wrapper, #jf_spt #mmx-image-across__mmx_imageacross_1.mmx-wrapper {
margin-left: auto;
margin-right: auto;
max-width: 1483px;
padding: 0 22px;
position: relative;
width: 100%;
display:block
}
#jf_spt mmx-hero#mmx-text-area__mmx_textarea_1 {
background: #102d7b;
    margin-bottom: 0;
}
#jf_spt mmx-text-editor#mmx-text-editor__mmx_texteditor_1 {margin:0 auto}
#jf_spt .slick-track {margin:0 auto;width:100% !important;justify-content:center}
@media (max-width:640px){#jf_spt .slick-track {width: 100% !important;flex-direction: column;gap: 50px; align-items:center}}

#jf_spt .button {padding:0 25px}
#jf_spt .page-banner .title-bg {max-width:755px}

@media (max-width:480px) {#jf_spt .jf_buttons .button {font-size:14px}}

@media (max-width:767px) {
#jf_spt .jf_imgtxt2 {display:flex;flex-direction:column}
#jf_spt .jf_imgtxt2 .jf_imgtxt2_col1 {order:1}
#jf_spt .jf_imgtxt2 .jf_imgtxt2_col2 {order:0}
}

.jf_statsfont {font-size:50px}
.jf-list{margin-bottom:65px;}
.jf-col-xl-1 {float:left;}
.jf-col-xl-1 .jf-stars{display:block;     margin-top: 12px;}
.jf-col-xl-2 {    padding-top: 20px;
    margin-left: 44px;
    float: left;}
.jf-hero-logos{padding:0px !important;}
.jf_imgtxt2_col1 img{border-radius:25px; }
.jf-sp-template-xl .jf-btt-ctaxl{background-color: white;
    color: black;
    border: 0px;
    padding: 3px 20px 20px 21px !important;}
.jf-sp-template-xl .jf-btt-ctaxl:hover{color:#2B7FF7 !important;}
.jf-faq-section-xl  h2.title-faq-xl, .jf-faq-section-xl h3.title-faq-xl{font-size:36px; margin-bottom:44px; color:black;}
.accordion-item--title{    justify-content: space-between !important;}
.jf-faq-section-xl .accordion-item{    padding-bottom: 14px;
    border-bottom: 1px solid #E7E7E7;
    padding-top: 14px;}
.jf-faq-section-xl .accordion-item--title{    text-transform: none;
    font-size: 22px;
    font-weight: 500;
    color: #4D4D4D;}
.accordion-item--title .icon {
    color: #4D4D4D;}
.accordion-item--content {
        margin-left: 0px;
    }
.mmx-n-product-carousel.mmx-wrapper{max-width: 1222px !important;
    margin: 0px auto  !important;}
@media (max-width:767px) {#jf_spt mmx-hero#mmx-text-area__mmx_textarea_1 {padding-top:50px}}
.sub-text-jf-new-xl-sp{text-align:center; padding-bottom:50px;}

/* Global footer start*/
 .footer-top {
        background-color: #EEEEEE;
        padding: 30px 0 0;
    }

        .footer-top .c-menu__title {
            color: var(--ppt-black);
            font-weight: 400;
        }

        .footer-top .c-menu__link, .footer-top p, .footer-top p a {
            color: #767676;
            width: unset;
        }

            .footer-top p a:hover {
                text-decoration: none;
            }

        .footer-top .c-menu__list li {
            margin-bottom: 5px;
        }

        .footer-top .icon-phone-link {
            vertical-align: middle;
            display: flex;
            column-gap: 10px;
        }

        .footer-top .icon {
            color: var(--ppt-blue-dark);
        }
	.footer-top .icon:hover {
            color: var(--ppt-red);
        }

    #footer-left-btn a {
        border-radius: 20px;
        background: var(--ppt-blue-dark);
        color: var(--ppt-white);
        text-align: center;
        font-family: Roboto;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        padding: 8px 14px;
    }

        #footer-left-btn a:hover {
            text-decoration: none !important;
            background: #000;
            color: var(--ppt-white);
        }

        .hs-newsletter-signup .input {
        background: var(--ppt-white);
        border: 1px solid var(--ppt-blue-dark);
        border-radius: 20px;
        color: var(--ppt-grey-dark);
    }

    .hs-newsletter-signup .hs-input {
        color: var(--ppt-grey-dark);
        border-radius: inherit;
        min-height: 39px;
    }

.hs-newsletter-signup .hs-input:focus { 
  outline: none; 
 }

        .hs-newsletter-signup .hs-input::placeholder {
            color: var(--ppt-grey-dark);
            opacity: 1;
        }

    .hs-newsletter-signup label.hs-error-msg, .hs-newsletter-signup .hs-error-msgs li {
        color: var(--ppt-grey-dark);
        font-weight: 400;
    }

    .hs-newsletter-signup .hs-button {
        color: var(--ppt-white);
        background-color: var(--ppt-orange);
        height: 39px;
        border-radius: 32px;
    }

    .hs-newsletter-signup .hs-submit {
        margin-left: 10px;
    }
    .footer-bottom {
        background-color: #EEEEEE;
       
    }

        .footer-bottom .copyright {
            color: #767676;
        }
@media only screen and (max-width: 767px) { 
 .footer-top .icon-phone-link { 
  justify-content: center; 
 } 
}

@media only screen and (max-width: 767px) { 
 .footer-top .hs-newsletter-signup .no-list.hs-error-msgs.inputs-list { 
    margin-left: 24px; 
 }
.footer-top .hs-newsletter-signup label.hs-error-msg, .hs-newsletter-signup .hs-error-msgs li {
    text-align: left;
} 
}
.footer-top .no-list.hs-error-msgs.inputs-list label { 
    width: auto;
    display: flex;
    position: initial !important;
    height: auto;
    margin: 0; 
}
/* Global footer end */

/* Hide HubSpot branding */
body.t-page-proxy-page hs-cmsf-branding {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}