* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:root {
    --uxbodytext: "Nunito", sans-serif;
    --uxtext: "Nunito", sans-serif;
    --uxtransition: all 235ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
    --uxtransitionout: all 135ms 0ms cubic-bezier(0.4, 0, 0.2, 1);
    --uxtextshadow: 0px 1px 3px rgba(0,0,0,0.15);
    --uxshadow: 0px 2px 1px -1px rgb(0 0 0 / 20%), 0px 1px 1px 0px rgb(0 0 0 / 14%), 0px 1px 3px 0px rgb(0 0 0 / 12%);
    --uxshadowhover: 0 1px 3px 1px rgb(66 66 66 / 20%), 0 2px 8px 4px rgb(66 66 66 / 10%);
    --uxradius: 4px;
    --uxblue: #25739e;
    --uxblueactive: #0C68B2;
    --uxbluefade: #E9F1F5;
    --uxblue1: #0C68B2;
    --uxblue2: #0C59B2;
    --uxblue3: #27739C;
    --uxbluetint: rgba(12,104,178,0.06);
    --uxred1: #CC3232;
    --uxred2: #CC3256;
    --uxred3: #CA0101;
    --uxredtint: rgba(204,50,50,0.06);
    --uxgreen: #368B8A;
    --uxgreenactive: #4C8887;
    --uxgreenfade: #79A6A5;
    --uxgreentint: #9ac5c4;
    --uxyellow: #fbd343;
    --uxyellowactive: #FEEF3A;
    --uxyellowfade: #FDE9AA;
    --uxgray: #909093;
    --uxgraydark: #595A5E;
    --uxgrayactive: #C7C7C9;
    --uxgrayfade: #DEDEDF;
    --uxgrayframe: #e6e6eb;
    --uxblack: #222328;
    --uxbgdark: #eff1f0;
    --uxwhite: #ffffff;
}

:root {
    --wavuifont: "Nunito", sans-serif;
    --n1000: #0B070B;
    --n900: #242024;
    --n800: #3C393C;
    --n700: #555255;
    --n600: #6D6A6D;
    --n500: #858385;
    --n400: #9D9C9D;
    --n300: #B6B5B6;
    --n200: #CCCCCC;
    --n100: #E7E7E7;
    --n50: #F3F2F3;
    --n0: #FFFFFF;
    --p1000: #7239EA;
    --p900: #814DED;
    --p800: #8E61EE;
    --p700: #9D75F1;
    --p600: #AA88F2;
    --p500: #B99CF5;
    --p400: #C7B0F7;
    --p300: #D5C4F9;
    --p200: #E3D7FB;
    --p100: #F1ECFD;
    --p50: #F8F5FE;
    --i1000: #009EF7;
    --i900: #1AA8F8;
    --i800: #33B1F9;
    --i700: #4DBCFA;
    --i600: #66C5FA;
    --i500: #80CFFB;
    --i400: #99D8FC;
    --i300: #B3E2FD;
    --i200: #CCECFD;
    --i100: #E6F6FF;
    --i50: #F2FAFE;
    --s1000: #00D9D9;
    --s900: #1ADDDD;
    --s800: #33E1E1;
    --s700: #4DE5E5;
    --s600: #66E8E8;
    --s500: #80ECEC;
    --s400: #99F0F0;
    --s300: #B3F4F4;
    --s200: #CCF7F7;
    --s100: #E6FCFC;
    --s50: #F2FDFD;
    --w1000: #FFC700;
    --w900: #FFCD1A;
    --w800: #FFD233;
    --w700: #FFD84D;
    --w600: #FFDD66;
    --w500: #FFE380;
    --w400: #FFE999;
    --w300: #FFEFB3;
    --w200: #fff4CC;
    --w100: #fffAE6;
    --w50: #fffCF2;
    --d1000: #F1416C;
    --d900: #F3547B;
    --d800: #F46789;
    --d700: #F67A99;
    --d600: #F78DA7;
    --d500: #F8A0B6;
    --d400: #F9B3C4;
    --d300: #FBC6D3;
    --d200: #FCD9E2;
    --d100: #FEECF1;
    --d50: #FEF5F7;
    --dp1: 0px 1px 2px rgba(16, 24, 40, 0.08);
    --dp2: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px -1px rgba(16, 24, 40, 0.1);
    --dp4: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.1);
    --dp6: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -4px rgba(16, 24, 40, 0.1);
    --dp12: 0px 25px 50px -12px rgba(16, 24, 40, 0.25);
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.fbControlError,
input:not([type="checkbox"]):not([type="radio"]).form-control.fbControlError,
select.form-cotrol.fbControlError,
textarea.form-control.fbControlError {
    border-color: rgb(193, 8, 65) !important;
    border-width: 1px !important;
}

.tooltip {
    z-index: 9999;
}

.btn-black {
    background-color: rgb(0, 0, 0) !important;
    border: 1px solid rgb(0, 0, 0) !important;
    color: rgb(255, 255, 255) !important;
}

.btn-white {
    background-color: rgb(255, 255, 255) !important;
    border: 1px solid rgb(0, 0, 0) !important;
    color: rgb(0, 0, 0) !important;
}

.tssLinkUnderlined {
    text-decoration: underline !important;
}

.tssLinkDarkBg {
    background-color: rgb(0, 0, 0) !important;
}

.tssFloatLeft {
    float: left !important;
    padding: 0px 10px 10px 0px !important;
}

.tssFloatRight {
    float: right !important;
    padding: 0px 0px 10px 10px !important;
}

.tssFullWidth {
    width: 100% !important;
    height: 100% !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.tssImageCircle {
    border-radius: 50% !important;
    max-width: 50vw !important;
    margin: 25px auto !important;
}

.tssImageRounded {
    border-radius: 25px !important;
}

.fr-toolbar.fr-desktop.fr-inline {
    max-width: 575px;
}

.fr-popup .fr-input-line {
    padding: 12px 0px;
    line-height: 20px;
}

.fr-dropdown-list li a i {
    line-height: 200% !important;
}

.icon-box h3 .fr-box p {
    margin: 0px;
}

.icon-box h3 .fr-box p {
    font-size: inherit;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
    color: rgb(0, 0, 0) !important;
}

.fr-modal .fr-modal-wrapper .fr-modal-title, .fr-modal .fr-modal-wrapper .fr-modal-head {
}

.fr-modal .fr-modal-wrapper .fr-scroller, .fr-modal .fr-modal-wrapper .fr-modal-body {
}

.fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-tags, .fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-tags {
    display: block !important;
}

    .fr-modal .fr-modal-wrapper .fr-modal-title .fr-modal-tags a, .fr-modal-head .fr-modal-tags a {
        opacity: 1 !important;
    }

a[data-cmd*="html"] {
    z-index: 9300 !important;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection, .fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection {
    vertical-align: bottom;
}

.fr-toolbar.fr-inline > .fr-command.fr-btn:not(.fr-hidden), .fr-toolbar.fr-inline > .fr-btn-wrap:not(.fr-hidden) {
    display: inline-flex;
    float: none;
    justify-content: center;
    align-items: center;
}

img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top;
}

    img.fr-dib.fr-fil {
        margin-left: 0px;
    }

    img.fr-dib.fr-fir {
        margin-right: 0px;
    }

img.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - 10px);
}

    img.fr-dii.fr-fil {
        float: left;
        margin: 5px 5px 5px 0px;
        max-width: calc(100% - 5px);
    }

    img.fr-dii.fr-fir {
        float: right;
        margin: 5px 0px 5px 5px;
        max-width: calc(100% - 5px);
    }

img.fr-rounded {
    border-radius: 100%;
    background-clip: padding-box;
}

img.fr-bordered {
    border: 10px solid rgb(204, 204, 204);
    box-sizing: content-box;
}

button.fr-rounded, input.fr-rounded, textarea.fr-rounded {
    border-radius: 10px;
    background-clip: padding-box;
}

img.fr-rounded {
    border-radius: 100%;
    background-clip: padding-box;
}

img.fr-bordered {
    border: 10px solid rgb(204, 204, 204);
    box-sizing: content-box;
}

.fr-video {
    text-align: center;
    position: relative;
    line-height: 1.5;
}

    .fr-video > * {
        box-sizing: content-box;
        max-width: 100%;
        border: none;
    }

    .fr-video.fr-dvb {
        display: block;
        clear: both;
    }

        .fr-video.fr-dvb.fr-fvl {
            text-align: left;
        }

        .fr-video.fr-dvb.fr-fvr {
            text-align: right;
        }

    .fr-video.fr-dvi {
        display: block;
    }

        .fr-video.fr-dvi.fr-fvl {
            float: left;
        }

        .fr-video.fr-dvi.fr-fvr {
            float: right;
        }

@media (max-width: 767px) {
    .fr-video > iframe {
        min-height: 300px;
        height: auto !important;
    }
}

.fr-view blockquote {
    border-left: 5px solid rgb(238, 238, 238) !important;
    color: inherit !important;
}

button.fr-large, input.fr-large, textarea.fr-large {
    font-size: 24px;
}

img.fr-dib {
    margin: 5px auto;
    display: block;
    float: none;
    vertical-align: top;
}

    img.fr-dib.fr-fil {
        margin-left: 0px;
    }

    img.fr-dib.fr-fir {
        margin-right: 0px;
    }

img.fr-dii {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - 10px);
}

    img.fr-dii.fr-fil {
        float: left;
        margin: 5px 5px 5px 0px;
        max-width: calc(100% - 5px);
    }

    img.fr-dii.fr-fir {
        float: right;
        margin: 5px 0px 5px 5px;
        max-width: calc(100% - 5px);
    }

img.fr-rounded {
    border-radius: 100%;
    background-clip: padding-box;
}

img.fr-bordered {
    border: 10px solid rgb(204, 204, 204);
    box-sizing: content-box;
}

.widget_nav_menu ul li a::before {
    background: none;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0px, 0px);
}

.widget_nav_menu ul li.dashboard a:before {
    content: "\f0e4";
}

.widget_nav_menu ul li.comments a:before {
    content: "\f086";
}

.widget_nav_menu ul li.bar-chart a:before {
    content: "\f080";
}

.widget_nav_menu ul li.bolt a:before {
    content: "\f0e7";
}

.widget_nav_menu ul li.file-text a:before {
    content: "\f15c";
}

.widget_nav_menu ul li.video-camera a:before {
    content: "\f03d";
}

.widget_nav_menu ul li.map-marker a:before {
    content: "\f041";
}

.widget_nav_menu ul li.user a:before {
    content: "\f007";
}

.videodiv {
    top: 20%;
    left: 50%;
    width: 750px;
    position: fixed;
    z-index: 110;
    background: rgb(229, 233, 236);
    border: 2px solid rgb(0, 0, 0);
    padding: 0px;
    margin-left: -375px;
    display: none;
}

    .videodiv iframe {
        width: 100%;
        height: 420px;
        border: 0px;
    }

.videoclose {
    display: inline-block;
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    text-decoration: none;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    right: -15px;
    top: -15px;
    text-align: center;
    line-height: 30px;
    border: 2px solid rgb(255, 255, 255);
    z-index: 1;
}

    .videoclose:hover {
        background: rgb(231, 108, 19);
    }

.fbTraining {
    color: rgb(0, 0, 0) !important;
}

.fbTrainingBlue {
    background-color: rgb(187, 208, 236) !important;
}

.fbTrainingYellow {
    background-color: rgb(255, 251, 199) !important;
}

.fbTrainingRed {
    background-color: rgb(236, 187, 187) !important;
}

.fbTrainingOrange {
    background-color: rgb(237, 213, 183) !important;
}

.jquery-notific8-heading {
    color: rgb(255, 255, 255) !important;
}

.notific8-heading, .notific8-message, .notific8-close sticky {
    color: rgb(255, 255, 255) !important;
}

.notific8-heading {
    font-size: 16px !important;
    font-weight: 300 !important;
    text-align: left !important;
}

.notific8-message {
    font-size: 13px !important;
    text-align: left !important;
}

.toast.toast-info > .toast-message {
    font-size: 16px;
}

.toast-bottom-right {
    right: 13px;
    bottom: 24px;
}

#toast-container > div {
    width: 350px;
}

.toast-message .title {
    font-size: 15px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    margin-bottom: 8px;
}

