.cta-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(98,139,169,.95);
    z-index: 99999;
}

.cta-sticky ul {    
    padding: 0;
    margin: 0;
    list-style: none;
}

.cta-sticky ul li {
    display: inline-block;
    padding: 0 30px;
    line-height: 54px;
    border-right: 1px solid #fff;
}

.cta-sticky ul li:first-child {
    border-left: 1px solid #fff;

}

.cta-sticky ul li img {
    vertical-align: middle;
    margin-right: 10px;
}

.cta-sticky ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'priori-sans-bold', sans-serif; 
    font-size: 28px;
    font-weight: 400;
}

/*===== MOBILE =====*/

@media (max-width:970px) {

    .cta-sticky ul li a {
        font-size: 20px;
    }
    
}

@media (max-width:830px) {
    .cta-sticky ul li.cta-apply-sticky,
    .cta-sticky ul li.cta-visit-sticky,
    .cta-sticky ul li.cta-chat-sticky {
        display: none;
    }
}

.cta-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(39,61,94,.85);
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    z-index: 99999;
}

.cta-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 99999;
    cursor: pointer;
}

.cta-lightbox {    
    width: calc(275px * 4);
    margin: auto;
    text-align: center;
}

.cta-lightbox-header h2,
.cta-lightbox-header p {
    color: #fff;
}

.cta-lightbox-header h2 {
    font-family: 'priori-sans-bold', sans-serif; 
    font-size: 55px;
    font-weight: 400;
    margin: 0 0 30px 0;
}

.cta-lightbox-header p  {
    font-family: 'mendoza-book',serif;
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
}

.cta-lightbox-content {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
}

.cta-img-bg {
    width: 25%;
    height: 478px;
    background-color: #273d5e;
    position: relative;
}

.cta-img-bg img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: .3s;
}

.cta-img-bg span {
    display: block;
    background-color: rgba(98,139,169,.75);
    text-shadow: 2px 2px 9px rgba(0, 0, 0, 0.5);
    color: #fdfdfd;
    font-family: 'priori-sans-bold', sans-serif; 
    font-size: 60px;
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase;
    padding: 15px;
    position: absolute;
    top: 179px;
    z-index: 1;
}

.cta-img-bg:hover img {
    opacity: .25;
    transition: .3s;
}

/*===== MOBILE =====*/

@media (max-width:1024px) {

    .cta-img-bg span {
        font-size: 50px;
    }    

}

@media (max-width:900px) {
    
    .cta-img-bg span {
        font-size: 40px;
    }    
    
}

@media (max-width:700px) {

    .cta-lightbox-header h2 {
        font-size: 34px;
        padding: 40px;
    }

    .cta-lightbox-header p {
        display: none;
    }
    
    .cta-img-bg {
        width: 100%;
        height: auto;
        border-bottom: 1px solid #fff;
    }

    .cta-img-bg:last-child {
        border-bottom: none;
    }

    .cta-img-bg img {
        display: none;
    }

    .cta-img-bg span {
        position: initial;
        text-shadow: none;
        font-weight: 400;
        text-transform: initial;
    }

    .cta-img-bg span div {
        display: inline;
    }

    .cta-img-bg span div::before {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        vertical-align: middle;
        margin-right: 10px;
    }

    .cta-img-bg .visit::before {
        background: url(img/campaign-cta/campus-location.png) 0 0 no-repeat scroll;
    }
    
    .cta-img-bg .chat::before {
        background: url(img/campaign-cta/chat-balloon.png) 0 0 no-repeat scroll;
    }
        
    .cta-img-bg .apply::before {
        background: url(img/campaign-cta/checkmark.png) 0 0 no-repeat scroll;
    }
            
    .cta-img-bg .request::before {
        background: url(img/campaign-cta/information.png) 0 0 no-repeat scroll;
    }
    
}