.sr-only {
    display: none
}

.center {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
}

.u-text-underline {
    text-decoration: underline !important;
}

.margin-top-5 {
    margin-top: 5vw
}

.margin-bottom-1 {
    margin-bottom: 1em
}

.margin-bottom-2 {
    margin-bottom: 2em
}

.margin-top-1 {
    margin-top: 1em
}

.margin-top-2 {
    margin-top: 2em
}

.non-visible {
    display: none
}

.width-80 {
    width: 80%;
    position: relative;
}

.width-70 {
    width: 70%;
    position: relative;
}

.width-60 {
    width: 60%;
    position: relative;
}

.u-zuc-lightGrey {
    color: #c8c8c8;
}

.smarterLiving-logo {
    width: 40%;
    margin-bottom: 1em
}

.zuc-modal .zuc-modal-subtitle {
    font-size: 1em;
    margin-top: 10px
}

.member-login > .zuc-input-group {
    width: 80%;
    margin-bottom: 1em
}

    .member-login > .zuc-input-group > .zuc-input-name {
        color: #36384b
    }

    .member-login > .zuc-input-group > input[type=date],
    input[type=email],
    input[type=password],
    input[type=search],
    input[type=tel],
    input[type=text],
    input[type=url], input[type=number] {
        width: 100%;
        height: 50px;
        border: 2px solid #54565a;
        border-radius: 10px;
        background-color: #fbfbfb;
        color: #898a8d;
        font-family: aktiv-grotesk, Helvetica, sans-serif;
        padding: 10px
    }

    .member-login > .zuc-input-group > .zuc-input-link {
        text-align: left;
        color: #36384b;
        margin-top: 5px
    }

.member-login > .form-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin: 1em auto;
}

.becomeMember-form-container, .becomeMember-form-success {
    border: 5px solid #434DA0;
    border-radius: 20px;
}

    .becomeMember-form-container > .title, .becomeMember-form-success > .title {
        font-size: 3em;
        font-weight: 700;
    }

.blue-hr {
    background-color: #434DA0;
    width: 75%;
    /*height: 2px;*/
    margin: 15px auto;
    border-top: 1px solid #434DA0;
    border-bottom: 0;
    color: #434DA0;
}

.remember-me {
    width: 100%;
    /*margin-left: 2.5em*/
}

    .remember-me > input {
        vertical-align: middle;
        width: 20px;
        height: 20px;
        font-family: aktiv-grotesk, Helvetica, sans-serif;
        font-size: 12px;
        margin: 0 auto
    }

.square-radio {
    display: block;
    position: relative;
    padding-left: 2em;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 1.5vw;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

    .square-radio > input {
        position: absolute;
        opacity: 0;
        cursor: pointer
    }

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 0
}

.square-radio:hover input ~ .checkmark {
    background-color: #ccc
}

.square-radio input:checked ~ .checkmark {
    border: 2px solid #434da0;
    background-color: #fff
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none
}

.remember-me input:checked ~ .checkmark:after {
    display: block
}

.remember-me .checkmark:after {
    top: 6.5px;
    left: 6.5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #434da0
}

.remember-me > span {
    position: relative;
    margin-left: 5px;
}

.jobPostings {
    width: 60%;
    margin: 0 auto
}

    .jobPostings h5 {
        font-size: 2em
    }

    .jobPostings .u-text-uppercase {
        text-transform: uppercase
    }

    .jobPostings p,
    .jobPostings ul li {
        font-size: 1.125rem;
        line-height: 1.5
    }

.purple-arrows {
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    position: relative;
    top: 1.5vw;
    width: 7%;
    left: 2vw
}

.tip {
    display: block;
    width: 1px;
    border-left: 20px solid rgba(255, 255, 255, 0);
    border-right: 20px solid rgba(255, 255, 255, 0);
    border-bottom: 30px solid #fff;
    position: absolute
}

.value-text-shadow {
    margin-bottom: 3em;
    box-shadow: 0 0 30px 0 #888;
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fff
}

#value-text {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    font-weight: 600;
    font-size: 1.15em
}


.values-container .zuc-sixgrid-container {
    padding: 0 16vw
}

.our-values .zuc-sixgrid-item {
    width: 20%;
    text-align: center;
    padding: 0 0 2vw
}

    .our-values .zuc-sixgrid-item img {
        width: 80%
    }

.commitments {
    width: 100%;
    height: auto
}

    .commitments .zuc-sixgrid-container {
        margin-top: 2em
    }

    .commitments > .zuc-title-container > h4 {
        font-size: 1.5em
    }

    .commitments section.zuc-sixgrid-container {
        margin-top: 10vw
    }

    .commitments > h2.u-zuc-indigo {
        margin-bottom: 1em
    }

.commitment-featured-content p {
    margin-top: 1em
}

.circle {
    border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    background-color: #434da0;
    color: #fff;
    text-align: center;
    font: 50px Arial, sans-serif;
    font-weight: 700
}

    .circle:hover {
        cursor: pointer
    }

.plus-sign {
    line-height: 1em
}

.minus-sign {
    line-height: .8em;
    margin-bottom: 10px
}

.main-info {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    /*justify-content: center;*/
    justify-content: space-around;
    margin-top: 4vw
}