.toast-message p {
    font-size: 13px;
    color: rgb(255, 255, 255);
    margin-bottom: 8px;
}

.toast-message .btn {
    background-color: rgb(255, 255, 255);
    color: rgb(47, 150, 180);
    margin-right: 5px;
}

.minicolors-swatch {
    border: 1px solid rgb(204, 204, 204) !important;
}

.tssFormRow {
    margin-bottom: 10px;
}

.tssFormName {
    text-align: left;
}

@media (max-width: 767px) {
    .tssFormName {
        text-align: left;
    }
}

.tssFormControlText {
    margin-left: 5px;
    margin-right: 20px;
}

.tssFormValue {
    min-height: 34px;
    margin: auto 0px;
}

    .tssFormValue input[type="checkbox"] {
        margin-top: 13px;
        width: auto;
        display: inline;
    }

    .tssFormValue input[type="radio"] {
        margin-top: 13px;
        width: auto;
        display: inline;
    }

    .tssFormValue span.checkbox-radio {
        display: inline;
        margin-left: 5px;
    }

.tssFormRow {
    font-weight: 500;
}

.form-group.tssFormGroup.fbCheckBox {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin-top: 16px;
}

.fbCheckBox label.tssFormName {
    order: 2;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.fbCheckBox div.tssFormValue {
    order: 1;
    width: fit-content;
    height: auto;
    min-height: unset;
}

.tssCampaignContent p {
    padding-bottom: 0px;
}

.filter-active-title {
    display: none;
}

img.lazy {
    height: 220px;
    display: block;
}

.fbDotted:hover .fbEditModule, .fbDotted:hover .fbModuleTools, .fbDotted:hover .fbDragModule, .fbDotted:hover .fbModuleTools button {
    opacity: 1 !important;
    transition: var(--uxtransition) !important;
}

.fbDotted:hover .fbDotted:not(:hover) .fbEditModule, .fbDotted:hover .fbDotted:not(:hover) .fbModuleTools, .fbDotted:hover .fbDotted:not(:hover) .fbDragModule, .fbDotted:hover .fbDotted:not(:hover) .fbModuleTools button {
    opacity: 0 !important;
}

.fbEditModule {
    cursor: pointer;
    box-shadow: rgba(32, 33, 36, 0.15) 0px -3px 8px -1px !important;
}

.fbEditModule, .fbDragModule, .fbModuleTools button > i {
    transition: var(--uxtransition) !important;
}

.fbImage .fbEditImage > i {
    font-size: 9px;
    color: rgb(255, 255, 255) !important;
}

.fbDotted:hover .fbEditModule:hover, .fbDragModule:hover {
    color: rgb(219, 238, 244) !important;
    transition: var(--uxtransition) !important;
}

.fbDotted:hover .fbDotted:hover .fbDragModule:hover, .fbDotted:hover .fbDotted:hover .fbModuleTools button:hover > i {
    color: rgb(204, 247, 240) !important;
    transition: var(--uxtransition) !important;
}

.fbModuleTools > .fbEditModule i {
    font-size: 10px !important;
}

.portfolio-image:hover .fbEditImage {
    display: flex !important;
}

.portfolio-image:hover .fbEditImage, .posts__thumb:hover .fbEditImage, .post-image:hover .fbEditImage, .post-thumb:hover .fbEditImage {
    display: flex !important;
}

body#bBody.tssEditMode .post-image .fbImage {
    width: 100%;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .btn-default.focus {
    border: none !important;
}

.btn-group-vertical .btn {
    margin-bottom: 0px;
}

.fbModuleTools {
    right: 1px;
    display: block;
    font-size: 14px;
    position: absolute !important;
    text-align: right !important;
    z-index: 9421 !important;
}

    .fbModuleTools button i, .fbModuleTools button i::before {
        font-size: 10px;
        font-weight: 600;
        text-align: center;
        letter-spacing: 0px;
        color: rgb(255, 255, 255) !important;
        line-height: 10px !important;
    }

    .fbModuleTools button:hover i {
        color: rgb(255, 255, 255) !important;
    }

    .fbModuleTools .dropdown-menu a.help {
        color: var(--uxred3) !important;
    }

    .fbModuleTools .dropdown-menu {
        top: 8px;
        right: 10px;
        border-radius: 2px;
        box-shadow: var(--uxshadowhover);
        padding: 0px;
        border: 0px solid var(--uxgreentint) !important;
        z-index: 9408 !important;
    }

    .fbModuleTools .btn-group .btn {
        min-height: unset !important;
    }

    .fbModuleTools button.dropdown-toggle::after {
        display: none;
    }

    .fbModuleTools .dropdown-menu a {
        display: block;
        clear: both;
        font-weight: normal;
        line-height: 1.42857;
        padding: 6px 8px;
        white-space: nowrap;
        color: var(--uxblack) !important;
        font-family: var(--uxtext) !important;
    }

    .fbModuleTools .dropdown-menu > li > a:hover, .fbModuleTools .dropdown-menu > li > a:focus {
        background-color: var(--uxbluetint);
    }

    .fbModuleTools .dropdown-menu li:first-child a {
        border-radius: 2px 2px 0px 0px;
    }

    .fbModuleTools .dropdown-menu li:last-child a {
        border-radius: 0px 0px 2px 2px;
    }

@media (max-width: 767px) {
    section iframe:not(.fb_customer_chat_bounce_in_v2) {
        width: 100% !important;
    }
}

.RadUploadProgressArea {
    width: 450px !important;
}

.modalWAVProcessingClass {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100001;
    display: flex;
}

    .modalWAVProcessingClass div {
        margin: auto;
        width: 50px;
        height: 50px;
        background-color: rgb(255, 255, 255);
        text-align: center;
        padding: 0px;
        box-shadow: rgba(32, 33, 36, 0.24) 0px 0px 8px 0px;
        border-radius: 50% !important;
    }

    .modalWAVProcessingClass img {
        border-radius: inherit !important;
    }

    .modalWAVProcessingClass p {
        font-size: 12pt;
        color: rgb(0, 0, 0);
        margin: 15px 0px 0px;
    }

.modalProcessingClass {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10263238;
}

    .modalProcessingClass div {
        margin: 250px auto 0px;
        width: 200px;
        background-color: rgb(255, 255, 255);
        text-align: center;
        padding: 20px;
        border-radius: 14px !important;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px, rgba(0, 0, 0, 0.15) 0px 3px 10px 0px !important;
    }

    .modalProcessingClass p {
        font-size: 12pt;
        color: rgb(0, 0, 0);
        margin: 15px 0px 0px;
    }

.bs-wizard {
    margin-top: 40px;
}

.bs-wizard {
    border-bottom: 1px solid rgb(224, 224, 224);
    padding: 0px 0px 10px;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0px;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: rgb(89, 89, 89);
            font-size: 16px;
            margin-bottom: 5px;
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-info {
            color: rgb(153, 153, 153);
            font-size: 16px;
        }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: rgb(26, 48, 91);
            top: 45px;
            left: 50%;
            margin-top: -15px;
            margin-left: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot::after {
                content: " ";
                width: 14px;
                height: 14px;
                background: rgb(126, 33, 49);
                border-radius: 50px;
                position: absolute;
                top: 8px;
                left: 8px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 20px 0px;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: rgb(245, 245, 245);
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            background: rgb(26, 48, 91);
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            background: rgb(126, 33, 49);
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: rgb(245, 245, 245);
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot::after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            left: 50%;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }

.StripeElement {
    min-height: 35px;
    background-color: white;
    padding: 4px 12px;
    border: 1px solid var(--n100);
    transition: box-shadow 150ms ease 0s;
    border-radius: var(--interfacecorners);
    font-family: var(--interfacefont);
}

.StripeElement--focus {
    box-shadow: rgb(207, 215, 223) 0px 1px 3px 0px;
}

.StripeElement--invalid {
    border-color: var(--uxred3);
}

.StripeElement--webkit-autofill {
    background-color: rgb(254, 253, 229) !important;
}

.tssForumMessage .col-md-12 {
    padding: 5px 10px 10px;
}

.tssForumMessage.altRow {
    background-color: rgb(246, 248, 248);
}

.tssForumMessage.level1 {
    margin-left: 20px;
}

.tssForumMessage.level2 {
    margin-left: 40px;
}

.tssForumMessage.level3 {
    margin-left: 60px;
}

.tssForumMessage p {
    margin-bottom: 0px;
}

.banner-text {
    white-space: normal !important;
    font-weight: unset !important;
    line-height: unset !important;
}

.instalink img, .instalink a img {
    max-height: 100% !important;
}

.video-js {
    padding-top: 56.25%;
}

.vjs-fullscreen {
    padding-top: 0px;
}

.vjs-watermark {
    position: absolute;
    display: inline;
    z-index: 1000;
}

.vjs-default-skin .vjs-control-bar {
    z-index: 2000;
    display: block !important;
}

.vjs-default-skin .vjs-menu {
    bottom: -1em;
}

.vjs-big-play-button {
    inset: 0px;
    margin: auto;
    display: none !important;
}

.fr-qi-helper a.fr-btn.fr-floating-btn {
    color: var(--i1000) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 0;
}

body.tssEditMode section {
    overflow: initial !important;
}

table.fr-dashed-borders td, .fr-view table.fr-dashed-borders th {
    border-style: dashed;
}

table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: rgb(245, 245, 245);
}

.fc-today {
    background-color: rgb(255, 255, 255) !important;
}

.fc-event, .fc-event:hover, .fc-event, .fc-event:hover, .fc-title, .fc-more {
    color: rgb(255, 255, 255) !important;
}

.tssSignature {
    border: 1px solid rgb(192, 192, 192);
    margin-right: 5px;
}

.destination {
    width: 100%;
    height: 0px;
    transition: all 0.2s ease 0s;
}

    .destination ::selection {
        background: transparent;
        color: rgb(204, 204, 204);
    }

.draghere span.fr-marker, .draghere > div {
    pointer-events: none;
}

.destination.draghere {
    height: 200px;
    padding: 50px;
    outline: rgb(204, 204, 204) dotted 1px;
    outline-offset: -1px;
    transition: all 0.2s ease 0s;
}

body#bBody.tssEditMode .body-inner .destination.draghere:not(.fbDottedShow):first-child:not(:only-child), body#bBody.tssEditMode .body-inner .destination.draghere.fbDottedShow:first-child:not(:only-child) {
    display: none;
}

.destination.draghere div {
    height: 100px;
    padding-top: 40px;
    font-size: 20px;
    text-align: center;
    color: rgb(204, 204, 204);
    transition: all 0.2s ease 0s;
}

#fbToolbarSwitchToEditor {
    position: fixed;
    top: 3px;
    left: 3px;
    display: block;
    z-index: 999999;
    font-weight: normal;
}

    #fbToolbarSwitchToEditor button.btn {
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(16, 24, 40, 0.1) 0px 2px 4px -2px;
        background: var(--n600) !important;
        color: rgb(231, 231, 231) !important;
        border: none !important;
        text-transform: none !important;
        margin-bottom: -2px !important;
        padding: 5px 10px !important;
        font-weight: 400 !important;
        font-family: var(--uxtext) !important;
        font-size: 14px !important;
        letter-spacing: 0.05em !important;
        border-radius: 0.25rem !important;
    }

        #fbToolbarSwitchToEditor button.btn i {
            margin-left: 5px;
        }

    #fbToolbarSwitchToEditor a.btn::before, #fbToolbarSwitchToEditor a.btn::after, #fbToolbarSwitchToEditor .btn::before, #fbToolbarSwitchToEditor .btn::after {
        background: none !important;
    }

    #fbToolbarSwitchToEditor .btn::after {
        display: none;
        background: none !important;
    }

    #fbToolbarSwitchToEditor a {
        font-family: var(--uxtext);
        font-style: normal;
        color: rgb(11, 7, 11) !important;
        font-size: 14px !important;
        letter-spacing: 0.25px !important;
    }

    #fbToolbarSwitchToEditor .dropdown-menu {
        min-width: 138px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(16, 24, 40, 0.1) 0px 2px 4px -2px;
        border: 0px solid rgb(255, 255, 255);
        width: 100%;
    }

        #fbToolbarSwitchToEditor .dropdown-menu .divider {
            margin: 6px 0px;
            border-top: 1px solid rgb(238, 238, 238);
        }

        #fbToolbarSwitchToEditor .dropdown-menu > li:not(.divider) {
            line-height: 1.25;
            padding: 0px;
            background-color: transparent;
            font-family: var(--uxtext);
            position: relative;
            font-style: normal;
        }

            #fbToolbarSwitchToEditor .dropdown-menu > li:not(.divider):hover {
                background-color: rgba(0, 0, 0, 0.024);
                color: #368B8A !important;
            }

                #fbToolbarSwitchToEditor .dropdown-menu > li:not(.divider):hover a {
                    color: #368B8A !important;
                }

        #fbToolbarSwitchToEditor .dropdown-menu > li > a {
            padding: 2px 10px;
            width: 100%;
            position: relative;
            display: block;
        }

