
/* || main Styling*/

body {
    overflow-y: scroll;
    overflow-x: hidden;
    margin: 0;
    padding-top: 62px;
    width: 100%;
    position: relative;
}

.body-embed {
    padding-top: 0;
    /* position: fixed !important; */
    /* overflow-y: scroll !important; */
}

.min-height {
    min-height: 80vh;
}

.noscroll {
    overflow: hidden;
    padding-right: 10px;
}

.pcscrollbar::-webkit-scrollbar {
    width: 10px;
}

.pcscrollbar::-webkit-scrollbar-track {
    background-color: #000;
    border-radius: 2px;
}

.bg-white.pcscrollbar::-webkit-scrollbar-track {
    background-color: #fff;
}

.pcscrollbar::-webkit-scrollbar-thumb {
    background-color: #666;
    border-radius: 2px;
}

.pcscrollbar-thin {
    overflow-y: hidden;
}


.pf-offer-show.pcscrollbar-thin:hover, .more-thumbs.pcscrollbar-thin:hover {
    overflow-y: scroll;
    margin-right: -4px;
    position: relative;
}



.pcscrollbar-thin::-webkit-scrollbar {
    width: 4px;
}


.pcscrollbar-thin::-webkit-scrollbar-track {
    background-color: #000;
    border-radius: 4px;
}


.pcscrollbar-thin::-webkit-scrollbar-thumb {
    background-color: #336699;
    border-radius: 4px;
}





.pcscrollbar-thin-horiz::-webkit-scrollbar {
    /* width: 4px; */
    height: 10px;
}


.pcscrollbar-thin-horiz::-webkit-scrollbar-track {
    background-color: #000;
    border-radius: 4px;
}


.pcscrollbar-thin-horiz::-webkit-scrollbar-thumb {
    background-color: #336699;
    border-radius: 4px;
}


select option {
    /* border-radius: 5px !important; */
    /* background: rgb(0 0 0 / 85%) !important; */
}



.bg-white select option {
    border-radius: 15px !important;
    background: #7da5ec !important;
    color: #fff;
}

#up_loading_wrap {
    position: relative;
}

#up_loading {
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    align-items: center;
    background-color: rgb(0 0 0 / 58%);
}

.spinner-border {
    width: 5vw;
    height: 5vw;
}


.img-thumbnail {
    width: 100%;
    align-self: center;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    cursor: pointer;
    border-radius: 3px;
    z-index: 1;
}

.thumb-personalized {
    background-color: #10c710;
    border: 2px solid #10c710;
}

.social-small, .social-small img {
    width: 32px;
    height: auto;
    padding-top: 5px;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
}

.recaptcha {
    padding: 0 0 5px !important;
}

.recaptcha-inline {
    display: inline-block;
    float: left;
}

.recaptcha-inline-nofloat {
    display: inline-block;
    background-color: #fff;
}

.checkbox-button label {
    margin-left: 15px;
}

/*|| Dark Mode / White Mode*/
.bg-black {
    color: lightgray !important;
}

    .bg-black .nav-link {
        color: lightgray;
    }

.bg-white {
    color: #000;
}

    .bg-white .nav-link {
        /* color: #000; */
    }

    .bg-white #overlays_ctrl_forward_lbl_confirmation{
        color:#fff !important;
    }

    .bg-white .account-table-submit{
        color:#fff;
    }

    .bg-white .form-table-submit{
        color: #fff;
    }

    .ddn-divider {
        border-top: 1px solid lightgray;
        opacity: .4;
        padding: 0 3px;
    }

.delayhide {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 300px;
    margin-top: -100px;
    margin-left: -150px;
    z-index: 6;
    border-radius: 4px;
    padding: 15px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.42);
    border: 1px solid #fdfdfd;
    color: white;
    font-size: 1.2rem;
    background-color: #003087;
    background: radial-gradient(circle, rgba(0,48,135,1) 0%, rgba(0,39,108,1) 50%, rgba(1,26,70,1) 100%);
}