.gallery-arrow > a > i {
    color: #434da0;
    font-weight: 700
}

.gallery-image > img {
    width: 100%
}

.gallery-text > .subtext-team {
    font-size: 22px;
    font-weight: 500;
    /*font-style: italic*/
    width: 90%;
}

.gallery-title {
    color: #434da0;
    font-family: PublicoHeadline;
    /*font-weight: 700*/
    margin-bottom: 0;
    font-size: 35px;
}

.gallery-subtitle {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 1.1em
}

.gallery-info > p {
    font-size: 1.25em;
    /*margin-top: 1em*/
}

.gallery-info > a > i {
    font-size: 2em;
    /*margin-top: .95em;*/
    margin: 10px;
    color: #0077b5
}

.linkedin-link {
    float: left;
}

.personal-link {
    margin: 10px 3em;
    text-decoration: underline;
}

.thumbnails {
    margin-top: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    margin-left: 0 !important
}

.low-opacity {
    opacity: .6
}

.thumb-active {
    box-shadow: 3px 7px 10px #888;
    opacity: 1
}

.thumbnail {
    padding: 0 !important;
    height: 100px;
    border: 1px solid #fff
}

.more-page-links {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .more-page-links > a {
        padding: 1em;
        text-transform: uppercase;
        font-size: 1.35rem;
        font-weight: 600;
        color: #a3acff
    }

        .more-page-links > a:hover {
            color: #fff;
            background-color: #434da0;
            transition: all .5s ease-in-out;
            -webkit-transition: all .5s ease-in-out
        }

.aboutUs.zuc-footer-wrapper {
    margin-top: 0
}

.background-image {
    width: 100%;
    max-width: 100%;
    position: relative
}

.culture-hero {
    background: url(/Images/Zuc/images/culture/zucorians-culture-1.jpg) top center no-repeat;
    background-size: contain
}

.culture-text {
    width: 55%;
    position: relative;
    bottom: 15em;
}

    .culture-text h1 {
        color: #434da0;
        font-family: PublicoHeadline, aktiv-grotesk, Helvetica, sans-serif;
        font-size: 4em;
        text-align: center
    }

    .culture-text p {
        text-align: center;
        font-size: 21px;
        font-family: aktiv-grotesk, Helvetica, sans-serif;
        padding: 1em;
        color: #36384b;
        line-height: 30px;
        font-weight: 500;
    }

.two-columns {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.column-one {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1em
}

.culture-boxShadow {
    /*box-shadow: 1px 5px 12px #888;*/
    box-shadow: 1px 5px 12px rgba(0,0,0,0.09);
}

.scroll-gallery-container {
    display: grid;
    justify-content: center;
    grid-template-columns: 20% 80%
}

.slider-container {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center
}

    .slider-container .left-slide,
    .slider-container .right-slide, .employeesFeedback-slider .left-slide, .employeesFeedback-slider .right-slide {
        width: auto;
        position: relative;
        z-index: 100
    }

    .slider-container .left-slide {
        left: 2%
    }

        .slider-container .left-slide img,
        .slider-container .right-slide img, .employeesFeedback-slider .left-slide, .employeesFeedback-slider .right-slide {
            width: 60px
        }

    .slider-container .right-slide {
        right: 2%
    }

.slider-gallery, .employeesFeedback-slider-gallery {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    display: flex !important;
    justify-content: center;
    align-items: center
}

.employeesFeedback-slider-gallery {
    margin: 2em auto;
}

    .slider-gallery .slider-image, .employeesFeedback-slider-gallery .employeesFeedback-slider-image {
        display: inline-block;
        width: 100%;
        margin: 0 auto;
        padding: 0 10px
    }

.slick-slide img {
    margin: 0 auto;
    width: 100%;
}

.community-hero {
    background: url(../../../Images/Zuc/images/community/community-banner.jpg) top center no-repeat;
    background-size: contain;
}

.bottom-5 {
    position: relative;
    bottom: 5em;
}

.bottom-15 {
    position: relative;
    bottom: 15em;
}

.organization-container {
    display: grid;
    grid-template-columns: 25% 25% 25%;
    justify-content: center;
    grid-gap: 2em 1em;
    max-width: 100%
}

.org-logo {
    width: 100%;
    min-height: 300px;
    height: auto;
    display: grid;
    justify-content: center;
    align-items: center
}

    .org-logo img {
        width: 100%;
        /*display: table-cell;*/
        display: block;
        max-width: 100%;
        margin: 0 auto;
        /*padding: 1em;*/
        vertical-align: middle
    }

    .org-logo > .width-60 {
        width: 60%
    }

.joinZucora-hero {
    background: url(../../../Images/Zuc/images/join-zucora/joinbanner.jpg) top center no-repeat;
    background-size: contain;
}

.join-box {
    width: 50%;
    position: relative;
    z-index: 100;
    padding: 5em
}

    .join-box > div {
        text-align: center
    }

.zucora-website {
    color: #434da0;
    font-family: PublicoHeadline, aktiv-grotesk, Helvetica, sans-serif;
    font-size: 4em;
    /*text-align: center*/
}

.perks-container {
    bottom: 18em;
}

.perks-boxes {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 4em 10px;
    justify-content: center;
    margin-top: 4.5em;
    align-items: flex-start
}

.box-item {
    width: 100%;
    height: 100%;
    display: grid;
    /*box-shadow: 0 0 80px rgba(0, 0, 0, .3)*/
}

    .box-item img {
        display: block;
        margin: 0 auto;
        /*padding: 2em;*/
        max-width: 100%
    }

    .box-item h3 {
        /*background-color: #434da0;*/
        color: #434da0;
        font-family: aktiv-grotesk, Helvetica, sans-serif;
        margin-bottom: 0;
        text-align: center;
        font-size: 20px;
        padding: 13px 0;
        text-transform: uppercase;
        font-weight: 600;
    }

.jobOpening-box {
    width: 90%;
    display: block;
    /*margin: 2em auto;*/
    /*padding: 2em;*/
}

    .jobOpening-box h3 {
        font-size: 48px;
        /*color: #434da0;*/
        font-family: PublicoHeadline,aktiv-grotesk,Helvetica,sans-serif;
        /*font-weight: 500;*/
        font-size: 2.5em;
        margin-bottom: 0
    }

    .jobOpening-box p {
        /*color: #5e5f6e;*/
        /*font-family: "Aktiv Grotesk";*/
        /*font-weight: 500;*/
        /*font-size: 1.75em;*/
        margin-bottom: 1em
    }

.culture-text-p {
    font-size: 20px;
    font-family: aktiv-grotesk, Helvetica, sans-serif;
    /*padding-top: 13px;*/
    color: #36384b;
    line-height: 30px;
    font-weight: 300;
}

.jobOpening-box a {
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
    color: #64eeb0
}
/*New Smarter Protection Plan page*/
.smart-protection-plans-container, .smarter-retailer-container {
    margin: 12% auto;
    padding: 0 2em;
    width: 100%;
}

.smart-protection-plans-container {
    margin: 0 auto;
    margin-top: 12%;
}

    .smart-protection-plans-container .zuc-title-flag, .smarter-retailer-container .zuc-title-flag {
        margin: 0 auto;
        /*width: 5em;*/
        width: 60px;
    }

.smartPlans-greyTable {
    border: 3px solid #c8c8c8;
    width: 100%;
    margin: 0 auto;
}

    .smartPlans-greyTable > h3 {
        font-family: aktiv-grotesk,Helvetica,sans-serif;
        margin-bottom: 0;
        color: #434DA0;
        font-weight: 700;
        font-size: 30px;
        padding: 15px;
    }

.plan-right-border {
    border-right: 3px solid #c8c8c8;
}

.table-subText {
    font-family: PublicoHeadline,aktiv-grotesk,Helvetica,sans-serif;
    font-size: 24px;
}

.three-column-smarterPlan {
    display: grid;
    grid-template-columns: 40% 40% 20%;
    /*flex-direction: row;*/
    align-content: center;
    justify-content: center;
}

    .three-column-smarterPlan > .padding-1 {
        padding: 1em;
    }

.image-halfSize {
    width: 50%;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.smart-protection-plans-container h4, .smarter-retailer-container h4 {
    line-height: 27px;
}

.smarter-partner-logo {
    width: 32%;
    height: auto;
}

.two-grid-column-center {
    display: grid;
    grid-template-columns: 50% 50%;
    align-content: center;
    justify-content: center;
    /* padding:1em 20%; */
}

.video-box {
    width: 95%;
    /* width:400px; */
    height: 300px;
    background-color: white;
    margin: 0 auto;
    cursor: pointer;
    box-shadow: 0 0.1vw 3.43vw 0 hsla(0,0%,5%,.2);
    -webkit-shadow: 0 0.1vw 3.43vw 0 hsla(0,0%,5%,.2);
}

    .video-box p {
        background-color: #434da0;
        color: white;
        padding: 10px;
        font-family: aktiv-grotesk,Helvetica,sans-serif;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        min-height: 70px;
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.fa-play, .fa-play-circle {
    font-size: 5em;
    /* color:#434da0; */
    color: white;
}

.play-icon {
    position: relative;
    bottom: 70%;
}

.video-background {
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 2000px hsla(0,0%,5%,.2);
}

.video-back1 {
    background-image: url('../../../Images/Zuc/images/smart-protection-plan/zucorahome-team-min.jpg');
}

.video-back2 {
    background-image: url('../../../Images/Zuc/images/smart-protection-plan/video-2-background.jpg');
}

.video-back3 {
    background-image: url('../../../Images/Zuc/images/smart-protection-plan/video-3-background.jpg');
}

.video-back4 {
    background-image: url('../../../Images/Zuc/images/smart-protection-plan/video-4-background.jpg');
}

.video-back5 {
    background-image: url('../../../Images/Zuc/images/smart-protection-plan/video-5-background.jpg');
}

.three-grid-column-center {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    align-content: center;
    justify-content: center;
    /* padding:1em 15%; */
    margin: 7% auto;
}

.modal-container {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modalCustom {
    border: 2px solid #36384B;
    background: white;
    width: 70%;
    margin: 10% auto;
    padding: 1em;
}

    .modalCustom .close-modal {
        font-size: 1.5em;
        padding: 14px;
        color: #70E9B2;
        content: 'X';
        float: right;
        color: #70E9B2;
        font-weight: 300;
        cursor: pointer;
        /*font-family: cursive;*/
    }

.modal-content {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.modalCustom h2 {
    font-family: "PublicoHeadline", aktiv-grotesk, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 3em;
    color: #434DA0;
    text-align: center;
    padding: 12px;
}

.purple-background {
    background-color: #434DA0;
}

.becomePartner-form-container {
}

.becomePartner-form {
    padding: 0;
    width: 40%;
}

.purple-background h2 {
    color: white;
    font-size: 18px;
    padding: 1em;
    font-family: aktiv-grotesk, Helvetica, sans-serif;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0;
}

.sps-form-style {
    margin: 0 auto;
    padding: 1em;
    width: 70%;
}

    .sps-form-style .column-div {
        display: flex;
        flex-flow: column;
        /* align-items: center; */
        align-content: flex-start;
        justify-content: flex-start;
        padding: 5px 0;
    }

.column-div label {
    font-family: aktiv-grotesk,Helvetica,sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin-left: 5px;
}

.column-div input, .column-div select {
    height: 50px;
    color: #36384B;
    padding: 10px;
    border: 2px solid #36384B;
    width: 95%;
    font-size: 16px;
    font-family: aktiv-grotesk,Helvetica,sans-serif;
    border-radius: 10px;
    height: 50px;
}

.column-div input {
    background-color: #FFFFFF;
}

.column-div select {
    background-color: #A3ACFF;
}

.column-div input[type="radio"] {
    width: 25px;
    height: 25px;
    margin: 5px;
}

.two-grid-column {
    display: grid;
    grid-template-columns: 52% 45%;
    align-items: center;
}

.thankYou-modal p {
    padding: 1em 3em;
    text-align: center;
    font-size: 26px;
    color: #36384B;
    font-weight: 500;
}

.noZindex {
    z-index: 0;
}

.shop-now-link {
    width: 100%;
    font-size: 5vw;
    text-transform: uppercase;
    font-weight: 500;
    padding: 2vh 7vw;
    color: #f7f7f7;
    transition: all,.3s;
    letter-spacing: 1px;
}
/*New styling for Covid 19 page*/
.important-msg {
    background-color: #F3202C;
    padding: 10px;
    font-size: 1em;
    text-align: center;
    font-family: aktiv-grotesk,Helvetica,sans-serif;
    color: white;
}

.covid19-container {
    margin-top: 14%;
}

.zucora-color-logo {
    width: 30%;
}

.notice-text-container {
    font-family: aktiv-grotesk,Helvetica,sans-serif;
    /*padding:0 20% 0 15%;*/
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.2);
    width: 75%;
    margin: 0 auto;
}

.padding-5 {
    padding: 5em 3em 1em 3em;
}

.notice-text-container h3 {
    color: #434DA0;
    font-weight: 600;
    font-size: 30px;
}

.silver-text {
    font-size: 16px;
    color: #8a8a8a;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    font-weight: 500;
}

.notice-text-container h4 {
    color: #36384B;
}

.notice-text-container p {
    margin: 7px 0;
    font-size: 18px;
    line-height: 30px;
}

/*.notice-text-container ul li{
    line-height: 30px;
    font-weight: 100;
    color: #36384b;
    margin:0 0 10px 1.15em;
    font-size: 18px;
    font-family: aktiv-grotesk,Helvetica,sans-serif;
}
*/
.grid-text-image {
    display: grid;
    grid-template-columns: 65% 35%;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.brad-image {
    width: 55%;
}

.notice-text-container > .rainbow-purple-background {
    /*padding:2em 3em 0 3em;*/
}

.rainbow-purple-background h3, .rainbow-purple-background p {
    color: white;
    text-align: left;
    font-family: aktiv-grotesk,Helvetica,sans-serif;
    line-height: 30px;
}

/*Be Rainbow section*/
.rainbow-container {
    max-width: 100%;
}

.image-width {
    width: auto;
    max-width: 100%;
}

.purple-wave-background {
    width: 100%;
    background: url('../../../Images/Zuc/images/community/wave.png');
    background-position: bottom center;
    background-size: cover;
    height: 600px;
    width: 100%;
    max-width: 100%;
    position: relative;
    z-index: -100;
    background-repeat: no-repeat;
    /*background-color: #434DA0;*/
    /*bottom:1.5em;*/
}

.rainbow-text {
    position: relative;
    z-index: 100;
    width: 70%;
    margin: 0 auto;
}

    .rainbow-text p {
        font-size: 24px;
        color: white;
        font-family: aktiv-grotesk,Helvetica,sans-serif;
        /*padding-top:5em;*/
    }

.rainbow-text-steps {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    padding-top: 7%;
}

    .rainbow-text-steps h2 {
        font-size: 48px;
        font-family: PublicoHeadline, Helvetica, sans-serif;
        color: white;
    }

    .rainbow-text-steps p {
        padding-top: 0;
        margin: 10px 0;
    }

    .rainbow-text-steps .number-bullet {
        font-size: 70px;
        color: white;
        font-family: PublicoHeadline, Helvetica, sans-serif;
        font-weight: 300;
    }

/*New rainbow section edits*/

.rainbowInitiative-container {
    width: 70%;
    margin: 0 auto;
    margin-top: 5em;
}

    .rainbowInitiative-container p {
        width: 80%;
        margin: 3em auto;
        font-size: 21px;
    }

.rainbow-purple-background {
    background-color: #434DA0;
    width: 100%;
    height: auto;
    max-width: 100%;
}

    .rainbow-purple-background .rainbow-text p {
        padding: 3em 0 2em 0;
    }

.polaroid-image {
}

.rainbow-logo {
    position: relative;
    top: 18%;
}

.sanitizer-container {
    width: 70%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 40% 60%;
    /*grid-column-gap: 1em;*/
    align-items: center;
    justify-content: space-between;
}

    .sanitizer-container a {
        text-decoration: underline;
    }

.sanitizer-image {
    /*position: relative;*/
    /*top:2%;*/
}

.sanitizer-container .culture-text {
    bottom: 0;
    width: 100%;
}


/*New About us page changes*/

.zuc-about-hero-textbox > h4 {
    font-size: 1.95em;
    margin: 0.85em 0;
}

.zuc-about-hero-textbox > ul, .more-text-first > ul {
    font-family: aktiv-grotesk,Helvetica,sans-serif;
    font-weight: 100;
    font-size: 18px;
    margin-left: 1.35em;
}

    .zuc-about-hero-textbox > ul > li, .more-text-first > ul > li {
        line-height: 24px;
    }

.new-rainbowSection {
    background-image: url('../../../Images/Zuc/images/about/Wave.png');
    width: 100%;
    max-width: 100%;
    position: relative;
    background-position: top center;
    background-size: cover;
    height: 750px;
    z-index: -100;
    margin-top: 2em;
}

.new-rainbowSection-text {
    width: 65%;
    margin: 0 auto;
    display: block;
    z-index: 10;
    text-align: center;
    color: #36384B;
    position: relative;
    top: 25%;
}

    .new-rainbowSection-text > p {
        font-size: 1.80em;
        font-weight: 400;
        color: #36384B;
        margin: 2em 3em;
    }

.more-text-first, .more-text-second, .more-text-third {
    display: none;
}

.whyZucora-section {
    bottom: 22em;
}

.whyZucora-title {
    font-size: 1.95em;
    margin: 0 0 0 15px;
}

.whyZucora-text {
    width: 85%;
    margin-left: 20px;
}

.remoteLife-section {
    bottom: 12em;
}

.remoteLife-article-section {
    display: grid;
    justify-content: center;
    align-items: flex-start;
    margin-top: 2em;
    grid-column-gap: 2em;
    grid-template-columns: 31% 31% 31%;
}

.remoteLife-article > img {
    width: 100%;
    max-width: 100%;
}

.remoteLife-article {
    display: grid;
    width: 100%;
    height: 100%;
}

.remoteLife-articleText {
    padding: 15px 10px;
}

.employeesFeedback-section {
    position: relative;
    bottom: 12em;
}

.employeesFeedback-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2em auto;
}

    .employeesFeedback-slider .left-slide {
        left: 3%;
    }

    .employeesFeedback-slider .right-slide {
        right: 3%;
    }
/*New smart plans page changes*/

.smartPlans-subText {
    width: 70%;
    margin: 14px auto;
    font-size: 24px;
    text-align: center;
}


/*Service Request Update new page*/

#SR-number-icon {
    font-size: 2em;
    color: #70E9B2;
}

    #SR-number-icon > i {
        margin-bottom: 10px;
    }

#field-description {
    border-radius: 10px;
    border: 2px solid #54565a;
}

#SR-number-fullName {
    text-transform: uppercase;
    font-weight: 500;
    /*color: #c8c8c8;*/
    font-size: 1.5em;
}

#thanks-section {
    margin: 2em auto;
}

    #thanks-section > div:nth-child(1) {
        border: 2px solid #54565a;
        padding: 20px;
    }

