.cta {
    position: relative;
    width: max-content;
    height: 100%;
    margin: 0 auto 22px;
}

.mobile-nav .cta {
    margin-bottom: 31px;
}

.cta a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cta.enews a {
    flex-direction: row-reverse;
    padding-right: 6px;
}

.cta .title {
    text-align: right;
}

.cta.enews .title {
    text-align: left;
}

.cta h4,
.cta h5 {
    font-family: texicali;
    line-height: 1em;
}

.cta h5 {
    font-size: 14px;
    color: var(--teal);
}

.cta.enews h5 {
    color: var(--yellow);
}

.cta h4 {
    font-size: 23px;
    color: #FFF;
}

.cta .icon {
    width: 42px;
    margin-left: 17px;
    margin-right: 0;
}

.cta.enews .icon {
    width: 47px;
    margin-right: 17px;
    margin-left: 0;
}

.cta.vguide .icon img {
 transform: rotateY(-180deg);
}

@media (min-width: 64em) {
    .panel-footer .cta-container .cta {
        margin: 0 0 22px auto;
    }

    .panel-footer .cta-container > div:last-child .cta {
        margin-bottom: 0;
    }
    .panel-footer .cta-container .cta.enews {
        margin-right: 14px;
    }

    .cta .icon {
        width: 82px;
        margin-left: 29px;
    }

    .cta.enews .icon {
        width: 79px;
        margin-right: 29px;
    }

    .cta h4 {
        font-size: 39.1px;
    }
    .cta h5 { 
        font-size: 24.39px;
        line-height: 0.91em;
    }
    /*Menu CTAs*/
    .panel-header .menu .cta {
        margin: 0 0 56px 10px;
    }

    .panel-header .menu .cta.enews .icon {
        width: calc(62px + (79 - 62) * ((100vw - 1025px) / (1440 - 1025)));
        margin-right: calc(20px + (29 - 20) * ((100vw - 1025px) / (1440 - 1025)));
    }
    .panel-header .menu .cta .title {
        margin-top: 14px;
    }
    .panel-header .menu .cta h4 {
        font-size: calc(28px + (35.09 - 28) * ((100vw - 1025px) / (1440 - 1025)));
    }

    .panel-header .menu  .cta h5 {
        font-size: calc(16px + (21.93 - 16) * ((100vw - 1025px) / (1440 - 1025)));
    }
}

@media (min-width: 1440px) {
    .panel-header .menu .cta.enews .icon {
        width: 79px;
        margin-right: 29px;
    }

    .panel-header .menu .cta h4 {
        font-size: 35.09px;
    }

    .panel-header .menu  .cta h5 {
        font-size: 21.93px;
    }
}

@media (hover: hover) {
    .cta {
        transition: transform 350ms ease, -webkit-transform 350ms ease;
    }

    .cta:hover {
        transform: scale(1.05);
    }
}

/* Undo changes to crodriff */
.cr__gallery .cta {
    height: auto;
    margin: 0;
}