﻿

@font-face {
    font-family: "Figtree", sans-serif;
}

.small-font {
    font-size: 10px !important;
}

.med-font {
    font-size: 12px !important;
}

.blue-font {
    color: #0096d6 !important;
}

.statusGreen {
    color: green !important;
}

.statusRed {
    color: red !important;
}

.statusYellow {
    color: yellow !important;
}

.mr-2 {
    margin-right: .5rem;
}

.pr-5 {
    padding-right: 2.5rem;
}

.ml-2 {
    margin-left: .5rem;
}

.mh-564 {
    max-height: 564px !important;
}

.no-link-decoration {
    text-decoration: none !important;
    color: inherit !important;
}

.intro__subheading .text-start p {
    text-align: left !important;
}

.table-button {
    text-align: left !important;
    padding: 0 !important;
}

.no-background {
    background-color: unset !important;
}
.background-white {
    background-color: white !important;
}
.background-theme {
    background-color: #e9eef9 !important;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 150px;
}

body {
    font-family: "Avenir";
    padding: 0 !important;
    margin-top: 20px;
    min-height: 100vh;
}

header {
    background: #ffffff;
    z-index: 10000;
    position: sticky;
    top: 0;
}

/* Inputs */
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    display: none;
}

.product-returnButton {
    background: white;
    border: 1px solid #0096d6;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    position: fixed;
    bottom: 3em;
    right: 3em;
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    transition: .3s;
}

    .product-returnButton:hover {
        transform: scale(1.2);
    }

.employee-login-btn {
    margin-top: -30px;
}

.close {
    border: none !important;
    background-color: transparent !important;
}

/* Header Scroll Effects*/
.scrolled {
    box-shadow: 0px 1px 5px rgba(0,0,0,0.2);
}

/* h1, h2 {
    font-family: 'Esphimere Semi Bold',sans-serif !important; 
} */

a {
    color: #0096d6;
}

    a:hover {
        color: #0077bb;
        text-decoration: none;
    }

.vertical-divider {
    display: block;
    position: relative;
    width: 60vw;
    border: 1px solid rgba(white, .5);
}

.main-bg {
    background: linear-gradient(to right,#cacacc,#f8f9fa);
    min-height: 135px;
}

.bc-bg {
    background: linear-gradient(to right,rgba(202, 202, 204, .5),#f8f9fa);
}

.thin-border {
    border: 1px solid #dee2e6;
}

.no-border {
    border: none !important;
}

.dark-bg {
    background-color: #cacacc;
}

.z-index-3 {
    z-index: 3 !important;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.cards_landscape_wrap-3 {
    max-width: 1200px;
}

.ais-SearchBox-input {
    outline: 0;
    padding: 11px 40px 11px 14px !important;
    box-shadow: none;
    color: #001370;
    border-radius: 6px !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border: 1px solid #001370 !important;
    background-color: #F6F7FC !important;
    font-size: 16px !important;
    letter-spacing: 0.2px;
    line-height: 1.5;
}

    .ais-SearchBox-input:hover {
        border: 1px solid #6B81EF !important;
    }

    .ais-SearchBox-input::placeholder {
        color: #001370 !important;
    }

.flex-btn {
    background-color: #0077bb !important;
    transition: .5s;
}

    .flex-btn:hover {
        background-color: #0096d6 !important;
    }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0025DF;
    border-color: #fff;
}

    .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: none !important;
    }

.btn-primary,
._flexcon-facet-list_159e4_1 ._flexcon-facet-showMore_159e4_23,
.flexcon-ais__clearRefinement,
.flexcon-ais__clearRefinement,
.flexcon-ais__removeAll {
    color: #FFFFFF !important;
    background-color: #0025DF !important;
    padding: 16px 24px;
    -webkit-border-radius: 10px 0px 10px 0px !important;
    -moz-border-radius: 10px 0px 10px 0px !important;
    border-radius: 10px 0px 10px 0px !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
    font-size: 20px;
    letter-spacing: 0.2px;
    font-weight: 700;
    line-height: 1.3;
    border: none !important;
}

    .btn-primary:hover,
    ._flexcon-facet-list_159e4_1 ._flexcon-facet-showMore_159e4_23:hover,
    .flexcon-ais__clearRefinement:hover,
    .flexcon-ais__clearRefinement:hover,
    .flexcon-ais__removeAll:hover {
        color: #001370 !important;
        background-color: #6B81EF !important;
    }

    .btn-primary:active,
    .btn-primary:focus,
    ._flexcon-facet-list_159e4_1 ._flexcon-facet-showMore_159e4_23:active,
    .flexcon-ais__clearRefinement:active,
    .flexcon-ais__clearRefinement:active,
    .flexcon-ais__removeAll:active {
        color: #FFFFFF !important;
        background-color: #0025DF !important;
        box-shadow: none !important;
    }

a.disabled {
    pointer-events: none !important;
    cursor: default !important;
}

.bkgrnd-flexBlue {
    background-color: #0096d6;
    color: whitesmoke;
}

    .bkgrnd-flexBlue:hover {
        background-color: #0077bb;
    }

.color-flexBlue {
    color: #0096d6;
}

.consumerDurables-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: linear-gradient(to top, rgb(1, 119, 187), rgb(57, 192, 231));
    border: 1px solid rgb(1, 119, 187);
    opacity: .5;
    transition: 1s !important;
}