#service-request-update > input:invalid, #service-request-update > textarea:invalid {
    box-shadow: 0 0 4px 1px red !important;
    background-color: #ffe0e0 !important;
}

/*Mega Page*/

.mega-border {
    border-left: 3px solid #36384B;
    height: 140px;
    margin: 0 auto;
    display: block;
}

#service-request-update > input:invalid, #service-request-update > textarea:invalid {
    box-shadow: 0 0 4px 1px red !important;
    background-color: #ffe0e0 !important;
}

.mega-title {
    font-size: 2em;
}

.font-size-20 {
    font-size: 20px;
}

.mega-logo {
    width: 30%;
}

.french-link {
    position: relative;
    bottom: 3.85em;
}

.video-back6 {
    background-image: url('../../../Images/Zuc/images/smart-protection-plan/video-3-background.jpg');
}

.video-back7 {
    background-image: url('../../../Images/Zuc/images/smart-protection-plan/video-5-background.jpg');
}

.video-back8 {
    background-image: url('../../../Images/Zuc/images/smart-protection-plan/zucorahome-team-min.jpg');
}

.zuc-btn-grey {
    background-color: #54565A;
    padding: 22px 40px;
    color: #f7f7f7;
    box-shadow: 0 0.1vw 3.43vw 0 hsla(0,0%,5%,.2);
    text-shadow: 0 0 10px transparent;
    border: none;
    background-size: cover;
    background-position: 50%;
}