.fbDragModule:active {
    cursor: -webkit-grabbing !important;
}

.fc-license-message {
    display: none;
}

.CodeMirror-code {
    font-size: 14px !important;
    font-weight: normal !important;
}

.fbDotted {
    position: relative;
    border-radius: 3px;
    min-height: 50px;
    padding: 0px;
    margin: 0px;
    border: 1.5px solid rgba(60, 74, 77, 0) !important;
    outline: none !important;
    transition: var(--uxtransition) !important;
}

    .fbDotted .fbDotted {
        padding: 0px;
        margin: 2px 0px !important;
        transition: var(--uxtransition) !important;
    }

    .fbDotted:hover, .fbDotted.wavSettingsOpen {
        box-shadow: rgba(32, 33, 36, 0.24) 0px 0px 8px 0px;
        background: inherit;
        margin: 0px;
        border-radius: 3px;
        outline: none !important;
        border: 1.5px var(--uxblue1) solid !important;
        outline-offset: 0px !important;
        transition: var(--uxtransition) !important;
    }

        .fbDotted:hover .fbDotted {
            border-radius: 3px;
            box-shadow: none;
            outline: none !important;
            border: 1.5px var(--uxgreentint) solid !important;
            transition: var(--uxtransition) !important;
        }

            .fbDotted:hover .fbDotted:hover, .fbDotted .fbDotted.wavSettingsOpen {
                border-radius: 3px;
                outline: none !important;
                border: 1.5px var(--uxgreen) solid !important;
                transition: var(--uxtransition) !important;
                margin: 2px 0px !important;
                box-shadow: rgba(32, 33, 36, 0.22) 0px 0px 6px 0px !important;
            }

.fbDragModule {
    top: 4px;
    right: unset;
    left: 0px;
    line-height: 18px;
    height: calc(100% - 8px);
    cursor: -webkit-grab !important;
    position: absolute !important;
    width: 18px !important;
    padding: 0px 2px 0px 0px !important;
    margin-right: -14px !important;
    margin-bottom: 0px !important;
    border-radius: 0px 3px 3px 0px !important;
    font-size: 16px !important;
    background: var(--uxblue1) !important;
    border: none !important;
    color: rgb(255, 255, 255) !important;
    z-index: 9409 !important;
    outline: none !important;
    display: block !important;
    opacity: 0 !important;
    transition: var(--uxtransition) !important;
}

.fr-inline {
    z-index: 9406 !important;
}

.fr-toolbar {
    z-index: 9410 !important;
}

.fbDragModule:hover {
    border: none !important;
    background: var(--uxblue1) !important;
    transition: var(--uxtransition) !important;
}

.fbDotted:hover .fbDotted:hover .fbDragModule {
    background: var(--uxgreentint) !important;
    transition: var(--uxtransition) !important;
}

.fbDotted:hover .fbDotted .fr-view {
    overflow-wrap: break-word;
}

.fbDotted .fbModuleTools > .fbEditModule {
    right: 60px;
    top: -30px;
    padding: 3px 11px 3px 14px;
    opacity: 0;
    border-radius: 4px 4px 0px 0px;
    text-align: left;
    z-index: 9407 !important;
    position: absolute !important;
    width: 120px !important;
    line-height: 24px !important;
    background: var(--uxblue1) !important;
    border: none !important;
    color: rgb(255, 255, 255) !important;
    font-size: 12px !important;
    text-decoration: none !important;
    transition: var(--uxtransition) !important;
    font-family: var(--uxtext) !important;
}

div.fbModuleTools a {
    font-family: var(--uxtext) !important;
}

.fbDotted .fbModuleTools button {
    font-weight: 500;
    display: flex;
    right: 1px;
    opacity: 0;
    top: 1px;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    letter-spacing: 0px;
    padding: 0px !important;
    font-size: 10px !important;
    line-height: 1 !important;
    border-radius: 50% !important;
    height: 18px !important;
    width: 18px !important;
    background: var(--uxgreentint) !important;
    color: rgb(255, 255, 255) !important;
    border: none !important;
    transition: var(--uxtransition) !important;
    outline: none !important;
}

.fbDotted:hover .fbDotted:hover .fbModuleTools button, .fbDotted:hover > .fbModuleTools button {
    box-shadow: rgba(66, 66, 66, 0.15) 0px 1px 3px 1px, rgba(66, 66, 66, 0.1) 0px 2px 8px 4px;
    background: var(--uxgreen) !important;
    transition: var(--uxtransition) !important;
}

#header, header {
    z-index: 9407 !important;
}

body#bBody:not(.tssEditMode) header#header {
    z-index: 9902 !important;
}

body#bBody:not(.tssEditMode).modal-open header#header, body#bBody:not(.tssEditMode).modal-open #topbar {
    z-index: 1 !important;
}

body#bBody.tssEditMode #header.header-sticky {
    z-index: 9419 !important;
}

body#bBody.tssEditMode #header.header-sticky {
    z-index: 9419 !important;
}

.fbDotted .fbDotted .fbDragModule {
    left: unset;
    position: absolute !important;
    top: 2% !important;
    right: -5px !important;
    width: 18px !important;
    padding: 0px !important;
    margin-right: -14px !important;
    border-radius: 0px 3px 3px 0px !important;
    font-size: 16px !important;
    line-height: 1 !important;
    height: 96% !important;
    background: var(--uxgreentint) !important;
    border: none !important;
    color: rgb(255, 255, 255) !important;
    z-index: 9406 !important;
    outline: none !important;
    transition: var(--uxtransition) !important;
}

.fbDotted:hover .fbDotted:hover .fbDragModule {
    background: var(--uxgreen) !important;
    transition: var(--uxtransition) !important;
    box-shadow: var(--uxshadow) !important;
}

.fbModuleTools button:hover {
    border: none !important;
}

.fbDottedShow {
    min-height: 70px;
    background: rgb(193, 219, 230);
    border: 2px var(--uxblue1) solid;
    outline-offset: -2px;
    border-radius: 5px;
    margin-top: 4px;
    margin-bottom: 4px;
    transition: all 0.2s ease 0s;
    outline: none !important;
}

.logo:hover div.fbEditImage {
    background-color: var(--uxgreenactive) !important;
}

.fbImage .fbEditImage:hover {
    box-shadow: rgba(32, 33, 36, 0.28) 1px 0px 6px 0px !important;
    transition: var(--uxtransition) !important;
}

div#fbTourMyPages > div.btn-group > button.btn-default, .fbImage .fbEditImage {
    font-weight: 500;
    display: none;
    right: 1px;
    top: 1px;
    place-content: center;
    align-items: center;
    letter-spacing: 0px;
    padding: 0px !important;
    font-size: 8px !important;
    line-height: 1 !important;
    border-radius: 50% !important;
    height: 18px !important;
    width: 18px !important;
    background: var(--uxgreentint) !important;
    color: rgb(255, 255, 255) !important;
    border: none !important;
    transition: var(--uxtransition) !important;
    box-shadow: rgba(32, 33, 36, 0.28) 1px 0px 6px 0px !important;
}

div#fbTourMyPages > div.btn-group > button.btn-default {
    display: flex;
}

    div#fbTourMyPages > div.btn-group > button.btn-default:hover, .fbImage .fbEditImage:hover {
        background-color: var(--uxgreenactive) !important;
    }

div#fbTourMyPages > div.btn-group:hover > button.btn-default, .fbImage .fbEditImage:hover {
    box-shadow: rgba(32, 33, 36, 0.28) 1px 0px 6px 0px !important;
    transition: all 0.2s ease 0s !important;
}

div.logo:hover > div.fbEditImage, #logo:hover .fbEditImage {
    display: flex !important;
}

div#fbTourMyPages > div.btn-group > ul.dropdown-menu.dropdown-menu-right {
    right: 18px !important;
    top: 14px !important;
}

.dropdown-menu-right {
    left: auto;
    right: 18px;
    top: 14px;
}

.fbDotted.existing-module:nth-child(2) > .fbModuleTools > .fbEditModule, .fbDotted.existing-module:nth-child(3) > .fbModuleTools > .fbEditModule, .fbDotted.existing-module:nth-child(4) > .fbModuleTools > .fbEditModule, header + script + div.destination + .fbDotted.existing-module > .fbModuleTools > .fbEditModule {
    top: -1px;
    border-radius: 0px 0px 4px 4px;
}

.fbDottedShow {
    min-height: 70px;
    background-color: var(--uxbluefade);
    border: 2px var(--uxblue1) solid;
    outline-offset: -2px;
    border-radius: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    transition: all 0.2s ease 0s;
    outline: none !important;
}

    .fbDottedShow::after {
        content: "Add Here (New Section)";
        font-family: var(--uxtext);
        font-weight: 400;
        height: 100%;
        width: 100%;
        display: flex;
        place-content: center;
        align-items: center;
        color: var(--uxblue1);
        font-size: 24px;
        pointer-events: none;
        transition: all 0.2s ease 0s;
        position: absolute;
        top: 0px;
    }

.destination.fbDottedShow.highlight {
    background-color: var(--uxblue1);
}

    .destination.fbDottedShow.highlight::after {
        color: rgb(255, 255, 255);
    }

.highlight {
    border: 4px var(--uxblue1) solid;
    transition: all 0.2s ease 0s;
    background-color: var(--uxblue1) !important;
}

.fbDottedShow.highlight[data-col="1"], .fbDottedShow.highlight[data-col="2"], .fbDottedShow.highlight[data-col="3"], .fbDottedShow.highlight[data-col="4"] {
    background-color: var(--uxgreenactive) !important;
    border-width: 4px !important;
}

.fbDottedShow[data-col="1"], .fbDottedShow[data-col="2"], .fbDottedShow[data-col="3"], .fbDottedShow[data-col="4"] {
    background-color: rgba(154, 219, 219, 0.25) !important;
    border: 2px var(--uxgreenactive) solid !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
}

    .fbDottedShow[data-col="1"]::after, .fbDottedShow[data-col="2"]::after, .fbDottedShow[data-col="3"]::after, .fbDottedShow[data-col="4"]::after {
        content: "Add Here";
        color: var(--uxgreenactive);
        font-size: 18px;
    }

.fbDottedShow.highlight[data-col="1"]::after, .fbDottedShow.highlight[data-col="2"]::after, .fbDottedShow.highlight[data-col="3"]::after, .fbDottedShow.highlight[data-col="4"]::after {
    color: rgb(255, 255, 255);
}

.destination.draghere.fbDottedShow div, .destination.draghere.fbDottedShow.highlight div {
    color: transparent;
    transition: all 0.2s ease 0s;
}

.minicolors-theme-bootstrap .minicolors-swatch {
    z-index: 2;
    top: 9px;
    left: 75px;
    width: 16px;
    height: 30px;
    cursor: pointer;
    border-radius: 0px 5px 5px 0px !important;
    border: none !important;
    transition: var(--uxtransition) !important;
    box-shadow: none !important;
}

section.wavoverlay {
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: multiply;
}

section.wavfullscreen {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    -webkit-box-align: center !important;
    align-items: center !important;
}

header#header ~ section.wavfullscreen:first-of-type {
    min-height: calc(100vh - 80px);
}

div#topbar ~ header#header ~ section.wavfullscreen:first-of-type {
    min-height: calc(100vh - 120px);
}

header#header.sticky-active ~ section.wavfullscreen:not(:first-of-type) {
    min-height: calc(100vh - 80px);
}

section.wavparallax, div.wavparallax, container.wavparallax {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 100%;
}