.flexcon-ais__facet-btn {
    background-color: #001370 !important;
}

.flexcon-ais__hitsRetrieved {
    background-color: #FFFFFF !important;
    font-size: 14px !important;
    letter-spacing: 0.2px;
    font-weight: 600;
    line-height: 1.57143;
    color: #001370 !important;
    padding: 4px 12px 4px 12px !important;
    border-radius: 100px;
    border: 1px solid #001370;
}

.flexcon-ais__removeCompare svg {
    fill: #0025DF !important;
}

.flexcon-ais__searchSubmit svg, .flexcon-ais__searchReset svg, .flexcon-ais__download svg {
    fill: #001370 !important;
}

.flexcon-ais__selectSort {
    border: 1px solid #001370 !important;
    margin-right: 1rem;
    padding: 0.25rem 1.25rem;
    color: #001370 !important;
}

.flexcon-ais__toggle-switch label {
    background: #b1b5ca !important;
}

.flexcon-ais__toggle-switch input:focus + label {
    outline: none !important;
}

.flexcon-ais__toggle-switch input:checked + label {
    background: #0025df !important;
}

.market-hoverOvrly:hover .consumerDurables-bg {
    background: linear-gradient(to top, rgb(1, 119, 187), rgb(57, 192, 231));
    opacity: .75;
}

.healthcare-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: linear-gradient(to top, rgb(84, 188, 171), rgb(168, 233, 224));
    border: 1px solid rgb(84, 188, 171);
    opacity: .5;
    transition: 1s !important;
}

.market-hoverOvrly:hover .healthcare-bg {
    background: linear-gradient(to top, rgb(84, 188, 171), rgb(168, 233, 224));
    opacity: .75;
}

.packaging-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: linear-gradient(to top, rgb(79, 41, 132), rgb(173, 127, 218));
    border: 1px solid rgb(79, 41, 132);
    opacity: .5;
    transition: 1s !important;
}

.market-hoverOvrly:hover .packaging-bg {
    background: linear-gradient(to top, rgb(79, 41, 132), rgb(173, 127, 218));
    opacity: .75;
}

.transportation-bg, .automotive-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: linear-gradient(to top, rgb(73, 99, 122), rgb(153, 173, 189));
    border: 1px solid rgb(73, 99, 122);
    opacity: .5;
    transition: 1s !important;
}

.market-hoverOvrly:hover .transportation-bg, .market-hoverOvrly:hover .automotive-bg {
    background: linear-gradient(to top, rgb(73, 99, 122), rgb(153, 173, 189));
    opacity: .75;
}

.electronics-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: linear-gradient(to top, rgb(0, 88, 161), rgb(33, 156, 219));
    border: 1px solid rgb(0, 88, 161);
    opacity: .5;
    transition: 1s !important;
}

.market-hoverOvrly:hover .electronics-bg {
    background: linear-gradient(to top, rgb(0, 88, 161), rgb(33, 156, 219));
    opacity: .75;
}

.industrial-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: linear-gradient(to top, rgb(145, 145, 149), rgb(200, 199, 202));
    border: 1px solid rgb(145, 145, 149);
    opacity: .5;
    transition: 1s !important;
}

