﻿a.btn {
    background-color: #FF9224;
    color: #000000;
}
    a.btn:hover {
        color: #eeeeee;
        background-color: #2d6cb1
    }


/*embedded button styles for Discount Deals*/
body .DiscountApp button.primary {
    color: #000000 !important;
    border: 1px solid #ff9224 !important; /*orange*/
    background: #ff9224 !important;
}
    body .DiscountApp button.primary:hover, body .DiscountApp button.primary:focus {
        color: #ffffff !important;
        border: 1px solid #2d6cb1 !important; /*blue*/
        background: #2d6cb1 !important;
    }


@media (max-width: 767px) {
    .box {
        width: auto !important;
        float: none !important;
    }

    .btn-primary {
        white-space: normal !important;
    }
}

.cellphoneclaim header.main__header {
    background: #fff;
}

header.main__header {
    background: #2d6cb1;
    color: #506984;
}

header .powered-by {
    background: #eeeeee;
    text-align: right;
    padding: 5px 25px;
    margin-bottom: -1px;
}

@media (max-width: 767px) {
    header .powered-by {
        text-align: center;
    }
}

header .powered-by figure img {
    max-height: 30px;
    filter: grayscale(1);
}

@media (max-width: 767px) {
    header .powered-by figure img {
        max-height: 20px;
    }
}