.sps-form-style .column-div > textarea {
    color: #36384B;
    border: 2px solid #36384B;
    font-size: 16px;
    font-family: aktiv-grotesk,Helvetica,sans-serif;
    border-radius: 10px;
}

.learnMore-button-div {
    display: flex;
    justify-content: flex-end;
    margin: 10% 3em 0 0;
}

/*MOBILE QUERIES */
@media only screen and (max-width: 350px) {
    .purple-wave-background {
        height: 1200px !important;
    }

    .rainbow-text-steps {
        padding-top: 20%;
    }
}


@media only screen and (min-width:641px) and (max-width:1024px) {
    .our-values .zuc-sixgrid-item img {
        width: 60%
    }

    .background-image {
        height: 600px
    }

    .culture-gallery-title > h2 {
        font-size: 2em
    }

    .org-logo {
        height: auto;
        min-height: 100%;
    }

        .org-logo .width-60 {
            width: 80%
        }

    .three-grid-column-center {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-row-gap: 9em;
        margin: 9% auto;
    }

    .smart-protection-plans-container, .smarter-retailer-container {
        margin: 18% auto;
    }

    .purple-wave-background {
        height: 1000px;
    }

    .rainbow-text {
        width: 90%;
    }

    .rainbow-text-steps {
        /*grid-template-columns: 100%;*/
        width: 90%;
        grid-column-gap: 1em;
    }

    .new-rainbowSection-text {
        width: 90%;
    }

    .left-side-image {
        flex-flow: column nowrap
    }

    .right-side-image {
        flex-flow: column-reverse nowrap
    }

    .commitment-featured-content {
        width: 100%;
    }

    .remoteLife-article-section {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-row-gap: 2em;
    }
}

