.embedcode_headerappt__container button, .slider__button a{
    background-color: #ff5722!important;
    height: 44px;
    padding: 0 24px;
    font-family: "OpenSans", helvetica, Arial!important;
    font-size: 16px;
    outline: none;
    line-height: 1.33;
    border-radius: 3px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    text-decoration: none;
    color: #ffffff;
}

.embedcode_headerappt__container button:hover, .slider__button a:hover{
    background-color: #e03500!important;
}

@media (max-width: 767px){
    .wrap__except-nav-container--inner, .wrap__cta-header {
        padding: 0;
        display: block!important;
        width: 100%;
        margin-top: -4px;
    }

    .embedcode_headerappt__container button{
        height: 30px;
        padding: 0 10px;
        width: 180px;
        font-size: 13px;
    }

    header .locations__title{
        display: none;
    }

    header .location__phone{
        text-align: right!important;
        float: right;
    }
}