@font-face {
    font-family: 'icons-blank-theme';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff2') format('woff2'), url('../fonts/Blank-Theme-Icons/Blank-Theme-Icons.woff') format('woff');
    font-display: swap;
}

/* for canvas */
@font-face {
    font-family: 'Museo Slab 700';
    src: url('../fonts/Museo-Slab-700.otf') format('opentype');
}

/* Global */
h1 {
    font-size: 40px;
    /* (2.5em) */
}
/* h2{
    font-size: 34px;
    (2.125em)
} */
h3 {
    font-size: 24px;
    /* (1.5em) */
}
h4 {
    font-size: 20px;
     /* (1.25em) */
}
p {
    font-size: 18px;
}
.fw4 {
    font-weight: 400;
}
.fw7 {
    font-weight: 700;
}
/* Global End */
/* #MAIN BODY */
* {
    box-sizing: border-box;
    font-family: myriad-pro, sans-serif, 'Open Sans', 'Helvetica Neue', Helvetica, Arial;
    letter-spacing: normal;
}
html {
    margin: 0 auto;
    overflow-x: hidden;
}
body {
    font-weight: normal;
    font-size: 16px;
    height: 100%;
    line-height: 22px;
    margin: 0 auto;
    overflow-x: clip;
    padding: 0;
    width: 100%;
}
.page-wrapper {
        display: initial;
        min-height: auto;
}
 .page-layout-cms-full-width .product-div > .container,
 .cms-page-view.page-layout-designlayout1 #maincontent .product-div > .container,
 .cms-page-view.page-layout-cms-full-width #maincontent .product-div > .container {
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
/* need to refine pagebuilder-column */
.pagebuilder-column {
    box-sizing: border-box;
    align-items: center;
}
.pagebuilder-column-left {
    align-items: start;
}
.pagebuilder-column.topCol{
    display: flex;
    align-items: start;
}
.container {
    width: 100%;
    margin: 0 auto;
}
.container > .columns {
    clear: both;
}
.cms-container {
    margin: 0 auto;
    max-width: 1140px;
}