@media only screen and (min-width:641px) and (max-width:1024px) and (orientation:portrait) {
    .our-values .zuc-sixgrid-item img {
        width: 60%
    }

    .background-image {
        height: 600px
    }

    .org-logo {
        height: auto;
        min-height: auto
    }

        .org-logo .width-60 {
            width: 80%
        }

    .sps-form-style {
        width: 100%;
    }

    .becomePartner-form {
        width: 100%;
    }

    .smart-protection-plans-container, .smarter-retailer-container {
        margin: 18% auto;
    }

    .new-rainbowSection-text {
        width: 90%;
    }

    .left-side-image {
        flex-flow: column nowrap
    }

    .right-side-image {
        flex-flow: column-reverse nowrap
    }

    .commitment-featured-content {
        width: 100%;
    }

    .remoteLife-article-section {
        display: grid;
        grid-template-columns: 50% 50%;
        grid-row-gap: 2em;
    }
}

@media only screen and (max-width:767px) {

    .zuc-modal-logo {
        width: 80%
    }

    .member-login > .form-buttons {
        flex-direction: column
    }

    .thumbnails {
        display: none
    }

    .gallery-text {
        padding: 0 2em
    }

    .left-side-image {
        flex-flow: column nowrap
    }

    .right-side-image {
        flex-flow: column-reverse nowrap
    }

    .commitment-featured-content,
    .commitment-featured-image {
        width: 100%;
        padding: 0
    }

        .commitment-featured-image > img {
            max-width: 100%;
            width: 60%;
            margin: 0 auto;
            display: block;
        }

    .commitment-featured-content {
        padding: 0 1em;
        margin-top: 1em
    }

    .show-for-mobile-only {
        display: block
    }

    .tip {
        display: none
    }

    #value-text {
        display: none;
        opacity: 0
    }

    .gallery-arrow > a > i {
        font-size: 7em
    }

    .main-info {
        justify-content: space-around
    }

    .imageGallery-display {
        display: grid;
        width: 60%;
        justify-content: center;
        align-items: center
    }

    .our-values .zuc-sixgrid-item {
        width: 35%
    }

    .values-container {
        margin-top: 30em;
    }

        .values-container > h2 {
            margin-top: 1em
        }

    .more-page-links {
        flex-direction: column;
    }

    .background-image {
        height: 380px
    }

    .culture-text {
        bottom: 8em;
        width: 100%
    }

    .width-80, .width-70, .width-60 {
        width: 90%;
    }

    .two-column-container {
        bottom: 5em
    }

    .two-columns {
        display: flex;
        flex-direction: column
    }

    .scroll-gallery-container {
        flex-direction: column;
        position: relative;
        bottom: 2em;
        width: 90%;
        display: block;
        margin: 0 auto
    }

    .scroll-gallery {
        margin-top: 2em
    }

        .scroll-gallery > .left-slide > a > img,
        .scroll-gallery > .right-slide > a > img {
            width: 100%
        }

    .organization-container {
        grid-template-columns: auto;
        padding: 1em
    }

        .organization-container > .culture-gallery-title {
            padding: 1em
        }

    .join-box {
        width: 100%;
        position: relative;
        bottom: 10em;
        z-index: 100;
        padding: 3em;
    }

    .perks-container {
        bottom: 0;
        text-align: center
    }

    .whyZucora-section {
        bottom: 5em;
        text-align: left;
    }

    .whyZucora-points {
        display: grid;
        grid-template-columns: 15% 85%;
        justify-content: space-between;
        align-items: center;
    }

    .whyZucora-text {
        font-size: 20px;
        width: 95%;
    }

    .perks-container > .zuc-title-container {
        justify-content: center
    }

    .perks-boxes {
        grid-template-columns: auto
    }

    .hiring-container {
        margin-top: 2em
    }

        .hiring-container > .zucora-website {
            font-size: 30px;
            font-weight: 500
        }

    .smart-protection-plans-container {
        margin-top: 25%;
    }

    .three-column-smarterPlan {
        grid-template-columns: 100%;
    }

    .smart-protection-plans-container, .smarter-retailer-container {
        width: 100%;
        margin: 30% auto;
    }

    .two-grid-column-center, .three-grid-column-center {
        grid-template-columns: 100%;
        /*grid-gap: 4em;*/
        grid-row-gap: 7em;
    }

    .smarter-partner-logo {
        width: 75%;
    }

    .three-grid-column-center {
        margin: 20% auto;
    }

    .video-box {
        width: 100%;
        max-width: 100%;
        margin: 1em 0;
    }

    .modalCustom {
        margin: 25% auto;
        width: 95%;
    }

        .modalCustom h2 {
            font-size: 30px;
            text-align: center;
        }

    .sps-form-style {
        width: 100%;
    }

    .becomePartner-form {
        width: 100%;
    }

    .thankYou-modal p {
        padding: 1em;
    }

    .zucora-color-logo {
        width: 85%;
    }

    .purple-wave-background {
        height: 900px;
    }

    .rainbow-text {
        width: 90%;
    }

    .rainbow-text-steps {
        grid-template-columns: 100%;
        padding-top: 12%;
    }


    .rainbow-logo {
        width: 90%;
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }

    .rainbowInitiative-container {
        width: 100%;
        margin: 0 auto;
    }

        .rainbowInitiative-container img {
            padding: 0 1em;
        }

        .rainbowInitiative-container p {
            width: 100%;
            padding: 1em;
            margin: 1em auto;
        }

    .new-rainbow-images {
        flex-direction: column;
    }

    .sanitizer-container {
        width: 100%;
        max-width: 100%;
        grid-template-columns: 100%;
        padding: 0 1em;
    }

    .notice-text-container {
        width: 90%;
    }

    .grid-text-image {
        display: flex;
        flex-direction: column-reverse;
    }

    .new-rainbowSection-text {
        width: 90%;
    }

        .new-rainbowSection-text > p {
            margin: 1em 0 0 0;
        }

    .zuc-about-hero-textbox > ul, .more-text-first > ul {
        font-size: 14px;
    }

    .employeesFeedback-section {
        bottom: 0em;
        margin-top: 2em;
    }

    .remoteLife-section {
        bottom: 0;
    }

    .remoteLife-article-section {
        display: grid;
        grid-template-columns: auto;
        grid-row-gap: 2em;
    }

    .zuc-featured-block .\--gif-size img {
        width: 100%;
    }

    /*New smart plans page styling*/

    .three-column-smarterPlan, .mobile-image {
        display: flex;
        flex-direction: column;
    }

    .image-halfSize {
        width: 95%;
        max-width: 100%;
    }

    .plan-right-border {
        border-bottom: 3px solid #c8c8c8;
        border-right: none;
    }
}