@media (max-width: 1024px) {
    section.wavparallax, div.wavparallax, container.wavparallax {
        background-attachment: scroll !important;
    }
}

body .white, h1 .white h2 .white, h3 .white, h4 .white, h5 .white, h6 .white, p .white, .smallp .white, hr .white {
    color: rgb(255, 255, 255);
    text-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px;
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0px);
    }
}

.toast-message {
    font-family: var(--uxtext);
    font-size: 18px;
    line-height: 1.25;
    text-transform: unset;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: rgb(255, 255, 255);
}

#toast-container > .toast-success {
    background-color: var(--uxgreen);
    background-image: none !important;
}

#toast-container {
    width: 350px;
}

    #toast-container > div {
        margin: 0px;
        padding: 12px 15px 15px 20px;
        border-radius: 4px;
        background-position: 15px center;
        background-repeat: no-repeat;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px 0px;
        color: rgb(255, 255, 255);
        opacity: 0.9;
        transition: var(--uxtransition);
    }

    #toast-container > :hover {
        box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 8px 0px;
        opacity: 1;
        cursor: pointer;
    }

    #toast-container > .toast-warning {
        background-position-x:;
        background-position-y:;
        background-size:;
        background-repeat-x:;
        background-repeat-y:;
        background-attachment:;
        background-origin:;
        background-clip:;
        background-color:;
        color: rgb(0, 0, 0);
        background-image: none !important;
    }

    #toast-container > .toast-info {
        background-position-x:;
        background-position-y:;
        background-size:;
        background-repeat-x:;
        background-repeat-y:;
        background-attachment:;
        background-origin:;
        background-clip:;
        background-color:;
        background-image: none !important;
    }

div#toast-container.toast-top-right {
    width: 210px;
}

    div#toast-container.toast-top-right > div {
        width: 210px;
    }

.fr-popup .fr-checkbox-line label {
    cursor: pointer;
    margin: 0px 5px;
    font-family: var(--uxtext);
    vertical-align: text-bottom;
    color: var(--n1000) !important;
    font-weight: 500;
    line-height: 1;
}

.fr-popup .fr-input-line input[type="text"], .fr-popup .fr-input-line textarea {
    font-family: "Open Sans";
    font-style: normal;
    letter-spacing: 0px;
    line-height: 2;
    font-weight: 300;
    color: rgb(0, 0, 0);
    padding: 14px 8px 8px 8px !important;
}

.fr-popup .fr-checkbox {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 1;
    box-sizing: content-box;
    margin-top: -8px;
    padding-left: 5px;
    vertical-align: middle;
}

    .fr-popup .fr-checkbox input:checked + span {
        background-color: var(--i1000);
        border-color: var(--i1000);
    }

.fr-popup .fr-input-line input.fr-not-empty + label, .fr-popup .fr-input-line textarea.fr-not-empty + label {
    color: gray;
    font-family: var(--uxtext);
    font-weight: 300;
    letter-spacing: 0px;
    font-style: normal;
    text-decoration: none !important;
}

.fr-popup .fr-action-buttons button.fr-command, .btn.btn-froala {
    font-family: var(--uxtext);
    border-radius: 25px;
    font-weight: 500;
    color: var(--n0) !important;
    background-color: var(--i1000) !important;
    border-radius: var(--uxradius) !important;
    margin-left: 8px;
}

    .fr-popup .fr-action-buttons button.fr-command:hover, .fr-popup .fr-action-buttons button.fr-command:focus, .btn.btn-froala:hover, .btn.btn-froala:focus {
        background-color: var(--i800) !important;
    }

div#tssTourEditBanners {
    display: block !important;
}

    div#tssTourEditBanners button.btn.btn-default.btn-lg.dropdown-toggle {
        letter-spacing: 0px !important;
    }

.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch {
    padding: 0px;
    height: 40px;
    width: 40px;
    justify-content: center;
    align-items: center;
    opacity: 0.5;
    top: unset;
    bottom: 0px;
    display: flex;
    border-radius: 3px;
    z-index: 10000 !important;
}

.froalaPopUpButton {
    background: transparent;
    color: #333333;
    -moz-outline: 0;
    outline: none;
    border: 0;
    line-height: 1;
    cursor: pointer;
    text-align: left;
    margin: 4px 2px;
    padding: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 2;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    height: 40px;
}

.fa-microchip-ai {
    background: -webkit-linear-gradient(var(--i1000), var(--d1000));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch:hover {
    opacity: 1;
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
    font-size: 20px;
    line-height: 1;
    pointer-events: none !important;
}

.fa-code::before {
    pointer-events: none !important;
}

@media (max-width: 479px) {
    .shop-cart .cart-product-thumbnail img {
        max-width: 50px !important;
    }

    tr.cart_item + tr:not(.cart-_item) {
        white-space: normal;
        max-width: 100vw !important;
    }

    .shop-cart .col-md-4.col-md-offset-8.text-right, .shop-cart .col-md-4.offset-8.text-right {
        padding: 20px;
        max-width: 80vw;
        margin: auto;
        text-align: center !important;
    }

        .shop-cart .col-md-4.col-md-offset-8.text-right input, .shop-cart .col-md-4.col-md-offset-8.text-right a, .shop-cart .col-md-4.offset-8.text-right input {
            margin: 10px auto !important;
        }

    td.cart-product-name {
        white-space: normal !important;
    }
}

.fbCheckout p {
    margin-bottom: 10px;
}

.fbCheckout .btn {
    margin: 5px 0px !important;
}

    .fbCheckout .btn.btn-sm {
        font-size: 14px;
        margin: 0px !important;
        padding: 5px 12px !important;
    }

.fbCheckout .table {
    margin-bottom: 10px;
}

.fbCartSummaryAndItems > .list-group-item:first-child {
    border-radius: 0px;
}

.fbCheckout .table-responsive {
    overflow-x: hidden;
}

.fbCheckout .smallText {
    font-size: 11px;
    line-height: 13px;
}

.fbCheckout .fbTitle.active, .fbTitle.active:hover, .fbTitle.active:focus {
    background-color: var(--n1000);
    border-color: var(--in000);
}

.fbCheckout .fbTitle.inactive, .fbTitle.inactive:hover, .fbTitle.inactive:focus {
    background-color: rgb(229, 229, 229);
    border-color: rgb(229, 229, 229);
}

.fbCheckout .fbTitle .fbLink {
    margin-top: 7px;
}

.fbCheckout .fbTitle.active .fbLink a {
    color: rgb(255, 255, 255);
    font-size: 16px;
}

.fbCheckout .fbTitle.inactive .fbLink a {
    color: rgb(51, 122, 183);
    font-size: 16px;
}

.fbCheckout .fbRadioButton label {
    display: inline;
    margin-left: 5px;
}

.fbCheckout .fbShippingMessage {
    padding-bottom: 5px;
    font-size: 13px;
}

.fbCheckout :not(i):not(.btn) {
    font-family: var(--bodyfont);
    font-style: normal;
}

.fbTitle.active .list-group-item-heading {
    color: rgb(255, 255, 255) !important;
}

.fbCheckout .fbCart .fbSummary .fbTotal {
    margin-top: 10px;
    font-weight: 500;
}

.fbCheckout .fbCartItem img {
    width: 100%;
}

.fbTipAmountEntry {
    text-align: center;
}

.fbCheckout .fbCheckoutStep1 .fbTiming {
    color: rgb(128, 128, 128);
}

.fbCheckout .fbCheckoutStep2 .fbReadyWhen, .fbCheckout .fbCheckoutStep2 .fbReadyPicked {
    font-weight: 500;
    margin-bottom: 10px;
}

.fbCheckout .fbCheckoutStep2 .fbPickupInstructions, .fbCheckout .fbCheckoutStep2 .fbDeliveryInstructions {
    margin-top: 20px;
}

    .fbCheckout .fbCheckoutStep2 .fbPickupInstructions p, .fbCheckout .fbCheckoutStep2 .fbDeliveryInstructions p {
        line-height: 1.5 !important;
    }

.fbCheckout .fbCheckoutStep3 .fbPromoCodeRow {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fbCheckout .fbCheckoutStep3 .fbPromoCodeEntry, .fbCheckout .fbCheckoutStep3 .fbGiftCardEntry {
    padding-bottom: 20px;
}

.fbCheckout .fbCheckoutStep3 .fbTextMessages {
}

    .fbCheckout .fbCheckoutStep3 .fbTextMessages span {
        font-size: 16px;
        color: rgb(128, 128, 128);
    }

.square-control {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid rgb(217, 217, 217);
    border-radius: 15px;
    box-sizing: border-box;
    margin: 0px;
    box-shadow: none;
    height: 34px;
    line-height: 1.33333;
    font-size: 16px;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    background-image: none;
}

.table.noborders, .table.noborders thead, .table.noborders tr, .table.noborders td {
    border: none !important;
}

@media (max-width: 767px) {
    .col-md-4.text-left.sm-text-center.sm-center {
        text-align: center !important;
    }
}

#fbProductImages {
    min-height: 375px;
}

    #fbProductImages img, #fbProductImages video {
        max-width: 100%;
        height: auto;
    }

    #fbProductImages #fbThumbImages .item {
        margin: 5px 5px 0px 0px;
    }

    #fbProductImages #fbThumbImages {
        margin-top: 10px;
    }

        #fbProductImages #fbThumbImages .item {
            margin: 5px 5px 0px 0px;
        }

        #fbProductImages #fbThumbImages .slick-slide {
            opacity: 0.5;
        }

            #fbProductImages #fbThumbImages .slick-slide.is-active {
                opacity: 1;
            }

@media (max-width: 991px) {
    #fbProductImages .fbProductConfigImage {
        height: 375px;
        min-height: 375px;
        max-height: 375px;
    }
}

#configWrapper {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

    #configWrapper td {
        vertical-align: middle;
        text-align: center;
    }

.edenCarousel-pic .fbImage.fbAdminIFrame.fbTourImage, #regCaroImage .fbImage.fbAdminIFrame.fbTourImage {
    height: 100%;
    width: 100%;
    cursor: pointer;
    position: relative;
    border: 2px solid transparent;
    box-shadow: none;
    transition: var(--uxtransition) !important;
}

    .edenCarousel-pic .fbImage.fbAdminIFrame.fbTourImage:hover, #regCaroImage .fbImage.fbAdminIFrame.fbTourImage:hover {
        border: var(--uxgreen) solid 2px;
        box-shadow: var(--uxshadowhover);
        transition: var(--uxtransition) !important;
    }

.slick-dots, .slick-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

    .slick-dots li button {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background-color: var(--brandcolor1);
        display: block;
        backface-visibility: visible;
        transition: opacity 0.2s ease 0s;
        border-radius: 30px;
        opacity: 0.5;
    }

    .slick-dots li.slick-active button, .slick-dots li:hover button {
        background-color: var(--brandcolor1);
        opacity: 1;
    }

    .slick-dots li button::before, .slick-track::before, .slick-track::after {
        content: none;
    }

.slick-prev::before, .slick-next::before {
    color: rgb(0, 0, 0) !important;
}

@media (max-width: 767px) {
    .col-md-1.slick-slide, .col-md-2.slick-slide, .col-md-3.slick-slide, .col-md-4.slick-slide, .col-md-5.slick-slide, .col-md-6.slick-slide, .col-md-7.slick-slide, .col-md-8.slick-slide, .col-md-9.slick-slide, .col-md-10.slick-slide, .col-md-11.slick-slide, .col-md-12.slick-slide {
        clear: none;
    }
}

.fbPaymentMethod label {
    font-weight: normal;
}

.fbCreditCardImage {
    height: 24px !important;
    width: unset !important;
}

div#fbTourLogo #logo img {
    padding: 10px;
}

.zoomImg, .fbImageZoomPopUp {
    cursor: pointer;
}

@media (max-width: 479px) {
    .fbImageZoomPopUp {
        display: none !important;
    }
}

#fbSingleImage .item i {
    position: absolute;
    bottom: 30px;
    right: 15px;
    color: gray;
    font-size: 24px;
    cursor: pointer;
}

.fbThumbImagesZoom {
    cursor: pointer;
    overflow: auto;
    max-height: 500px;
}

    .fbThumbImagesZoom img {
        width: 100%;
        margin-bottom: 15px;
    }