.market-hoverOvrly:hover .industrial-bg {
    background: linear-gradient(to top, rgb(145, 145, 149), rgb(200, 199, 202));
    opacity: .75;
}

.const-energy-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: linear-gradient(to top, rgb(219, 114, 37), rgb(240, 143, 72));
    border: 1px solid rgb(219, 114, 37);
    opacity: .5;
    transition: 1s !important;
}

.market-hoverOvrly:hover .const-energy-bg {
    background: linear-gradient(to top, rgb(219, 114, 37), rgb(240, 143, 72));
    opacity: .75;
}

.retail-advert-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: linear-gradient(to top, rgb(45, 111, 21), rgb(93, 165, 48));
    border: 1px solid rgb(45, 111, 21);
    opacity: .5;
    transition: 1s !important;
}

.market-hoverOvrly:hover .retail-advert-bg {
    background: linear-gradient(to top, rgb(45, 111, 21), rgb(93, 165, 48));
    opacity: .75;
}

.dropdownUtility-menu {
    margin-top: 1em;
    transform: translate3d(0px, 30px, 0px) !important;
    z-index: 10070;
}

.dropdown-menu {
    animation: fade .5s;
}

.hp-consumerDurables-bg:before {
    background-color: #F69F6E !important;
}
.hp-healthcare-bg:before {
    background-color: #A2D6D9 !important;
}
.hp-packaging-bg:before {
    background-color: #B9A6D2 !important;
}
.hp-transportation-bg:before {
    background-color: #E1DDD7 !important;
}
.hp-electronics-bg:before {
    background-color: #92BCD1 !important;
}
.hp-industrial-bg:before {
    background-color: #F8E191;
}
.hp-const-energy-bg:before {
    background-color: #C89F9C;
}
.hp-retail-advert-bg:before {
    background-color: #9BCEA6 !important;
}
.hp-corporate-bg:before {
    background-color: #B8C4FF;
}


@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.market-container, .segment-container {
    max-width: 1140px !important;
}

.market-card, .segment-card {
    overflow: hidden;
    position: relative;
    width: 50%;
    overflow: hidden;
    margin-top: 15px;
    color: white;
    max-width: 250px;
    min-width: 250px;
    min-height: 175px;
    transition: 1s;
    margin: .5em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .market-card:before, .segment-card:before {
        content: "";
        display: block;
        padding-top: 75%;
    }

    .market-card p, .segment-card p {
        font-size: 18px;
        text-align: center;
        width: 100%;
        z-index: 99;
        transition: all 0.3s;
        font-weight: 500;
        font-style: normal;
        line-height: 110%;
        letter-spacing: 0px;
        text-transform: none;
    }

    .market-card:hover, .segment-card:hover {
    }

    .market-card a, .segment-card button {
        opacity: 0;
        background-color: #0096d6;
        transition: .5s;
    }

    .market-card:hover a, .segment-card:hover button {
        opacity: 1;
        color: #fff;
        border-color: #fff;
        z-index: 1000;
        transform: translateY(20px)
    }

.market-btn:hover, .segment-btn:hover {
    background-color: #0077bb;
}

.market-hoverOvrly, .segment-hoverOvrly {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white !important;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 90;
    transition: all 0.4s;
}

.segmentOverly-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: linear-gradient(to top, rgb(0, 0, 0), rgb(56, 56, 56));
    opacity: .5;
    border: 1px solid rgb(0, 0, 0);
    transition: 1s !important;
}

.segment-hoverOvrly:hover .segmentOverly-bg {
    background: linear-gradient(to top, rgb(0, 0, 0), rgb(56, 56, 56));
    opacity: .75;
}

.segment-hoverOvrly div {
    cursor: pointer;
}

.no_underline {
    text-decoration: none !important;
}

.list-group-item-action {
    font-weight: 700;
    color: #0096d6;
}

    .list-group-item-action:hover {
        color: #0077bb;
    }

.megaDesc {
    font-size: .8em;
    padding-left: 2em;
    padding-right: 2em;
    text-transform: capitalize;
}

.pressRelease_img {
    display: flex;
    justify-content: center;
}