@media only screen and (min-width:768px) {
    .show-for-mobile-only {
        display: none
    }

    .commitment-featured-image {
        width: 50%
    }

        .commitment-featured-image > img {
            width: 40%;
            max-width: 100%;
            display: block;
            margin: 0 auto;
        }

    .tip-1 {
        top: -40%;
        left: 9%
    }

    .gallery-image {
        padding: 1em
    }

    .gallery-info {
        display: block;
        padding: 1em
    }

    .team-gallery > .gallery-text {
        width: 65%;
        margin: 0 auto
    }

    .thumbnail:hover {
        cursor: pointer;
        opacity: 1;
        transition: opacity .2s ease-in
    }

    .thumbnail > img {
        width: 100px
    }

    .more-page-links {
        flex-direction: row;
    }

    .gallery-arrow > a > i {
        font-size: 9em
    }

    .imageGallery-display {
        display: grid;
        width: 70%;
        grid-template-columns: auto auto;
        justify-content: center;
        align-items: center
    }

    .scroll-gallery-container {
        margin-top: 3em
    }

    .three-slider > img {
        margin: 0 10px
    }

    .culture-gallery-title {
        padding-left: 1em
    }

        .culture-gallery-title > .zuc-title-container {
            justify-content: flex-end
        }

        .culture-gallery-title h2 {
            text-align: right
        }

    .two-column-container {
        bottom: 10em
    }

    .scroll-gallery-container {
        position: relative;
        bottom: 3em
    }

    .organization-container {
        margin-top: 5em
    }

    .join-box {
        width: 50%;
        box-shadow: 0 2px 68px 0 hsla(0, 0%, 5%, .2);
        position: relative;
        bottom: 30em;
        background-color: #fff;
        z-index: 100;
        padding: 5em
    }

    .becomeZucorian-container > .culture-text {
        bottom: 25em
    }

    .hiring-container {
        bottom: 5em;
    }

    .whyZucora-points {
        display: grid;
        grid-template-columns: 5% 95%;
        justify-content: flex-start;
        align-items: center;
    }

    .values-container {
        margin-top: 45em;
    }
}