.fbSingleImageZoom {
    height: 550px;
}

    .fbSingleImageZoom img {
        position: absolute;
        max-height: 550px;
        transition: opacity 1s ease-in-out 0s;
        opacity: 0;
    }

        .fbSingleImageZoom img.opaque {
            opacity: 1;
        }

.fbProductConfigThumb {
    padding-right: 0px !important;
}

.fbProductConfigImage {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.fbProductConfigImageMain {
    min-height: 300px;
}

.fbProductConfigThumb img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 10px;
    border: 2px solid transparent;
}

    .fbProductConfigThumb img.selected {
        border: 2px solid rgb(213, 0, 50);
    }

.fbProdOption option:disabled {
    color: rgb(204, 204, 204);
}

#fbNewsletterSlideIt * {
    margin: 0px;
    padding: 0px;
    outline: 0px;
    font-weight: 300;
    font-style: normal;
    font-family: sans-serif;
    vertical-align: baseline;
    line-height: normal;
    box-sizing: border-box;
}

#fbNewsletterSlideIt a {
    text-decoration: none;
}

#fbNewsletterSlideIt input[type="radio"], #fbNewsletterSlideIt input[type="checkbox"] {
    display: none;
}

#fbNewsletterSlideIt label {
    cursor: pointer;
}

#fbNewsletterSlideIt {
    z-index: 9999;
    position: fixed;
    width: auto;
    height: 100%;
    top: 30%;
    right: 0px;
}

    #fbNewsletterSlideIt section {
        margin: 0px;
        overflow: hidden;
        width: 320px;
        height: auto;
        right: 0px;
        top: unset;
        position: absolute;
        z-index: 10;
        background: rgb(255, 255, 255);
        backface-visibility: hidden;
    }

    #fbNewsletterSlideIt section, #fbNewsletterSlideIt input#close-item:checked ~ section {
        transform: translateX(100%);
    }

    #fbNewsletterSlideIt input#open-item:checked ~ section {
        transform: translateX(0px);
        box-shadow: var(--uxshadowhover);
    }

    #fbNewsletterSlideIt section .wrap {
        padding: 30px;
        position: relative;
        border-bottom: 3px solid var(--brandcolor1);
    }

    #fbNewsletterSlideIt .field {
        width: 100%;
        position: relative;
        display: block;
        margin-top: 20px;
        margin-bottom: 10px;
    }

        #fbNewsletterSlideIt .field input {
            border: 1px solid var(--n100);
            padding: 8px;
            border-radius: var(--interfacecorners);
            font-family: var(--bodyfont);
        }

    #fbNewsletterSlideIt span.title {
        font-size: 24px;
        padding: 30px;
        color: rgb(255, 255, 255);
        background: var(--brandcolor1);
        text-transform: var(--interfacecaps);
        font-family: var(--interfacefont);
        font-weight: var(--interfacebold);
        display: block;
        width: 100%;
        text-align: center;
    }

    #fbNewsletterSlideIt p.info {
        font-size: 13px;
        line-height: 18px;
        font-family: var(--bodyfont);
        font-weight: var(--bodybold);
        text-transform: var(--bodycaps);
        color: var(--bodycolor);
        font-style: var(--bodyitalic);
    }

    #fbNewsletterSlideIt label.open, #fbNewsletterSlideIt label.close, #fbNewsletterSlideIt a.lightbox-close {
        text-align: center;
        position: absolute;
        max-width: none;
    }

    #fbNewsletterSlideIt label.open {
        font-size: 14px;
        color: var(--primarybuttoncolor);
        background: var(--primarybuttonbackground);
        min-width: 100px;
        inset: 25% -101px auto auto;
        font-family: var(--primarybuttonfont);
        margin: 0px auto;
        line-height: 1.15;
        text-transform: var(--primarybuttoncaps);
        font-weight: var(--primarybuttonbold);
        font-style: var(--primarybuttonitalic);
        z-index: 1;
        border-radius: var(--interfacecorners) 0 0 var(--interfacecorners);
        letter-spacing: 1px;
        box-shadow: rgba(66, 66, 66, 0.1) 0px 1px 3px 1px, rgba(66, 66, 66, 0.024) 0px 2px 8px 4px;
        display: flex;
        place-content: center;
        align-items: center;
        min-height: 36px;
        padding: 8px 12px !important;
    }

    #fbNewsletterSlideIt input#close-item:checked ~ label.open {
        right: 0px;
    }

    #fbNewsletterSlideIt label.open:hover, #fbNewsletterSlideIt label.open:focus {
        background: var(--primarybuttonbackgroundhover);
        color: var(--primarybuttoncolorhover);
    }

    #fbNewsletterSlideIt label.close, #fbNewsletterSlideIt a.lightbox-close {
        inset: 5px 5px auto auto;
        font-size: 20px;
        background: transparent;
        color: rgb(255, 255, 255);
        width: 22px;
        z-index: 999;
        opacity: 1;
        font-weight: 300;
        text-shadow: none;
        transition: var(--uxtransition) !important;
    }

        #fbNewsletterSlideIt label.close:hover, #fbNewsletterSlideIt label.close:focus, #fbNewsletterSlideIt a.lightbox-close:hover, #fbNewsletterSlideIt a.lightbox-close:focus {
            opacity: 0.5;
        }

    #fbNewsletterSlideIt input.form-control {
        display: block;
        width: 100%;
        border-bottom: 1px solid rgb(221, 221, 221);
        padding: 20px 6px;
        font-size: 16px;
        color: var(--bodycolor);
        position: relative;
        font-family: var(--bodyfont);
        font-weight: normal;
        border-radius: var(--interfacecorners);
        margin-bottom: 12px;
    }

    #fbNewsletterSlideIt .field input:active, #fbNewsletterSlideIt .field input:focus {
        border-color: var(--brandcolor1);
        outline: none;
    }

    #fbNewsletterSlideIt input.send:hover, #fbNewsletterSlideIt input.send:focus {
        background: var(--primarybuttonbackgroundhover);
        color: var(--primarybuttoncolorhover);
        border: var(--primarybuttonborderhover);
        outline: none;
    }

    #fbNewsletterSlideIt .dontshow {
        margin-left: 4px;
        font-size: 12px;
        color: var(--linkcolor);
        font-family: var(--primarybuttonfont);
        font-weight: var(--primarybuttonbold);
        display: inline-flex;
        letter-spacing: 0.5px;
        place-content: center;
        align-items: center;
    }

    #fbNewsletterSlideIt input:required {
        background: url("img/required.png") 100% 6px no-repeat rgb(255, 255, 255);
        box-shadow: none;
        outline: none;
    }

    #fbNewsletterSlideIt input:hover:invalid {
        box-shadow: none;
        outline: none;
    }

    #fbNewsletterSlideIt input:required:valid {
        box-shadow: none;
        outline: none;
    }

    #fbNewsletterSlideIt input:focus:invalid {
        z-index: 10;
        box-shadow: none;
        outline: none;
    }

    #fbNewsletterSlideIt .tip {
        background: rgb(34, 34, 34);
        color: rgb(255, 255, 255);
        font-size: 14px;
        padding: 10px 12px;
        text-align: center;
        position: absolute;
        top: -68px;
        left: -20px;
        opacity: 0;
        visibility: hidden;
        width: auto;
        cursor: default;
    }

        #fbNewsletterSlideIt .tip::after {
            border-top: 6px solid rgb(0, 0, 0);
            border-left: 8px solid rgba(0, 0, 0, 0);
            border-right: 8px solid rgba(0, 0, 0, 0);
            content: "";
            position: absolute;
            bottom: -6px;
            left: 28px;
        }

    #fbNewsletterSlideIt input:focus ~ .tip {
        top: -48px;
        opacity: 1;
        visibility: visible;
        z-index: 99;
    }

    #fbNewsletterSlideIt input:required:valid ~ .tip {
        opacity: 0;
        visibility: hidden;
    }

    #fbNewsletterSlideIt input.send {
        display: inline-flex;
        clear: both;
        background: var(--primarybuttonbackground);
        color: var(--primarybuttoncolor);
        font-family: var(--primarybuttonfont);
        text-transform: var(--primarybuttoncaps);
        cursor: pointer;
        border: var(--primarybuttonborder);
        width: auto;
        letter-spacing: 0.5px;
        border-radius: var(--primarybuttonradius);
        font-weight: var(--primarybuttonbold);
        place-content: center;
        align-items: center;
        flex-wrap: nowrap;
        margin: 0px !important;
        transition: var(--uxtransition) !important;
    }

    #fbNewsletterSlideIt label, #fbNewsletterSlideIt input {
        transition: all 0.1s ease-in-out 0s;
    }

    #fbNewsletterSlideIt .tip {
        transition: opacity 0.4s ease 0s;
    }

    #fbNewsletterSlideIt section {
        transition: all 0.4s cubic-bezier(0.2, 0.6, 0.3, 1) 0s;
    }

    #fbNewsletterSlideIt input#close-item:checked ~ label.open {
        transition: right 0.3s ease 0.4s, background 0.1s ease 0s, color 0.1s ease 0s;
    }

@media screen and (max-width: 640px) {
    #fbNewsletterSlideIt {
        width: 96%;
        height: initial;
        top: unset;
        bottom: 0px;
        right: 2%;
        z-index: 9901 !important;
    }

        #fbNewsletterSlideIt section {
            width: 100%;
            bottom: 0px;
        }

        #fbNewsletterSlideIt section, #fbNewsletterSlideIt input#close-item:checked ~ section {
            transform: translateY(100%);
        }

        #fbNewsletterSlideIt input#open-item:checked ~ section {
            transform: translateY(0px);
        }

        #fbNewsletterSlideIt label.open {
            width: 150px;
            inset: auto 0px -50px;
            border-radius: 10px 10px 0px 0px !important;
        }

        #fbNewsletterSlideIt input#close-item:checked ~ label.open {
            bottom: 0px;
        }

        #fbNewsletterSlideIt input#close-item:checked ~ label.open {
            transition: bottom 0.3s ease 0.4s, background 0.1s ease 0s, color 0.1s ease 0s;
        }
}

.fr-emoticon-img {
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -0.1em 0.1em 0.1em;
    line-height: 1;
    vertical-align: middle;
    background-repeat: no-repeat !important;
}

.fbContinueShipping {
    margin: 66px 0px 0px;
}

@media screen and (max-width: 640px) {
    .fbContinueShipping {
        margin: 15px 0px 30px;
        display: none;
    }
}

.cart-product-quantity .qty {
    max-width: 50px;
}

a[name] {
    display: block;
    position: relative;
    top: -170px;
    visibility: hidden;
}

.m-auto {
    margin: auto !important;
}

.m-b-0 {
    margin-bottom: 0px !important;
}

