<style>
.header .connect ul.cta-nav {
    flex-direction: row-reverse;
}

ul.cta-nav #apply-now a {
    margin-left: 8px;
    margin-right: 8px;
}

ul.cta-nav #request-info a, ul.cta-nav #request-info a:hover {
    margin: 0;
}

body[data-nav-style="full"] .header-phone .header-content a[href="/apply-now/"] {
    background-color: #fff;
    border: solid 1px #EE6325;
    color: #EE6325;
}

body[data-nav-style="full"] .header-phone .header-content a[href="/request-info/"] {
    background-color: #EE6325;
    border: none;
    color: #FFF;
}

body[data-nav-style="full"] .header-phone .header-content {
    flex-direction: row-reverse;
}

#request-info, #apply-now {text-align:center;}
#request-info a, #apply-now a.last_1 {width:70%;background-color:#ee6300;padding:10px 15px; color:#ffffff;margin-left:8px;margin-right:8px;}
div.header-phone-nav li.request-info, div.header-phone-nav li.apply-now {display:none;}
button.orange-button { color:#ffffff; background-color: #ee6300; background-image: url(global/icons/icon-arrow-right.svg);background-position: 96% 50%;background-repeat: no-repeat;background-size: .75em;border: 0;font-weight: 700;padding: .74rem 2.5em .74rem 1.3em;text-align: center;text-decoration: none;white-space: nowrap;}
#request-info a:hover, #apply-now a.last_1:hover {background-color: #f77b23;}
button.orange-button:hover { background-color: #f77b23; }
button.orange-button.fullwidth {width: 100%; margin-top:15px;}

</style>