.pressRelease_img-container{
    display: flex;
    overflow: hidden;
}
/*My Account CSS*/
.customerDropdown button::after {
    position: absolute;
    right: 10px;
    top: 15px;
}

.portal-order-list {
    background-color: #0096d6;
    border-radius: .25rem;
    border: 1px solid transparent;
    color: #ffffff;
}

.account-information .modal-dialog, .register-information .modal-dialog, .company-information .modal-dialog {
    width: 800px !important;
}

.marketingModal .modal-dialog {
    max-width: 1200px;
}

.marketingModal .modal-content {
    border-top-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border: none !important;
    display: grid;
    grid-template-columns: 50% 50%;
}

.warningModal-close {
    z-index: 1100;
    text-shadow: 1px 1px black;
    cursor: pointer;
    text-align: right;
    position: absolute;
}

.action-modal {
    text-shadow: none !important;
    right: 15px;
}

.fc2024 div .marketingModal .modal-content {
    background-color: #D8EDEE;
}
.fc2024 div .marketingModal .modal-content div {
    color: #0025DF !important;
}

.modal-logo {
    max-width: 200px;
    position: absolute;
    bottom: 0;
}

.user-registration .form-select {
    height: 38px;
}

.modal-open .modal {
    overflow-y: hidden;
}

.modal-content {
    overflow-y: auto;
    max-height: 750px;
}

.marketingModal .modal-content {
    overflow-y: auto;
    max-height: 700px;
    max-width: 1200px
}

.no-arrow {
    background-image: none !important
}

.dropdown-item {
    text-align: left;
}

/*Custom Search Bar*/
.search-box {
    position: relative;
}

    .search-box button {
        border: 0;
        background: none;
        cursor: pointer;
    }

        .search-box button:focus,
        .search-box button:active {
            border: 0;
        }

.input {
    padding: 10px;
    width: 50px;
    height: 35px;
    box-sizing: border-box;
    border-color: #0096d6;
    border: none;
    outline: none;
    opacity: 0;
    transition: .5s;
    width: 200px;
    background: #ffffff;
    border: 1px solid #0096d6;
    border-radius: 10px;
}

    .input:focus-visible {
        border-color: #0096d6;
    }

.search-box span, .search-box i {
    color: #0096d6;
}

.see {
    opacity: 1 !important;
    visibility: inherit !important;
}

.blind {
    opacity: 0;
    visibility: hidden;
}

.mobile-search {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    z-index: 1000;
}

.behind {
    z-index: -2;
}

.burgerMenu-responsive {
    /*display: flex;
justify-content: center;*/
}

/*Carousel*/

.glider-dot {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
}

    .glider-dot:focus {
        outline: none;
    }

.dots {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 15;
    height: 10px;
}

#AboutUs_HP_Carousel, #GroupContent_Carousel {
    background: linear-gradient(to right,#cacacc,#f8f9fa);
}

    #AboutUs_HP_Carousel .carousel-item .row, #GroupContent_Carousel .carousel-item .row {
        height: auto;
        min-height: 450px;
        width: 82vw;
    }

        #AboutUs_HP_Carousel .carousel-item .row .col-xl-4, #GroupContent_Carousel .carousel-item .row .col-xl-4 {
            overflow: hidden;
        }

    #AboutUs_HP_Carousel .carousel-indicators, #GroupContent_Carousel .carousel-indicators {
        overflow: visible;
        height: 10px;
    }

        #AboutUs_HP_Carousel .carousel-indicators li, #GroupContent_Carousel .carousel-indicators li, .glider-dot {
            background-color: #0096d6;
            border-radius: 2px;
            transition: .25s;
        }

            #AboutUs_HP_Carousel .carousel-indicators li:hover, #GroupContent_Carousel .carousel-indicators li:hover, .glider-dot:hover {
                background-color: #0096d6;
                height: 10px;
            }

            #AboutUs_HP_Carousel .carousel-indicators .active, #GroupContent_Carousel .carousel-indicators .active, .glider-dot.active, .glider-dot:focus {
                background-color: #0077bb !important;
            }

        #AboutUs_HP_Carousel .carousel-indicators li, #GroupContent_Carousel .carousel-indicators li, .glider-dot {
            background-color: #0096d6;
        }

    #AboutUs_HP_Carousel img, #GroupContent_Carousel img {
        height: 450px;
    }