.offerlist {
    position:fixed;
    bottom:20px;
    z-index:2;
    opacity: .8;
    font-weight: bold;
    background-color: #1f3882;
} 
.offerlist-prev{
    left: 20px;
}
.offerlist-next {
    right: 20px;
}
/*About Products*/
.mediaguide-header-wrap {
    padding: 1.5rem 0 1.5rem 1.2rem;
    color: #fff;
    font-size: 2vw;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    justify-content: space-between;
}
.page-header{width: 90.8%;margin: 0 4.6%;border-radius: 5px;padding: 1rem 0 1rem 1rem;font-size: 1.7rem;}
.mediaguide-idc {
    background-color: #6dc070;
}
.mediaguide-pf{background-color: #224774;}
.mediaguide-co {
    background-color: #cf2127;
}
.mediaguide-dc {
    background-color: #eb6447;
}
.mediaguide-pj{background-color: #e5c501;}
.mediaguide-ban{background-color: #389db1;}
.mediaguide-banpop{background-color: #7d66ae;}
.mediaguide-video{background-color: #a29db1;}
.mediaguide-mktg{background-color: #1b6447;}

.mediaguide-name {
    white-space: nowrap;
}

.mediaguide-line {
        width: 200px;
        height: 3px;
        background-color: #fff;
        position: relative;
        bottom: -3px;
        flex-grow: 100;
      }

.mediaguide-sub {border-top: 3px solid #fff;border-left: 3px solid #fff;border-bottom: 3px solid #fff;display: flex;align-items: center;font-weight: 100;padding: 5px 0 5px 0;white-space: nowrap;padding-right: 2rem;}

.mediaguide-sub-insideline{width: 20px;background-color: #fff;height: 3px;position: relative;bottom: -3px;margin-right: 10px;}

.product-cont {
    /* position: relative; */
    /* z-index: 1; */
    padding: 40px;
}

.product-selltext-wrap {
    /* color: #fff; */
    /* text-shadow: 0 0px 20px #000000; */
}

.product-heading {
    font-size: 4em;
    width: 100%;
    height: 113px;
    background-position: -8px 0;
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 20px;
}

.advertise-carousels {
    margin-top: 60px;
}

.promoplus-carousels {
    margin-top: 60px;
}

.product-heading-pj {
    background-image: url('/art/aboutproducts/pj/promojournalads-dark.png');
}

.bg-white .product-heading-pj {
    background-image: url('/art/aboutproducts/pj/promojournalads-light.png');
}

.product-heading-pf {
    background-image: url('/art/aboutproducts/pf/PromoFlash.png');
    margin: 0 0 30px;
}

.product-heading-idc {
    /* background-image: url('/art/aboutproducts/idc/IdentityCollection.png'); */
}

.product-heading-dc {
    background-image: url('/art/aboutproducts/dc/PageFlip-Dark.png');
    margin-bottom: 20px;
}

.bg-white .product-heading-dc {
    background-image: url('/art/aboutproducts/dc/PageFlip-Light.png');
    margin-bottom: 20px;
}

.product-heading-pfp {
    background-image: url('/art/aboutproducts/pfplat/PromoFlashPlatinum.png');
}

.product-heading-mktgsvcs {
    background-image: url('/art/aboutproducts/mktgsvcs/MarketingServices.png');
    height: 15vh;
    margin-bottom: 20px;
    width: 100%;
}

.product-heading-vs {
    background-image: url('/art/aboutproducts/vidserv/VideoServices-Dark.png');
    margin-bottom: 40px;
}

.bg-white .product-heading-vs {
    background-image: url('/art/aboutproducts/vidserv/VideoServices-Light.png');
}

.product-heading-ppu {
    background-image: url('/art/aboutproducts/promopopup/PromoPopUp.png');
    margin-bottom: 30px;
}

.product-heading-prbnr {
    background-image: url('/art/aboutproducts/promobanner/PromoBanner-Dark.png');
    margin-bottom: 20px;
}

.bg-white .product-heading-prbnr {
    background-image: url('/art/aboutproducts/promobanner/PromoBanner-Light.png');
}


.product-heading-promosaver {
    background-image: url('/art/aboutconnect/promosaver/Promo-Saver.svg');
    /* margin: 50px 0 0; */
}

.bg-white .product-heading-promosaver {
    background-image: url('/art/aboutconnect/promosaver/Promo-Saver.svg');
}

.product-heading-findapc {
    background-image: url('/art/aboutconnect/findapc/FindAPC3-DarkBkgnd.svg');
}

.bg-white .product-heading-findapc {
    background-image: url('/art/aboutconnect/findapc/FindAPC3-LightBkgnd.svg');
    height: 86px;
    margin-bottom: 20px;
}

.product-heading-promopages {
    background-image: url('/art/aboutconnect/promopages/Promo-Pages.svg');
    /* height: 13vh; */
}

.bg-white .product-heading-promopages {
    background-image: url('/art/aboutconnect/promopages/Promo-Pages.svg');
}

.product-heading-promodirect {
    background-image: url('/art/aboutconnect/promodirect/Promo-Direct.svg');
    margin: 20px 0 0;
}

.pp-connect-logo {
    width: 40vw;
    -webkit-filter: drop-shadow(1px 1px 5px rgb(255 255 255 / 82%));
    filter: drop-shadow(1px 1px 5px rgb(255 255 255 / 82%));
}

.product-iframe-cont{position: relative;display: flex;align-items: self-start;justify-content: center;}

.product-iframe{position: absolute;width: 72%;height: calc(78% * .74267);z-index: 2;margin-top: calc(100vw * .0439);border-radius: 10px;}

.product-subheading {
    font-size: 1.75em;
    line-height: 1.5em;
}

.product-bullets {
    font-size: 1.5em;
    line-height: 1.5em;
    margin-top: 26px;
    margin-bottom: 50px;
}

    .product-bullets li {
        margin: 0 0 10px;
    }

.product-image {
    width: 35vw;
    /* padding: 20px; */
    /* border: 1px solid rgb(255 255 255 / 38%); */
    /* border-radius: 3px; */
    /* margin: 20px 2.5%; */
    /* background-color: #000; */
    /* cursor: zoom-in; */
}

.product-image-col {
    width: 95%;
    padding: 20px;
    border: 1px solid rgb(255 255 255 / 38%);
    border-radius: 3px;
    margin: 20px 2.5%;
    background-color: #000;
    cursor: zoom-in;
}


.about-background {
    /* position: absolute; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 25vw;
    opacity: .15;
    background-image: url(/art/aboutproducts/promojournalv2.jpg);
    z-index: 0;
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: 0 20px;
    filter: blur(4px);
    /* height: 100%; */
}


.text-white .carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #fff;
}


.text-white .carousel-dark .carousel-control-next-icon, .text-white .carousel-dark .carousel-control-prev-icon {
    filter: unset;
}

.carousel-indicators {
    bottom: -20px;
}

.carousel-control-prev {
}

.carousel-inner {
    cursor: pointer;
}

.bg-white .pf-car-main-wrap .carousel-indicators button {
    background-color: #000;
}

.bg-white .pj-car-main-wrap .carousel-indicators button {
    background-color: #fff;
}

.product-pricing {
    border: 1px solid #666;
    max-width: 400px;
    border-radius: 3px;
    width: 95%;
    /* background-color: red !important; */
}

.td-price {
    border-right: 1px solid #666;
}


/*About PromoPlus*/

.con-landing-container{

}

.conn-header {
    display: flex;
    justify-content: center;
    align-items: self-start;
    margin-top: 50px;
}

.con-left{
    width:35%
}

.con-center{
    width:40%;
    position: relative;
}

.con-right{
    width:35%
}

.con-bluestripe {
    height: 11vw;
    background-color: #38b6ff;
}

.con-bluestripe-logo{
    display:none;
}
.con-img-cont {
    padding: 20px;
    text-align: center;
}

.con-img {
    max-width: 80%;
}

.conn-logo {width: 100%;}

.conn-video-cont{position: absolute;top: 2.6%;left: 2.5%;width: 94.9%;height: 68%;}
.conn-video{}
.bg-black .con-img-light {
    display: none;
}

.bg-white .con-img-dark{
    display: none
}

.con-mobile-logos{
    display:none;
}

.promoplus-video {
    width: 60vw;
    height: calc(60vw * .562);
    margin: 20px 0;
}


/*PromoCorner Sales Contact Form*/

.contact-btn-wrap {
    text-align: center;
    padding: 40px;
}

.contact-wrap {
    /* position: fixed; */
    /* right: 20px; */
    background-color: #fff;
}

.contact-cont {
    position: fixed;
    background-color: rgb(0 0 0 / 50%);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 5;
    padding: 80px 39vw 0;
}


.sales-contact-wrap {
    border: 1px solid rgb(255 255 255 / 38%);
    padding: 15px;
    /* width: 350px; */
    display: block;
    background: radial-gradient(ellipse at center, #45484d 0%,#000000 100%);
    /* border-radius: 10px; */
}

.bg-white .sales-contact-wrap {
    border: 1px solid lightgray;
    background: radial-gradient(ellipse at center, #45484d00 0%,#0000000d 100%);
}

.sales-contact-banner {
    color: white;
    text-align: center;
    background: radial-gradient(circle, rgba(0,48,135,1) 0%, rgba(0,39,108,1) 50%, rgba(1,26,70,1) 100%);
    padding: 10px 0;
    margin: 0 0 10px;
    border: 1px solid rgb(255 255 255 / 38%);
    border-radius: 2px;
    text-decoration: none;
    min-width: 300px;
    padding: 10px 30px;
    border-radius: 3px;
    box-shadow: 0 0 5px rgb(1 32 118 / 28%);
}

    .sales-contact-banner:hover {
        color: #fff;
    }


/*Stripe credit card form*/

#Content_creditcardform_rbl_connectserviceoption {
    width: 100%;
    font-size: 2em;
}

    #Content_creditcardform_rbl_connectserviceoption td {
    text-align: center;
    }

#Content_creditcardform_rbl_connectserviceoption_0, #Content_creditcardform_rbl_connectserviceoption_1 {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}


.card-element {
    width: calc(100% - 30px) !important;
    height: calc(1.5em + .75rem + 2px) !important;
    padding: .65rem .75rem .375rem .75rem !important;
    font-size: 1rem !important;
    /* font-weight: 400 !important; */
    line-height: 1.5 !important;
    /* color: #495057 !important; */
    /* background-color: #fff !important; */
    background-clip: padding-box !important;
    /* border: 1px solid #ced4da !important; */
    /* border-radius: .25rem !important; */
    /* transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important; */
    margin-left: 15px !important;
}

.ccwrap {
    /* background-color: rgba(0, 0, 0, 0.5); */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 6;
}

.ccform {
    position: relative;
    margin-top: 2vh;
    border: 1px solid gray;
    padding: 30px 15px 25px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(1, 0, 0, 0.32);
    background: radial-gradient(ellipse at center, #45484d 0%,#000000 100%);
    z-index: 4;
    width: 40vw;
    margin: 20vh 30vw;
}

.bg-white .ccform{
    color: #fff;
}

.close-form {
    position: absolute;
    right: 4px;
    top: -20px;
    font-size: 40px;
    color: black;
    font-weight: bold;
    z-index: 3
}

.error-text {
    color: red;
    font-size: medium;
    text-align: center;
}

@media (max-width: 767px) {
    .ccwrap {
        padding: 5px 10px;
        max-width: 100vw;
    }

    .ccform {
        position: absolute;
        margin-top: 0;
        background-color: white;
        border: none;
        padding: 10px;
        border-radius: unset;
        box-shadow: unset;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .close-form {
        font-size: 30px;
        top: -10px;
        right: 10px;
    }
}


/*footer*/

footer {
    z-index: 1;
    position: relative;
}

.footer-wrap {
    background-color: #7c878e;
    color: white;
    padding: 1rem;
    margin-top: 3rem;
    background: linear-gradient(90deg, rgba(31,56,130,1) 0%, rgb(72 103 176) 50%, rgb(31 56 130) 100%);
}

.footer-item-header {
    font-size: 1.1rem;
    font-weight: 500;
}

.footer-nav-links {
    font-size: .9em;
    color: white;
    margin: 5px 0;
}

.social-footer {
    width: 40px;
    margin: 5px 1px;
}


.pnl_footer_mpp {
    background-color: #7c878e;
    color: white;
    padding: 1rem;
    margin-top: 3rem;
    background: radial-gradient(circle, rgba(0,48,135,1) 0%, rgba(0,39,108,1) 50%, rgba(1,26,70,1) 100%);
}


/*cookie footer*/

.cookie-panel {
    position: fixed;
    bottom: 0;
    left: 5vw;
    width: 90vw;
    height: 100px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: white;
    background-color: #003087;
    text-align: center;
    line-height: 1.5;
    opacity: 1;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    z-index: 1000000;
    box-shadow: 0 0 15px #000;
    padding-top: 15px;
    background: radial-gradient(circle, rgba(0,48,135,1) 0%, rgba(0,39,108,1) 50%, rgba(1,26,70,1) 100%);
}

.close-cookie {
    position: absolute;
    right: -5px;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    top: -5px;
    background-color: red;
    color: white;
    font-weight: bold;
    border: 2px solid white;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.28);
    font-size: 1.2em;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    line-height: 1.1em;
}

@media (max-width: 767px) {
    .cookie-panel {
        font-size: .9em;
        height: 120px;
        line-height: 1.3;
        padding: 20px;
    }
}



/*|| Navigation*/
.navbar {
    /* background: radial-gradient(circle, rgba(0,48,135,1) 0%, rgba(0,39,108,1) 50%, rgba(1,26,70,1) 100%); */
    position: fixed;
    top: 0;
    width: 100%;
    /* transition: top 0.3s; */
    height: 62px;
    z-index: 5;
    background: linear-gradient(90deg, rgba(31,56,130,1) 0%, rgba(125,165,236,1) 100%);
}

.navbar-pc .nav-link {
    color: #fff !important;
}

.dropdown-toggle::after {
    color: #7da5ec
}

.auth-reseller-wrap {
    margin-right: 20px;
    min-width: 250px;
}

.auth-resller-head {
    font-size: .7em;
    text-align: center;
    /* font-weight: bold; */
    line-height: 1.1;
}

.auth-resller-company {
    font-size: 1em;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.dropdown-menu {
    color: #000 !important;
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.dropdown-item{
    position: relative;
}

.dropdown-link {
    color: #fff;
    text-decoration: none;
    /* font-weight: 500; */
    line-height: 1.2;
}

    .dropdown-link:hover {
        color: #fff;
        text-decoration: none;
    }

.dropdown-link-small {
    font-weight: normal;
    opacity: .5;
    font-size: .9rem;
}



.dropdown-link-sticky {
    position: absolute;
    right: 10px;
    background-color: #0a39e5;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    top: 8px;
    box-shadow: 2px 2px #000;
    opacity: 1;
    cursor: pointer;
}


.light-mode-wrap {
    display: flex;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 24px;
    margin: 0 3px 0 10px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider.round {
    border-radius: 12px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #625f5f;
    -webkit-transition: .4s;
    transition: .4s;
    height: 22px;
    width: 46px;
}


    .slider.round:before {
        border-radius: 50%;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: #cfcccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

.switch-label {
    line-height: 19px;
    width: 90px;
    color: rgba(255,255,255,.55);
}

.dark-mode-label::after {
    content: "Dark";
    margin-right: 4px;
}

.white-mode-label::after {
    content: "White";
}

.nav-search-wrap {
    display: flex;
}

.ddn-pages {
    color: #fff !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    min-width: 70px;
}

.ddn-product {
    color: #fff !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

.ddn-search-departments .dropdown-menu{
    left: -65px;
}


.ddn-company {
    color: #fff !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

.ddn-search-company .dropdown-menu {
    left: -155px;
}

.search-results-label {
    text-align: center;
    font-size: 1.5rem;
}

.search-result-count {
    text-align: center;
    font-weight: bold;
}

/*Home Page*/

.home-search-cont {display: flex;justify-content: end;}

.sitesearch-wrap {display: flex;}

.sitesearch-txtbx {padding: 5px 5px;border-top-left-radius: 40px;border-bottom-left-radius: 40px;height: 40px;font-size: 1rem;padding-left: 40px;background: url(/art/searchcolor.png);background-position: 10px;background-repeat: no-repeat;background-size: 22px;background-color: #fff;border-top-right-radius: 5px;border-bottom-right-radius: 5px;width: 175px;outline: none;border: 1px solid #fff;margin-right: 4px;}


.home-search-ddn {
    text-align: center;
    background-color: #1f3882;
    color: #fff;
    height: 40px;
    outline: none;
    border: none;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    font-size: var(--bs-nav-link-font-size);
    margin-right: 4px;
}

    .home-search-ddn option {
        font-size: var(--bs-nav-link-font-size);
        padding: 10px;
        cursor: pointer !important;
        text-align: left;
    }


.home-search-btn{
    text-align: center;
    background-color: rgb(31 56 130);
    color: #fff;
    height: 40px;
    outline: none;
    border: none;
    padding: 5px 15px;
    border-radius: 10px;
    font-size: 1rem;
    padding-right: 24px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    margin-left: -2px;
    font-size: var(--bs-nav-link-font-size);
}

.home-pf-cont {
    padding: 10px 20px;
}

.home-banner-cont .banner-wrap {
    padding: 40px 1vw 5px;
}

.home-banner-cont .banner-img {
    width: 48vw;
    height: calc(48vw * .1875);
}

.home-pj-cont {
    padding: 20px 20px 40px 20px;
    background-color: #181818;
    margin: 40px 0 0;
}

.home-idc-cont {
    padding: 10px 20px;
}

.home-tri-wrap {
    padding: 10px 20px;
}

.home-extra-cont{width: 24.5%;height: auto;cursor: pointer;}

.home-extra-img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 5px;
    border: 1px solid #a3a1a1;
}



.home-heading {
    font-size: 1.25rem;
    color: #fff;
    text-decoration: none !important;
}

.text-black .home-heading {
    color: #000;
}

.text-black .home-pj-cont .home-heading {
    color: #fff;
}

.home-sell {
    position: absolute;
    text-align: center;
    width: 80%;
    bottom: 5px;
    color: #fff;
    padding: 10px;
    /* font-size: 1.2em; */
    left: 10%;
    border-radius: 5px;
    border: 1px solid lightgray;
    background: radial-gradient(circle, rgba(0,48,135,1) 0%, rgba(0,39,108,1) 50%, rgba(1,26,70,1) 100%);
    box-shadow: 0 0 10px rgb(0 0 0 / 43%);
}

.page-container {
    /*padding-top: 4rem;*/
    position: relative;
    width: 100%;
    min-height: 630px;
}

.page-container-top {
    padding-top: 4rem;
    position: relative;
    width: 100%;
}

.page-container-pad {
    height: 4rem;
    position: relative;
}

.home-logo {
    max-width: 80%;
}

.hp-ready {
    color: white;
    /* font-size: 3rem; */
    /* font-weight: 680; */
}

.hp-easy {
    color: #7da5ec;
    /* font-size: 3rem; */
}

.hp-dig {
    color: white;
    /* font-size: 3rem; */
}

.hp-work {
    color: #7da5ec;
    font-size: 2.5rem;
}

.hp-you {
    color: white;
    font-size: 5rem;
    font-weight: 680;
}

.hp-promo-gray {
    color: #7c878e;
}

.hp-promo-blue {
    color: #003087;
    font-weight: bold;
}

.landing-container {
    min-height: unset;
    position: relative;
    width: 100%;
    height: 15.1vw;
}

.landing {
    display: flex;
    width: 100%;
    background-color: #4473c5;
    padding: 1% 0 1% 5%;
    /* background: radial-gradient(circle, rgba(0,48,135,1) 0%, rgba(0,39,108,1) 50%, rgba(1,26,70,1) 100%); */
    background: linear-gradient(90deg, rgba(31,56,130,1) 0%, rgba(125,165,236,1) 100%);
    height: 100%;
}

.landing-left {
    display: flex;
    width: 40%;
    font-family: Arial;
    font-weight: 700;
    letter-spacing: -4px;
    font-size: 4.5vw;
    line-height: .85;
    flex-direction: column;
    justify-content: center;
}

.landing-right {
    display: flex;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    width: 50vw;
    height: 15vw;
}

.landing-image-wrap{
    width: 100%;
    display:flex;
    height: 15vw;
    text-align: center;
}

.active .landing-image {
    animation: .5s ease .5s normal forwards 1 fadein;
    -webkit-animation: .5s ease .5s normal forwards 1 fadein;
    opacity: 0
}

.landing-image {
    animation: .5s ease .5s normal forwards 1 fadeout;
    -webkit-animation: .5s ease .5s normal forwards 1 fadeout;
    opacity: 1;
    height: 15vw;
    width: auto;
}


.fade-in {
    animation: 1s ease 1s normal forwards 1 fadein;
    -webkit-animation: 1s ease 1s normal forwards 1 fadein;
    opacity: 0
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeout {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeout {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}


/*Home page carousels*/
.pf-car-main-wrap {
    width: 100%; /* margin: 0 4vw; */
}

    .pf-car-main-wrap .carousel-indicators {
        bottom: -40px;
    }


.pf-article-wrap {
    height: calc(16vw * 1.2500);
    width: 16vw;
    padding: 0.335vw;
    min-width: 16vw;
}

.pf-article {
    height: 100%;
    width: 100%;
    background-size: 100% auto;
    background-position: 0 0;
    position: relative;
    border: 1px solid #666;
    min-width: 100%;
    cursor: pointer;
    background-repeat: no-repeat;
    border-radius: 3px;
    background-size: cover;
    background-position: 50% 50%;
}

.pf-teaser {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: radial-gradient(circle, rgba(0,48,135,1) 0%, rgba(0,39,108,1) 50%, rgba(1,26,70,1) 100%);
    border-top: 1px solid #666;
    left: 0;
    right: 0;
    font-size: .8vw;
    color: #fff;
    height: 3.5vw;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, rgb(31 56 130) 0%, rgb(77 109 182) 100%);
}

.idc-thumb-list {
    margin: .25vw;
}

.pj-car-main-wrap {
    width: 100%;
    /* margin: 0 4vw; */
}

    .pj-car-main-wrap .carousel-indicators {
        bottom: -40px;
    }


.pj-article-wrap {
    height: calc(24vw * .700);
    width: 24vw;
    padding: 0.25vw;
    min-width: 24vw;
}

.pj-article {
    height: 100%;
    width: 100%;
    background-size: 100% auto;
    background-position: 0 0;
    position: relative;
    border: 1px solid #666;
    min-width: 100%;
    cursor: pointer;
    background-repeat: no-repeat;
    border-radius: 3px;
}

.youtubethumb {
    background-size: contain;
}

.picksoftheweekthumb {
    background-size: 105%;
    background-position: 0 0;
}

.pj-teaser {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: radial-gradient(ellipse at center, #45484d 0%,#000000 100%);
    border-top: 1px solid #666;
    left: 0;
    right: 0;
    font-size: .8vw;
    color: #fff;
    height: 3.5vw;
    display: flex;
    align-items: center;
}





/* ||  Overlays*/
.vendor {
    /* margin-right: 30px; */
    line-height: 1.55;
    font-size: 1rem;
    text-align: left;
    /* border: 1px solid darkgray; */
    padding: 15px;
    background-color: rgb(239 234 234 / 0%);
}

.vendor-name {
    /* width: 100%; */
    /* color: black; */
    font-weight: bold;
    font-size: 1.5rem;
}

.vendor-links {
    /* color: #fff*/;
    cursor: pointer;
}

.vendor-social-media {
    border-radius: 10px;
    width: 40px;
    margin: 5px;
    cursor: pointer;
    background-color: #fff;
}

.promooffers-detail-searchbox {
    width: 90%;
    padding: 1px 0 1px 5px;
}

#promooffers_detail_search {
    margin-bottom: 20px;
    margin-left: 0px;
}

.search-button {
    background-image: url(/art/search.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: bottom;
    background-size: 60%;
    width: 2.2vw;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

#flipit_wrap {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    background: rgb(0 0 0 / 91%);
    top: 0;
    z-index: 5;
    display: none;
    cursor: pointer;
}

.flipit-mobile-close{
    display: none;
}

#flipit_iframe {
    width: 92%;
    height: 92vh;
    margin: 4vh 4%;
    background: #000;
    top: 0;
    z-index: 5;
    border: 1px solid #666;
    position: relative;
}


.form-ctrl-wrapper {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100vw; /* background: rgb(0 0 0 / 55%); */
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
}

.form-background-close {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: rgb(0 0 0 / 80%);
}

.form-table-wrap {
    width: 80vw;
    height: 80vh;
    border: 1px solid lightgray;
    padding: 20px 20px 130px 20px;
    overflow: hidden;
    z-index: 4;
    background: radial-gradient(ellipse at center, #45484d 0%,#000000 100%);
    border-radius: 5px;
    position: relative;
}

.bg-white .form-table-wrap {
    background: #fff;
}

.account-message {
    font-size: 1.2em;
    text-align: center;
    padding: 0 0 30px;
}

.account-table-wrap {
    width: 80vw;
    height: 80vh;
    border: 1px solid lightgray;
    /* padding: 20px; */
    overflow: hidden;
    z-index: 4;
    background: radial-gradient(ellipse at center, #45484d 0%,#000000 100%);
    border-radius: 5px;
    position: relative;
}

.bg-white .account-table-wrap {
    background: #fff;
}

.form-table {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.account-nav {
    background: radial-gradient(circle, rgba(0,48,135,1) 0%, rgba(0,39,108,1) 50%, rgba(1,26,70,1) 100%);
    position: absolute;
    top: 0;
    width: 100%;
    transition: top 0.3s;
    height: 62px;
    z-index: 4;
    left: 0;
}

    .account-nav .nav-link {
        color: #fff !important;
    }

.account-login {
    padding: 20px;
}

.account-table {
    position: absolute;
    top: 62px;
    height: calc(100% - 62px - 68px);
    overflow-y: auto;
    padding: 10px;
    overflow-x: hidden;
    margin: 0 10px;
    right: 0;
    left: 0;
}

.forward-offer-scroll {
    text-align: left;
}

    .forward-offer-scroll img {
        max-width: 100%;
    }


.promooffer-input {
    width: 100%;
    margin: 10px 0;
    padding: 7px;
    border-radius: 4px;
    background: rgb(0 0 0 / 55%);
    border: 1px solid rgb(211 211 211 / 49%);
    color: #fff;
    outline: none !important;
    display: inline-block;
}

.bg-white .promooffer-input {
    background: #fff;
    border: 1px solid #666;
    color: #000;
}

.promooffer-input.invalid {
    border: 1px solid red !important;
}

.pre-lbl {
    padding-left: 60px;
}

.pre-lbl-add10 {
    padding-left: 80px;
}

.pre-lbl-off {
    padding-left: 7px;
}

.pre-lbl-100 {
    padding-left: 100px;
}

.pre-lbl-120 {
    padding-left: 120px;
}

.pre-lbl-140 {
    padding-left: 140px;
}

.pre-lbl-content {
    display: block;
    z-index: 1;
    width: 50px;
    position: absolute;
    margin: 10px 2px;
    padding: 7px;
    opacity: .8;
    /* text-align: right; */
    white-space: nowrap;
}

.pre-lbl-content-ad10 {
    width: 80px;
}

.pre-lbl-content-hide {
    display: none;
}

.form-table-submit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: radial-gradient(circle, rgba(0,48,135,1) 0%, rgba(0,39,108,1) 50%, rgba(1,26,70,1) 100%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.account-table-submit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: radial-gradient(circle, rgba(0,48,135,1) 0%, rgba(0,39,108,1) 50%, rgba(1,26,70,1) 100%);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 68px;
    line-height: 1;
}


.bill_to_row, .ship_to_row, .order_info_row, .product_info_row, .artwork_row, .order_instruction_row {
    border: 1px solid #333;
    padding: 2px 10px;
    margin: 5px;
    border-radius: 3px;
}

.bg-white .bill_to_row, .bg-white .ship_to_row, .bg-white .order_info_row, .bg-white .product_info_row, .bg-white .artwork_row, .bg-white .order_instruction_row {
    border: 1px solid lightgray;
    background: radial-gradient(ellipse at center, #45484d00 0%,#0000000d 100%);
}

.request-special-instructions {
    height: 8rem;
}


.autogrow {
    overflow: hidden;
    font-size: .8rem;
}

/*Banner Overlay*/
.spot-banner-overlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.31);
    display: none;
}

.spot-banner-image-wrap {
    position: absolute;
    width: 67%;
    top: 16.5%;
    left: 16.5%;
    background-color: #003087;
}

.spot-banner-close {
    position: absolute;
    right: -25px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    top: -20px;
    background-color: #003087;
    color: white;
    font-weight: bold;
    border: 2px solid white;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.28);
    font-size: 1.75rem;
    cursor: pointer;
    text-align: center;
}

.spot-banner {
    width: 100%;
    height: 100%;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.31);
    border: 2px solid white;
    cursor: pointer;
}

@media (max-width: 767px) {
    .spot-banner-image-wrap {
        width: 90%;
        left: 5%;
    }

    .spot-banner-close {
        width: 30px;
        height: 30px;
        right: -15px;
        top: -15px;
        font-size: .8rem;
    }
}


/* || Banners*/
.banner-wrap {
    width: 100%;
    padding: 30px 3.6vw 20px;
}

.banner-img {
    width: 44vw;
    border: 1px solid lightgray;
    border-radius: 3px;
    height: calc(44vw * 0.1875);
    background-color: #fff;
}


/* ||  page navs*/

.w-20 {
    /* width:20% !important; */
}

.ddn-version {
    align-self: flex-end;
    margin-right: 2vw;
    background-color: lightgray;
    border-radius: 3px;
    font-size: .9rem;
    margin-bottom: 4px;
}

.personalized-available {
    color: #10c710;
}


/*Sticky Notes*/

.StickyThumb {
    position: absolute;
    z-index: 4;
    font-size: 25px;
    right: 12px;
    top: 12px;
}

.fa-note-sticky {
    color: #0a39e5;
    box-shadow: inset 0 0 1px 0px rgb(255 255 255 / 52%);
    border-radius: 5px;
    background-color: #fff;
    /* padding: 0pc; */
}


.stickynote-button {
    border-radius: unset;
    width: 100%;
    border: none;
    border-top: 1px solid #fff;
}

.stickynote-icon {
    position: absolute;
    bottom: 5px;
    right: 5px;
    height: 20px !important;
    width: 20px !important;
    cursor: pointer;
}

.even .stickynote-icon {
    left: 5px;
    right: unset;
}

.stickynote-cont {
    position: absolute;
    pointer-events: none;
}

.odd .stickynote-cont {
    left: 0;
}

.even .stickynote-cont {
    right: 0;
}

/*.stickynote-wrap {
    position: absolute;
    z-index: 1;
    width: 200px;
    height: 157px;
    top: calc(50% - 78.5px);
    left: Calc(50% - 100px);
    cursor: move;
    padding-top: 25px;
    background-color: #003087;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.8);
    border: 1px solid darkgray;
    background-image: url(../art/flipfile/sticky_drag.png);
    background-repeat: no-repeat;
    background-position: 50% 2.5px;
    pointer-events: auto;
}*/

.stickynote-wrap {
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 150px;
    top: calc(50% - 75px);
    left: Calc(50% - 75px);
    background-color: #0a39e5;
    border-radius: 15px;
    /* background-image: url(../art/promopages/sticky_drag.png); */
    background-repeat: no-repeat;
    background-position: 50% 2.5px;
    cursor: move;
    border: 1px solid #e2d845;
    pointer-events: auto;
    color: #fff;
}

/*.stickynote-wrap:after {
        left: auto;
        right: 10px;
        content: '';
        z-index: -1;
        position: absolute;
        bottom: 10px;
        width: 70%;
        max-width: 300px;
        max-height: 100px;
        height: 55%;
        -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
        -webkit-transform: skew(15deg) rotate(6deg);
        -moz-transform: skew(15deg) rotate(6deg);
        -ms-transform: skew(15deg) rotate(6deg);
        -o-transform: skew(15deg) rotate(6deg);
        transform: skew(15deg) rotate(6deg);
    }*/

.stickynote-text {
    position: absolute;
    z-index: 2;
    top: 25px;
    width: 96%;
    left: 2%;
    height: 78%;
    background: transparent;
    border: none;
    resize: none;
    font-size: 11pt;
    line-height: 1.25;
    color: #fff;
}

    .stickynote-text:active, .stickynote-text:focus {
        border: none;
        outline: none;
    }

    /* width */
    .stickynote-text::-webkit-scrollbar {
        width: 7px;
        cursor: pointer;
    }

    /* Track */
    .stickynote-text::-webkit-scrollbar-track {
        background: background: #fff34e;
        cursor: pointer;
    }

    /* Handle */
    .stickynote-text::-webkit-scrollbar-thumb {
        background: #888;
        cursor: pointer;
    }

/* Handle on hover */
.stickynote_text::-webkit-scrollbar-thumb:hover {
    background: #555;
    cursor: pointer;
}


.stickynote-wrap-disabled {
    top: 15px;
    height: 90%;
}

.fa-save {
    top: 5px;
    left: 10px;
    position: absolute;
    cursor: pointer;
    color: #fff;
    font-size: 13pt;
}

.fa-trash {
    top: 5px;
    right: 12px;
    position: absolute;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}

.fa-share-nodes {
    top: 5px;
    left: 10px;
    position: absolute;
    cursor: pointer;
    color: #666;
    font-size: 13pt;
    color: #fff;
}

.fa-square-share-nodes {
    top: 5px;
    left: 10px;
    position: absolute;
    cursor: pointer;
    color: #fff;
    font-size: 13pt;
}

.fa-grip-lines {
    color: #fff;
    position: absolute;
    width: 20px;
    left: calc(50% - 10px);
    text-align: center;
    top: 4px;
}

.btn-warning {
    background-color: #fff34e;
    border-color: #fff34e;
}

    .btn-warning:hover {
        color: #000;
        background-color: #f5e840;
        border-color: #fff;
    }

/* Resources */

.resource-cat{
    width: 20%;
}

.resource-cat-100{
    width: 100%;
}

.resource-pf {
    width: 80%;
}

.resource-pf-100 {
    width: 100%;
}




/* || Catalogs*/
.cat-version-wrap {
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 11vw;
    background-color: #fff;
    border-radius: 5px;
    right: 0;
    left: unset;
    display: none !important;
    align-self: center;
    background: radial-gradient(circle, rgba(242,242,242,1) 0%, rgba(158,158,157,1) 100%);
    padding-right: 0;
    box-shadow: 0px 0px 10px #000;
}

.cat-version-wrap-show {
    display: flex !important;
}

.cat-version-wrap-show-right {
    right: -11vw;
    left: unset;
    animation: hoverRight 0.5s ease;
}

.cat-version-wrap-show-left {
    left: -11vw;
    right: unset;
    animation: hoverLeft 0.5s ease;
}

.cat-version-wrap-hide {
    display: none !important;
}

.cat-lbl {
    padding: 5px 5px 15px;
    line-height: 1.1;
    color: #fff;
    font-size: .9rem;
    width: 100%;
    text-align: center;
    display: block;
}


.cat-version-lbl {
    padding: 10px 15px;
    line-height: 1.1;
    color: #000;
    margin-top: -15px;
    font-size: .9rem;
}

@keyframes hoverRight {
    from {
        right: 0;
    }

    to {
        right: -11vw
    }
}

@keyframes hoverLeft {
    from {
        left: 0;
    }

    to {
        left: -11vw
    }
}


.cat-version-label {
    padding: 1px 5px;
    color: #fff;
    font-size: 10pt;
    /* background: radial-gradient(circle, rgba(0,48,135,1) 0%, rgba(0,39,108,1) 50%, rgba(1,26,70,1) 100%); */
    position: sticky;
    top: 0;
    width: 100%;
    text-align: center;
    background-color: #666;
}



.cat-version-thumb {
    display: flex;
}

.cat-thumb-version {
    width: 80%;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 18%);
    border: 1px solid #fff;
    margin: .5vw auto;
}

.cat-thumb {
    width: 21vw;
    margin: 1vw;
    min-height: calc(21vw / 0.772);
    display: flex;
    position: relative;
}

.cat-thumb-list {
    width: 21vw;
    margin: 1vw;
    min-height: calc(21vw / 0.772);
    display: flex;
    position: relative;
}

    .cat-thumb-list:hover .img-thumbnail {
        z-index: 3;
    }

    .cat-thumb-list:hover .cat-version-wrap-show {
        z-index: 2;
    }

    .cat-thumb-list:nth-child(-n+4) {
        width: 21vw;
        margin: 1vw;
        min-height: calc(16.4vw / 0.772);
        display: flex;
    }


.cat-button-wrap {
    display: none !important;
    position: absolute;
    z-index: 3;
    width: 90%;
    bottom: 15px;
    padding: 10px 0;
    background: radial-gradient(circle, rgba(0,48,135,.9) 0%, rgba(0,39,108,.9) 50%, rgba(1,26,70,.9) 100%);
    border-radius: 3px;
    left: 5%;
    border-radius: 5px;
    flex-wrap: wrap;
}

.cat-button-wrap-show {
    display: flex !important;
}

.cat-button {
    margin: 0 5px;
}



.cat-page { /* max-width: 90% !important; */
}






/* || Promoflashes*/

.offer-flip-wrap {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    border: 1px solid lightgray;
    padding: 10px;
    margin: 0 4.7vw;
    background: radial-gradient(circle, rgba(0,48,135,1) 0%, rgba(0,39,108,1) 50%, rgba(1,26,70,1) 100%);
    border-radius: 5px;
    cursor: pointer;
    display: none;
}

.offer-flip {
}

#Content_ctrl_promoflash_thumbs_up_offers {
    min-height: 80vh;
}

.pf-button-wrap {
    display: none !important;
    position: absolute;
    z-index: 3;
    width: 90%;
    bottom: 15px;
    padding: 10px 0;
    background: radial-gradient(circle, rgba(0,48,135,.9) 0%, rgba(0,39,108,.9) 50%, rgba(1,26,70,.9) 100%);
    border-radius: 3px;
    left: 5%;
    border-radius: 5px;
    background: linear-gradient(90deg, rgb(31 56 130) 0%, rgb(77 109 182) 100%);
}

.pf-button-wrap-show {
    display: flex !important;
}

.pf-button {
    margin: 0 5px;
}

.pf-lbl {
    padding: 0 5px 0 15px;
    line-height: 1.1;
    color: #fff;
    font-size: .9rem;
    width: 100%;
}

.pf-thumb-feat {
    width: 21vw;
    margin: 1vw;
    min-height: calc(21vw / 0.772);
    display: flex;
}

.pf-thumb-list, .pf-thumb-query {
    width: 16.4vw;
    margin: 1vw;
    min-height: calc(16.4vw / 0.772);
    display: flex;
    border-radius: 3px;
    position: relative;
}

    .pf-thumb-list:nth-child(-n+4) {
        width: 21vw;
        margin: 1vw;
        min-height: calc(21vw / 0.772);
        display: flex;
    }

.pf-thumb {
    width: 13.3vw;
    margin: .8vw 1vw;
    min-height: calc(13.3vw / 0.772);
    display: flex;
}


.pf-offer {
    width: 48%;
    margin: 0 1%;
}

.pf-more-offers {
    width: 48%;
    margin: 0 1%;
}

.pf-more-offers-tab {
    /* padding: 10px 1.5vw 0 0; */
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .7vw;
    margin: 5px;
    color: unset !important;
    text-decoration: none;
    padding-top: 10px;
    padding-right: calc(100vw * .007);
    padding-bottom: 0;
    padding-left: 0;
}


.pf-action-list {
    font-family: Verdana;
    text-transform: uppercase;
    color: #666;
    font-size: 7pt;
    letter-spacing: 2px;
    padding-left: unset;
    margin-bottom: unset;
}

.pf-action-item {
    list-style: none;
}

#pf_offer_show img {
    max-width: 100% !important;
    background-color: #fff;
    height: auto;
}

.pf-offer-show {
    padding-top: .51vw;
    text-align: center;
    padding-bottom: 40px;
    position: relative;
}

.offer-fit img {
    max-height: 87vh !important;
    width: auto !important;
}

.pf-more-offers-input-wrap input {
    margin-right: 4px;
    top: 1px;
    position: relative;
}

.pf-offer-checkbox {
    background-color: #666;
    border-color: lightgray;
    box-shadow: none;
    cursor: pointer;
}

    .pf-offer-checkbox:checked {
        background-color: #666;
        border-color: lightgray;
    }


    .pf-offer-checkbox:focus {
        box-shadow: none;
        border-color: lightgray;
    }

.pf-offer-checkbox-label {
    cursor: pointer;
}


/*PromoPulse*/

.promopulse-post-wrapper {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.61);
    width: 100vw;
    height: 100vh;
    z-index: 1022;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.promopulse-post-cont {
    position: absolute;
    width: 40vw;
    height: 84vh;
    margin: 8vh 30vw;
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 5px;
}


.promoflash-more-thumb {
    width: 100%;
    /* height: 14vw; */
}

    .promoflash-more-thumb.catalog {
        width: 90%;
        /* min-height: 5.0vw; */
    }


#content_div_promopulse_wrapper {
    max-height: 16vw;
    display: block;
    overflow: auto;
    width: 97%;
    /* border-top: 1px solid lightgray; */
    padding: 10px;
}

.promopulse-cont {
    margin: 1%;
    border: 1px solid lightgray;
    padding: 5px;
    border-radius: 5px;
    width: 14.8vw;
    background-color: #fff;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}

.promopulse-icon-cont {
    margin: 0 5px 0 0;
}

.promopulse-social-icon {
    width: 40px;
    height: 40px;
    border-radius: 30px
}

.promopulse-id-cont {
}

.promopulse-company-wrap {
    line-height: 1.3;
}

.promopulse-company-cont {
    font-size: 10pt;
    font-weight: bold;
    color: #666;
    line-height: 1;
}

.promopulse-platform {
    font-size: 9pt;
    color: #666;
    line-height: .9;
}

.promoplus-desc-cont {
    line-height: .85;
    margin: 10px 0;
}

.promopulse-desc {
    font-size: 12pt;
    text-decoration: none;
    line-height: 1.2;
    color: #666;
}

    .promopulse-desc:hover {
        text-decoration: none;
    }

.promopulse-img {
    margin: 10px 0;
    width: 100%;
    padding: 3px;
    border: 1px solid lightgray;
    border-radius: 3px;
}

.noresults-socialmedia {
    display: block;
    text-align: center;
    margin: 20px;
    width: 100%;
}


/*PromoSource Styling*/

.dc-cat-list-cont {
    max-width: 350px;
    width: 18vw;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 10px 20px;
    background-color: #000;
    bottom: 0;
    top: 62px;
}

.dc-main {
    position: relative;
    z-index: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dc-hide {
    display: none;
}

.dc-mobile-menu-icon{
    display: none;
}

.dc-sub-cont {
    padding: 5px;
    background-color: #333;
    border: 1px solid #666;
    padding-top: 20px;
    top: -20px;
    margin-bottom: -20px;
    position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.dc-sub {
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dc-search-cont {
    position: sticky;
    top: 0;
    z-index: 2;
    /* background-color: #f3f3f3; */
    margin: 20px auto 0;
    /* background: radial-gradient(ellipse at center, #45484d 0%,#000000 100%); */
    width: 80%;
}

.dc-results-cont {
    position: relative;
    width: calc(100% - 18vw);
    left: 18vw;
    padding-bottom: 100px;
    text-align: center;
    min-height: calc(100vh - 62px);
    max-width: calc(100% - 18vw);
}

.promosource-wrapper {
    width: 14vw;
    text-align: center;
    margin: 10px;
    position: relative;
    height: calc(12.9vw + 3.1vw);
}

.promosource-image-wrapper {
    height: 12.9vw;
    overflow: hidden;
    position: relative;
    display: flex;
    display: -moz-box;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    border-top: 0.05rem solid lightgray;
    border-left: 0.05rem solid lightgray;
    border-right: 0.05rem solid lightgray;
}

.promosource-img {
    /* width: 98%; */
    position: relative;
    /* padding: 3px; */
    /* cursor: pointer; */
    /* outline: none !important; */
}

.promosource-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.promo-source-name-wrap {
    height: 3.1vw;
    padding: 8px;
    vertical-align: middle;
    line-height: 1.1vw;
    position: relative;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    overflow: hidden;
}

.promo-source-name {
    max-height: 1.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: bold;
    font-size: .8vw;
}

.promosource-quantity {
    font-size: .8vw;
    bottom: 1.3rem;
    width: 100%;
}

.promosource-nav {
    background-color: #000;
    height: 38px;
}

.promosource-more-offers-tab {
    padding: 0;
    cursor: pointer;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .7vw;
    /* margin: 5px; */
    color: unset !important;
    text-decoration: none;
}


.promosource-productname-wrap{
    font-size:1.2rem;
    font-weight:bold;
    padding-left: 5px;
}

.dc-iframe-cont {
    /* background-color: White; */
    z-index: 3;
}

.dc-product-iframe {
    position: absolute;
    width: 100%;
    height: calc(100% - 100px);
    border: none;
    background-color: #fff;
    z-index: 3;
    top: 38px;
}

.close-dc {
    margin-right: 30px;
    margin-top: 10px;
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background-color: #666;
    color: white;
    font-size: 2rem;
    z-index: 5;
    position: relative;
    opacity: 1;
}

.dc-vendor-wrap {
    position: absolute;
    z-index: 6;
    background-color: #000;
    width: 100%;
    padding: 0 10vw 3vw;
    box-shadow: 0px 10px 10px rgb(0 0 0 / 38%);
}

.promosource-desc ul {
    margin-bottom: 0;
}

.promosource-add-image-wrap {
    width: 100%;
    padding-bottom: 10px;
    overflow-x: auto;
}

.promosource-add-image {
    border: 1px solid lightgray;
    margin: 0 5px;
    width: 150px;
    height: auto;
    cursor: pointer;
    height: 150px !important;
    width: auto !important;
}


/*PromoWebSourec*/

.promosourceweb-search-wrap {
    padding: 2vh 0;
}

.gsc-adBlock {
    border: none !important;
}

    .gsc-adBlock iframe {
        /*display: none !important;*/
    }

.google-search-results {
    width: 94vw;
    margin: 0 3vw;
}

.gsc-control-cse {
    background-color: transparent !important;
    border: none !important;
    font-family: Muli !important;
    font-size: 1.25rem !important;
    color: unset !important;
}

.gsc-control-wrapper-cse {
}

.gsc-wrapper {
}

.gsc-tabHeader {
    color: #666 !important;
    border: none !important;
}

.gsc-result-info {
    font-size: .9rem !important;
}


.gsc-webResult {
    border: none !important;
    background-color: unset !important;
    color: unset !important;
}

.gs-webResult {
}

.gs-title, .gs-title b {
    font-size: 1.5rem !important;
    color: unset !important;
}

.gs-image-box {
    /* width: 5vw !important; */
    float: unset !important;
}

.gs-image {
    max-width: 10.5vw !important;
    border: none !important;
}

.gsc-table-cell-snippet-close {
    /* margin-left: 11vw !important; */
    font-size: 1.2rem !important;
    display: block;
}

.gs-snippet {
    color: unset !important;
    background-color: unset !important;
    border: none !important;
}

.gsc-cursor-page {
    color: unset !important;
    background-color: transparent !important;
}

.gsc-expansionArea {
    margin-top: 20px;
}


/*My Flip FIle*/

#imageeditor {
    width: 100%;
    height: 100%;
    /* padding: 20px 30px 20px 30px; */
    min-width: 900px;
    z-index: 9999;
}

.mycatalog-wrapper {
    width: 80vw;
    margin: 1rem 10vw;
}

.mycatalog-table-wrap {
    border: 1px solid lightgray;
    padding: 20px;
    background: radial-gradient(ellipse at center, #45484d 0%,#000000 100%);
    border-radius: 5px;
    position: relative;
}

.mycatalog-table-wrap-light {
    border: 1px solid #565656;
    padding: 20px;
    background: radial-gradient(ellipse at center, #45484d 0%,#000000 100%);
    border-radius: 5px;
    position: relative;
}

.bg-white.text-black .mycatalog-table-wrap, .bg-white.text-black .mycatalog-table-wrap-light {
    background: none;
    background-color: #fff;
    border: 1px solid #666;
}

.edit-wrapper {
    /* background-color: white; */
    padding: 20px;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
}

.btn-primary:disabled {
    background-color: darkgray
}

.mycatalog-btn {
    margin: 10px 0;
}

.department-header {
    padding: 3px;
    overflow-y: auto;
    margin: 10px 0;
}

.department-main {
    margin: 5px;
    min-width: 20%;
    max-width: 20%;
    padding: 2px;
    border-right: 1px solid lightgray;
}

.department-sub {
    margin: 5px;
    min-width: 20%;
    padding: 2px;
    border: 1px solid lightgray;
    background-color: #fff;
    color: #000;
    border-radius: 3px;
}


.catalog-wrapper {
    width: 100%
}

.catalog-sub {
    margin: 5px;
    max-width: 20%;
    min-width: 20%;
    padding: 2px;
    border: 1px solid lightgray;
    background-color: #fcfbfb
}

.rotate {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.cover {
    border: 1px solid lightgray;
    margin: 5px;
    max-width: 100%;
}

.active-cover {
    border: 4px solid green;
}

.unactive-cover {
    border: 1px solid lightgray;
}

.btn-filter {
    display: inline;
    margin-right: 3px;
}

    .btn-filter::after {
        content: ","
    }

    .btn-filter:last-child {
        content: "."
    }

.promopages-exit {
    background-color: #dc3545 !important;
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
}



/*Account Updates*/
.subscription-options {
    margin: 2vh 5vw;
    width: 90vw;
    max-width: 90vw;
}

.account_panel {
    border: 1px solid rgb(255 255 255 / 35%);
    padding: 20px;
    background: radial-gradient(ellipse at center, #45484d 0%,#000000 100%);
    border-radius: 5px;
    position: relative;
}

.bg-white .account_panel {
    border: 1px solid lightgray;
    background: radial-gradient(ellipse at center, #45484d00 0%,#0000000d 100%);
}


@media (max-width: 767px) {
    .mycatalog-wrapper {
        width: 96vw;
        margin: 5rem 2vw;
    }

        .mycatalog-wrapper .btn {
            font-size: 12pt !important;
        }

    .myflipfile-tabs {
        font-size: 10pt;
    }

    .department-header {
        font-size: 12pt;
    }

        .department-header > .btn {
            font-size: 12pt !important;
        }

    .department-main {
        min-width: 100%;
        max-width: unset;
        text-align: center;
        border-bottom: 2px solid lightgray;
        font-size: 14pt;
        background-color: lightgray;
        margin: 0;
        color: #000;
    }


    .department-sub {
        min-width: 20%;
    }

    .catalog-sub {
        max-width: 46%;
    }

    .edit-wrapper {
        font-size: 12pt;
    }
}

/*Contract Styling*/

.cc-content {
    width: 90vw;
    margin: 20px 5vw;
    padding: 20px !important;
    background: #000;
}

.contract-section-wrap {
    border: 1px solid #313030;
    padding: 20px;
    margin: 15px auto;
    border-radius: 3px;
    background: radial-gradient(ellipse at center, #45484d 0%,#000000 100%);
}

.contract-pricing-wrap {
    overflow-x: auto;
}

.contract-product-header {
    width: 100%;
    border-color: white;
    border: none;
    font-weight: bold;
    border-bottom: 1px solid #666;
}

.bg-white .cc-content {
    background: #fff
}

.bg-white .contract-section-wrap {
    border: 1px solid lightgray;
    background: radial-gradient(ellipse at center, #45484d00 0%,#0000000d 100%);
}

.contract-alt-lines {
    background-color: #121212;
}

.bg-white .contract-alt-lines {
    background-color: #F3F3F3;
}

@media print {
    .cc-content {
        width: 100%;
        margin: 0px !important;
        padding: 0px !important;
        font-size: 10pt !important;
        color: #000 !important;
    }

    .contract-section-wrap {
        padding: 3px;
        margin: 5px auto;
    }

    .contract-product-header {
        font-size: 8pt !important;
    }

    .contract-pricing-wrap {
        overflow-x: visible;
    }

    .no-print, .no-print * {
        display: none !important;
    }

    .footer-wrap {
        display: none !important;
    }

    .nav-wrapper, .mobile-nav-wrapper {
        display: none !important;
    }

    #content_pnl_container {
        padding-top: 15px !important;
    }
}

/*PJPost Page*/

.pjpost-wrap {
    width: 90vw;
    margin: 20px 5vw;
    padding: 20px !important;
}

.pjpost-section-wrap {
    border: 1px solid #313030;
    padding: 20px;
    margin: 15px auto;
    border-radius: 3px;
    background: radial-gradient(ellipse at center, #45484d 0%,#000000 100%);
}

.bg-white .pjpost-wrap {
}

.bg-white .pjpost-section-wrap {
    border: 1px solid lightgray;
    background: radial-gradient(ellipse at center, #45484d00 0%,#0000000d 100%);
}


/*PromoSaver Page*/

.promosaver-wrap {
    width: 90vw;
    margin: 20px 5vw;
    padding: 20px !important;
}

.promosaver-section-wrap {
    border: 1px solid #313030;
    padding: 20px;
    margin: 15px auto;
    border-radius: 3px;
    background: radial-gradient(ellipse at center, #45484d 0%,#000000 100%);
}

.promosaver-radio {
    margin-right: 10px;
    font-size: 1.3em;
}

    .promosaver-radio input {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }

.bg-white .promosaver-wrap {
}

.bg-white .promosaver-section-wrap {
    border: 1px solid lightgray;
    background: radial-gradient(ellipse at center, #45484d00 0%,#0000000d 100%);
}


/*Slideshow Styleing*/

.pf-slideshow-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100vh;
}

.pf-slideshow-wrap {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.pf-slideshow-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.pf-slideshow-img {
    position: absolute;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}

.pf-slideshownav-wrap {
    width: 100px;
    opacity: 1;
}

.pf-slideshownav {
    width: 5em;
    height: 5em;
}

.pf-slideshow-prev {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='blue'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.pf-slideshow-next {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='blue'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.pf-slideshownav:hover {
    background-color: #fff;
    border-radius: 10px;
    opacity: .75;
}



/*About Us*/

.aboutus-cont {
    background-color: #fff;
    color: #003087;
    margin-bottom: -46px;
    padding-bottom: 100px;
}

.aboutus-aboutusimg{width: auto;height: 24vw;}

.aboutus-aboutus-cont{line-height: .8;}

.aboutus-about{font-size: 7vw;font-weight: 900;}

.aboutus-us{font-size: 16.2vw;font-family: Ultra;-webkit-text-stroke: #003087;-webkit-text-stroke-width: 8px;-webkit-text-fill-color: #e3f4fe;}

.aboutus-teamphoto {
    width: auto;
    height: 24vw;
}

.first-aboutus-background {
    background-color: #e3f4fe;
}

.teamphoto {
    width: 40vw;
}


.aboutus-meettheteam-cont{
    display: flex;
    /* background: linear-gradient(to bottom, #e3f4fe 40%, #fff 40%); */
    justify-content: center;
    background-color: #e3f4fe;
}

.aboutus-teammember-cont{
    flex-shrink: 1;
    width: 11%;
    margin: 1%;
    cursor: pointer;
}

.teammember-photo {
    width: 100%;
    height: auto;
}

.teammember-name{
    text-align:center;
    font-size: 1.1vw;
    line-height: 1;
    font-weight: 700;
}

.aboutus-title-text {
    font-size: 4vw;
    font-weight: 900;
    letter-spacing: 6px;
    padding-left: 2vw;
    -webkit-text-stroke: #003087;
    -webkit-text-stroke-width: 3px;
    -webkit-text-fill-color: #fff;
    padding-top: 150px;
    padding-bottom: 50px;
}

.aboutus-corevalues-cont{}

.aboutus-corevalues-wrap{background-color: #e3f4fe;/* margin-bottom: 30px; */position: relative;padding: 50px 0;}

.aboutus-corevalues-top, .aboutus-corevalues-bottom {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 80%;
    margin: 0 10%;
}

.aboutus-corevalue-value{width: 100%;color: #000;margin: .5%;}

.aboutus-corevalue-lead{color: #003087;font-weight: 700;line-height: .9;}

    .aboutus-corevalue-lead .our{font-size: 3.5vw;}

    .aboutus-corevalue-lead .corevalues {
    font-size: 4.5vw;
    }

.aboutus-corevalue-icon{max-height: 60px;}

.aboutus-corevalue-head{font-size: 2vw;font-weight: bold;}

.aboutus-corevalue-desc{font-size: 1.4vw;}

.aboutus-corevalues-line {
    height: 4px;
    background-color: #003087;
    width:80%;
    margin: 20px 10%;
    position:relative;
}

.aboutus-line-circle-1 {
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #003087;
    position: absolute;
    left: 0;
    top: -11px;
}

.aboutus-line-circle-2 {width: 30px;height: 30px;border-radius: 30px;background-color: #003087;position: absolute;left: 12%;top: -14px;}
.aboutus-line-circle-3 {width: 30px;height: 30px;border-radius: 30px;background-color: #003087;position: absolute;left: 36%;top: -14px;}
.aboutus-line-circle-4 {width: 30px;height: 30px;border-radius: 30px;background-color: #003087;position: absolute;left: 60%;top: -14px;}
.aboutus-line-circle-5 {width: 30px;height: 30px;border-radius: 30px;background-color: #003087;position: absolute;left: 84%;top: -14px;}
.aboutus-line-circle-6 {width: 24px;height: 24px;border-radius: 24px;background-color: #003087;position: absolute;right: 0;top: -11px;}
.aboutus-line-circle-e1{display: none;}
.aboutus-line-circle-e2 {
    display: none;
}
.aboutus-line-circle-e3 {
    display: none;
}
.aboutus-line-circle-e4 {
    display: none;
}


.aboutus-whatwedo-cont {
    background-color: #f1f9ff;
    padding: 50px 0;
}
.aboutus-whatwedo-wrap{
    margin: 0 10%;
}
.aboutus-whatwedo-head{
    font-size: 3vw;
    font-weight: 800;
}
.aboutus-whatwedo-bullets{
    font-size: 1.5vw;
    margin: 20px 0 20px 20px;
    color: #000;
}
.aboutus-whatwedo-foot{
    font-size: 2.4vw;
    font-weight: 800;
    color: #6fa9d9;
    line-height: 1;
}
.aboutus-test{
    margin: 20px 40px 0 20px;
    padding: 20px;
    background-color: #f9f9f9;
    font-size: 1vw;
}

.aboutus-ind-cont{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    /* background-color: #00000036; */
    z-index: 5;
}
.aboutus-ind-wrap{
    position: absolute;
    width: 50vw;
    height: 82vh;
    left: 25vw;
    top: 9vh;
    background-color: #fff;
    overflow: hidden;
    border-radius: 15px;
    border: 10px solid #002e81;
    box-shadow: 0 0 20px #000;
}
.aboutus-ind-img-cont{}
.aboutusind-img-wrap{
    display: flex;
    flex-wrap: wrap;
    width: 16vw;
    padding: .7vw;
    justify-content: center;
}

.aboutus-ind-main-img-wrap{width: calc(16vw - 4px);height: 19vw;background-size: contain !important;background-position: center !important;background-repeat: repeat-x !important;margin: 2px;}

.aboutus-ind-sub-img-wrap{width: 31.34%;height: 7vw;margin: 1%;background-size: cover !important;background-position: top center !important;cursor: pointer;}

.aboutus-ind-main-img {
    width: 100%;
    height: auto;
}
.aboutus-ind-sub-img{
    width: 100%;
}
.aboutus-ind-bio-cont{
    padding: 10px 10px 10px 0;
    height: calc(82vh - 2px);
    overflow-y: scroll;
}
.aboutus-ind-name{
    text-align: center;
    color: #95aade;
    font-size: 3vw;
    font-weight: bold;
    text-shadow: 0 0 15px rgb(0 0 0 / 74%);
    -webkit-text-stroke: 3px;
    -webkit-text-stroke-width: .5px;
    -webkit-text-stroke-color: black;
}
.aboutus-ind-contact{
    text-align: center;
    color: #002e82;
    font-size: .9vw;
    font-weight: bold;
    line-height: 1;
}

    .aboutus-ind-contact a {
        text-decoration: none;
        color: #002e82;
    }

    .aboutus-ind-social {
        display: flex;
        width: 100%;
        height: 46px;
        justify-content: center;
    }

.aboutus-ind-social a{margin: 5px;max-width: 40px;display: block;width: 40px;height: 40px;}
    .aboutus-ind-social img {
    width: 100%;
    height: auto;
    }

.aboutus-ind-ques-wrap {font-size: 1.4rem;line-height: 1.1;}


    .aboutus-ind-ques-wrap p{
    color: #000;
}
    .aboutus-ind-ques-wrap p:nth-child(odd) {
    color: #002d7e;
    margin-bottom: 0;
    font-weight: bold;
}

.aboutus-close{position: absolute;top: 5px;right: 15px;font-size: 2rem;color: #fff;width: 50px;height: 50px;border-radius: 50px;text-align: center;cursor: pointer;background: radial-gradient(circle, rgba(0,48,135,1) 0%, rgba(0,39,108,1) 50%, rgba(1,26,70,1)100%);}