.m-b-6 {
    margin-bottom: 6px !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

td.fc-today {
    border-color: rgb(221, 221, 221) !important;
}

    td.fc-today a:not(.btn):not(.badge):not(.btn):not([href]):not([tabindex]) {
        background-color: var(--brandcolor1);
        color: rgb(255, 255, 255);
    }

.fc-bgevent {
    opacity: 0.5 !important;
    transition: var(--uxtransition);
    background-color: var(--brandcolor1) !important;
}

    .fc-bgevent:hover {
        cursor: pointer;
        opacity: 1;
        transition: var(--uxtransitionout);
    }

.fc-v-event.fc-event {
    opacity: 1;
    border-color: var(--linkcolorclicked) !important;
    background-color: var(--linkcolorclicked) !important;
    border-radius: 2px !important;
}

div.checker.no-box span, div.checker.no-box span:hover, div.checker.no-box span:active, div.checker.no-box span:focus {
    background-image: none !important;
}

.widget {
    margin-bottom: unset;
}

.wavSwitcher {
    display: flex;
    width: 48px;
    place-content: center space-around;
    align-items: center;
    border-radius: 50px;
    position: relative;
    margin: 5px 0px;
    overflow: visible;
    cursor: pointer;
    border: none;
    padding: 0px;
}

    .wavSwitcher::after {
        content: "";
        width: 50%;
        position: absolute;
        display: block;
        height: 100%;
        top: 0px;
        left: 0px;
        background-color: var(--uxwhite);
        border-radius: 50px;
        box-shadow: 0px 0px 1px 1px var(--uxgrayframe);
        pointer-events: none;
        transition: var(--uxtransition) !important;
    }

    .wavSwitcher:hover::after {
        box-shadow: 0px 0px 2px 1px var(--uxgrayframe);
        transition: var(--uxtransition) !important;
    }

    .wavSwitcher::after {
        left: 50%;
    }

    .wavSwitcher.SwitcherOff::after {
        left: 0%;
    }

    .wavSwitcher span i, .wavSwitcher span i::before {
        font-size: 14px;
        line-height: 2;
        width: 16px;
        height: 24px;
    }

    .wavSwitcher span {
        width: 50%;
        text-align: center;
        display: flex;
        place-content: center;
        align-items: center;
        transition: var(--uxtransition) !important;
    }

        .wavSwitcher span:first-child {
            border-radius: 50px 0px 0px 50px;
            background-color: var(--uxblue1);
            color: var(--uxwhite);
        }

        .wavSwitcher span:last-child {
            border-radius: 0px 50px 50px 0px;
            background-color: var(--uxblue1);
            color: var(--uxwhite);
        }

    .wavSwitcher.SwitcherOff span, .wavSwitcher.SwitcherOff span:first-child, .wavSwitcher.SwitcherOff span:last-child {
        color: var(--uxblue);
        background-color: var(--uxgrayfade) !important;
    }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    #bBody:not(.mybrand) section:not(.tssBannerImage) {
        background-attachment: scroll !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: portrait) {
    #bBody:not(.mybrand) section:not(.tssBannerImage) {
        background-attachment: scroll !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) and (orientation: landscape) {
    #bBody:not(.mybrand) section:not(.tssBannerImage) {
        background-attachment: scroll !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    #bBody:not(.mybrand) section:not(.tssBannerImage) {
        background-attachment: scroll !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #bBody:not(.mybrand) section:not(.tssBannerImage) {
        background-attachment: scroll !important;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #bBody:not(.mybrand) section:not(.tssBannerImage) {
        background-attachment: scroll !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
    #bBody:not(.mybrand) section:not(.tssBannerImage) {
        background-attachment: scroll !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    #bBody:not(.mybrand) section:not(.tssBannerImage) {
        background-attachment: scroll !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #bBody:not(.mybrand) section:not(.tssBannerImage) {
        background-attachment: scroll !important;
    }
}

div.qlWrapper {
    max-width: calc(100vw - 40px);
    margin: auto;
    display: flex;
    flex-flow: column nowrap;
    place-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    width: 100%;
}

.qlHeadshot {
    height: 300px;
    width: 300px;
    max-width: 90vw;
    max-height: 90vw;
    display: block;
    position: relative;
    margin: 32px auto;
}

.qlButtonStandard {
    width: 100%;
}

body#bBody.tssEditMode div.qlWrapper > div:not(.qlAddNew) {
    background-color: transparent;
    width: 100%;
    transition: var(--uxtransition);
    position: relative;
    min-height: 50px;
}

    body#bBody.tssEditMode div.qlWrapper > div:not(.qlAddNew):hover {
        background-color: rgba(154, 197, 196, 0.12);
        width: 100%;
        transition: var(--uxtransition);
    }

div.qlWrapper > div:not(.qlAddNew) > .btn-group {
    opacity: 0;
    transition: var(--uxtransition);
    position: absolute;
    right: 0px;
    width: 40px;
    top: 0px;
    display: flex;
    flex-flow: column wrap-reverse;
    place-content: flex-start;
    align-items: flex-start;
    height: 100%;
}

div.qlWrapper > div:not(.qlAddNew):not(.confirmation-buttons):hover .btn-group {
    opacity: 1;
    transition: var(--uxtransition);
}

div.qlWrapper div:not(.confirmation-buttons) .btn-group button.qlOption {
    height: 18px;
    width: 18px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    box-shadow: none;
    transition: var(--uxtransition);
    margin: 3px auto;
    padding: 0px !important;
    outline: none !important;
    min-height: unset !important;
    flex: unset;
}

    div.qlWrapper div:not(.confirmation-buttons) .btn-group button.qlOption:hover {
        height: 18px;
        width: 18px;
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
        border-radius: 50%;
        text-align: center;
        transition: var(--uxtransition);
        color: var(--uxgreentint);
    }

div.qlWrapper :not(.confirmation-buttons) .btn-group button.qlOption i {
    font-size: 16px;
    color: var(--uxgreen);
    text-align: center;
    letter-spacing: 0px;
}

div.qlWrapper :not(.confirmation-buttons) .btn-group button.qlOption:hover i {
    color: var(--uxgreen);
    text-shadow: var(--uxtextshadow);
    opacity: 0.85;
}

body#bBody:not(.tssEditMode) div.qlWrapper :not(.confirmation-buttons) .btn-group {
    display: none;
}

div.qlWrapper .tooltip {
    width: fit-content;
}

div.qlWrapper .tooltip-inner {
    font-family: Nunito, sans-serif;
    text-align: left;
    font-size: 14px;
    background-color: var(--uxgreen);
    box-shadow: rgba(0, 0, 0, 0.28) 4px -1px 8px -3px;
    font-weight: 300;
    letter-spacing: 0.02em;
    white-space: nowrap;
    padding: 4px 8px !important;
}

div.qlWrapper .bottom .tooltip-arrow {
    box-shadow: rgba(0, 0, 0, 0.28) 4px -1px 8px -3px;
    border-bottom-color: var(--uxgreen) !important;
}

div.qlWrapper .right .tooltip-arrow {
    box-shadow: rgba(0, 0, 0, 0.28) 4px -1px 8px -3px;
    border-right-color: var(--uxgreen) !important;
}

div.qlWrapper .left .tooltip-arrow {
    box-shadow: rgba(0, 0, 0, 0.28) 4px -1px 8px -3px;
    border-left-color: var(--uxgreen) !important;
}

div.qlWrapper .top .tooltip-arrow {
    box-shadow: rgba(0, 0, 0, 0.28) 4px -1px 8px -3px;
    border-top-color: var(--uxgreen) !important;
}

div.qlWrapper .qlHeadshotWrapper > .qlHeadshot.qlCircle + div.btn-group button.btn.qlOption > i.fa-square {
    display: none;
}

div.qlWrapper .qlHeadshotWrapper > .qlHeadshot:not(.qlCircle) + div.btn-group button.btn.qlOption > i.fa-circle {
    display: none;
}

div.qlWrapper.qlInvisible div.btn-group button.btn.qlOption > i.fa-eye {
    display: none;
}

div.qlWrapper:not(.qlInvisible) div.btn-group button.btn.qlOption > i.fa-eye-slash {
    display: none;
}

body#bBody:not(.tssEditMode) div.qlWrapper.qlInvisible {
    display: none;
}

body#bBody.tssEditMode .qlInvisible::after {
    content: "This module is marked as invisible. It will be hidden on the live version of this page.";
    font-family: var(--uxtext);
    font-size: 10px;
    max-width: 250px;
    text-align: left;
    background-color: var(--uxgreen);
    padding: 6px 8px;
    color: rgb(255, 255, 255);
    text-shadow: var(--uxtextshadow);
    position: absolute;
    top: 40px;
    left: 4px;
    border-radius: 3px;
    opacity: 0;
    transition: var(--uxtransition);
    pointer-events: none;
    letter-spacing: 0.025em;
    box-shadow: var(--uxshadowhover);
}

body#bBody.tssEditMode .fbDotted.existing-module:hover .qlInvisible::after {
    opacity: 0.75;
    transition: var(--uxtransition);
    top: 4px;
}

body#bBody.tssEditMode .fbDotted.existing-module:hover .fbDotted.existing-module:hover .qlInvisible::after {
    opacity: 0.1;
    transition: var(--uxtransition);
    box-shadow: var(--uxshadowhover);
}

div.qlWrapper div.qlAddNew {
    position: relative;
    width: 100%;
    display: flex;
    max-width: 600px;
    place-content: center;
    align-items: center;
    flex-flow: row wrap;
    opacity: 0.5;
    transition: var(--uxtransition);
}

.fbDotted:hover .fbDotted:hover div.qlWrapper div.qlAddNew {
    opacity: 0.5;
    transition: var(--uxtransition);
}

    .fbDotted:hover .fbDotted:hover div.qlWrapper div.qlAddNew:hover {
        opacity: 1;
        transition: var(--uxtransition);
    }

div.qlAddNew .btn-group button {
    margin: 0px 2px !important;
}

div.qlAddNew .btn-group {
    width: 100%;
    position: relative;
    display: flex;
    place-content: center;
    align-items: center;
    flex-flow: row nowrap;
}

    div.qlAddNew .btn-group::before {
        content: "";
        position: relative;
        height: 3px;
        background-color: var(--uxgreen);
        border-radius: 50px;
        margin: auto 16px auto 0px;
        flex-grow: 1;
        transition: var(--uxtransition);
    }

    div.qlAddNew .btn-group::after {
        content: "";
        position: relative;
        height: 3px;
        background-color: var(--uxgreen);
        border-radius: 50px;
        margin: auto 0px auto 16px;
        flex-grow: 1;
        transition: var(--uxtransition);
    }

    div.qlAddNew .btn-group button {
        background-color: transparent;
        color: var(--uxgreen);
        font-weight: 600;
        font-family: var(--uxtext);
        line-height: 1;
        font-size: 16px;
        transition: var(--uxtransition);
        border-radius: 50px !important;
        border: none !important;
    }

        div.qlAddNew .btn-group button:hover {
            background-color: rgba(154, 197, 196, 0.28);
        }

body#bBody.tssEditMode .qlAddNew {
    margin-top: 5px;
}

div.qlAddNew button {
    display: inline-block;
    border-radius: 50px !important;
    outline: none !important;
}

button.btn.qlAddIcon.qlNewItem {
    padding: 6px 24px;
}

div.qlAddNew:not(.clicked) button:not(.qlNewItem) {
    display: none;
}

div.qlAddNew.clicked button:not(.qlNewItem) {
    display: inline-flex;
}

div.qlAddNew button:not(.qlNewItem) {
    place-content: center;
    align-items: center;
    height: 36px;
    width: 36px;
}

div.qlAddNew.clicked button.qlNewItem {
    display: none;
}

.qlWrapper div:not(.confirmation-buttons) .btn-group button.btn:active, .qlWrapper div:not(.confirmation-buttons) .btn-group button.btn:focus, .qlWrapper div:not(.confirmation-buttons) .btn-group button.btn.active {
    box-shadow: none !important;
}

button.btn.qlOption.fbDragModuleNew {
    cursor: grab;
}

    button.btn.qlOption.fbDragModuleNew:active, button.btn.qlOption.fbDragModuleNew:focus {
        cursor: grabbing;
    }

.fbDotted .container-fluid .row > div:last-child .fbDotted .fbDragModule {
    right: 14px !important;
    border-radius: 6px 0px 0px 6px !important;
    z-index: 9999 !important
}

.fbDotted .container-fluid .row > div:last-child .fbDotted .fbModuleTools {
    right: 20px;
}

.qlWrapper .fr-code-view ~ div.btn-group {
    visibility: hidden;
}

.qlHeadshot img {
    display: block;
    position: relative;
    object-fit: cover;
    height: 100% !important;
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
}

.qlHeadshot.qlCircle img {
    border-radius: 50%;
}

.qlTitle h1, .qlSubtitle h2 {
    letter-spacing: 0px;
    line-height: 1.25;
    margin: 0px auto 16px;
}

.qlParagraph p {
    letter-spacing: 0px;
    line-height: 1.5;
    margin: 0px auto 32px;
    max-width: 450px;
}

.qlButtonStandard .btn.long:not(.close):not(.mfp-close) {
    margin-right: auto;
    margin-left: auto;
    max-width: 450px !important;
}

@media (max-width: 480px) {
    .qlTitle h1 {
        font-size: 32px;
    }

    .qlSubitle h2 {
        font-size: 24px;
    }

    .qlParagraph p {
        font-size: 16px;
    }
}

.qlWrapper .social-icons.social-icons-border.m-t-10.text-center {
    margin-top: 0px !important;
}

.qlWrapper .social-icons li a {
    margin-left: 8px;
    margin-top: 8px;
}

.popover {
    border-radius: 3px;
    width: 180px;
    padding: 0px;
    z-index: 9440 !important;
}