@media screen and (max-width: 1024px) {
    .mobile-flexColumn {
        display: flex;
        flex-direction: column;
    }

    #field-first-name {
        margin-top: 10px;
    }

    .mobile-button-center {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1em auto;
    }

    .mega-border {
        border-left: none;
        border-top: 3px solid #36384B;
        height: 5px;
        width: 100%;
    }

    .mega-logo {
        width: 80%;
    }

    .mega-title {
        text-align: center;
    }

    .megaPage-container {
        width: 95%;
        margin: 0 auto;
    }

    .learnMore-button-div {
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        margin: 35% 0 0 0;
    }

    .mobile-flex-buttons {
        flex-direction: column-reverse;
        grid-row-gap: 1em;
    }
}


@media only screen and (min-width:1024px) {
    .imageGallery-display {
        display: grid;
        width: 60%;
        grid-template-columns: 40% 50%;
        justify-content: center;
        align-items: center
    }

    .three-grid-column-center {
        margin: 8% auto;
    }

    .image-width-60 {
        width: 60% !important;
    }

    .left-side-image,
    .right-side-image {
        flex-flow: row wrap;
    }

    .commitment-featured-content {
        width: 50%;
        padding: 0 2em
    }
}


@media only screen and (min-width:1025px) and (max-width:1440px) {
    .our-values .zuc-sixgrid-item img {
        width: 70%
    }

    section.zuc-sixgrid-container {
        padding: 0 16vw
    }

    .background-image {
        height: 800px
    }

    .megaPage-container {
        width: 90%;
        margin: 10em auto;
    }
}

