/**
 * Contact Us Page Specific Styles
 * MyMilitaryDiscount.org
 */

.btn-gradient-primary {
    background: linear-gradient(to bottom, #002147, #001b3d);
}

.btn-gradient-cta {
    background: linear-gradient(to bottom, #C8102E, #b00e28);
}

.beveled-edge {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}