.popover-title {
    color: var(--uxblack);
    font-size: 16px;
    font-family: var(--uxtext);
    text-decoration: none;
    text-transform: none;
    font-weight: 500;
    text-align: center;
    padding: 10px 0px;
    line-height: 1;
    border-bottom: 1px solid var(--uxgrayframe);
    background-color: rgb(241, 241, 241);
    border-radius: 3px 3px 0px 0px;
}

    .popover-title::after {
        display: none;
    }

.popover .btn-group a.btn {
    font-size: 14px;
    font-family: var(--uxtext);
    text-transform: none;
    font-weight: 500;
}

    .popover .btn-group a.btn.btn-success {
        background-color: var(--uxblue1) !important;
        border: none !important;
        box-shadow: none !important;
        transition: var(--uxtransition) !important;
    }

        .popover .btn-group a.btn.btn-success:hover {
            z-index: 0;
        }

        .popover .btn-group a.btn.btn-success:hover, .popover .btn-group a.btn.btn-success:active, .popover .btn-group a.btn.btn-success:focus {
            z-index: 0;
            background-color: var(--uxblue) !important;
            transition: var(--uxtransition) !important;
        }

    .popover .btn-group a.btn.btn-danger {
        background-color: rgb(220, 53, 69) !important;
        border: none !important;
        box-shadow: none !important;
        transition: var(--uxtransition) !important;
    }

        .popover .btn-group a.btn.btn-danger:hover, .popover .btn-group a.btn.btn-danger:active, .popover .btn-group a.btn.btn-danger:focus {
            background-color: var(--uxred1) !important;
            transition: var(--uxtransition) !important;
        }

.popover .btn-group a.btn {
    padding: 8px 12px !important;
}

    .popover .btn-group a.btn:first-child {
        border-radius: 50px 0px 0px 50px;
    }

    .popover .btn-group a.btn:last-child {
        border-radius: 0px 50px 50px 0px;
    }

.fbDotted.existing-module.moduleID144, .fbDotted .fbDotted.existing-module.moduleID144 {
    border: 2px solid transparent !important;
    box-shadow: none !important;
}

.fbFormEmail, .fbFormTime {
    display: none !important;
}

.fbCaptcha {
    margin-bottom: 16px;
}

.fbSimpleTimer {
    color: rgb(202, 0, 39);
}

a.fbContactCategoryLink {
    font-family: var(--navigationfont);
    font-size: calc(var(--bodysize) - 2px);
    color: var(--innerpagescrollnavigationlinkcolor);
    font-weight: var(--navigationbold);
    text-decoration: var(--navigationunderline);
    font-style: var(--navigationitalic);
    text-transform: var(--navigationcaps);
    transition: var(--uxtransition);
    line-height: 1.5 !important;
}

    a.fbContactCategoryLink:hover {
        color: var(--linkcolor);
        transition: var(--uxtransition);
    }

a.btn.btn-primary.btn-sm {
    min-width: unset !important;
}

div.fbContactCategory h3 {
    text-align: left;
    text-decoration: underline;
    text-transform: none;
    font-weight: bold;
    font-size: calc(var(--bodysize) + 2px) !important;
}

.waviframe {
    border: none;
}

.wavCareerList {
    text-align: center;
}

    .wavCareerList img {
        width: 100%;
    }

    .wavCareerList .title {
        font-weight: bold;
    }

.wavCareerEntry img {
    width: 100%;
}

.wavCareerEntry .title {
    font-weight: bold;
    margin-top: 0px;
}

.wavCareerEntry .subtitle {
    font-weight: bold;
    margin-top: 0px;
}

.wavCareerEntry p {
    margin-bottom: 10px;
}

.wavCareerEntry .applynow {
    margin: 10px 0px 30px 40px;
}

.wavCareerApply img {
    width: 100%;
}

.wavCareerApply .title {
    font-weight: bold;
    margin-top: 0px;
}

.wavCareerApply .subtitle {
    font-weight: bold;
    margin-top: 0px;
}

.wavCareerApply p {
    margin-bottom: 0px;
}

.wavCareerApply label.required::after {
    content: " *";
    color: rgb(204, 50, 50);
}

.wavCareerApply .radio, .wavCareerApply .checkbox {
    display: inline-block;
    margin-top: 3px;
    padding-right: 15px;
}

    .wavCareerApply .radio input[type="radio"], .wavCareerApply .checkbox input[type="checkbox"] {
        margin-left: 5px;
        margin-top: 10px !important;
    }

    .wavCareerApply .radio label, .wavCareerApply .checkbox label {
        display: inline-block;
        padding-top: 0px;
        margin-top: 5px !important;
    }

.wavCareerApply input[type="date"], .wavCareerApply input[type="number"] {
    line-height: initial;
    border: 1px solid rgb(217, 217, 217);
    height: 37px;
    padding: 8px 12px !important;
}

.wavCareerApply input[type="file"] {
    border: none;
    padding-left: 5px;
}

.wavKBSearch {
    background-color: rgb(248, 248, 248);
    padding: 60px 0px 75px;
    border-top: 1px solid rgb(224, 224, 224);
    border-bottom: 1px solid rgb(224, 224, 224);
}

    .wavKBSearch.smaller {
        padding: 20px 0px;
    }

.wavKBResults {
    padding: 0px;
}

    .wavKBResults .wavKBCatsList {
        padding: 40px 0px;
    }

        .wavKBResults .wavKBCatsList .header .title {
            margin-bottom: 0px;
        }

        .wavKBResults .wavKBCatsList .details .card {
            background: rgb(255, 255, 255);
            overflow: hidden;
            position: relative;
            border: 1px solid rgba(32, 33, 36, 0.2);
            transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
            padding: 15px 20px;
            border-radius: 4px;
            margin-bottom: 16px;
            display: block !important;
        }

            .wavKBResults .wavKBCatsList .details .card .title {
                margin-top: 0px;
            }

                .wavKBResults .wavKBCatsList .details .card .title a {
                    font-weight: 500 !important;
                }

            .wavKBResults .wavKBCatsList .details .card .itemlist {
                list-style: none;
                padding-left: 0px;
            }

            .wavKBResults .wavKBCatsList .details .card .option {
            }

    .wavKBResults .wavKBCatsCol {
        min-height: 800px;
        height: 100%;
        border-right: 1px solid rgb(224, 224, 224);
        border-bottom: 1px solid rgb(224, 224, 224);
        overflow: auto;
        padding: 20px 0px 15px 25px;
        background-color: rgb(248, 248, 248);
    }

        .wavKBResults .wavKBCatsCol .itemlist {
            list-style: none;
            padding: 0px;
        }

            .wavKBResults .wavKBCatsCol .itemlist li {
                padding-left: 15px;
                cursor: pointer;
                user-select: none;
            }

            .wavKBResults .wavKBCatsCol .itemlist .catTitle {
                font-weight: 700;
            }

            .wavKBResults .wavKBCatsCol .itemlist a {
                font-weight: normal;
            }

    .wavKBResults .wavKBResultsCol {
        padding: 20px 25px 15px;
    }

        .wavKBResults .wavKBResultsCol .topicEntry {
            margin: 10px 0px 0px 10px;
        }

            .wavKBResults .wavKBResultsCol .topicEntry a {
                font-size: 18px;
            }

                .wavKBResults .wavKBResultsCol .topicEntry a i {
                    margin-right: 5px;
                }

input.tssUnsubscribe.btn {
    color: rgb(255, 255, 255) !important;
    background-image: none !important;
    background-color: rgb(51, 122, 183) !important;
    border-radius: 4px !important;
    width: 200px !important;
}

    input.tssUnsubscribe.btn:hover {
        opacity: 0.9;
    }

@media (max-width: 991px) {
    body#bBody:not(.tssEditMode) section.blogBar .row > div:last-of-type {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .row.product-list {
        display: flex;
        flex-flow: row wrap;
    }
}

.accordion .ac-title {
    font-family: var(--navigationfont);
}

.BrandBoardTemplate {
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 800px;
    background-color: var(--brandcolor6);
    box-shadow: var(--uxshadowhover);
    border-radius: 4px;
    min-height: 420px;
    padding: 8px 0px;
    justify-content: space-between;
}

    .BrandBoardTemplate .palette {
        display: flex;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.15);
        padding: 8px;
        position: relative;
    }

        .BrandBoardTemplate .palette > * {
            width: 18%;
            text-align: center;
            margin: 0px 0.5%;
            border-radius: 2px;
            font-family: var(--navigationfont);
            font-size: var(--navigationsize);
            color: var(--innerpagenavigationlinkcolor);
            font-weight: var(--navigationbold);
            text-decoration: var(--navigationunderline);
            font-style: var(--navigationitalic);
            text-transform: var(--navigationcaps);
            transition: var(--uxtransition);
            height: 122px;
            position: relative;
            display: flex;
            align-items: center;
            place-content: center;
            text-shadow: rgb(255, 255, 255) 0px 0px 5px;
        }

        .BrandBoardTemplate .palette > :hover {
            box-shadow: var(--uxshadowhover);
            transition: var(--uxtransition);
            cursor: pointer;
        }

        .BrandBoardTemplate .palette .palette1 {
            background-color: var(--brandcolor1);
        }

        .BrandBoardTemplate .palette .palette2 {
            background-color: var(--brandcolor2);
        }

        .BrandBoardTemplate .palette .palette3 {
            background-color: var(--brandcolor3);
        }

        .BrandBoardTemplate .palette .palette4 {
            background-color: var(--brandcolor4);
            color: rgb(255, 255, 255);
        }

        .BrandBoardTemplate .palette .palette5 {
            background-color: var(--brandcolor5);
        }

        .BrandBoardTemplate .palette .palette6 {
            background-color: var(--brandcolor6);
        }

    .BrandBoardTemplate .typography {
        display: flex;
        flex-direction: row;
        place-content: center space-around;
        align-items: center;
        height: 266px;
        padding: 21px 1% 13px;
    }

        .BrandBoardTemplate .typography .text, .BrandBoardTemplate .typography .interactions {
            width: 48%;
            display: flex;
            flex-direction: column;
            place-content: center;
            height: 100%;
            position: relative;
            align-items: center;
            border-radius: 8px;
            background: var(--brandcolor5);
            margin: 0px 1%;
            box-shadow: rgba(66, 66, 66, 0.1) 0px 1px 3px 0px, rgba(66, 66, 66, 0.05) 0px 2px 2px 0px;
        }

            .BrandBoardTemplate .typography .text > * {
                line-height: 1;
                margin-top: 12px;
                margin-bottom: 12px;
            }

        .BrandBoardTemplate .typography .interactions {
            text-align: center;
        }

            .BrandBoardTemplate .typography .interactions a {
                width: 200px;
                margin: 8px auto;
                cursor: pointer;
            }

                .BrandBoardTemplate .typography .interactions a.navigation {
                    font-family: var(--navigationfont);
                    font-size: var(--navigationsize);
                    color: var(--innerpagenavigationlinkcolor);
                    font-weight: var(--navigationbold);
                    text-decoration: var(--navigationunderline);
                    font-style: var(--navigationitalic);
                    text-transform: var(--navigationcaps);
                    transition: var(--uxtransition);
                }

                    .BrandBoardTemplate .typography .interactions a.navigation:hover {
                        color: var(--linkcolor);
                        transition: var(--uxtransition);
                    }

@media (max-width: 991px) {
    .BrandBoardTemplate {
        min-height: 380px !important;
    }

        .BrandBoardTemplate .palette > * {
            height: 110px;
        }
}

@media (max-width: 767px) {
    .BrandBoardTemplate, .BrandBoardTemplate .palette, .BrandBoardTemplate .typography {
        flex-wrap: wrap;
        height: unset;
        min-height: unset !important;
    }

        .BrandBoardTemplate .typography > * {
            width: 100% !important;
            margin: 2% 0px !important;
        }

        .BrandBoardTemplate .typography {
            padding: 8px 4% 0px;
        }

        .BrandBoardTemplate .palette > * {
            height: 64px;
            width: 31%;
            margin: 1%;
        }
}

@media (max-width: 480px) {
    .BrandBoardTemplate .palette > * {
        height: 100px;
        width: 48%;
        margin: 1%;
    }
}

.fr-popup .fr-input-line input + label, .fr-popup .fr-input-line textarea + label {
    color: rgb(128, 128, 128);
}