@media only screen and (min-width:1441px) {
    .our-values .zuc-sixgrid-item img {
        width: 70%
    }

    .background-image {
        height: 1100px;
        background-size: cover
    }

    .two-column-smarterPlan {
        padding: 1em 10em;
    }

    .smart-protection-plans-container, .smarter-retailer-container {
        width: 85%;
        margin: 12% auto;
    }

    .two-grid-column-center .video-box {
        margin-top: 1em;
    }

    .three-grid-column-center {
        display: grid;
        grid-template-columns: 33% 33% 33%;
        margin: 5% auto;
    }

    .two-grid-column-center {
        padding: 1em 16.5%;
        /*padding: 1em 0;*/
    }

    .video-box {
        max-width: 500px;
    }

    .becomeSP-formOpen {
        position: relative;
        top: 5em;
    }

    .megaPage-container {
        width: 90%;
        margin: 10% auto;
    }
}

@media screen and (min-width:1980px) and (max-width:2399px) {
    .background-image {
        background-size: cover;
        height: 1100px
    }

    .joinZucora-hero.background-image {
        height: 1200px
    }

    .jobOpening-box {
        width: 60%
    }

    .new-rainbowSection-text {
        top: 30%;
    }
}

@media screen and (min-width:2400px) {
    .background-image {
        height: 1500px;
        background-size: cover
    }

    .culture-text {
        bottom: 5em
    }

    .jobOpening-box {
        width: 50%
    }

    .two-column-smarterPlan {
        padding: 1em 25%;
        width: 100%;
    }

    .three-grid-column-center .video-box {
        /* width:450px; */
    }

    .new-rainbowSection-text {
        top: 30%;
    }

    .join-box {
        bottom: 40em;
    }
}

/*-------------------------Five 9 Chat styles-------------------------------------------------*/

/*.ui-widget-header, .ui-state-default, ui-button {
    background: #362ab8;
    border: 1px solid #b9cd6d;
    color: #FFFFFF;
    font-weight: bold;
}*/

/*Custom CSS for Five9 chat*/

.five9-chat-button {
    background: #434DA0 !important;
}


.five9-text:after {
    content: " Now" !important;
}

.ui-header, .ui-header .ui-bar-inherit {
    background-color: #434DA0 !important;
    background: #434DA0 !important;
}

.five9-action-btn, .five9-action-btn:hover:not(disabled), .ui-page-theme-a .ui-btn {
    background: #434DA0 !important;
    color: white !important;
    text-transform: uppercase;
    font-size: 16px !important;
    font-family: "Aktiv-Grostek", Sans-serif;
}

#question-form-control > textarea {
    border-width: 2px !important;
}

/* Hide provider link */
.provider, .provider:hover, .provider:focus, .provider-text {
    cursor: default !important;
    display: none !important;
}

#sent-page #start-chat-button, .thank-you > a {
    font-weight: 600 !important;
    text-decoration: underline !important;
}

.message-container-agent > .inner-container > .message-container {
    background-color: #a3acff !important;
}

.message-container-client > .inner-container > .message-container {
    background-color: #FEB9A6 !important;
}


/*New style 25th June*/

.ui-popup-content > p {
    color: white !important;
}

.terminate-chat-popup .five9-cancel-btn, .terminate-chat-popup .five9-confirm-btn {
    width: 100% !important;
}

#error-message {
    font-size: 1.15em !important;
}