iframe {
    aspect-ratio: 9/16 ;
    width: 100%;
}
.main-row {
    margin: 10px auto;
    max-width: 1280px;
    min-height: 480px;
    padding: 40px 20px;
}
.main-row-lg {
    max-width: 1440px;
}
/*
.columns {
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
*/
.columns::after {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
/*
.columns .column.main {
    max-width: 100%;
    width: 100%;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
*/
.column-block {
    margin: 0;
    padding: 40px;
}
.main-column {
    padding: 20px;
    width: calc(25% - 20px);
}
img {
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}
img, object, video, embed {
    height: auto;
}
.main-img {
    margin: 0;
    padding: 0;
}
/* Get rid of code below after CMS Clean UP */
h1 {
    color: #000000;
    font-family: myriad-pro,sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    margin: 20px 0 10px 0;
    padding-bottom: 15px;
}
.main-h2 {
    font-weight: 700;
}
.large {
    font-size: 40px;
    line-height: 48px;
}
.lg-margin-bottom {
    margin-bottom: 50px;
}
.main-category-h2 {
    font-size: 24px;
    font-weight: 400;
}
.h3-bold {
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
}
.main-h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    margin: 20px 0 10px;
}
.main-subtext {
    font-size: 18px;
    line-height: 25px;
}
.subtext-medium {
    font-size: 28px;
    line-height: 26px;
}
.main-p {
    font-size: 20px;
    line-height: 28px;
}
.main-link {
    font-size: 18px;
    line-height: 36px;
}
.fs18 {
    font-size: 18px;
}
.fs19 {
    font-size: 19px;
}
.fs20 {
    font-size: 20px;
}
.fs22 {
    font-size: 22px;
}
.fs24 {
    font-size: 24px;
}
.fs26 {
    font-size: 26px;
}
.fs28 {
    font-size: 28px;
}
.fs30 {
    font-size: 30px;
}
.fs32 {
    font-size: 32px;
}
.fs34 {
    font-size: 34px;
}
.fs36 {
    font-size: 36px;
}
.fs37 {
    font-size: 37px;
}
.fs38 {
    font-size: 38px;
}
/* fs40 will replace large */
.fs40 {
    font-size: 40px;
}
.fs45 {
    font-size: 45px;
}
.fw4 {
    font-weight: 400;
}
.fw5 {
    font-weight: 500;
}
.fw6 {
    font-weight: 600;
}
.fw7 {
    font-weight: 700;
}
.lh125em {
    line-height: 1.25em;
}
.bold {
    font-weight: 700;
}
/* remove code above after CMS clean up */
.no-wrap {
    white-space: nowrap;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-black {
    color: #000;
}
.text-white {
    color: #fff;
}
a {
    color: #2B6E97;
    text-decoration: none;
    cursor: pointer;
}
a:visited {
    color: #1979c3;
}
.background-white {
    background-color: #fff;
}
/* buttons */
.button-main {
    text-align: center;
    padding: 20px 0;
}
.button-link {
    color: #307CAB;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
.blue-button a {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
    background: #307CAB;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
}
button,
button.primary {
    align-items: center;
    background: #4698CB none repeat scroll 0 0;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    height: 42px;
    justify-content: center;
    line-height: 1.25em;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;
}
button.secondary {
    align-items: center;
    background: #fff none repeat scroll 0 0;
    border: 2px solid #4698CB;
    border-radius: 5px;
    color: #4698CB;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    height: 42px;
    justify-content: center;
    line-height: 1.25em;
    padding: 0 10px;
    text-align: center;
    text-decoration: none;

}
.top-banner-button {
    margin: 30px 0 0 0;
    padding: 0;
}
.split-button {
    align-items: center;
    margin: 20px 0;
}
.dwnLoadBtn {
    padding: 15px 40px;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
    box-shadow: none;
    margin: 0 10px 10px 0;
}
/* button end */
.pagebuilder-mobile-hidden {
    display: none;
}
.pagebuilder-mobile-only {
    display: block;
}
.no-display {
    display: none;
}
/* USE BELOW WHEN REFERENCING INPUT TYPES */
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type*="date"],
input[type="email"],
input[type="text"] {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #aeadae;
    border-radius: 5px;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 16px;
    height: 42px;
    line-height: 1.25em;
    padding: 10px;
    vertical-align: baseline;
    width: 100%;
}
/* banner-row will replace top-banner-row */
.banner-row {
    min-height: 500px;
    margin: 0 auto;
    padding: 20px 0;
}
.top-banner-row {
    min-height: 500px;
    margin: 0 auto;
    padding: 20px auto;
}

.top-banner-column-block {
    background-color: rgba(255, 255, 255, 0.8);
    margin: 100 0 0;
    padding: 40px;
}
.text-block {
    margin: 0;
    padding: 5px 10px;
}
.gray-row {
    align-items: center;
    background-color: #e8e9e9;
    box-sizing: border-box;
    margin: -20px 0 0;
    min-height: 480px;
    padding: 20px 0;
    width: 100%;
}
.gray-row .pagebuilder-column-group {
    max-width: 1280px;
}
.form-row {
    padding: 20px 0;
}
.form-column-1 {
    background-color: rgba(255, 255, 255, 0.8);
}
.form-column-2 {
    background-color: #fff;
    padding: 40px 20px;
}
.form-column-1.text-box {
    margin: 0;
    padding: 0 0 20px;
}
.main-hbspt-form {
    display: contents;
    margin: 0;
    padding: 0;
    width: 100%;
}
.mid-page-banner {
   margin: 0 auto;
   max-width: 1280px;
}
.diversity-column {
    align-items: start;
}
.split-row {
    margin: 10px 10px 0;
    min-height: 480px;
    padding: 0;
}
.split-column {
    min-height: 580px;
}
.split-title {
    color: #fff;
}
/* split-p */
.custom-p {
    font-size: 19px;
    font-weight: 400;
    line-height: 140%;
}
.split-subtext {
    color: #fff;
    padding: 0 15px;
    text-align: center;
}
.chat {
    font-size: 80px;
    color: #4698CB;
    display: inline-block;
    line-height: 100%;
    text-shadow: 1px 1px 1px #ffffff;
}
.questions {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    background-color: #1D4F91;
}
.shop-now-row {
    margin: 50px auto 0;
    max-width: 1280px;
    min-height: 480px;
    padding: 30px 40px 0;
}
.shop-now-col {
   margin: 0 0 50px;
   padding: 20px;
}
/* added  to correct mobile display after 2.4.6 update: .pagebuilder-column-line {display: block !important;}  .pagebuilder-column { width: auto !important;}  NEED TO FURTHER RESEARCH WHY ONLY EFFECTING SPECIFIC PAGES*/
    /* page max 1023 */
@media (max-width: 1023px) {
    .pagebuilder-column-group {
        flex-wrap: wrap;
    }
    .pagebuilder-column-line {
		display: block !important;
    }
    .pagebuilder-column {
        background-attachment: scroll !important;
        flex-basis: 100%;
        max-width: 100%;
        width: auto !important;
    }
    .mobile-center {
    text-align: center;
    }
    .pagebuilder-mobile-hidden {
        display: none;
    }
    .pagebuilder-mobile-only {
        display: block;
    }
    .mobile-hidden {
        display: none;
    }
    .mobile-only {
        display: block;
    }
}
    /* page end 1023 */
/* MAIN BODY END */
/* BREADCRUMBS */
.breadcrumbs {
    display: none;
}
/* BREADCRUMBS END */
/* #ASIDE/MODAL-POPUP */
/* Modal */
aside {
    display: block;
}
.modal-slide,
.modal-popup {
    bottom: 0;
    left: 0;
    min-width: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: visibility 0s .3s, opacity .3s ease;
    transition: visibility 0s .3s, opacity .3s ease;
    visibility: hidden;
    z-index: 999;
}
.modal-slide._show,
.modal-popup._show {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    visibility: visible;
}
.modal-popup._inner-scroll {
    overflow-y: visible;
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    opacity: 1;
    pointer-events: auto;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-popup .modal-inner-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    left: 0;
    margin: 5rem auto;
    position: absolute;
    right: 0;
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    width: 75%;
}
.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto;
    overflow-y: visible;
}
.modal-popup.confirm .modal-inner-wrap {
    max-width: 74vw;
}
@media(min-width: 768px) {
    .modal-popup.confirm .modal-inner-wrap {
        max-width: 50vw;
    }
}
.modal-popup .modal-header {
    padding: 3rem 2.5rem 1rem;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
    background: none;
    position: absolute;
    right: 0;
    top: 15px;
}
.modal-slide .action-close {
    padding: 1rem 0;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
    color: #8f8f8f;
    content: '\e616';
    font-family: 'icons-blank-theme';
    font-size: 60px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 14px;
    vertical-align: top;
}
.modal-custom .action-close>span,
.modal-popup .action-close>span,
.modal-slide .action-close>span {
    height: 0;
    position: absolute;
    visibility: hidden;
    width: 0;
}
.modal-popup .modal-content {
    border: none;
    font-size: 16px;
    line-height: 1.25em;
    padding: 20px 0 40px 15px;
}
footer.modal-footer {
    display: flex;
    justify-content: flex-end;
    padding-inline: 5rem;
}
button.action-primary.action-accept {
    width: 10%;
}
@media(min-width: 1024px) {
    .modal-popup .modal-content {
        padding: 20px 0 40px 40px;
    }
}
.modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    padding: 16px;
    text-align: right;
}
.modals-overlay {
    background-color: rgba(51, 51, 51, 0.55);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.block-authentication .block[class] {
    margin: 0;
}
.block-authentication .block-title {
    border-bottom: 0;
    font-size: 1.8rem;
    margin-bottom: 25px;
}
.block-authentication .block-title strong {
    font-weight: 300;
}
.block-authentication .block[class] ul {
    list-style: none;
    padding-left: 10px;
}
.block-authentication .block[class]+.block {
    border-top: 1px solid #c1c1c1;
    margin-top: 40px;
    padding-top: 40px;
    position: relative;
}
.block-authentication .block[class] {
    margin: 0;
}
.block-authentication .block[class]+.block::before {
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 50%;
    box-sizing: border-box;
    color: #c1c1c1;
    content: attr(data-label);
    display: inline-block;
    height: 36px;
    left: 50%;
    letter-spacing: normal;
    line-height: 34px;
    margin: -19px 0 0 -18px;
    min-width: 36px;
    padding: 0 0.2rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
}
.block-authentication .block-title {
    border-bottom: 0;
    font-size: 1.8rem;
    margin-bottom: 25px;
}
.block-authentication .block-title strong {
    font-weight: 300;
}
fieldset {
    border: none;
}
.fieldset>.field>.label, .fieldset>.fields>.field>.label {
    display: inline-block;
    margin: 0 0 8px;
}
.block-authentication .block[class] .field .control, .block-authentication .block[class] .field .label {
    float: none;
    width: auto;
}
.fieldset>.field.required>.label::after, .fieldset>.fields>.field.required>.label::after, .fieldset>.field._required>.label::after, .fieldset>.fields>.field._required>.label::after {
    color: #e02b27;
    content: '*';
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}
.block-authentication .block[class] .field .control, .block-authentication .block[class] .field .label {
    float: none;
    width: auto;
}
.field.password .control {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.block-authentication .actions-toolbar {
    margin-bottom: 5px;
}
.block-authentication .actions-toolbar>.secondary {
    padding-top: 25px;
    text-align: left;
}
/* loader */
.load.indicator {
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute
}
.load.indicator:before {
    background: transparent url('../images/loader-2.gif') no-repeat 50% 50%;
    border-radius: 5px;
    height: 160px;
    width: 160px;
    bottom: 0;
    box-sizing: border-box;
    content: '';
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}
.load.indicator>span {
    display: none
}
.loading-mask {
    background: rgba(255,255,255,0.5);
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
}
.loading-mask .loader>img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100
}
.loading-mask .loader>p {
    display: none
}
body>.loading-mask {
    z-index: 9999
}
._block-content-loading {
    position: relative
}
[data-role='main-css-loader'] {
    display: none
}
/* end loader */
/* messages */
.error,
.mage-error,
.admin__field-error {
    color: #DA291C;
    font-size: 16px;
    font-weight: bold;
}
.message-error {
    background: #fbe9e9;
    border-color: #ef9593;
    box-shadow: 0 0 3px 1px #ef9593;
    color: #e02b27;
    font-size: 18px;
    margin: 20px 0;
    padding: 5px 15px;
}
.message-error>*:first-child:before,
.admin__field-error>*:first-child:before {
    aspect-ratio: 1;
    background-color: #e02b27;
    border-radius: 50%;
    color: #fbe9e9;
    content: '\e616';
    font-family: 'icons-blank-theme';
    font-size: 22px;
    margin-right: 10px;
    vertical-align: middle;
}
.message-success {
    background: #e5efe5;
    border: 1px solid #7fb17f;
    box-shadow: 0 0 3px 1px #7fb17f;
    color: #006400;
    font-size: 18px;
    margin: 20px 0;
    padding: 5px 15px;
}
.message-success>*:first-child:before {
    aspect-ratio: 1;
    background-color: #006400;
    border-radius: 50%;
    color: #e5efe5;
    content: '\e610';
    font-family: 'icons-blank-theme';
    font-size: 22px;
    margin-right: 10px;
    vertical-align: middle;
}
.message-notice {
    background: #fffbe5;
    border: 1px solid #ffeb7f;
    box-shadow: 0 0 3px 1px #ffeb7f;
    color: #b29600;
    font-size: 18px;
    margin: 20px 0;
    padding: 5px 15px;
}
.message.notice>*:first-child:before {
    color: #b29600;
    content: '\e602';
    font-size: 22px;
    font-family: 'icons-blank-theme';
    margin-right: 10px;
    vertical-align: middle;
}
/* end messages */
