
#bottom-cta a.btn-purple,
#top-cta a.btn-purple {
    border: 1px solid #fff !important;
}

#bottom-cta,
#top-cta {
    position: fixed;
    z-index: 5000;
    right: 120px;
    bottom: 0px;
    background-color: #fff;
    height: 33px;
    box-sizing: border-box;
    font-weight: 600;
}

#bottom-cta.sticky,
#top-cta.sticky {
    position: relative;
}

#close_sticky {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #4b286d;
    width: 20px;
    height: 20px;
    z-index: 1000;
}
#close_sticky a {
    margin-left: 5px;
    color: #fff;
    border-bottom: none;
}

#close_sticky a::after {
    display: inline-block;
    font-family: TELUS Core Icons;
    content: "\F104";
    font-size: .8rem;
    color: #fff;
    -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0s;
    -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

#bottom-cta .divclick, 
#top-cta .divclick {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top:0px;
}

#bottom-cta .btn-purple,
#top-cta .btn-purple {
    float: right;
    background-color: rgb(255, 255, 255);
    color: rgb(75, 40, 109);
}


.sticky-title {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media (max-width: 425px) {
    #bottom-cta .btn-purple,
    #top-cta .btn-purple {
        float: none;
    }
    .sticky-title,.sticky-text {
        text-align: center;
        padding-top: 0px!important;
    }
    #bottom-cta .btn-purple,
    #top-cta .btn-purple{
        font-size: .9rem;
        margin-left: auto;
        margin-right: auto;
    }
}

#bottom-cta,
#bottom-cta-dummy,
#top-cta,
#top-cta-dummy {
    background-color: rgb(75, 40, 109);
    height: 50px;
    width: 100%;
    left: 0px;
    right: 0px;
    padding-right: 0px;
    display: inline-table;
    padding-bottom: 10px;
    padding-top: 10px;
    box-sizing: content-box;
    -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0s;
    -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

#bottom-cta.grey {
    background-color: #f5f5f6;
    border-top: 1px solid #d8d8d8;
    border-bottom: 0;
}

#top-cta.grey {
    background-color: #f5f5f6;
    border-bottom: 1px solid #d8d8d8;
}

#bottom-cta.grey .sticky-title,
#top-cta.grey .sticky-title{
    color: #2a2c2e;
    font-weight: 400;
}

#top-sticky-bar #top-cta,
#top-sticky-bar #top-cta-dummy {
    z-index: 1000;
    top: 74px;
    position: fixed;
}

#bottom-cta-dummy,
#top-cta-dummy{
    opacity: 0;
    visibility: hidden;
}
#bottom-cta-dummy.hide-dummy,
#top-cta-dummy.hide-dummy{
    display: none;
}

#bottom-cta .col-2-cont,
#top-cta .col-2-cont{
    width: 65%;
    float: left;
}
#bottom-cta .col-2-cta,
#top-cta .col-2-cta{ 
    width: 35%;
    float: left;
}

@media (max-width: 425px) {
    #bottom-cta .col-2-cont,
    #bottom-cta .col-2-cta,
    #top-cta .col-2-cont,
    #top-cta .col-2-cta {
    width: 100%!important;
    }
    .m-center {
        text-align: center!important;
        margin-left: auto!important;
        margin-right: auto!important;
    }
}