/*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;
}

.navbar-default .navbar-brand,  .navbar-default .navbar-brand:hover {
	
	height: 175px;
}

a.btn{
    background-color:#FF9224;
    color:#000000;
}
@media (max-width: 767px) {
    .navbar-default .navbar-brand, .navbar-default .navbar-brand:hover {
        height: 100px;
    }
}

.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;
    }
}