.carousel-indicators {
    position: relative;
    display: block;
}
    .carousel-indicators [data-bs-target] {
        background-clip: unset !important;
        border-radius: 50%;
        width: 15px;
        height: 15px;
        box-sizing: border-box !important;
        background-color: #0025DF;
        border-top: unset !important;
        border-bottom: unset !important;
    }

/*Card Lists*/
#card-list_insights img {
    /*transition: .9s;*/
    width: auto;
    height: 200px;
}

    #card-list_insights img:hover {
        /*transform: scale(1.05);*/
    }

#card-list_insights .list-group-item-action {
    background-color: revert;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.5s cubic-bezier(.25,.8,.25,1);
}

    #card-list_insights .list-group-item-action:hover {
        background-color: revert;
        box-shadow: 0 10px 20px rgba(0,0,0,0.25), 0 5px 5px rgba(0,0,0,0.22);
    }

    #card-list_insights .list-group-item-action button {
        background-color: #0096d6;
        transition: .5s;
    }

        #card-list_insights .list-group-item-action button:hover {
            background-color: #0077bb;
        }

.li-group1 {
    position: absolute;
    top: 1em;
    left: 1em;
}

.li-group2 {
    color: red !important;
}

.li-group3 {
    color: purple !important;
}

.image-box {
    overflow: hidden;
}

.published-date {
    font-size: 12px;
}

#business-no, #business-yes, #warningModal {
    z-index: 10100 !important;
}

.modal {
    text-align: center;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-open {
    overflow: inherit;
}

/* Tabs*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs {
    border-bottom-color: transparent !important;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

    .nav > li > a:hover {
        text-decoration: none;
    }

.tab-li {
    position: relative;
    top: 1px;
}

    .tab-li .active {
        border-bottom-color: white !important;
        z-index: 4;
    }

.tab-content {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

/*Tabbed Cards*/
.btn-simple {
    color: rgba(0,0,0,.5);
}

    .btn-simple:active, .btn-simple:hover, .btn-simple.active.show {
        color: rgba(0,0,0,.7);
    }

.nav-buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

    .nav-buttons > li > a {
        margin-right: 1em;
        margin-left: 1em;
    }

.circle {
    border-radius: 50%;
    height: 50px !important;
    width: 50px !important;
    object-fit: cover;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Alternating Rows*/
.row1, .row3, .row5, .row7, .row9 {
    display: flex;
    flex-direction: row-reverse !important;
}

/*Animation Library Changes*/
.mm-delay {
    animation-delay: 300ms;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -15px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/*IFRAME Styling*/
.frame-container {
    position: relative;
    width: 100%;
}

    .frame-container iframe {
        min-height: 500px;
    }

        .frame-container iframe form.form {
            background-color: green;
        }

form.form {
    color: red !important;
}

#pardot-form {
    display: none !important;
}

.first_name {
    display: none !important;
}

/*IFRAME VIDEO*/
.o-video {
    width: 100%;
    height: 98.25%;
    position: relative;
    /*padding-top: 56.25%;*/
}

    .o-video > iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border: 0;
    }

    .o-video > div {
        max-width: none !important;
    }

.video-container iframe {
    position: relative;
    height: 540px;
}

/* Tables */
.table-style-bordered {
    padding: 10px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    /*background: #f8f9fa;*/
}

    .table-style-bordered td, .table-style-bordered th, .table-style td, .table-style th {
        padding: 0 15px;
    }

    .table-style-bordered tr, .table-style tr {
        border-bottom: 1px dashed whitesmoke;
    }

        .table-style-bordered tr:last-child, .table-style tr:last-child {
            border-bottom: none;
        }

    .table-style-bordered td, .table-style td {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.table-style {
    padding: 10px;
}

.tab-content > .active {
    display: flex !important;
    flex-direction: row !important;
}
/*Password Warning*/
.wrong .fa-check {
    display: none;
}

.good .fa-times {
    display: none;
}

.alert {
    border-radius: 5px !important;
    background-color: #fff;
    border-color: #ced4da;
    color: #495057 !important;
}

/*Marketing Banner*/
.marketing-banner .alert {
    border-radius: 10px !important;
}

.marketing-banner_link:hover{
    font-weight: 700;
}