.fr-popup .fr-input-line {
    position: relative;
    padding: 24px 0px 10px;
}

@media (max-width: 768px) {
    .center-me {
        text-align: center !important;
    }
}

.wMemberAccess.row {
    align-items: flex-start;
}

.wMemberLogin, .wMemberRegister {
    display: flex;
    flex-direction: column;
    margin: auto;
    place-content: center;
    align-items: center;
}

.wMemberLogin {
    margin-bottom: 50px;
}

    .wMemberLogin > *, .wMemberRegister > * {
        max-width: 450px;
        width: 100%;
    }

    .wMemberLogin p, .wMemberRegister p, .wMemberLogin .title, .wMemberRegister .title {
        padding: 0px 0px;
    }

@media (max-width: 768px) {
    .fr-embedly {
        height: auto !important;
    }
}

section.content > .container {
    max-width: 100%;
}

.btn.long {
    width: 100%;
    max-width: 100%;
    white-space: normal;
}

.full-width-image .banner-text {
    padding: 20px 30px;
}

.post-content::after {
    content: " ";
    display: block;
    clear: both;
}

section.content {
    padding: 5px 0px;
}

section.overlay {
    background-color: rgba(3, 43, 55, 0.5);
    background-blend-mode: multiply;
}

section.overlayAlt {
    background-color: rgba(3, 43, 55, 0.6);
    background-blend-mode: multiply;
}

@media (min-width: 992px) {
    section.overlay.wavparallax {
        display: flex;
        place-content: center;
        align-items: center;
        min-height: 70vh;
    }
}

@media (max-width: 1024px) {
    section.wavparallax {
        display: flex;
        align-items: center;
        justify-content: center;
        background-size: cover !important;
        background-position: center center !important;
        background-attachment: inherit !important;
    }
}

body#bBody.tssEditMode section .row div[class*="col-md-"] img:not(.fbSetHeightImage) {
}

body#bBody section > .container > .row div[class*="col-md-"] img:not(.fbSetHeightImage), body#bBody section > .container-fluid > .row div[class*="col-md-"] img:not(.fbSetHeightImage) {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.tssOldPrice {
    text-decoration-line: line-through;
}

.tssNewPrice {
    color: red;
}

input:not([type="checkbox"]):not([type="radio"]), select {
    font-size: calc(var(--bodysize) - 2px) !important;
}

.wavHoursEntryDay, .wavHoursEntryHours {
    display: inline-block;
}

body#bBody.tssEditMode div#policyNotify {
    display: none;
}

body#bBody.tssEditMode .logo-default {
    padding: 5px;
}

.wBtn {
    font-size: 18px;
    line-height: normal;
    letter-spacing: 0.005em;
    margin: 0px 2.5px;
    transition: var(--uxtransition) !important;
    position: relative;
    font-family: var(--uxtext);
    font-weight: 300;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    padding: 0px 20px;
    border-radius: var(--uxradius);
    cursor: pointer;
    outline: none !important;
    text-decoration: none !important;
    min-height: 40px;
}

    .wBtn.pill {
        border-radius: var(--uxradius) !important;
    }

        .wBtn.pill:not(.mini) {
            min-width: 100px;
        }

.mini {
    padding: 2px 18px !important;
    font-size: 14px !important;
}

.wBtn.pill.ui-blue {
    color: var(--uxwhite);
    border-color: var(--uxblue1);
    background-color: var(--uxblue1);
}

    .wBtn.pill.ui-blue:hover {
        color: var(--uxwhite);
        border-color: var(--uxblue2);
        background-color: var(--uxblue2);
    }

    .wBtn.pill.ui-blue:active, .wbtn.pill.ui-blue:focus {
        color: var(--uxwhite);
        border-color: var(--uxblue3);
        background-color: var(--uxblue3);
    }

.wBtn.pill.ui-blue-hollow {
    color: var(--uxblue1);
    border-color: var(--uxblue1);
    background-color: transparent;
    font-weight: 600;
}

    .wBtn.pill.ui-blue-hollow:hover {
        color: var(--uxblue2);
        border-color: var(--uxblue2);
        background-color: var(--uxbluetint);
    }

    .wBtn.pill.ui-blue-hollow:active, .wBtn.pill.ui-blue-hollow:focus {
        color: var(--uxblue3);
        border-color: var(--uxblue3);
        background-color: var(--uxbluetint);
    }

.wBtn.pill.ui-red {
    color: var(--uxwhite);
    border-color: var(--uxred1);
    background-color: var(--uxred1);
}

    .wBtn.pill.ui-red:hover {
        color: var(--uxwhite);
        border-color: var(--uxred2);
        background-color: var(--uxred2);
    }

    .wBtn.pill.ui-red:active, .wBtn.pill.ui-red:focus {
        color: var(--uxwhite);
        border-color: var(--uxred3);
        background-color: var(--uxred3);
    }

.wBtn.pill.ui-red-hollow {
    color: var(--uxred1);
    border-color: var(--uxred1);
    background-color: transparent;
    font-weight: 600;
}

    .wBtn.pill.ui-red-hollow:hover {
        color: var(--uxred2);
        border-color: var(--uxred2);
        background-color: var(--uxredtint);
    }

    .wBtn.pill.ui-red-hollow:active, .wBtn.pill.ui-red-hollow:focus {
        color: var(--uxred3);
        border-color: var(--uxred3);
        background-color: var(--uxredtint);
    }

.wBtn.pill.ui-red-hollow {
    color: var(--uxred1);
    border-color: var(--uxred1);
    background-color: transparent;
    font-weight: 600;
}

    .wBtn.pill.ui-red-hollow:hover {
        color: var(--uxred2);
        border-color: var(--uxred2);
        background-color: var(--uxredtint);
    }

    .wBtn.pill.ui-red-hollow:active, .wBtn.pill.ui-red-hollow:focus {
        color: var(--uxred3);
        border-color: var(--uxred3) !important;
        background-color: var(--uxredtint);
    }

.wBtn.pill.ui-white {
    color: var(--uxblue1);
    border-color: var(--uxwhite);
    background-color: var(--uxwhite);
    font-weight: 600;
}

    .wBtn.pill.ui-white:hover {
        color: var(--uxwhite);
        border-color: var(--uxwhite);
        background-color: transparent;
    }

    .wBtn.pill.ui-white:active, .wBtn.pill.ui-white:focus {
        color: var(--uxwhite);
        border-color: var(--uxwhite);
        background-color: transparent;
    }

.wBtn.bar {
    background-color: transparent;
    border-color: transparent;
    padding-left: 6px !important;
    padding-right: 6px !important;
    font-weight: 600;
}

    .wBtn.bar::after {
        transition: var(--uxtransition) !important;
        content: '';
        position: absolute;
        height: 1px;
        border-bottom: 1.5px solid var(--uxwhite);
        left: 50%;
        bottom: 0px;
        width: 70%;
        margin-left: -35%;
    }

    .wBtn.bar:hover::after {
        width: 60%;
        margin-left: -30%;
    }

    .wBtn.bar:active::after, .wBtn.bar:focus::after {
        width: 50%;
        margin-left: -25%;
    }

    .wBtn.bar.ui-blue {
        color: var(--uxblue1);
    }

        .wBtn.bar.ui-blue:hover {
            color: var(--uxblue2);
        }

        .wBtn.bar.ui-blue:active, .wBtn.bar.ui-blue:focus {
            color: var(--uxblue3);
        }

        .wBtn.bar.ui-blue::after {
            border-color: var(--uxblue1);
        }

        .wBtn.bar.ui-blue:hover::after {
            border-color: var(--uxblue2);
        }

        .wBtn.bar.ui-blue:active::after, .wBtn.bar.ui-blue:focus::after {
            border-color: var(--uxblue3);
        }

    .wBtn.bar.ui-red {
        color: var(--uxred1);
    }

        .wBtn.bar.ui-red:hover {
            color: var(--uxred2);
        }

        .wBtn.bar.ui-red:active, .wBtnbar.ui-red:focus {
            color: var(--uxred3);
        }

        .wBtn.bar.ui-red::after {
            border-color: var(--uxred1);
        }

        .wBtn.bar.ui-red:hover::after {
            border-color: var(--uxred2);
        }

        .wBtn.bar.ui-red:active::after, .wBtn.bar.ui-red:focus::after {
            border-color: var(--uxred3);
        }

    .wBtn.bar.ui-white {
        color: var(--uxwhite);
    }

        .wBtn.bar.ui-white:hover {
            color: var(--uxwhite);
        }

        .wBtn.bar.ui-white:active, .wBtn.bar.ui-white:focus {
            color: var(--uxwhite);
        }

        .wBtn.bar.ui-white::after {
            border-color: var(--uxwhite);
        }

        .wBtn.bar.ui-white:hover::after {
            border-color: var(--uxwhite);
        }

        .wBtn.bar.ui-white:active::after, .wBtn.bar.ui-white:focus::after {
            border-color: var(--uxwhite);
        }

.divTSSBrowseImagesTabs {
    max-width: unset !important;
    display: flex;
    justify-content: center;
}

    .divTSSBrowseImagesTabs .wBtn {
        border-radius: 2px !important;
        background-color: transparent !important;
        border: 1.6px solid transparent !important;
        border-bottom-color: var(--uxgrayfade) !important;
        color: var(--uxgray) !important;
        width: 48%;
        margin: 0px 1%;
    }

        .divTSSBrowseImagesTabs .wBtn:hover {
            background-color: var(--uxgrayframe) !important;
            border-bottom-color: var(--uxblueactive) !important;
            color: var(--uxblueactive) !important;
        }

        .divTSSBrowseImagesTabs .wBtn.active {
            border-bottom-color: var(--uxblue) !important;
            color: var(--uxblue) !important;
            border-bottom-width: 2px !important;
        }

.btnCancelImageBrowse {
    width: 31px;
    height: 31px;
    background-color: transparent !important;
    border-color: transparent !important;
    float: right !important;
    color: var(--uxblue) !important;
    font-size: inherit !important;
    border-radius: 100% !important;
    outline: none !important;
    transition: var(--uxtransition);
}

    .btnCancelImageBrowse:hover, .btnCancelImageBrowse.active {
        color: var(--uxblue2) !important;
        transition: var(--uxtransition);
    }

.divTSSBrowseImages .fbSelectImage {
    min-height: 25px !important;
    width: 150px;
    margin-bottom: 20px;
}

.fbOuterContainerBackground .entry {
    margin-left: auto;
    margin-right: auto;
    height: 150px !important;
    width: 150px !important;
}

.divTSSBrowseImages p, .divTSSBrowseImages p small i:not(.fa):not(.fab):not(.far):not(.fas) {
    font-family: var(--uxtext) !important;
}

.divTSSBrowseImages input[type="text"] {
    min-height: 40px !important;
    margin-bottom: 0px !important;
    border: 1.5px solid transparent;
    background: rgba(60,74,77,0.10);
    caret-color: var(--uxblue1);
    -webkit-transition: none;
    transition: none;
}

    .divTSSBrowseImages input[type="text"]:focus {
        outline: none;
        border-color: var(--uxblue) !important;
        -webkit-transition: none;
        transition: none;
    }

iframe.cardknoxfield {
    border: 0 solid black;
    height: 50px;
    padding: 0px;
    margin-bottom: 5px;
    width: 100%;
}

.fbSubmit {
    text-align: left;
}

.form-group {
    text-align: left;
}

.fbCrossSellUpSell .slick-track {
    margin-left: 0;
}

.fbProdOption.images img {
    margin-right: 10px;
    border-radius: 7px;
}

    .fbProdOption.images img.selected {
        border: 3px solid #0084ff;
    }

.fbProdOption.textboxes div {
    display: inline-block;
    margin-right: 10px;
    padding: 7px 15px;
    border: 1px solid #c0c0c0;
    border-radius: 7px;
}

    .fbProdOption.textboxes div:hover {
        cursor: pointer;
    }

    .fbProdOption.textboxes div.selected {
        background-color: #0084ff;
        color: #fff;
    }

.stripe-payments {
    border: none !important;
    padding: 0 !important;
}

.fade.in {
    opacity: 1 !important;
}

.alert > p {
    padding-left: 0 !important;
}

.alert .close {
    display: none !important;
}